body {
  margin: 0; 
  padding: 0; 
  background-color: #f4f6fa !important;
}
@keyframes loader-animation {
  0% {
    left: -100%;
  }
  49% {
    left: 100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.ant-layout-has-sider {
  background-color: #001529 !important;
}

.logo {
  padding: 17px 0px 17px 20px;
  margin-bottom: 10px;
}

.info-class{
  margin-top: 30px;
}

.top-header {
  background-color: #fafafa !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  z-index: 99;
  padding: 0;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 25px !important;
}

.p-20 {
  padding: 20px !important;
}

.float-l {
  float: left;
}
.float-r {
  float: right;
}

.pre-json {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.loader {
  position: relative;
  height: 0px;
  width: 100%;
}
.loader .bar {
  width: 100%;
  z-index: 9999;
  position: absolute;
  height: 5px;
  background-color: dodgerblue;
  animation-name: loader-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cursor {
  cursor: pointer;
}

@keyframes getWidth {
	100% { width: 100%; }
}

.log_panel_header {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.log_panel_header .log_timestamp {
  width: 250px;
  display: inline-block;
}


.log_panel:nth-child(odd) {
  background: #ffffff;
}
.log_panel:nth-child(even) {
  background: #f0f0f0;
}
.log_panel:nth-child(odd) .ant-collapse-content-box {
  background: #ffffff;
}
.log_panel:nth-child(even) .ant-collapse-content-box {
  background: #f0f0f0;
}
.log_panel .ant-collapse-content-box pre {
  white-space: pre-wrap;
  margin-left: 20px;
}
.console_log_content .content-box {
  margin-top: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #ffffff;
}

.console_log_content .header {
  background: #e3e3e3;
  margin: 0;
  border-radius: 3px 3px 0 0;
  padding: 15px 10px;
}
.console_log_content .header_col_icon {
  font-size: 12px;
  margin-left: 6px;
}
.console_log_content .header_col_1 {
  padding-left: 12px;
  font-weight: bold;
}
.console_log_content .header_col_2 {
  padding-left: 173px;
  font-weight: bold;
}
.console_log_content .logs_more {
  text-align: center;
  padding: 10px;
  margin: 0px;
  font-style: italic;
  color: #616161;
}

.filter-logs {
  margin-left: 10px;
}

.date-picker {
  margin-left: 10px;
}

.ant-picker-footer {
  display: flex;
  flex-direction: column-reverse; 
  align-items: center;
}

.date-picker-message{
  text-align: center; 
  font-size: 15px;
  color: #0D0D0D;
}

.datetime-picker-date {
  width: 260px !important;
}

.datetime-picker-time {
  width: 125px !important;
  margin-left: 10px !important;
}

.log-btn-apply {
  margin-left: 10px;
}

.log-btn-reset {
  margin-left: 10px;
}

.log-btn-reset button {
  background: #404040;
  border: 1px solid #404040;
  color: #ffffff;
}

.view-logs-modal .ant-modal-body {
  padding: 0px;
}

.view-logs-modal .ant-modal-close-icon {
  color: #ffffff;
  background: #6d6d6d;
  border-radius: 50px;
  padding: 4px;
  height: 21px;
  width: 21px;
  font-size: 13px;
}

.log-ttl-msg {
  font-size: 13px;
  margin-left: 7px;
}

.logs-layout {
  margin-top: 20px;
  width: 100%;
}

.login-form {
  border: 1px solid #efefef !important;
  border-radius: 8px !important;
  margin-top: 50px !important;
  padding: 30px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-menu {
  display: -webkit-inline-box !important;
  margin-left: 8px;
}

.all-users {
  background: white;
  padding: 25px;
  margin-top: 70px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.all-users h1 {
  font-size: 16.38px; 
  color: #000000D9; 
  font-weight: 400;
}

.all-intergrations {
  background: white;
  padding: 25px;
  margin-top: 70px;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.email-integration-container {
  text-align: center;
  margin-top: 20px;
}

.email-field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.recipient-tags {
  display: flex;
  justify-content: center;
  gap: 2px; 
  flex-wrap: wrap;
}

.email-tag, .recipient-tag {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 5px;
}

.all-intergrations h1{
  font-size: 16.38px; 
  color: #000000D9; 
  font-weight: 400;
}

.input-class-margin
{
  margin-bottom: 8px;
}

.password-class{
  margin-bottom: 8px;
}

.tab-icon {
  margin-right: 8px; 
}

.all-useful-links {
  background: white;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.all-useful-links h1{
  font-size: 16.38px; 
  color: #000000D9; 
  font-weight: 400;
}

.data-retention {
  background: white;
  padding: 25px;
  margin-top: 70px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.data-retention h1 {
  font-size: 16.38px; 
  color: #000000D9; 
  font-weight: 400;
}
.data-retention b{
  color: #000000A6;
}

.DRU-button{
  margin-left: 20px;
}

.hide-message{
  display: none;
}

.Auto-Refresh{
  margin-left: 10px !important;
}

.submenu ul {
  background: #001628 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.selected_error_log_panel {
  background: #f6ec91 !important;
}

.ant-layout-sider-children {
  position: fixed;
  min-width: 200px;
  max-width: 200px;
}

.github-star-button {
  display: flex;
  float: right;
  padding-right: 50px;
}
.github-star-button p{
  margin: inherit;
}

.github-star-button button {
  background: whitesmoke;
  border: 1px solid #ccc;
  color: #000000;
}
.github-issue-button {
  margin-right: 20px;
}
.feedback-share-button {
  margin-right: 20px;
}
.version-menu {
  padding: 14px !important;
}

.update-button {
  font-size: 13px !important;
  bottom: 14px !important;
  position: fixed !important;
  color: #6db6fa !important;
  border-color: #6db6fa !important;
}
.npm_install {
  border: 1px solid #ccc;
  background: #f0eded;
  padding: 10px 20px;
  border-radius: 2px;
}

.filter-div {
  padding: 10px !important;
  margin-bottom: 35px !important;
}

.filter-tags-div {
  margin-left: 22px;
  padding-left: 10px 10px 10px 0px !important;
}

.filter-tags {
  font-size: 13px !important;
}

.filter-logs .ant-select-selection__placeholder {
  display: block !important;
}

.filter-input-div {
  width: calc(100% - 445px);
}

.filter-input {
  width: 100%;
}

.search-div {
  padding: 10px !important;
}

.search-logs-dropdown {
  display: none !important;
}

.search-input {
  margin: 0px 10px !important;
  width: calc(100% - 20px) !important;
}

.ant-result-success {
  padding: 0px !important;
}

.integrations .ant-result-icon .anticon-check-circle {
  display: none !important;
}

.slack-submit-button{
  margin-left: 10px;
}

.ant-collapse-extra {
  display: none;
  min-width: 175px;
}

.ant-collapse-extra button {
  margin: 0px 5px;
  background: #ffffff !important;
  color: #000000d6 !important;
  border: 1px solid #00000085 !important;
}

.ant-collapse-item-active .ant-collapse-extra {
  margin: 0px;
  display: block;
  width: fit-content;
  min-width: fit-content;
}

.ant-collapse-item-active .panel-details {
  padding-right: 20px;
}

.ant-collapse-item-active .panel-details-no-meta {
  padding-right: 20px;
}

.log-meta-div {
  max-height: 500px;
  overflow: scroll;
}

.log-meta-div pre {
  overflow-wrap: anywhere;
}

.log-meta-div .react-json-view {
  overflow-wrap: anywhere;
}

.ant-collapse-item-active .meta-log {
  padding-right: 20px;
}

.log-details {
  background: #e9e9e9;
  margin: 0px 0 -8px 0;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

.no-log-panel {
  text-align: center !important;
}

.no-log-panel p {
  margin: 0px !important;
}

.feedback-message p {
  margin: 0px;
}

.ant-collapse-header-text {
  white-space: nowrap;
  overflow: hidden;
}

.custom-select .ant-select-selection-item {
  background-color: #108ee9 !important;
  color: #ffffff !important;
  border-radius: 4px; 
}

.custom-select .ant-select-selection-item-remove {
  color: #ffffff !important; 
}

.ant-empty.ant-empty-normal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; /* Adjust if necessary */
  text-align: center;
}

.ant-empty-image {
  margin-top: 20px;

}
.ant-empty-description{
  color:#00000040;
}

.Alert-class{
  margin-bottom: 20px;
}

.login-page .login-form {
  border: 1px solid #efefef !important;
  border-radius: 8px !important;
  margin-top: 50px !important;
  padding: 30px !important;
  background-color: #ffffff !important;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .login-page .login-form {
    margin-top: 20px !important;
    padding: 15px !important;
    width: 90% !important;
    box-shadow: none;
  }

  .login-page .ant-form-item {
    margin-bottom: 15px !important;
  }

  .login-page h1 {
    font-size: 24px !important;
  }

  .login-page Button {
    font-size: 16px !important;
  }
}


.ant-layout-sider {
  transition: width 0.3s ease, visibility 0.3s ease;
  z-index: 1000; 
}
.menu-checkbox {
  display: none;
}
.menu-toggle {
  display: none; 
  position: absolute;
  top: 10px;
  left: 10px; 
  background: white;
  color: #001529;
  font-size: 20px;
  border: none;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  z-index: 2000; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex; 
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 25px;
    margin-bottom: 8px;
  }
  .menu-checkbox:not(:checked) ~ .ant-layout-sider {
    display: none; 
    width: 0; 
  }
  .menu-checkbox:checked ~ .ant-layout-sider {
    display: block; 
    width: 40%; 
    position: absolute;
    left: 0;
    height: 100vh; 
    background: #001529; 
    z-index: 1000;
  }
  .menu-checkbox:checked + .menu-toggle {
    display: none; 
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 998; 
    display: none; 
  }
  .menu-checkbox:checked ~ .overlay {
    display: block;
  }
}

@media (min-width: 769px) {
  .menu-checkbox {
    display: none; /* Ensure checkbox is hidden */
  }

  .menu-toggle {
    display: none; /* Hide toggle button in desktop view */
  }

  .ant-layout-sider {
    display: block; /* Sidebar visible by default in desktop view */
    width: 200px; /* Fixed width for desktop */
    position: relative;
  }
}

@media (max-width: 768px) {
  .hidden{
    display: none; 
  }

  .github-star-button button {
    width: 33px; /* Make the button square */
    height: 33px;
    border-radius: 50%; /* Make the button circular */
    align-items: center;
    justify-content: center;
    font-size: 18px; /* Adjust the icon size */
    padding: 0; /* Remove default padding */
    background-color: whitesmoke;
    border: 1px solid #ccc;
    color: #000000;
    margin-top: 10px;
  }
  .github-button{
    margin-right: 8px;
  }



  .github-issue-button {
    margin-right: 8px; 
  }

  .github-star-button {
    padding-right: 0; 
  }


}

@media (max-width: 768px) {
  .data-retention {
    padding: 20px;
    margin-top: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  .data-retention h1 {
    text-align: center;
    font-size: 18px;
  }
  .data-retention .ant-form-item {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%; 
  }
  .data-retention .ant-form-item b {
    margin-bottom: 10px;
    display: block;
  }
  .data-retention .ant-input {
    width: 80%; 
    max-width: 300px;
    margin-bottom: 8px;
  }

  .data-retention Button{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .DRU-button{
    margin-left: 0px;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .all-users {
    display: flex;
    flex-direction: column;
  }

  .all-users h1 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 16px;
  }

  .all-users Form {
    display: flex;
    flex-direction: column;
  
  }

  .all-users Form .ant-form-item {
    width: 100%;
    max-width: 300px; 
    display: flex;
    flex-direction: column;
    align-items: center; 
  }

  .developer-input{
    margin-left: 15px;
    margin-bottom: 8px;
  }
  .password-input{
    margin-right: 12px;
  }
  .all-users Button{
    width: 100%; 
    max-width: 300px;  
    margin-top: 8px; 
    text-align: center;
    
  }
}


@media (max-width: 768px) {
  .all-intergrations h1 {
    text-align: center;
    font-size: 18px;
  }
   .integrations {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  } 
  .integrations .ant-tabs-nav {
    border-bottom: none; 
  }
  .integrations .ant-tabs-ink-bar {
    display: none; 
  }
  .integrations .ant-tabs-tab {
    text-align: center; 
  }
  .integrations .ant-tabs-content-holder {
    margin-top: 10px; 
    padding: 10px; 
  }

  .Domain-button {
    margin-left: 0px;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 60%;
  }

   input[name='slackWebhookURL'], 
   input[name='host'], 
   input[name='port'], 
   input[name='username'], 
   input[name='sender'] {
     width: 100%; 
     max-width: 60%; 
     margin: 0 auto; 
     display: block;
   }

  .input-class-margin{
    margin-bottom: 2px;
  }
   .password-class{
    width: 100%; 
    max-width: 60%; 
    margin: 0 auto; 
    display: block;
    margin-bottom: 2px;
   }

   .ant-select {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
  .ant-select-selector {
    width: 100% !important;
  }
  .test-notifcation{
    margin-top: 8px !important;
  }
  .slack-submit-button,
  .email-submit-button {
    margin-left: 10px; 
    margin-top: 10px; 
    width: 25%; 
    display: block;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }
    .des-class {
      text-align: center;
      word-wrap: break-word; 
      overflow-wrap: break-word;
      white-space: normal; 
      margin: 0 auto; 
      padding: 10px; 
      max-width: 60%; 
      font-size: 11px; 
      line-height: 1.5; 
    }
  
    .des-class ol {
      padding-left: 0; 
      list-style-position: inside;     
      margin: 0 auto; 
    }
    .ant-divider {
      display: none;
    }
    .des-class a {
      color: #108ee9; 
      word-break: break-word; 
      text-decoration: underline; 
    }

    .responsive-break {
      display: block;
      margin: 10px auto;
      width: 100%; 
      border-top: 1px solid #e8e8e8; 
      padding-top: 14px;
    }
}

@media (max-width: 768px) {
  .search-input{
    max-width: 100%;
  }
  .filter-div {
    margin-bottom: 0px !important;
  }
  .filter-input-div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .filter-input{
    max-width: 95%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .date-picker {
    width: 100%;
  }
  .datetime-picker-date{
    width: 95% !important;
    margin-bottom: 10px;
 }
  .button-row {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%; 
    margin-top: 6px;
  }
  .log-btn-apply,
  .log-btn-reset {
    max-width: 35%;
  }
  .log-btn-apply button,
  .log-btn-reset button {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .header_col_1 {
    display: none; 
  }

  .header_col_2 {
    display: none; 
  }
  .hide-message {
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .divide-container{
    display: flex;
    justify-content: center;
  }

  .hide-message .ant-switch {
    min-width: 110px !important;
    transform: scale(0.8); 
  }

  .hide-message span {
    font-size: 13px; 
  }
  .Auto-Refresh{
    margin-left: 19px !important;
  }
} 

@media (max-width: 768px) {
  .console_log_content .log_panel_header {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
  }

  .console_log_content .log_timestamp,
  .console_log_content .log_message_top,
  .console_log_content .log_timezone {
    width: 100%;
    margin-bottom: 10px; 
    font-size: 14px; 
    word-wrap: break-word; 
    white-space: normal; 
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .console_log_content .log_message_top {
    overflow-wrap: break-word; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 768px) {
  .ant-picker-datetime-panel-container {
    width: 100% !important;
  }
  .ant-picker-date-panel {
    width: auto !important;
  }
  .ant-picker-dropdown {
    width: 95% !important;
    max-width: 95vw !important;
    left: 2.5% !important;
    right: 2.5% !important;
  }
}
@media (max-width: 768px) {
  .responsive-alert {
    margin-left: 15%;  
    width: 70% !important;
    padding: 10px; 
    font-size: 14px; 
  }
}

@media (max-width: 768px) {
  .date-picker-message{
    font-size: 13px;
  }
}