.cursor-pointer {
  cursor: pointer;
}

.focus-none:focus {
  box-shadow: none;
}

.custom-check:checked {
  background-color: #7a44e3;
  border-color: #7a44e3;
}

.table-status {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.label-sty {
  font-size: 15px;
  color: #1b1b1b;
  font-family: "SF Pro Text Semibold";
}

.input-field {
  border: 1px solid #cecece;
  color: #474747;
  background-color: #ffffff;
  font-family: "SF Pro Text Medium";
  border-radius: 2px;
  font-size: 13px;
  padding: 8px 15px;
}

.input-field:focus {
  border: 1px solid #7a44e3;
  color: #474747;
}

.custom-dropdown-li:hover {
  background-color: #e3d5ff;
  border-radius: 3px;
}

.custom-dropdown-brd:hover {
  border: 1px solid #d1d1d1;
}

.circle-label {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
}

.custom-check-input:checked {
  background-color: #7a44e3;
  border: #7a44e3;
}

.input-disabled-white:disabled {
  background-color: #ffffff;
}

.resize-none {
  resize: none;
}

.bg-grey {
  border-radius: 2px;
}

.cp-icon-sty {
  width: 20px;
  height: 20px;
}

.cursor-grab {
  cursor: grab !important;
}

.card-icon {
  width: 12px;
  height: 12px;
}

.batch-sty {
  padding: 2px 13px;
  border-radius: 15px;
}

.pointer-green {
  width: 6px;
  height: 6px;
  background-color: #69b86a;
  border-radius: 6px;
  display: block;
}

.batch-green {
  background-color: #ddffde;
  color: #69b86a;
}

.pointer-orange {
  width: 6px;
  height: 6px;
  background-color: #d1a057;
  border-radius: 6px;
  display: block;
}

.batch-orange {
  background-color: #fef0db;
  color: #d1a057;
}

/* scroll style starts here */
.stack-li-scroll {
  top: auto;
  left: auto;
  scrollbar-width: thin;
  overflow-y: scroll;
  height: 180px;
  /* position: relative; */
}

.stack-li-scroll::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.stack-li-scroll::-webkit-scrollbar-track {
  background: #ffffff;
}

.stack-li-scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}

.footer-bg {
  background-color: #e8f6ff;
}

.chat-container::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.chat-container::-webkit-scrollbar-track {
  background: transparent;
}

.chat-container::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.back-arrow-sty {
  width: 30px;
  height: 30px;
}

.no-record-img {
  height: 100px;
  width: 100px;
}

.vh-75 {
  height: 75vh;
}

.vh-50 {
  height: 50vh;
}

/*6-15-23*/
.add-folder-actions,
.add-file-actions {
  visibility: hidden;
}

.add-folder:hover .add-folder-actions {
  visibility: visible;
}

.add-file:hover .add-file-actions {
  visibility: visible;
}

.popup-common-scroll {
  max-height: 450px;
  overflow-y: scroll;
}

.popup-common-scroll::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
  height: 5px;
}
.popup-common-scroll::-webkit-scrollbar-thumb {
  background-color: #9a9a9a;
  width: 5px;
  height: 5px;
}

.sendMessage {
  resize: none;
}
/* .sendMessage::placeholder {
  padding-top: 15px;
} */

.bold-text {
  font-weight: bold;
}
.chat-bot {
  height: 62px;
}
.mobile_logo {
  height: 35px;
}
