/*begin::Global css*/
:root {
    --primary-color: #2BAB5A;
    --primary-rgba: rgba(43, 171, 90, 0.5);
    --accent-color: #EAF7EE;
    --secondary-color: #f5951d;
    --black-color: #484848;
    --white-color: #ffffff;
    --text-gray: #919191;
    --body-font: "DM Sans", sans-serif;
    --body-color: #F5F5F9;
}

.btn {
    --bs-btn-border-radius: 0.45rem;
}

.badge {
    --bs-badge-border-radius: 0.25rem;
}

body {
    font-family: var(--body-font);
    background-color: var(--body-color);
}

img {
    max-width: 100%
}

[data-bs-theme=light] {
    /*--bs-app-header-base-bg-color: #012F2F;*/
    /*--bs-app-header-base-border-bottom: #012F2F;*/
    --bs-app-header-base-bg-color: ghostwhite;
    --bs-app-header-base-border-bottom: ghostwhite;
    --bs-app-header-height: 60px;
    --bs-app-bg-color: var(--body-color);
    --bs-app-content-bg-color: #F4F6FA;
    --bs-app-toolbar-base-bg-color: rgba(232, 232, 232, 0.4);
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.show_passowrd_icon {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 15px;
    cursor: pointer;
}

.table-dark {
    --bs-table-bg: var(--primary-color);
}

.form_fieldset {
    width: 100%;
    border: 1px dashed #dbdfe9;
    position: relative;
    padding: 20px 20px 0;
    margin-top: 10px;
    border-radius: 4px;
}

.form_fieldset h3 {
    font-size: 16px;
    background: var(--white-color);
    margin: 0;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 12px;
    padding: 10px 8px;
    border-radius: 4px;
}

.table:not(.table-bordered) td:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) tr:first-child {
    padding-left: 1rem;
}

.table:not(.table-bordered) td:last-child,
.table:not(.table-bordered) th:last-child,
.table:not(.table-bordered) tr:last-child,
table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled) {
    padding-right: 1rem;
}

.bg_navy {
    background-color: var(--primary-color) !important;
}

.bg_ornage {
    background-color: var(--secondary-color) !important;
}

.modal-header h2 {
    margin-bottom: 0;
}

.custom_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-end;
}

.custom_icon > i {
    color: rgba(246, 246, 246, 0.65); !important;
    font-size: 22px;
}

.sorting_disabled,
.dt-orderable-none,
.dt-type-numeric,
.dt-type-date {
    text-align: center !important;
}

.page-title > h1 {
    color: #37734D !important;
}

.svg-icon object {
    height: 20px;
}

