@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap");

.loginpage-logo {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    color: #333333;
    font-size: 40.69px;
    line-height: 0.5rem;
    text-align: Left;
    vertical-align: Center;
    letter-spacing: 3.75%;
}

.loginpage-logo2 {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    color: #ff9900;
    font-size: 40.69px;
    /* line-height: 44.76px;
    line-height: 110%;*/
    text-align: Left;
    vertical-align: Center;
    letter-spacing: 3.75%;
}

h2 {
    font-weight: 400;
    font-family: "Work Sans" !important;
}

h2 span {
    font-weight: 400;
    font-family: "DM Serif Display", serif !important;
}

h3 {
    font-weight: 400;
    font-family: "DM Serif Display", serif !important;
}

.h3 {
    font-family: "Work Sans", Helvetica !important;
}

h5 {
    font-family: "Work Sans", Helvetica !important;
    font-weight: 600;
}

.h6 {
    font-weight: normal;
    font-size: 1.5rem;
    font-family: "DM Serif Display", "Work Sans", Helvetica !important;
}

h6 {
    font-weight: 500;
    font-size: 20px;
    font-family: "Work Sans", Helvetica !important;
}

.pointer {
    cursor: pointer;
}

.text-warning {
    color: #ff9900 !important;
}

.bg-warning {
    background-color: #ff9900 !important;
}

.text-draksuccess {
    color: #007665;
}

.text-darkinfo {
    color: #054f7d;
}

p {
    /* font-family: 'Work Sans'!important; */
    font-weight: 400;
    font-size: 16px;
}

#locations-page p,
#certificates-page p,
#widgets-page p,
#transactions-page p {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

.badge {
    font-weight: normal;
}

.heading1 {
}

.heading2 {
}

.heading3 {
}

.heading4 {
}

.heading5 {
}

.heading6 {
    font-weight: 700;
    font-size: 20px;
    font-family: "Work Sans", Helvetica !important;
}

.pargarph {
    font-family: "Work Sans", Helvetica !important;
    color: #333333 !important;
    font-size: 1em;
    font-weight: 400;
}

label {
    font-family: "Work Sans", Helvetica !important;
    letter-spacing: 1%;
    color: #333333 !important;
    font-weight: 500;
}

.Work-Sans-font-family {
    font-family: "Work Sans", Helvetica !important;
}

.DM-Serif-font-family {
    font-family: "DM Serif Display", serif !important;
}

.OrangeColor {
    color: #ff9900 !important;
}

.NeutralBlack {
    color: #333333 !important;
}

.black-text {
    color: #000000 !important;
}

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

.font-size-16 {
    font-size: 16px;
}

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

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.custom-btn-primary-white {
    border-radius: 8px !important;
    padding: 17px 18px 17px 18px !important;
    font-weight: 600;
}

.cancel-button {
    border-radius: 8px !important;
    padding: 17px 18px 17px 18px !important;
    font-weight: 600;
    /* height: 10px; */
}

.custom-btn-primary {
    border-radius: 8px !important;
    padding: 19px 18px 17px 18px !important;
    /* font-size: 16px; */
    font-weight: 600;
    border: 1px solid #ff9900 !important;
    color: #fff;
}

.custom-btn-primary i {
    color: #fff;
}

.badge-primary {
    color: #3d73dd;
    font-size: 13px;
    background-color: #ccf1e1;
    border-radius: 4px;
    padding: 2px, 8px, 2px, 8px;
}

.badge-info {
    color: #35b8e0;
    font-size: 13px;
    background-color: #ccf1e1;
    border-radius: 4px;
    padding: 2px, 8px, 2px, 8px;
}

.badge-success {
    color: #007c45;
    font-size: 13px;
    background-color: #ccf1e1;
    border-radius: 4px;
    padding: 2px, 8px, 2px, 8px;
}

.badge-warning {
    color: #9a6901;
    font-size: 13px;
    background-color: #ffe6af;
    border-radius: 4px;
    padding: 2px, 8px, 2px, 8px;
}

.badge-danger {
    color: #a31801;
    font-size: 13px;
    background-color: #ffbcb1;
    border-radius: 4px;
    padding: 2px, 8px, 2px, 8px;
}

.table-light {
    background: #efefef !important;
    --bs-table-bg: #efefef !important;
}

.table-light tr th {
    color: #8c8c8c;
}

.back-button {
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #ffffff !important;
    margin-bottom: 2rem;
    padding: 6px 24px;
    border-radius: 8px;
}

.back-button i {
    font-size: 1.6rem;
    color: #fff;
}

.back-button span {
    color: #fff;
    margin-top: -2px;
}

.edit-button {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #ffffff !important;
    margin-bottom: 2rem;
}

.edit-button i {
    margin-left: 5px;
    font-size: 1rem;
    color: #fff;
}

