﻿.modal.fade .modal-dialog {
  /* Existing Bootstrap 5 transform properties */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  /* Adjust the duration (e.g., 5s) */
  -moz-transition: -moz-transform 0.3s ease-out;
  /* Adjust the duration (e.g., 5s) */
  -ms-transition: -ms-transform 0.3s ease-out;
  /* Adjust the duration (e.g., 5s) */
  -o-transition: -o-transform 0.3s ease-out;
  /* Adjust the duration (e.g., 5s) */
  transition: transform 0.3s ease-out;
  /* Adjust the duration (e.g., 5s) */
  /* Add or modify transition-duration to control the speed */
  -webkit-transition-duration: 0.3s;
  /* Adjust the duration (e.g., 5s) */
  -moz-transition-duration: 0.3s;
  /* Adjust the duration (e.g., 5s) */
  -o-transition-duration: 0.3s;
  /* Adjust the duration (e.g., 5s) */
  transition-duration: 0.3s;
  /* Adjust the duration (e.g., 5s) */
}
#EnvironmentPanel {
  top: 10px;
  left: 10px;
  position: absolute;
  z-index: 100000;
  float: right;
  background-color: gold;
  color: red;
  opacity: 0.4;
  padding-top: 10px;
  white-space: nowrap;
  width: 150px;
  cursor: pointer;
}
#EnvironmentClose {
  padding-right: 10px;
}
#EnvironmentName {
  margin: 0;
  padding: 0px 0px 10px 20px;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  text-align: center;
}
.noscroll {
  overflow: hidden;
}
.modalScroll {
  overflow-y: auto;
}
.required-field-label::after {
  content: '*';
}
.table-responsive table {
  width: 100%;
}
.tm-datatable-download {
  float: right;
}
.dataTables_length {
  width: 100%;
}
.tm-data-table-col-hide {
  display: none !important;
}
.tm-btn-group {
  width: 100%;
}
@media (max-width: 1024px) {
  .datatable-overflow-container {
    overflow-x: auto;
  }
}
.tm-country-dropdown-button,
.tm-state-dropdown-button {
  padding-bottom: 5px;
}
ul.messages-panel-list {
  padding-left: 10px;
}
.tm-alert-panel {
  margin-left: 15px;
  margin-right: 15px;
}
.tm-table {
  max-width: 100%;
}
.tm-table > tbody > tr > td {
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}