@import url(https://js.arcgis.com/4.28/@arcgis/core/assets/esri/themes/light/main.css);
body {
  background-color: #f7f7f7 !important;
  font-size: 15px;
}

.message_block {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}

.successMessage {
  background-color: #fff;
  border: 2px solid #fff !important;
  color: #347427 !important;
  box-shadow: 0px 0px 6px 0px #aaaaaa;
}

.bc_orange {
  background-color: #c5701c !important;
}
.bc_orange:hover {
  background-color: #b05a0f !important;
}

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

#viewDiv {
  height: 70vh;
  width: 100%;
}

.ai-btn {
  transition: 0.5s;
}
.ai-btn:hover {
  color: #347427;
}

.esri-feature-fields__field-header {
  background-color: #347427 !important;
  color: #fff;
}

.file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}

.file-input {
  cursor: pointer;
}
.file-input img {
  max-height: 200px;
  background-color: rgba(243, 243, 243, 0.411);
  border-radius: 5px;
  width: 100%;
}

.login-wrapper {
  background-color: #2C2C2C;
  position: relative;
  height: 100vh;
}
.login-wrapper .login-container {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.login-wrapper .login-container img {
  position: relative;
  height: 140px;
  width: 160px;
  float: left;
  margin-bottom: 40px;
  border-radius: 20px;
}
.login-wrapper .login-container .input-form-wr {
  width: 100%;
  padding: 20px;
}
.login-wrapper .login-container .input-form-wr input {
  width: 300px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #383838;
  padding: 8px;
  margin-bottom: 27px;
}
.login-wrapper .login-container .input-form-wr button {
  background-color: #439034;
  padding: 8px 30px;
  float: right;
  border: none;
  color: #fff;
}

.c-white {
  color: #fff !important;
}

.menu {
  display: block;
}
.menu .menu-wrapper {
  height: 100vh;
  width: 210px;
  position: fixed;
  background-color: #2C2C2C;
  z-index: 1;
}
.menu .menu-wrapper .hamburger-icon i {
  font-size: 20px;
  color: #fff !important;
  font-weight: 600;
  width: auto !important;
  background-color: #439034 !important;
  padding: 16px 22.5px;
}
.menu .menu-wrapper ul {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 120px;
}
.menu .menu-wrapper ul li {
  list-style-type: none;
  margin-bottom: -2px !important;
  margin-left: 10px;
  margin-right: 10px;
}
.menu .menu-wrapper ul li a {
  padding: 16px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  height: 52px;
  transition: 0.5s;
}
.menu .menu-wrapper ul li a:hover {
  color: #2c2c2c;
  background-color: #fff;
}
.menu .menu-wrapper ul li a:hover i {
  color: #2C2C2C;
}
.menu .menu-wrapper ul li a i {
  font-size: 24px;
  float: left;
  padding-right: 10px;
  position: absolute;
  transition: 0.5s !important;
}
.menu .menu-wrapper ul li a span {
  position: absolute;
  left: 75px;
}
.menu .menu-wrapper .menu-logo {
  margin: 30px 0px;
  margin-bottom: 60px;
  height: 100px;
  text-align: center;
}
.menu .menu-wrapper .menu-logo img {
  height: 100px;
}
.menu .selected {
  background-color: #fff !important;
  color: #2C2C2C !important;
}
.menu li.log-out-btn {
  width: 100%;
  margin: 0px !important;
  background-color: #347427;
  position: absolute;
  bottom: 0;
}
.menu li.log-out-btn a {
  color: #d6d6d6 !important;
  margin-right: 10px !important;
}
.menu li.log-out-btn a i {
  color: #d6d6d6 !important;
  transition: 0.5s;
}
.menu li.log-out-btn a:hover {
  color: #ffffff !important;
  background-color: rgba(52, 116, 39, 0.7333333333) !important;
}
.menu li.log-out-btn a:hover i {
  color: #ffffff !important;
  padding-right: 15px !important;
}

.menu-top {
  background-color: #2C2C2C;
  padding: 7px;
  position: fixed;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
.menu-top .row {
  align-items: center;
}
.menu-top .menu_user_info {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
.menu-top .menu_user_info .menu_user_info_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.menu-top .menu_user_info .menu_user_info_btn p {
  margin: 0;
}
.menu-top .menu_user_info .menu_user_info_btn button.user-image {
  border: none;
  background: transparent;
  border-radius: 50%;
  padding: 0px;
  outline: none;
}
.menu-top .menu_user_info .menu_user_info_btn button.user-image i {
  font-size: 16px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 600;
  width: 100% !important;
  background-color: #439034 !important;
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.5s;
}
.menu-top .menu_user_info .menu_user_info_btn button.user-image i:hover {
  color: #fff !important;
  background-color: rgba(52, 116, 39, 0.7333333333) !important;
}

.user_info_modal {
  position: fixed;
  top: 52px;
  right: 50px;
  background-color: #fff;
  color: #2c2c2c;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1;
}
.user_info_modal .user_info_modal_content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.user_info_modal .user_info_modal_content ul li.userName {
  padding: 10px;
  text-align: center;
  font-weight: 600;
  background-color: #141414;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.user_info_modal .user_info_modal_content ul li.userProfile, .user_info_modal .user_info_modal_content ul li.settings, .user_info_modal .user_info_modal_content ul li.logOut {
  color: #347427;
}
.user_info_modal .user_info_modal_content ul li.userProfile a, .user_info_modal .user_info_modal_content ul li.settings a, .user_info_modal .user_info_modal_content ul li.logOut a {
  display: flex;
  padding: 12px;
  color: #2c2c2c;
  text-decoration: none;
  transition: 0.5s;
}
.user_info_modal .user_info_modal_content ul li.userProfile a:hover, .user_info_modal .user_info_modal_content ul li.settings a:hover, .user_info_modal .user_info_modal_content ul li.logOut a:hover {
  background-color: #eee;
}

.ham_menu {
  display: none;
}
.ham_menu .menu-wrapper {
  height: 100vh;
  width: auto;
  top: 0px;
  left: 0px;
  position: fixed;
  background-color: #2C2C2C;
  z-index: 1;
}
.ham_menu .menu-wrapper .hamburger-icon i {
  font-size: 20px;
  color: #fff !important;
  font-weight: 600;
  width: 100% !important;
  background-color: #439034 !important;
  padding: 16px;
  text-align: center;
}
.ham_menu .menu-wrapper ul {
  width: 100%;
  padding: 0;
  margin: 0;
  padding-top: 140px;
}
.ham_menu .menu-wrapper ul li {
  list-style-type: none;
  margin-bottom: 5px;
  background-color: #2C2C2C;
}
.ham_menu .menu-wrapper ul li a i {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  width: auto !important;
  padding: 16px;
  width: 60px !important;
  text-align: center;
}
.ham_menu .menu-wrapper ul li a i:hover {
  color: #fff !important;
  background-color: #2C2C2C;
}
.ham_menu .menu-wrapper .menu-logo {
  margin: 30px 0px;
  margin-bottom: 60px;
  text-align: center;
}
.ham_menu .menu-wrapper .menu-logo img {
  height: 40px;
}
.ham_menu .log-out-btn i {
  background-color: #439034 !important;
  color: #fff !important;
  position: absolute;
  bottom: 0;
  margin-bottom: -5px;
}
.ham_menu .log-out-btn i:hover {
  background-color: #347427 !important;
}
.ham_menu .selected {
  background-color: #fff !important;
  color: #2C2C2C !important;
}

.dashboard-default-box {
  padding: 20px;
  background-color: #fff;
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper a .AG_BTN_open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 17%, 0.5);
  display: flex;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s;
  justify-content: center;
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper a .AG_BTN_open .BG_BTN {
  padding: 10px 20px;
  background-color: #439034;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper a .AG_BTN_open:hover {
  background-color: hsla(0, 0%, 17%, 0.25);
}
.dashboard-default-box .dashboard-default-box-content .dashboard-AppGallery-wrapper a img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #2c2c2c;
  padding: 15px;
}
.dashboard-default-box .dashboard-default-box-content i.fa-user {
  color: #347427 !important;
}
.dashboard-default-box .dashboard-default-box-content .live_icon_wrapper {
  background-color: rgb(228, 228, 228);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #eee;
}
.dashboard-default-box .dashboard-default-box-content .live_icon_wrapper .live_number {
  color: #347427 !important;
  font-weight: 600;
  margin-right: 4px;
}
.dashboard-default-box .dashboard-default-box-content .live_icon_wrapper .live_icon {
  position: relative;
  left: -10px;
  width: 14px;
  height: 14px;
}
.dashboard-default-box .dashboard-default-box-content .live_icon_wrapper .live_icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: #347427;
  animation: live-pulse 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.dashboard-default-box .dashboard-default-box-content .live_icon_wrapper .live_icon::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: #347427;
  border-radius: 50px;
  animation: live-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes live-pulse {
  0% {
    transform: scale(0.33);
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes live-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.dashboard-default-box .active_apps {
  margin-top: 20px;
}

.dashboard-default-box2 {
  padding: 20px;
  background-color: #fff;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fme-params {
  width: 100%;
}
.fme-params .fme-params-title {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.fme-params .fme-params-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fme-params .fme-params-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e2e2;
  transition: background-color 0.3s;
}
.fme-params .fme-params-list li:last-child {
  border-bottom: none;
}
.fme-params .fme-params-list li:hover {
  background-color: hsla(110, 50%, 30%, 0.06);
}
.fme-params .fme-param-name {
  font-weight: 500;
  color: #2c2c2c;
}
.fme-params .fme-param-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #347427;
  cursor: help;
  outline: none;
  transition: background-color 0.3s;
}
.fme-params .fme-param-info i {
  font-size: 18px;
}
.fme-params .fme-param-info:hover .fme-param-preview, .fme-params .fme-param-info:focus .fme-param-preview {
  visibility: visible;
  opacity: 1;
  transform: translate(-100%, -50%) translateX(-12px);
}
.fme-params .fme-param-preview {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) translateX(-4px);
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  pointer-events: none;
}
.fme-params .fme-param-preview img {
  display: block;
  max-width: 260px;
  max-height: 180px;
  height: auto;
  width: auto;
}
.fme-params .fme-param-preview::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.breadcrumbs {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 100px;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 13px;
}
.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li {
  margin-right: 5px;
}
.breadcrumbs ol li a {
  text-decoration: none;
  color: #347427;
  transition: 0.5s;
}
.breadcrumbs ol li a:hover {
  color: #235c18;
}
.breadcrumbs ol li::after {
  content: ">";
  margin-left: 5px;
  color: #999;
}
.breadcrumbs ol li:last-child::after {
  content: "";
}

.header-container {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-container a.btn_view {
  background-color: #439034;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none !important;
  border-radius: 5px;
  transition: 0.5s;
}
.header-container a.btn_view:hover {
  background-color: #347427;
}
.header-container .category_change_input {
  max-width: auto;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #347427;
  outline: none;
}
.header-container .actions-wrapper {
  display: flex;
  align-items: center;
}
.header-container .actions-wrapper button {
  border: none;
  background-color: #b90606;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s;
}
.header-container .actions-wrapper button:hover {
  background-color: #b90606;
}
.header-container .actions-wrapper i {
  padding: 5px;
}
.header-container .actions-wrapper .fa-check, .header-container .actions-wrapper .fa-xmark, .header-container .actions-wrapper .fa-pen-to-square {
  margin-right: 10px;
}
.header-container .actions-wrapper .fa-check {
  background-color: #439034;
  color: #fff !important;
  padding: 10px !important;
  transition: 0.5s;
  border-radius: 5px;
}
.header-container .actions-wrapper .fa-check:hover {
  background-color: #347427;
  cursor: pointer;
}
.header-container .actions-wrapper .fa-xmark {
  background-color: #b90606;
  color: #fff !important;
  padding: 10px !important;
  transition: 0.5s;
  border-radius: 5px;
}
.header-container .actions-wrapper .fa-xmark:hover {
  background-color: #9c0505;
  cursor: pointer;
}
.header-container .actions-wrapper .fa-pen-to-square {
  background-color: #439034;
  color: #fff !important;
  padding: 10px !important;
  transition: 0.5s;
  border-radius: 5px;
}
.header-container .actions-wrapper .fa-pen-to-square:hover {
  background-color: #347427;
  cursor: pointer;
}

.header-description p {
  margin: 0;
}

.info-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  color: #347427;
  cursor: help;
  outline: none;
}

.info-tooltip:hover,
.info-tooltip:focus {
  color: #2a5d1f;
}

.info-tooltip .info-tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background-color: #333;
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}

.info-tooltip .info-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.info-tooltip:hover .info-tooltip-text,
.info-tooltip:focus .info-tooltip-text,
.info-tooltip:focus-within .info-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.description-container {
  margin-top: 20px;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.description-container .description-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.description-container .description-actions-wrapper {
  display: flex;
  align-items: center;
}
.description-container .description-actions-wrapper .fa-pen-to-square, .description-container .description-actions-wrapper .fa-check, .description-container .description-actions-wrapper .fa-xmark {
  margin-right: 8px;
  padding: 6px;
  border-radius: 4px;
  color: #fff !important;
  transition: 0.3s;
  font-size: 0.85rem;
  cursor: pointer;
}
.description-container .description-actions-wrapper .fa-pen-to-square {
  background-color: #439034;
}
.description-container .description-actions-wrapper .fa-pen-to-square:hover {
  background-color: #347427;
}
.description-container .description-actions-wrapper .fa-check {
  background-color: #439034;
}
.description-container .description-actions-wrapper .fa-check:hover {
  background-color: #347427;
}
.description-container .description-actions-wrapper .fa-xmark {
  background-color: #b90606;
}
.description-container .description-actions-wrapper .fa-xmark:hover {
  background-color: #9c0505;
}

.description_change_textarea {
  width: 100%;
  font-size: 1rem;
  color: #212529;
  background-color: hsla(110, 50%, 30%, 0.05);
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #347427;
  border-radius: 5px;
  outline: none;
  resize: vertical;
  padding: 10px;
}

.body-container {
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 18px;
}
.body-container .template-upload-image {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  border: 3px solid #347427;
}
.body-container a#field {
  cursor: pointer;
  padding: 20px;
  background-color: #347427;
}
.body-container .textarea-content-page {
  width: 100%;
  height: 300px;
  border: 1px solid #eee !important;
  outline: none;
  background-color: #000;
  color: #f2f2f2;
}
.body-container .template-wrapper {
  padding: 20px;
  height: 100%;
}
.body-container .template-wrapper a {
  text-decoration: none;
}
.body-container .template-wrapper .template-box {
  margin: 40px 0px;
  text-align: center;
  background-color: rgb(211, 211, 211);
  transition: 0.5s;
  height: 250px;
}
.body-container .template-wrapper .template-box:hover {
  background-color: rgb(161, 161, 161);
}
.body-container .template-wrapper .template-box img {
  height: 100%;
  padding: 20px;
}
.body-container .template-wrapper .template-box p {
  padding: 20px 0px;
  font-weight: 600;
  background-color: #439034;
  color: #fff !important;
}
.body-container .cat-wrapper .map a {
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
  display: block;
  padding: 10px;
}
.body-container .cat-wrapper .map a:hover {
  color: #439034;
  background-color: #f1f1f1;
}
.body-container .cat-wrapper .map a .fa-folder {
  color: rgb(235, 193, 57);
}
.body-container div#formfield {
  padding: 10px;
}
.body-container div#addfield {
  margin-top: 10px;
  background-color: hsla(109, 47%, 38%, 0.877);
  color: #fff;
  padding: 5px 10px;
  position: relative;
  bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
  display: inline;
}
.body-container div#removefield {
  display: inline;
  margin-top: 10px;
  background-color: hsla(0, 77.3195876289%, 51.5%, 0.87);
  color: #fff;
  padding: 5px 10px;
  position: relative;
  bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  outline: none;
}
.body-container .btn-pop-up {
  border: none;
  border-radius: 5px;
  background-color: #439034;
  color: #fff;
  padding: 5px 8px;
  position: relative;
}
.body-container .body-header-text {
  padding: 8px;
}
.body-container .create-form, .body-container .edit-form {
  padding: 20px !important;
}
.body-container .create-form select, .body-container .edit-form select {
  background-color: hsla(109, 47%, 38%, 0.041) !important;
  border: none;
  padding: 10px;
  width: 100%;
}
.body-container .create-form input[type=radio], .body-container .edit-form input[type=radio] {
  float: right;
  height: 20px;
  width: 20px;
  accent-color: #439034;
}
.body-container .create-form option, .body-container .edit-form option {
  background-color: #fff;
}
.body-container form input[type=text] {
  margin-top: 5px;
  outline: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
}
.body-container form input[type=text]:focus {
  border-color: #439034;
  box-shadow: 0 0 0 2px rgba(67, 144, 52, 0.1);
}
.body-container form input[type=text]::-moz-placeholder {
  color: #999;
}
.body-container form input[type=text]::placeholder {
  color: #999;
}
.body-container form textarea {
  margin-top: 5px;
  min-height: 200px;
  outline: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
}
.body-container form textarea:focus {
  border-color: #439034;
  box-shadow: 0 0 0 2px rgba(67, 144, 52, 0.1);
}
.body-container form textarea::-moz-placeholder {
  color: #999;
}
.body-container form textarea::placeholder {
  color: #999;
}
.body-container form input[type=submit] {
  margin-top: 50px;
  border: none;
  background-color: #439034;
  color: #fff;
  padding: 10px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.body-container form input[type=submit]:hover {
  background-color: #347427;
}
.body-container form .app-image {
  margin: 15px 0 !important;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px dashed #d6d6d6;
  text-align: center;
}
.body-container form .app-image p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.body-container form .app-image input[type=file] {
  display: none;
}
.body-container form .app-image .file-input {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.body-container form .app-image .file-input:hover {
  transform: scale(1.02);
}
.body-container form .app-image .file-input img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  border-radius: 4px;
  background-color: #eeeeee;
  padding: 10px;
}
.body-container .create-item {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 16px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(52, 116, 39, 0.7882352941);
}
.body-container .create-item a {
  background-color: #439034;
  padding: 10px 15px;
  text-decoration: none !important;
  color: #f0f0f0 !important;
  transition: 0.5s;
  border-radius: 5px !important;
}
.body-container .create-item a:hover {
  background-color: #347427;
}
.body-container .table-wrapper {
  display: table;
  width: 100%;
  border: 1px solid rgba(52, 116, 39, 0.7882352941);
  border-radius: 5px;
}
.body-container .table-wrapper * {
  display: table-row;
}
.body-container .table-wrapper .wr-col-th {
  display: table-cell;
  background-color: #439034;
  color: #fff;
  padding: 14px;
  border: 1px solid rgba(52, 116, 39, 0.7882352941);
  vertical-align: middle;
}
.body-container .table-wrapper .wr-row:nth-child(odd) {
  background-color: hsla(110, 47%, 38%, 0.11);
}
.body-container .table-wrapper .wr-row button {
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0px;
  transition: 0.5s;
}
.body-container .table-wrapper .wr-row button:hover {
  color: #439034 !important;
}
.body-container .table-wrapper .wr-col {
  padding: 8px;
  display: table-cell;
  border: 1px solid rgba(52, 116, 39, 0.7882352941);
  vertical-align: middle;
}
.body-container .table-wrapper .wr-col-act {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-container .table-wrapper .wr-col-act a {
  margin-right: 3px;
}
.body-container .table-wrapper .wr-col-act form {
  margin: 0;
  display: flex;
  align-items: center;
}
.body-container .table-wrapper i.eye {
  background-color: #439034;
  padding: 8px !important;
  color: #ffffff !important;
  transition: 0.5s;
  float: left;
  width: 100%;
  border-radius: 3px;
  text-align: center;
}
.body-container .table-wrapper i.eye:hover {
  background-color: #347427;
}
.body-container .table-wrapper i.pencil {
  background-color: #439034;
  padding: 8px !important;
  color: #ffffff !important;
  transition: 0.5s;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
.body-container .table-wrapper i.pencil:hover {
  background-color: #347427;
}
.body-container .table-wrapper i.trash {
  background-color: #d30000;
  padding: 8px !important;
  color: #ffffff !important;
  transition: 0.5s;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}
.body-container .table-wrapper i.trash:hover {
  color: #fff !important;
  background-color: #b90606;
}
.body-container .table-wrapper .actions {
  display: flex;
}
.body-container .table-wrapper .btn_delete {
  border: none;
  background-color: red;
  padding: 0px;
}
.body-container .app-category-card {
  margin-top: 20px;
  padding: 20px;
}
.body-container .app-category-card a {
  padding: 20px 0px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
}
.body-container .app-category-card .app-category-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  background-color: #439034;
  color: #fff;
  transition: 0.5s;
  height: 250px;
  border-radius: 5px;
  border: 2px solid rgba(52, 116, 39, 0.5882352941);
}
.body-container .app-category-card .app-category-card-body:hover {
  background-color: #347427;
}
.body-container .app-category-card .app-category-card-body img {
  height: 140px;
  padding: 20px;
}
.body-container .app-category-card .app-category-card-body p {
  padding: 20px 0px;
  font-weight: 600;
  background-color: #439034;
  color: #fff !important;
}
.body-container .app-category-card .app-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  background-color: rgba(243, 243, 243, 0.2549019608);
  color: #000;
  transition: 0.5s;
  height: 250px;
  border-radius: 5px;
  border: 2px solid rgba(52, 116, 39, 0.5882352941);
}
.body-container .app-category-card .app-card-body:hover {
  background-color: hsla(110, 50%, 30%, 0.205);
}
.body-container .app-category-card .app-card-body img {
  height: 140px;
  padding: 20px;
}
.body-container .app-category-card .app-card-body p {
  padding: 20px 0px;
  font-weight: 600;
  background-color: #439034;
  color: #fff !important;
}

.addAppModal .modal-dialog .modal-content {
  background-color: #ebebeb;
  border-radius: 5px;
}
.addAppModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.addAppModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.addAppModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.addAppModal .modal-dialog .modal-content .modal-body .search-input-form {
  display: flex;
  border-radius: 5px;
  outline: none;
  padding: 8px;
  border: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 12px;
}
.addAppModal .modal-dialog .modal-content .modal-body .search-input-form:focus {
  border-color: #439034;
  box-shadow: 0 0 0 2px rgba(67, 144, 52, 0.1);
}
.addAppModal .modal-dialog .modal-content .modal-body .search-input-form::-moz-placeholder {
  color: #999;
}
.addAppModal .modal-dialog .modal-content .modal-body .search-input-form::placeholder {
  color: #999;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  max-height: 700px;
  overflow-y: scroll;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer .app-badge {
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: 200px;
  color: #fff !important;
  padding: 10px !important;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer .app-badge .badge-added {
  display: block;
  color: #d6d6d6 !important;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer .app-badge img.img {
  padding: 10px;
  height: 120px;
  border-radius: 5px;
  width: auto;
  background-color: #eeeeee !important;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer .selected {
  background-color: #235c18 !important;
  border: 1px solid #347427;
}
.addAppModal .modal-dialog .modal-content .modal-body .appSelectionContainer .deselected {
  background-color: #eeeeee !important;
  border: 1px solid #d6d6d6;
  cursor: pointer;
  color: #000 !important;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app {
  display: grid !important;
  align-items: center !important;
  width: 100% !important;
  gap: 12px;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app p {
  margin: 0;
  margin-top: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app p:first-child {
  margin-top: 0;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=text],
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=url],
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  outline: none;
  font-family: inherit;
  font-size: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=text]:focus,
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=url]:focus,
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app textarea:focus {
  border-color: #439034;
  box-shadow: 0 0 0 2px rgba(67, 144, 52, 0.1);
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=text]::-moz-placeholder, .addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=url]::-moz-placeholder, .addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app textarea::-moz-placeholder {
  color: #999;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=text]::placeholder,
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app input[type=url]::placeholder,
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app textarea::placeholder {
  color: #999;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app textarea {
  resize: vertical;
  min-height: 100px;
  font-size: 14px;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image {
  margin: 15px 0 !important;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px dashed #d6d6d6;
  text-align: center;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image p {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image input[type=file] {
  display: none;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image .file-input {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image .file-input:hover {
  transform: scale(1.02);
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app .app-image .file-input img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  border-radius: 4px;
  background-color: #eeeeee;
  padding: 10px;
}
.addAppModal .modal-dialog .modal-content .modal-body .wrapper-create-form-custom-app form.create-form-custom-app select {
  background-color: hsla(109, 47%, 38%, 0.041) !important;
  border: none;
  padding: 10px;
  width: 100%;
}
.addAppModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.addAppModal .modal-dialog .modal-content .modal-footer button {
  border: none;
  background-color: #439034;
  color: #fff;
  padding: 10px 20px;
  transition: 0.5s;
  border-radius: 5px;
}
.addAppModal .modal-dialog .modal-content .modal-footer button:hover {
  background-color: #347427;
}

.pf-container {
  border-radius: 5px;
  background-color: #fff;
  margin-top: 20px;
  padding: 18px;
}
.pf-container .pf-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pf-container .pf-image .file {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
}
.pf-container .pf-image .file-input {
  cursor: pointer;
}
.pf-container .pf-image .file-input img {
  height: 120px;
  background-color: rgba(243, 243, 243, 0.411);
  border-radius: 5px;
  width: 100%;
}
.pf-container .pf-btn {
  background-color: #439034;
  margin-top: 25px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 8px 15px;
  transition: 0.5s;
  position: relative;
  width: 100%;
}
.pf-container .pf-btn:hover {
  background-color: #347427;
}

.profile-wrapper .profile-form {
  display: inline-grid;
}
.profile-wrapper .profile-form input[type=text] {
  border: none;
  outline: none;
  border-bottom: 1px solid #eee;
  padding: 8px;
}
.profile-wrapper .profile-form input[type=text]:focus {
  border-color: #439034;
  box-shadow: 0 0 0 2px rgba(67, 144, 52, 0.1);
}
.profile-wrapper .profile-form input[type=text]::-moz-placeholder {
  color: #999;
}
.profile-wrapper .profile-form input[type=text]::placeholder {
  color: #999;
}
.profile-wrapper .pf-btn {
  background-color: #439034;
  margin-top: 25px;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 8px 15px;
  transition: 0.5s;
}
.profile-wrapper .pf-btn:hover {
  background-color: #347427;
}

.mt-80 {
  margin-top: 80px;
}

.copy_btn {
  border: none;
  background-color: transparent;
  transition: 0.5s;
}
.copy_btn:hover {
  color: #347427;
}

@media (max-width: 1440px) {
  .menu {
    display: none;
  }
  .ham_menu {
    display: block;
  }
}
@media (max-width: 1050px) {
  body {
    font-size: 14px !important;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
