/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.cke_notification {
  display: none;
}

.borderr {
  border: 1px solid red;
}

.jodit_wysiwyg * {
  padding: revert !important;
}

#actionButton {
  display: none;
}
#actionButton2 {
  display: none;
}

.custom_MsgBtn i {
  top: 14px !important;
  left: 15px !important;
}
#select-all {
  width: 120px !important;
}

.custom_NotesBtn i {
  top: 23px !important;
  left: 15px !important;
}

.tableBtn {
  border-radius: 50% !important;
}
.custom_Table_ToolBar {
  display: flex;
  flex-direction: row;
  column-gap: 8px;
}

.dt-search {
  display: flex;
  align-items: center;
  justify-content: right;
}

.dt-paging nav {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

@media screen and (max-width: 768px) {
  .tableBtn {
    margin: 0px !important;
    margin-bottom: 6px !important;
  }
  .dt-search {
    justify-content: center;
  }
  .dt-info {
    text-align: center;
    margin-bottom: 10px;
  }
  .dt-paging nav {
    justify-content: center;
  }
  .custom_Table_ToolBar {
    margin-top: 8px;
    min-height: 58px;
  }
}

#TagsContainer {
  border: 1px solid #ced4da;
  border-radius: 3.52px;
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
  white-space: nowrap;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
#TagsContainer #tagsInput {
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 150px;
  min-height: 30px !important;
  height: 30px;
}

.suggestions-container {
  position: absolute;
  border: 1px solid #2125293a;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  width: 98%;
  top: 102%;
  z-index: 2000;
}

.suggestion-item {
  font-family: Poppins, sans-serif;
  padding: 5px 10px 5px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.Tag_container::-webkit-scrollbar {
  height: 4px; /* Change this value to adjust scrollbar height */
}

.Tag_container::-webkit-scrollbar-thumb {
  background-color: #a8a8a8; /* Change this color for the scrollbar thumb */
  border-radius: 10px !important;
}

.Tag_container::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Change this color for the scrollbar track */
}

.tags_div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
  line-height: 12px !important;
  background-color: #ced4da63;
  border-radius: 20px;
}
.tags_div p {
  line-height: 18px !important;
  font-size: 12px;
  color: black !important;
}

#tagSelectTag {
  width: 70% !important;
}

#CsvFileDiv {
  min-width: 250px;
  display: flex;
  height: 40px;
  box-shadow: 0px 0px 5px #cccccc69;
  border-radius: 3.52px;
}

.bootstrap-select .btn {
  border: 1px solid #ced4da !important;
  background-color: #ced4da18 !important;
}

.tagSelectDiv {
  min-height: 50px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* .CustomTagsButton {
  display: none;
} */

#Tagbutton3 {
  font-size: 25px;
  color: black;
  cursor: pointer;
}

#csvFileClear {
  cursor: pointer;
}

.logo-default,
.logo-dark {
  font-size: 18px !important;
}

.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #292929;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 100%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 47%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