.svg-icon.black_icon object {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.svg-icon.blue_icon object {
    -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(1290%) hue-rotate(155deg) brightness(70%) contrast(100%);
    -moz-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(1290%) hue-rotate(155deg) brightness(70%) contrast(100%);
    -o-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(1290%) hue-rotate(155deg) brightness(70%) contrast(100%);
    -ms-filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(1290%) hue-rotate(155deg) brightness(70%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(40%) sepia(16%) saturate(1290%) hue-rotate(155deg) brightness(70%) contrast(100%);
}

.min-h-180px {
    min-height: 180px;
}

.table_row_gap {
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.table_row_gap > thead > tr > th {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.table_row_gap > thead > tr > th:first-child {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.table_row_gap > thead > tr > th:last-child {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.table_row_gap > tbody > tr > td {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.table_row_gap > tbody > tr > td:first-child {
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.table_row_gap > tbody > tr > td:last-child {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.green_table_head {
    background-color: #D7F4E2;
}

.green_table_row {
    background-color: #F1F9F4;
}

.custom_app_container {
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.card_right_border_radius0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.menu-item .menu-link {
    align-items: flex-start;
    transition: 0.3s all;
}

.menu-item .menu-link:hover,
.menu-item .menu-link.active {
    color: var(--primary-color) !important;
}

.card_border {
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
}

#viewDiv {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.esri-attribution__powered-by {
    display: none;
}

.progress_bar_custom {    
    height: 8px;
    background: #F3F3F3;
}

.progress_bar_custom .progress-bar {
    --bs-progress-bar-bg: #FF8686;
}
/* end::Global css */

/* begin::Cards colored bg css */
[card-bg="green"] {
    background-image: url('img/admin/shapes/card_shape_green.svg');
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    border-radius: 1.25rem;
}

[card-bg="white"] {
    background-image: url('img/admin/shapes/card_shape_white.svg');
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    border-radius: 1.25rem;
}

[card-bg="blue"] {
    background-image: url('img/admin/shapes/card_shape_blue.svg');
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    border-radius: 1.25rem;
}

.card_white {
    background-color: #FFFFFF !important;
    position: relative;
}

.card_green {
    background-color: #2BAB5A !important;
    position: relative;
}

.card_blue {
    background-color: #067BB1 !important;
    position: relative;
}

.card_yellow {
    background-color: #F1B743 !important;
    position: relative;
}

.card_orange {
    background-color: #F98B00 !important;
    position: relative;
}

.card_red {
    background-color: #F95353 !important;
    position: relative;
}

.card_purple {
    background-color: #A13FD9 !important;
    position: relative;
}

.card_light_green {
    background-color: #D7F4E2 !important;
    position: relative;
}

.card_light_blue {
    background-color: #E0F5FF !important;
    position: relative;
}

.card_light_yellow {
    background-color: #FFF3DA !important;
    position: relative;
}

.card_light_orange {
    background-color: #FFE8CA !important;
    position: relative;
}

.card_light_red {
    background-color: #FFE6E8 !important;
    position: relative;
}

.card_light_purple {
    background-color: #F4E5FD !important;
    position: relative;
}

.color_green {
    color: #248449 !important;
}

.color_blue {
    color: #067BB1 !important;
}

.color_yellow {
    color: #DB9400 !important;
}

.color_orange {
    color: #F98B00 !important;
}

.color_red {
    color: #F64E60 !important;
}

.color_purple {
    color: #A13FD9 !important;
}
/* end::Cards colored bg css */

/* begin::App header customization css */
.header_logos {
    display: grid;
    align-items: center;
    grid-column-gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.header_logos > a {
    display: block;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

.header_logos > a > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.app-toolbar {
    position: relative;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: 96% top;
    background-size: auto;
}

.app-toolbar::before {
    content: "";
    position: absolute;
    background-image: url(../global/img/header_shape.svg);
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    width: 100%;
    opacity: 0.4;
}

#kt_app_toolbar_container {
    position: relative;
    z-index: 1;
}

#kt_app_toolbar_container::before {
    content: "";
    position: absolute;
    background-image: url(../global/img/header_pattern.svg);
    left: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    height: 100%;
    width: 75%;
    z-index: -1;
}
/* end::App header customization css */

/* begin::Datatables customization css */
.export_btn .btn-group button {
    min-height: 34px;
}

.export_btn .btn-group button.border_none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

div.dataTables_wrapper div.table_filters,
div.dataTables_wrapper div.dataTables_length {
    padding: 0;
}

.table_filters .export_btn input[type="search"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    border: 1px solid var(--bs-gray-300);
    border-right: 0;
    min-height: 34px;
    min-width: 200px;
    background-color: var(--white-color);
}

.table thead tr th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    font-weight: 600;
}

.export_btn .buttons-collection {
    height: 32px;
    font-size: 12px;
    line-height: 12px;
}

.export_btn .dt-button-collection {
    right: 0.7rem !important;
    left: auto !important;
    border: none;
}

.export_btn .dropdown-menu {
    min-width: 14rem !important;
}

.export_btn .dropdown-item {
    padding: 0.7rem 1.2rem;
}
/* end::Datatables customization css */

/* begin::Login page cutomization css */
.register_bg {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden !important;
    z-index: 9;
}

.login_gif_left {
    position: absolute;
    left: -100px;
    bottom: -40px;
    z-index: -1;
}

.login_gif_left > span {
    display: block;
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.login_gif_left > span > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.login_gif_right {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.login_gif_right > span > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
/* end::Login page cutomization css */
.custom_image_input {
    display: inline-flex;
    align-items: center;
}

.custom_image_input.image-input-empty {
    width: 125px;
    height: 125px;
}

.custom_image_input.image-input-empty .profile_btns {
    position: absolute;
    left: 100%;
    padding-left: 30px;
}

.custom_image_input.image-input.image-input-circle [data-kt-image-input-action=change] {
    position: static;
    transform: none;
}

.custom_image_input.image-input.image-input-circle [data-kt-image-input-action=cancel],
.custom_image_input.image-input.image-input-circle [data-kt-image-input-action=remove] {
    position: static;
    transform: none;
}

.custom_image_input .image-input-wrapper {
    margin-right: 30px;
}

.create_user_img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 50px;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    align-items: center;
    height: 100%;
}

.create_user_img > span {
    display: inline-block;
    width: 350px;
    height: 382px;
}

.create_user_img > span > img {
    width: 100%;
    height: 100%;
    object-position: right top;
    object-fit: contain;
}

.dashborad_img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.dashborad_img > span {
    display: block;
    width: 200px;
    height: 100%;
    overflow: hidden;
}

.dashborad_img > span > img {
    width: 100%;
    height: 100%;
    object-position: right bottom;
    object-fit: contain;
}