@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Play:wght@400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Hanken Grotesk", sans-serif;
}

html,
body {
    height: 100%;
}

div {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
    outline: none;
}

#dashboard-area .info-box {
    border: 2px #f9f7f7 solid;
}

#bars .bars-card {
    border: 2px #f9f7f7 solid;
}

#notification-area .noti {
    border: 2px #f9f7f7 solid;
}

.green-bg {
    background-color: rgb(219, 242, 213) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.green-color{
    color:rgb(28, 60, 20) !important;
}

#login-page .logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-page .logo-area img {
    width: 250px;
    height: auto;
    display: block;
}

#login-page .col-lg-8 img {
    width: 100%;
    height: auto;
    display: block;
}

#login-page .image-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-shadow: -10px 0 20px rgba(128, 128, 128, 0.5);
}

#login-page .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#login-page .btn-login {
    background-color: black;
    color: white;
}

#login-page .btn-login:hover {
    background-color: #131d4c;
    color: white;
    transition: 0.3s;
}

#login-page .line {
    border: 0.1px solid #c7cacb;
}

#login-page .language {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#login-page .language img {
    width: 25px;
    height: auto;
}

#login-page .language .tr {
    width: 28px;
    height: auto;
}

@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Play:wght@400;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Hanken Grotesk", sans-serif;
}

html,
body {
    height: 100%;
}

div {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
    outline: none;
}

#dashboard-area .info-box {
    border: 2px #f9f7f7 solid;
}

#bars .bars-card {
    border: 2px #f9f7f7 solid;
}

#notification-area .noti {
    border: 2px #f9f7f7 solid;
}

.green-bg {
    background-color: rgb(219, 242, 213) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.green-color{
    color:rgb(28, 60, 20) !important;
}

#login-page .logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-page .logo-area img {
    width: 250px;
    height: auto;
    display: block;
}

#login-page .col-lg-8 img {
    width: 100%;
    height: auto;
    display: block;
}

#login-page .image-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    box-shadow: -10px 0 20px rgba(128, 128, 128, 0.5);
}

#login-page .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#login-page .btn-login {
    background-color: black;
    color: white;
}

#login-page .btn-login:hover {
    background-color: #131d4c;
    color: white;
    transition: 0.3s;
}

#login-page .line {
    border: 0.1px solid #c7cacb;
}

#login-page .language {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#login-page .language img {
    width: 25px;
    height: auto;
}

#login-page .language .tr {
    width: 28px;
    height: auto;
}

#login-page .mersolution-logo-area{
  position: static;    
  display: flex;       
  justify-content: center;   
  align-items: center;   
  width: 100%;
  text-align: center;
  margin: 0 auto;      
}

#login-page .col-lg-4{
  display: flex;
  flex-direction: column;
  min-height: 100vh;     
}

#login-page .mersolution-logo-area{
  margin-top: auto;     
  padding-bottom: 16px;     
}


#login-page .mersolution-logo-area img {
    width: 150px;
    height: auto;
    display: block;
}

#login-page h6 {
    color: #949a9d;
}

#content {
    height: 300px;
}

#previewFrame {
    display: none;
}

#docxPreview {
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    display: none;
}

#excelPreview {
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    display: none;
}

#imagePreview {
    max-width: 100%;
    max-height: 600px;
    display: none;
}

#file_name{
    margin-top: 25px; display: block; font-weight: bold;
}

#txt_log {
    background-color: black;
    color: white;
    font-family: monospace;
    padding: 10px;
    border: 1px solid #ccc;
}

#txt_log {
    background-color: black !important;
    color: white !important;
}

#site_map_wrapper {
    max-height: 395px;
    overflow-y: auto;
    overflow-x: auto;
    background: #2d2d2d;
    color: #0a53be;
    padding: 15px;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#modal_teams_list .modal-body{
    max-height: 500px; overflow-y: auto;
}

.page-content .avatar-md{
    width: 60px; 
    height: 60px;
}

.modal-header.custom-header {
    background-color: #262d34;
}

.modal-header.custom-header .modal-title {
    color: white !important;
}

#impact-analysis-card{
    border: 2px #f9f7f7 solid;
}