.bg-black {
    background-color: #000;
}

.get-certification-button {
    padding-left: 14px;
    padding-right: 14px;
}

.view-button-public .btn {
    color: #ff9900 !important;
    border: 1px solid #fff;
    padding: 11px 22px;
    font-weight: 600;
}

/*today*/

.login-form-div {
    display: grid;
    place-content: center;
}

.project-img-list {
    min-height: 250px;
}

.custom-btn-primary:hover {
    color: #000 !important;
}

.custom-btn-primary:focus {
    border-color: rgb(255, 153, 0) !important;
}

.custom-btn-danger {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    background: #ff5555;
    border: 1px solid #ff9900;
    color: #fff;
}

.custom-btn-danger:hover,
.custom-btn-danger:focus {
    color: #fff;
}

.location-image-capation {
    font-size: 1.2rem;
    place-content: center;
    padding-left: 36px;
    padding-right: 36px;
}

.location-image-capation p {
    color: #ffffff !important;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.location-image-capation p:first-child {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1%;
}

.location-image-capation p:nth-child(2) {
    font-family: "DM Serif Display", serif !important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1%;
}

.location-image-capation p:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1%;
}

.consultant-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background: #000;
}

.content-page {
    overflow: unset !important;
}

.carbon-project-img {
    min-height: 220px;
    max-height: 220px;
}

.fin-proj-detail {
    /* height: 6rem; */
}

@media (min-width: 320px) and (max-width: 686px) {
    #left-menu {
        top: 0px;
        height: 100%;
        min-height: 100vh;
        backdrop-filter: blur(20px);
        position: fixed;
    }

    #left-menu .rounded-4 {
        border-radius: 0px !important;
    }

    .left-menu-toggler-button {
        padding-bottom: 40px;
        padding-top: 5px;
    }

    .location-measure-switch .accordion .btn-link,
    .btn-link:hover,
    .btn-link:active {
        /* padding:0px;
        margin:0px;
        margin-top: 10px;
        text-align: left; */
    }

    .watermark-loginpage {
        display: flow-root;
    }

    .card-body-pl-pr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .modal-body .revoke {
        margin-top: 7px !important;
        margin-right: 3px !important;
    }

    .left-menu-toggler-button {
        padding-bottom: 0;
        padding-top: 0;
    }

    .side-nav {
        margin-left: 0;
    }

    .left-menu-toggler-button {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .side-nav li.side-nav-item:first-child {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .logo-circle {
        margin-top: 20% !important;
    }

    .side-nav li.side-nav-item:nth-child(3) {
        margin-top: -40px;
    }
}

@media (min-width: 686px) and (max-width: 786px) {
    .location-measure-switch .accordion .btn-link,
    .btn-link:hover,
    .btn-link:active {
        /* padding:0px;
        margin:0px;
        margin-top: 10px;
        text-align: left; */
    }

    .watermark-loginpage {
        display: flow-root;
    }

    .left-sidebar-menu {
        top: 222px;
        padding: 0px !important;
    }

    .left-sidebar-menu .side-nav {
        padding-top: 2px !important;
    }

    .location-detail-page {
        top: 222px;
        position: absolute;
        width: 61%;
    }

    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 786px) and (max-width: 1024px) {
    .side-nav-second-level {
        color: #8c8c8c !important;
        margin-left: -10px;
    }

    .navbar-right {
        right: 20px;
    }

    .left-sidebar-menu {
        top: 220px;
        padding: 0px !important;
    }

    .left-sidebar-menu .side-nav {
        padding-top: 2px !important;
    }

    .location-detail-page {
        top: 220px;
        /*position: absolute;*/
        width: 68%;
    }

    /* .carbon-project-img {
        min-height: 220px;
        max-height: 220px;
    } */
    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .project-img-list {
        min-height: 194px;
    }

    .side-nav-second-level {
        color: #8c8c8c !important;
        margin-left: -20px;
    }

    .navbar-right {
        right: 20px;
    }

    .location-detail-page {
        top: 220px;
        position: absolute;
        width: 72%;
    }

    /* .carbon-project-img {
        min-height: 220px;
        max-height: 320px;
    } */
    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .project-img-list {
        min-height: 194px;
    }

    .side-nav-second-level {
        color: #8c8c8c !important;
        margin-left: -36px;
    }

    .navbar-right {
        right: 12px;
    }

    .left-sidebar-menu {
        top: 201px;
        padding: 0px !important;
    }

    .location-detail-page {
        /* top: 222px;
        position: absolute;
        width: 68%; */
        top: 70px;
        position: relative;
    }

    /* .carbon-project-img {
        min-height: 220px;
        max-height: 220px;
    } */
    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 1439px) and (max-width: 1920px) {
    .side-nav-second-level {
        color: #8c8c8c !important;
        margin-left: -36px;
    }

    .navbar-right {
        right: 12px;
    }

    .left-sidebar-menu {
        top: 222px;
        padding: 0px !important;
    }

    .left-sidebar-menu .side-nav {
        padding-top: 2px !important;
    }

    /* .location-detail-page {
        top: 222px;
        position: absolute;
        width: 74%;
    } */
    /* .carbon-project-img {
        min-height: 220px;
        max-height: 320px;
    } */
    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 1921px) and (max-width: 2600px) {
    .left-sidebar-menu {
        top: 226px;
        padding: 0px !important;
    }

    .location-detail-page {
        margin-top: 70px;
        position: relative;
    }

    .side-nav-second-level {
        color: #8c8c8c !important;
        margin-left: -36px;
    }

    .left-sidebar-menu .side-nav {
        padding-top: 2px !important;
    }

    .navbar-right {
        right: 0px;
    }

    /* .navbar{
        left:627px !important;
        place-content: center;
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
    }
    */
    .heading-title-blank {
        display: grid;
        place-content: center;
        max-width: 1320px;
    }

    /* .carbon-project-img {
        min-height: 220px;
        max-height: 320px;
    } */
    .emission-boundary-setup {
        margin-top: 52px;
    }

    .emission-boundary-setup-2 {
        margin-top: 52px;
    }
}

@media (min-width: 2600px) {
    .navbar-right {
        right: 0;
    }
}

.italic-underline {
    font-style: italic;
    text-decoration: underline;
}

.header-underline {
    text-decoration: underline;
}

#login-page .pargarph {
    text-align: center;
}

