.whiteboard-container {
  overflow: scroll;
  background: #f1f3ff;
  height: calc(100vh - 184px);
  padding: 0;
  position: relative;
}

.edits-btn-groups {
  box-shadow: 0px 4px 10px #00000066;
  border-radius: 16px;
  background: #212025;
  margin-top: 8px;
  display: flex;
  padding: 16px;
}

/* .edit-btn {} */

.edits-btn-groups img {
  /* margin-right: 16px; */
  width: 24px;
  height: 24px;
}

.whiteboardEditTools {
  display: flex;
  background-color: #212025;
}

.tools-container {
  /* position: absolute; */
  /* bottom: 8px; */
  background: #212025;
  box-shadow: 0px 4px 10px #000000cc;
  border-radius: 16px;
  /* width: 100%; */
  padding: 16px 10px;
  flex-direction: column;
  position: fixed;
  bottom: 2vh;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 320px;
  /* z-index: 99999; */
  pointer-events: auto;
}

.tools-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tools-menu-btn {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  margin-right: 5px;
  padding: 0;
}

.text-clicks {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  margin-bottom: 24px;
  justify-content: space-between;
}

.text-clicks img {
  /* margin-right: 15px; */
  height: 20px;
  width: 20px;
  cursor: pointer !important;
}

/* Popup */
.whiteboard-popUp-container {
  position: fixed;
  background: #00000050;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.whiteboard-popUp {
  position: relative;
  background: #f1f3ff;
  border-radius: 32px;
  width: 328px;
  padding: 16px;
}

.whiteboard-popup-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #212025;
  margin-top: 66px;
}

.whiteboard-input-box {
  width: 100%;
  margin-top: 24px;
}

.whiteboard-input-box label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #545455;
  margin-bottom: 8px;
}

.whiteboard-input-box input {
  background: #ffffff;
  border: 1px solid #d4d6db;
  border-radius: 16px;
  width: 100%;
  padding: 8px 20px;
}
.tools-active-btn {
  background: #e5dcdc !important;
  border-radius: 12px !important;
  border: 1px solid #d4d6db !important;
  padding: 8px 12px !important;
  color: #2a2a2a !important;
}
.tools-active-btn1 {
  background: #e5dcdc !important;
  border-radius: 12px !important;
  border: 1px solid #d4d6db !important;
  color: #2a2a2a !important;
}

.whiteboard-head-img {
  position: absolute;
  top: -50px;
  left: 100px;
}

.btn-groups-board {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-evenly;
  margin-top: 24px;
}

.whiteboard-btn {
  border: 1px solid #5f488a;
  border-radius: 24px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #5f488a;
}

.whiteboard-btn.active {
  background: linear-gradient(109.3deg, #363e70 2.37%, #ff6df8 168.24%);
  color: #fff !important;
}

.searchIcon-container {
  background: #212025;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
    margin: 0 -23px; */
  padding: 18px 15px;
  position: relative;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-container {
  margin: 24px 0;
}

.template-keyword-tab {
  /* width: 109%; */
  width: calc(100% + 10px + 10px);
  padding-left: 12px;
  /* margin: 0 -24px; */
  margin: 0 -10px;
  display: flex;
  overflow-x: auto;
}
/* .template-keyword-tab::-webkit-scrollbar {
  display: none;
} */
.templates-button-box {
  margin-bottom: 6px;
}
.template-keyword-tab::-webkit-scrollbar-thumb {
  background-color: #e5dcdc;
}
/* .template-keyword-tab::-webkit-scrollbar-thumb:hover {
  background-color: #461269;
}
 */

.template-keywords {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  white-space: nowrap;
  padding: 3px 15px;
  border: 1px solid white;
  border-radius: 16px;
  margin: 0 8px;
  background: none;
}
#content {
  width: 100%;
}
.templates-result {
  display: flex;
  margin-top: 24px;
  margin-left: -10px;
  width: 100%;
  padding-left: 12px;
  overflow-x: scroll;
}
templates-result::-webkit-scrollbar-thumb {
  background-color: #e5dcdc;
}
/* .templates-result::-webkit-scrollbar {
  display: none;
} */
.templates-result-box {
  height: 104px;
  width: 120px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 8px;
  margin-right: 8px;
  cursor: pointer !important;
}

.templates-result-box img {
  height: 52px;
  width: 104px;
}
.searchIcon {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  width: 100%;
  padding: 8px 40px 8px 13px;
  font-size: 12px;
  color: #fff;
}
.searchToolImg {
  position: absolute;
  right: 25px;
  /* top: 24px; */
}
.editToolsName,
.whiteboard-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.whiteboard-text-template {
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

.draw-container {
  margin: 24px 0;
}

.eraser-pencil {
  display: flex;
  margin-bottom: 24px;
}
.draw-container .col {
  padding: 0;
}

.eraser-pencil-box {
  margin-right: 16px;
}
.edit-btn {
  display: inline;
  text-align: center;
  margin-right: 16px;
  cursor: pointer !important;
}
.edit-btn:last-child {
  margin-right: 0;
}
#undo-img,
#redo-img {
  background: none !important;
  border: none !important;
}
.color-circle {
  height: 24px;
  width: 24px;
  border: 0.5px solid #d4d6db;
  box-sizing: border-box;
  border-radius: 50%;
}
.color-circle.blk {
  background-color: #212025;
}
.color-circle.white {
  background-color: #fff;
}
.color-circle.red {
  background-color: #e80000;
}
.color-circle.yellow {
  background-color: #e9be50;
}
.color-circle.orange {
  background-color: #ee6a20;
}
.color-circle.green {
  background-color: #43a047;
}
.color-circle.skyblue {
  background-color: #18a4f3;
}
.color-circle.purple {
  background-color: #5f488a;
}
.row {
  margin: 0;
  width: 100%;
}

.hex1::before {
  content: "\2B22";
  color: orange;
  font-size: 135px;
}

.hex2::before {
  content: "\2B22";
  display: block;
  color: magenta;
  font-size: 135px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.toolsName {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
}
.sticky-notes {
  position: absolute !important;
  display: flex;
  background-color: yellow;
  width: 100px;
  height: 100px;
  top: 20vh;
  left: 20px;
  z-index: 999999999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  font-size: 14px;
  white-space: pre-wrap;
}

/* .comments {
  position: absolute !important;
  display: flex;
  background-color: rgb(161 232 58 / 97%);
  width: 100px;
  height: 150px;
  top: 20vh;
  left: 20px;
  z-index: 999999999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  font-size: 14px;
} */

#input-tag {
  position: relative;
  top: 200px;
  left: 400px;
}

.svg-img-upload {
  position: absolute !important;
}

.ui-wrapper {
  /* position: absolute; */
  top: 119px;
  left: 2px;
}

.import-file {
  position: absolute !important;
}

.icon-class {
  position: relative;
  top: 130px;
  /* left: 5px; */
  font-size: 30px;
  z-index: 999999999;
  display: inline-block;
  overflow: hidden;
  /* color: red; */
}

.template-class {
  z-index: 999999999;
}

.comments {
  background-color: #0d97ff;
  height: 62px;
  position: absolute !important;
  width: 8%;
  border-radius: 4px;
  top: 20vh;
  left: 20px;
  z-index: 999999999;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  padding: 10px;
  font-size: 14px;
  white-space: pre-wrap;
}
.paragraph {
  background-color: rgb(50 50 93 / 25%);
  height: 80px;
  position: absolute !important;
  width: 180px;
  border-radius: 4px;
  top: 20vh;
  left: 20px;
  z-index: 999999999;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
    rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  padding: 10px;
  font-size: 14px;
  white-space: pre-wrap;
}
#board-textarea-paragraph {
  background-color: #aaddf2;
  padding: 10px;
}