#impact-analysis-card .carbon-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#impact-analysis-card .carbon-section span,
#impact-analysis-card .carbon-description,
#impact-analysis-card .carbon-value,
#impact-analysis-card .loading p {
    display: block;
    font-size: 1.2rem;
}

#impact-analysis-card .carbon-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

#impact-analysis-card .loading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#co2-card{
    border: 2px #f9f7f7 solid;
}

.recycle-icon{
    color: #439d2b;
    vertical-align: middle; 
    margin-top:-2px;
    margin-right: 5px;

}

.seedling-icon{
    vertical-align: middle; 
    margin-top:-2px; 
    margin-right: 5px;
}

.bolt-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
}

.tools-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
    color:gray;
}

.paper-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
    color:rgb(39, 118, 209);
}

.envelope-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-4px;
    color:gray;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 250px;
    width: calc(100% - 250px);
    background-color: #0e2239;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .copyright {
        left: 0;
        width: 100%;
    }
}

#error-area {
    height: 100%;
}


@media (max-width: 992px) {
    #login-page .col-lg-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    #login-page .image-container img {
        width: 100vw;
        height: auto;
    }

    #login-page .col-lg-8 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .wrapper .page-content .container-xxl .row .col-lg-12 .card .card-footer .btn-dark {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .button-area {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .btn-add-delete {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .button-mb{
        margin-bottom: 8px;
    }

    .button-mb-8{
        margin-bottom: -8px;
    }

    .page-content .container-xxl .row .col-lg-12 .card .card-body .custom-form-control {
        width: 100% !important;
    }

    .page-content .container-xxl .row .col-lg-12 .card .card-body .form-select-area {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .btn.btn-danger {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modal .modal-dialog .modal-content .modal-body form .card-footer .btn[type="submit"] {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #modal_teams_list .modal-footer .btn[type="submit"] {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modal .card-footer .btn.btn-dark {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .card-wizard {
        display: grid !important;
        gap: 1rem;
    }

    .card-wizard > .form-wizard-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        min-width: 0;
    }

    .card-wizard .form-wizard-header.nav-justified .nav-item {
        flex: initial !important;
    }
    
    .card-wizard .form-wizard-header .nav-item{
        width: 100%;
    }
    
    .card-wizard .form-wizard-header .nav-link {
        width: 100%;
        text-align: left;
    }

    .card-wizard > .tab-content {
        margin: 0;
    }
    #table-card-sett,
    #table-sett-card {
        width: 100% !important;
        overflow-x: auto !important;
    }

    #table-sett-card .gridjs-wrapper {
        width: 100% !important;
        min-width: 800px !important;
    }

    #table-sett-card .gridjs-container {
        width: 100% !important;
        overflow-x: auto !important;
    }

    #table-sett-card .gridjs-table {
        width: 100% !important;
        min-width: 800px !important;
    }

    #table-sett-card .gridjs-head,
    #table-sett-card .gridjs-tbody {
        width: 100% !important;
    }

    #table-sett-card .gridjs-th,
    #table-sett-card .gridjs-td {
        white-space: nowrap !important;
    }
}


@media (min-width: 1200px) {
  .card-wizard {
    display: block !important;
  }
  .card-wizard > .form-wizard-header {
    display: flex !important;
    flex-direction: row !important;
  }
  
  .button-area {
    flex-direction: row !important;
    align-items: center !important;
  }
  
  .btn-add-delete {
    width: auto !important;
    margin-right: 0.5rem;
  }
  
  .btn-add-delete:last-child {
    margin-right: 0;
  }
}

.badge-yakinda {
    font-size: 12px !important;
    color: white !important;
}


#login-page .mersolution-logo-area img {
    width: 150px;
    height: auto;
    display: block;
}

#login-page h6 {
    color: #949a9d;
}

#content {
    height: 300px;
}

#previewFrame {
    display: none;
}

#docxPreview {
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    display: none;
}

#excelPreview {
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
    display: none;
}

#imagePreview {
    max-width: 100%;
    max-height: 600px;
    display: none;
}

#file_name{
    margin-top: 25px; display: block; font-weight: bold;
}

#txt_log {
    background-color: black;
    color: white;
    font-family: monospace;
    padding: 10px;
    border: 1px solid #ccc;
}

#txt_log {
    background-color: black !important;
    color: white !important;
}