#login-page .form-control,
#register-page .form-control,
#locations-page .form-control,
#profile-page .form-control,
#add-location-page .form-control {
    border-radius: 20px;
    border: 2px solid #000;
    padding: 7px;
    font-size: 0.9em;
    font-weight: 400;
    background-color: white !important;
}

#login-page .form-control:hover,
#register-page .form-control:hover,
#locations-page .form-control:hover,
#profile-page .form-control:hover,
#add-location-page .form-control:hover {
    border-color: #ff9900 !important;
}

#login-page .form-control:focus,
#register-page .form-control:focus,
#locations-page .form-control:hover,
#profile-page .form-control:focus,
#add-location-page .form-control:focus {
    border-color: #ff9900;
    box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.25);
}

#login-page .social-buttons,
#register-page .social-buttons {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 768px) {
    #login-page .social-buttons,
    #register-page .social-buttons {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}

#login-page .social-buttons .social-login-btn a,
#register-page .social-buttons .social-login-btn a {
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    font-size: 0.9em;
    padding: 7px 20px;
    font-weight: 400;
    border: 1px solid lightgray;
    background: white;
    transition: 1s;
}

#login-page .social-buttons .social-login-btn a:hover,
#register-page .social-buttons .social-login-btn a:hover {
    border: 1px solid #ff9900;
    color: white;
}

#login-page .OrangeColor,
#register-page .OrangeColor {
    font-size: 0.95em !important;
}

#login-page [type="submit"],
#register-page [type="submit"] {
    background-color: #ff9900;
    color: white;
    border-radius: 20px;
    padding: 8px 20px !important;
    font-size: 1em;
    font-weight: 400;
    border: 2px solid #ff9900;
}

#login-page .card-body,
#register-page .card-body {
    padding: 1em 4em;
    background-color: #f5f8fa;
}

#login-page #password-icon {
    position: absolute;
    cursor: pointer;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
    border-right: 2px solid #000 !important;
    z-index: 10;
    padding: 6px 10px;
}

#login-page .input-group.input-group-merge {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 6px;
}

.signup-border {
    border: 0.3px solid gray;
}

#login-page .custom-btn.custom-btn-primary,
#register-page .custom-btn.custom-btn-primary {
    transition: 0.4s;
}

#login-page .custom-btn.custom-btn-primary:hover,
#register-page .custom-btn.custom-btn-primary:hover {
    color: white !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.25);
}

#register-page .card {
    box-shadow: none;
}

#register-page .card-header {
    border: none;
}

.language-button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

#register-page .account-pages {
    background-image: url("/assets/images/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

#locations-page .content .card,
#locations-page .form-control,
#certificates-page .card-body,
#widgets-page .card-body,
#transactions-page .card-body,
#profile-page .card-body,
#add-location-page .card {
    background-color: #f5f8fa !important;
}

#locations-page .table > :not(caption) > * > *,
#widgets-page .table > :not(caption) > * > * {
    padding: 10px 10px !important;
}

#locations-page .period-table-row {
    background-color: white;
}

#locations-page table,
#widgets-page table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