#jam-postit-editor-paragraph textarea {
  background-color: rgb(50 50 93 / 25%) !important;
}
.comments:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #0d97ff;
  top: 100%;
  left: 15%;
  margin-left: -10px;
}

#import-image {
  opacity: 0;
  position: fixed;
  width: 77px;
}

#import-img-span {
  cursor: pointer;
}

#input-file {
  cursor: pointer;
  opacity: 0;
  position: fixed;
  width: 28px;
}

.label-text {
  display: inline-block;
}
#foreign-object-1 {
  box-sizing: border-box !important;
  z-index: -1 !important;
  position: relative !important;
}
/* .template-keywords:hover{
  border: 4px solid black;
} */
#multi-para-div-1 {
  min-width: 181px !important;
  width: auto !important;
}
/* .color{
  background-color: yellow;
} */


@media only screen and (max-width: 600px) {
  .tools-container {
    bottom: 4vh;
    padding: 8px 10px;
    width: 65% !important;
    right: 20% !important;
  }
  .top-tools-bar{
    right: 20% !important;
    position: relative;
  }
  .edits-btn-groups {
    padding: 12px 10px;
  }
  .edit-btn {
    margin-right: 12px !important;
  }
  .tools-menu-btn {
    font-size: 10px;
  }
  .edits-btn-groups img,
  .text-clicks img,
  .row.mt-lg-4 .col img,
  .row.my-lg-4 img,
  .eraser-pencil-box img,
  .color-circle {
    height: 18px;
    width: 18px;
  }
  .tools-active-btn {
    padding: 5px 11px !important;
  }
  .editToolsName,
  .whiteboard-text {
    font-size: 10px;
    margin-left: 12px;
  }
  .text-clicks {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .searchIcon-container {
    padding-top: 0;
  }
  .searchIcon,
  .template-keywords,
  .whiteboard-text-template {
    font-size: 10px;
  }
  .template-container {
    margin-top: 3px;
    margin: 12px 0;
  }
  .templates-result {
    margin-top: 12px;
  }
  .templates-result-box {
    height: 70px;
    width: 90px;
  }
  .draw-container {
    margin: 12px;
  }
  .templates-result-box img {
    height: 75%;
    width: 100%;
  }

  ::-webkit-scrollbar {
    height: 12px !important;
  }
  .icon-container::-webkit-scrollbar {
    height: 12px !important;
  }
  .jam-postit-editor-comments{
    height: unset !important;
    width: 80% !important;
  }
  .jam-postit-editor-title{
    height: unset !important;
    font-size: 18px !important;
  }
  .jam-postit-editor-title::before{
    height: 24px !important;
  }
  .jam-postit-editor-inputwrapper{
    height: unset !important;
  }
  .jam-postit-editor-input-comments{
    position: unset !important;
    font-size: 12px !important;
    padding: 12px 24px !important;
    height: 103px !important;
  }
  .jam-postit-editor-buttons{
    margin: 12px !important;
  }
}
.templates-result-box:hover {
  border: 4px solid black;
}