#site_map_wrapper {
    max-height: 395px;
    overflow-y: auto;
    overflow-x: auto;
    background: #2d2d2d;
    color: #0a53be;
    padding: 15px;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#modal_teams_list .modal-body{
    max-height: 500px; overflow-y: auto;
}

.page-content .avatar-md{
    width: 60px; 
    height: 60px;
}

.modal-header.custom-header {
    background-color: #262d34;
}

.modal-header.custom-header .modal-title {
    color: white !important;
}

#impact-analysis-card{
    border: 2px #f9f7f7 solid;
}

#impact-analysis-card .carbon-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#impact-analysis-card .carbon-section span,
#impact-analysis-card .carbon-description,
#impact-analysis-card .carbon-value,
#impact-analysis-card .loading p {
    display: block;
    font-size: 1.2rem;
}

#impact-analysis-card .carbon-value {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

#impact-analysis-card .loading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#co2-card{
    border: 2px #f9f7f7 solid;
}

.recycle-icon{
    color: #439d2b;
    vertical-align: middle; 
    margin-top:-2px;
    margin-right: 5px;

}

.seedling-icon{
    vertical-align: middle; 
    margin-top:-2px; 
    margin-right: 5px;
}

.bolt-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
}

.tools-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
    color:gray;
}

.paper-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-2px;
    color:rgb(39, 118, 209);
}

.envelope-icon{
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top:-4px;
    color:gray;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 250px;
    width: calc(100% - 250px);
    background-color: #0e2239;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

@media (max-width: 1200px) {
    .copyright {
        left: 0;
        width: 100%;
    }
}

#error-area {
    height: 100%;
}


@media (max-width: 992px) {
    #login-page .col-lg-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    #login-page .image-container img {
        width: 100vw;
        height: auto;
    }

    #login-page .col-lg-8 {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .wrapper .page-content .container-xxl .row .col-lg-12 .card .card-footer .btn-dark {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .button-area {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .btn-add-delete {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .button-mb{
        margin-bottom: 8px;
    }

    .button-mb-8{
        margin-bottom: -8px;
    }

    .page-content .container-xxl .row .col-lg-12 .card .card-body .custom-form-control {
        width: 100% !important;
    }

    .page-content .container-xxl .row .col-lg-12 .card .card-body .form-select-area {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .btn.btn-danger {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modal .modal-dialog .modal-content .modal-body form .card-footer .btn[type="submit"] {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #modal_teams_list .modal-footer .btn[type="submit"] {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .modal .card-footer .btn.btn-dark {
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .card-wizard {
        display: grid !important;
        gap: 1rem;
    }

    .card-wizard > .form-wizard-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        min-width: 0;
    }

    .card-wizard .form-wizard-header.nav-justified .nav-item {
        flex: initial !important;
    }
    
    .card-wizard .form-wizard-header .nav-item{
        width: 100%;
    }
    
    .card-wizard .form-wizard-header .nav-link {
        width: 100%;
        text-align: left;
    }

    .card-wizard > .tab-content {
        margin: 0;
    }

    #table-card-sett,
    #table-sett-card {
        width: 100% !important;
        overflow-x: auto !important;
    }

    #table-sett-card .gridjs-wrapper {
        width: 100% !important;
        min-width: 800px !important;
    }

    #table-sett-card .gridjs-container {
        width: 100% !important;
        overflow-x: auto !important;
    }

    #table-sett-card .gridjs-table {
        width: 100% !important;
        min-width: 800px !important;
    }

    #table-sett-card .gridjs-head,
    #table-sett-card .gridjs-tbody {
        width: 100% !important;
    }

    #table-sett-card .gridjs-th,
    #table-sett-card .gridjs-td {
        white-space: nowrap !important;
    }
}


@media (min-width: 1200px) {
  .card-wizard {
    display: block !important;
  }
  .card-wizard > .form-wizard-header {
    display: flex !important;
    flex-direction: row !important;
  }
  
  .button-area {
    flex-direction: row !important;
    align-items: center !important;
  }
  
  .btn-add-delete {
    width: auto !important;
    margin-right: 0.5rem;
  }
  
  .btn-add-delete:last-child {
    margin-right: 0;
  }
}

.badge-yakinda {
    font-size: 12px !important;
    color: white !important;
}