#locations-page td,
#widgets-page td {
    border-style: none solid solid none;
    padding: 6px !important;
}

#locations-page tr td:first-child,
#widgets-page td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#locations-page tr td:last-child,
#widgets-page td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#locations-page .form-check.form-switch {
    display: flex;
    justify-content: center;
}

#locations-page .measurement-button {
    color: white;
    border: 1px solid #ff9900;
    background-color: #f69e26;
    border-radius: 10px;
}

#locations-page .measurement-button:focus {
    outline: 2px solid #ff9900;
}

.edit {
    border: 1px solid #ff9900;
    border-radius: 10px;
    padding: 7px 20px;
    color: #ff9900 !important;
}

.create-measurement {
    border: 2px solid #ff9900;
    border-radius: 20px;
    padding: 15px 20px;
    color: #ff9900;
    background-color: #f69e2605;
    justify-content: center !important;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-direction: row;
    vertical-align: middle;
}

.create-measurement a {
    font-weight: 400;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
}

.create-measurement a span {
    color: #ff9900 !important;
}

.add-location-button {
    background-color: #ffffff !important;
    border: 2px solid #ff9900;
    color: #ff9900;
    border-radius: 20px !important;
    padding: 12px 12px;
    min-width: 117px;
    width: 100%;
}

.add-location-button span {
    color: #ff9900;
}

#certificates-page .card-body,
#transactions-page .card-body,
#profile-page .card-body {
    box-shadow: none;
}

#certificates-page .table-responsive-sm,
#widgets-page .table-responsive-sm,
#transactions-page .table-responsive-sm {
    background-color: white;
    border-radius: 20px;
    padding: 5px 10px;
}

#certificates-page .table-responsive-sm tr,
#certificates-page .table-responsive-sm thead,
#certificates-page .table > :not(:last-child) > :last-child > *,
#widgets-page .table-responsive-sm thead,
#widgets-page .table > :not(:last-child) > :last-child > *,
#transactions-page .table-responsive-sm thead {
    border: 1px solid transparent;
}

#certificates-page .table-responsive-sm thead tr th,
#widgets-page .table-responsive-sm thead tr th,
#transactions-page .table-responsive-sm thead tr th {
    color: #ff9900 !important;
    font-weight: 500;
    padding-bottom: 10px !important;
}

#certificates-page .measurement-title .left-content p,
#widgets-page .measurement-title .left-content p,
#transactions-page .measurement-title .left-content p {
    padding-bottom: 10px;
}

.table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem !important;
}

#generateApiKeyForm button[type="submit"] {
    padding: 5px 10px !important;
    font-weight: 600;
    border: none;
    background-color: transparent;
}

#widgets-page .table > :not(caption) > * > *:not(:first-child) {
    text-align: center;
    font-weight: 400;
}

#widgets-page .table > :not(caption) > * > *,
#transactions-page .table > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}

#widgets-page tbody tr,
#transactions-page tbody tr {
    outline: 1px solid #ff9900;
    border-radius: 20px;
}

#widgets-page .table tbody > :not(caption) > * > *,
#transactions-page .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem !important;
}

#widgets-page .active-status {
    border: 2px solid #9fc164;
    padding: 4px 30px;
    border-radius: 20px;
}

#widgets-page > button {
    background-color: transparent;
    border: none;
}

#widgets-page table button span {
    color: #ff9900;
    font-weight: 600;
}

#profile-page .card {
    background-color: transparent;
    position: relative;
    z-index: 1000;
    box-shadow: none;
}

#profile-page .card-body {
    padding: 1rem 1.4rem;
}

#profile-page .card-body p {
    font-size: 1.1em;
    font-weight: 400;
    opacity: 0.8;
}

#profile-page {
    background-color: white;
}

#profile-page .form-control {
    margin-top: 10px;
}

#add-location-page .form-control {
    margin-bottom: 10px;
    margin-top: 5px;
}

#profile-page .btn:not(.step-action-btn. .validation-btn) {
    height: 14px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.scope-items > .row .card.rounded-4 {
    width: 100% !important;
}

.mobile-calculate {
    width: auto !important;
    margin-top: 5px !important;
    height: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px !important;
}

.downstream-items h5 {
    margin-right: 0 !important;
}

.downstream-items .form-check {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.page-item.active .page-link {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: #ffffff !important;
}

/* Footer spacing override */
.footer {
    margin-bottom: 0 !important;
}

/* Remove bottom margin on paragraphs inside footer */
.footer p {
    margin-bottom: 0 !important;
}

/* Sidebar indentation tweaks */
.side-nav .side-nav-link {
    padding-left: 24px !important; /* default was 30px; nudge left */
}

/* Sidebar width and matching content offset */
@media (min-width: 992px) {
    .left-sidebar-menu {
        width: 170px;
    }
}
