@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Laila:wght@300;400;500;600;700&display=swap'); */

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif !important;
  /* font-family: "Dosis", sans-serif; */
  /* font-family: "Laila", serif; */
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:root {
  /* Form Management Dynamic Field CSS */
  --tableStripedColor: #f2f2f2;
  --tableBorderedColor: #dee2e6;
  --tableHoveredColor: #ececec;
  --placeholderColor: #dee2e6;
  --disabledBGColor: #dee2e6;
  --disabledText: #dee2e6;
  --rangeTrackColor: #e4e4e4;
  --rangeTrackRadius: 0px;
  --rangeTrackHeight: 15px;
  --rangeThumbColor: #02454c;
  --rangeThumbRadius: 0px;
  --rangeThumbWidth: 15px;
  --rangeThumbHeight: 15px;
  --rangeThumbMT: 0px;
  --rightClickLeftPosition: auto;

  --mainColor: #02454c;
  --resizeBg: rgb(228, 233, 237);
  --bgLight: #f8f9fa;
}

.form-control::placeholder,
.form-select::placeholder {
  color: gray;
  opacity: 0.7;
  /* Firefox */
}

img {
  width: 100%;
}

.bg-color {
  background-color: var(--mainColor) !important;
}

.border-color {
  border-color: var(--mainColor) !important;
}

.mainColor {
  color: var(--mainColor);
}

#app {
  width: 100%;
  height: 100%;
}

.CP {
  cursor: pointer;
}

.fs-13 {
  font-size: 13px;
}

.fs-11 {
  font-size: 11px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12,
.searchWrapper {
  font-size: 12px;
}

.border-themeColor {
  border: 1px solid var(--mainColor) !important;
}

button:hover {
  color: #fff !important;
}

.br3 {
  border-radius: 3px;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--resizeBg);
}

.blank::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.hover:hover {
  background: var(--resizeBg);
}

.carousel-indicators {
  display: none;
}

/*--------------------------------------------- */
/*---------------- CheckBox CSS ------------------ */
/*--------------------------------------------- */

.form-check label {
  font-size: 11px;
}

.form-check-inline {
  margin-right: 0px;
}

.radioCheck input {
  font-size: 13px;
  margin-top: 5px;
}

.formDataSection .form-control,
.formDataSection .form-select {
  font-size: 11px;
}

/*--------------------------------------------- */
/*---------------- Modal CSS ------------------ */
/*--------------------------------------------- */

.modal-header,
.offcanvas-header {
  padding: 7.5px 10px;
  background: var(--mainColor);
  color: #fff;
}

.modal-footer {
  padding: 5px 15px;
  background: var(--resizeBg);
}

.modal-header > .modal-title.h4,
.offcanvas-header > .offcanvas-title.h5 {
  font-size: 15px;
}

.modal-header .close_modal:hover,
.offcanvas-header .close_modal:hover {
  transform: rotate(180deg);
}

.modal-header .close_modal,
.offcanvas-header .close_modal {
  transition: 1s;
  color: red;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid red;
  background: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  cursor: pointer;
}

label {
  font-size: 13px;
}

.RightClickForPopup .react-contextmenu {
  top: auto !important;
  left: var(--rightClickLeftPosition) !important;
}

.custom-input.form-control:disabled {
  background-color: var(--disabledBGColor) !important;
  color: var(--disabledText) !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.custom-input::placeholder {
  color: var(--placeholderColor) !important;
  opacity: 0.5 !important;
}

.fs-italic {
  font-style: italic;
}

.fs-10 {
  font-size: 10px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.form-control,
.form-select {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  /* transition: 0.1s; */
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  border-color: var(--bs-border-color, #dee2e6) !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-check-input:focus,
.form-range:focus {
  box-shadow: none !important;
  outline: none !important;
}

/*-----------------------------------------------
--------------------- Tool Bar Css --------------
-----------------------------------------------*/

.tabbars > svg {
  background: var(--resizeBg);
  width: 28px;
  height: 25px;
  padding: 3px 6px;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms ease;
}

.tabbars > svg:hover,
.tabButtons:hover,
.active {
  background: var(--mainColor) !important;
  fill: #fff;
  color: #fff;
}

.ancherTag.active {
  background: transparent !important;
  text-decoration: none;
}

.tablist svg {
  width: 21px;
  height: 21px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 120ms ease;
}

.tab-draggable-item {
  border-radius: 4px 4px 0 0;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 120ms ease;
}

.tab-draggable-content {
  border-radius: 4px 4px 0 0;
  transition: background-color 160ms ease;
}

.tab-draggable-content.tab-pinned {
  justify-content: center;
}

.tab-draggable-content.tab-pinned .form-label {
  justify-content: center;
}

.tab-draggable-content.tab-pinned .form-label > span {
  margin-right: 0 !important;
}

.tab-draggable-item:hover {
  box-shadow: inset 0 0 0 1px rgb(2 69 76 / 12%);
}

.tab-history-popover {
  border-radius: 0 0 8px 8px !important;
  overflow: hidden;
}

.tab-history-list {
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tab-history-search-row {
  background: rgb(246 250 252) !important;
  border-bottom: 1px solid rgb(223 232 239) !important;
}

.tab-history-search-wrap {
  background: #fff;
  border: 1px solid rgb(213 224 231);
  border-radius: 6px;
  padding: 0 6px;
}

.tab-history-search-icon {
  font-size: 11px;
}

.tab-history-search-input {
  background: transparent !important;
  font-size: 12px !important;
}

.tab-history-search-input:focus {
  box-shadow: none !important;
}

.tab-history-item {
  transition: background-color 140ms ease;
}

.tab-history-item:hover {
  background: rgb(235 243 247) !important;
}

.tab-history-empty {
  background: rgb(246 250 252) !important;
}

.tab-history-close-all:hover {
  background: rgb(255 224 224) !important;
}

.tablist .deleteIcon {
  border-radius: 50%;
}

.activeMenu {
  background-color: var(--resizeBg) !important;
}

.file-manager-tree-title:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}

.file-manager-tree-row {
  min-height: 26px;
}

.file-manager-tree-arrow {
  align-items: center;
  display: inline-flex;
  flex: 0 0 22px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.activeTRMenu {
  background-color: #00000013 !important;
}

.activePopupMenu {
  background-color: rgb(230 230 231) !important;
}

.tablist .deleteIcon:hover {
  background: rgb(209 217 224);
  fill: var(--mainColor);
}

.actionTools {
  display: none;
  background: #ffffff;
  padding: 5px;
}

.listHover,
.uploadIcon {
  transition: 1s;
}

.listActiveHover {
  background: var(--resizeBg);
}

.uploadIcon {
  opacity: 0.5;
}

.uploadIcon:hover {
  opacity: 1;
}

.listHover:hover .actionTools {
  display: block;
}

.pdfPreviewModal .modal-content {
  width: max-content !important;
}

.pdfPreviewModal .modal-dialog {
  max-width: max-content !important;
}

.listHover:hover {
  background: var(--resizeBg);
}

.buttonAction:hover {
  background: var(--mainColor);
  color: #fff;
}

.buttonAction {
  background: var(--resizeBg);
  transition: 1s;
}

/*-----------------------------------------------
----------------- Profile Pic Css --------------
-----------------------------------------------*/

.profile-pic {
  transition: all 0.3s ease;
  color: transparent;
  margin-top: -62px;
  height: 100px;
  width: 100px;
}

.profile-pic img {
  object-fit: cover;
  height: 100px;
  width: 100px;
}

.profile-pic .-label {
  cursor: pointer;
  height: 100px;
  width: 100px;
}

.profile-pic:hover .-label {
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.passwordvisiability {
  position: absolute;
  cursor: pointer;
  right: 8px;
  top: 2px;
}

.tabButtons {
  background: var(--resizeBg);
  transition: 1s;
}

.add_sponsor_field .input-group-text {
  font-size: 11px;
  background-color: var(--resizeBg);
  padding: 3px 8px 0;
  border-radius: 3px;
  border-color: var(--resizeBg);
}

table tr th {
  padding: 4px 10px !important;
  font-size: 12px;
}

.tableHeader table tr th {
  background-color: var(--resizeBg) !important;
}

.table > :not(caption) > * > * {
  background-color: transparent;
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: var(--tableStripedColor);
}

table tr td {
  padding: 4px 10px !important;
  font-size: 12px;
}

.bg-danger-subtle,
.bg-success-subtle,
.bg-warning-subtle {
  transition: 1s;
}

/* .bg-danger-subtle:hover {
  background: red !important;
  color: #fff !important;
}

.bg-success-subtle:hover {
  background: green !important;
  color: #fff !important;
}

.bg-warning-subtle:hover {
  background: orange !important;
} */

.form-control:disabled,
.form-select:disabled {
  cursor: no-drop;
  color: #000 !important;
  background-color: #e4e9ed69 !important;
  border-color: #e4e9ed69 !important;
}

button:disabled,
button:disabled:hover,
button.border-danger:disabled:hover {
  cursor: no-drop;
  background-color: #fff !important;
  border-color: #adb5bd !important;
  color: #333333 !important;
}

button {
  transition: 0.5s;
}

button:hover {
  background-color: #2a6268 !important;
  border-color: #2a6268 !important;
}

button.border-danger:hover {
  background-color: red !important;
  border-color: red !important;
  color: #fff !important;
}

.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

/*-----------------------------------------------
--------------------- Full Calendar CSS --------------
-----------------------------------------------*/

.fc td,
.fc th {
  padding: 0px !important;
  background-color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--bgLight) !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin: 3px !important;
  padding: 0px 4px;
  border-radius: 2px;
}

.fc .fc-toolbar-title {
  font-size: 14px;
}

.fc .fc-button,
.fc .fc-timegrid-axis-cushion {
  font-size: 10px;
  text-transform: capitalize;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:focus {
  box-shadow: none;
}

.fc-daygrid-day-top a,
.fc-scrollgrid-sync-inner a {
  color: #000;
  text-decoration: none !important;
}

.fc .fc-scroller-liquid-absolute,
.fc .fc-scroller-harness-liquid,
.fc .fc-scrollgrid-section-liquid > td,
.fc .fc-scrollgrid-liquid,
.fc .fc-view-harness-active > .fc-view,
.fc .fc-view-harness,
.fc-direction-ltr {
  height: calc(100vh - 260px) !important;
}

.fc .fc-list-empty,
.fc .fc-scroller-liquid,
.fc .fc-view-harness-active > .fc-view,
.fc-list-sticky {
  height: calc(100vh - 197px) !important;
}

.EventsManagements .fc .fc-scroller-liquid-absolute,
.EventsManagements .fc .fc-scroller-harness-liquid,
.EventsManagements .fc .fc-scrollgrid-section-liquid > td,
.EventsManagements .fc .fc-scrollgrid-liquid,
.EventsManagements .fc .fc-view-harness-active > .fc-view,
.EventsManagements .fc .fc-view-harness,
.EventsManagements .fc-direction-ltr {
  height: calc(100vh - 227px) !important;
}

.EventsManagements .fc .fc-list-empty,
.EventsManagements .fc .fc-scroller-liquid,
.EventsManagements .fc .fc-view-harness-active > .fc-view,
.EventsManagements .fc-list-sticky {
  height: calc(100vh - 164px) !important;
}

/*-----------------------------------------------
--------------------- Multiselect Css --------------
-----------------------------------------------*/

.multiSelectContainer input {
  margin-top: 0 !important;
  font-size: 11px;
}

.searchWrapper {
  border-radius: 3px !important;
}

.multiSelectContainer li,
.notFound {
  padding: 4px !important;
  font-size: 12px;
}

.multiSelectContainer li {
  border-bottom: 1px solid var(--resizeBg);
}

.highlightOption,
.multiSelectContainer li:hover {
  background: var(--resizeBg) !important;
  color: #000 !important;
}

.chip {
  background: var(--resizeBg) !important;
  font-size: 10px !important;
  color: #000 !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
}

.closeIcon {
  height: 10px !important;
  width: 10px !important;
}

.folderPane input.form-control,
.folderPane textarea.form-control {
  font-size: 12px;
}

.tableStructure .react-contextmenu-wrapper {
  width: 100%;
}

.structureView .react-contextmenu-wrapper {
  width: auto;
}

.removeIconNumberInput {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

/*--------------------------------------------- */
/*---------------- Quill Editor CSS ------------------ */
/*--------------------------------------------- */

.ql-toolbar.ql-snow {
  border: 0px !important;
  border-bottom: 1px solid #ededed !important;
  background: #f8f9fa;
  font-family: "Nunito", sans-serif !important;
  padding: 2px !important;
}

.ql-container.ql-snow {
  border: 0px !important;
  overflow: auto;
}

.summaryEditor .ql-container.ql-snow {
  height: 180px;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  width: 18px !important;
  margin-left: 2px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  width: 13px;
}

.quill {
  background-color: #fff;
}

.ql-editor.ql-blank::before {
  font-style: normal !important;
  font-size: 12px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #cccccc00 !important;
  border-radius: 0 0 5px 5px;
  margin-top: 2px;
  transition: 0.2s;
  font-size: 9.1px !important;
}

.ql-snow .ql-picker-label {
  cursor: pointer !important;
  display: inline-block !important;
  height: 100% !important;
  padding-left: 2px !important;
  padding-right: 0px !important;
  position: relative !important;
  width: 75% !important;
  font-size: 12px !important;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 8px !important;
  border: 1px solid #e9ecef;
  padding-right: 5px;
  margin-bottom: 3px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #cccccc00 !important;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #000 !important;
}

/* Input Range */
.custom-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
}

.custom-range::-webkit-slider-runnable-track {
  background: var(--rangeTrackColor);
  border-radius: var(--rangeTrackRadius);
  height: var(--rangeTrackHeight);
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: var(--rangeThumbColor);
  border-radius: var(--rangeThumbRadius);
  border: 0;
  width: var(--rangeThumbWidth);
  height: var(--rangeThumbHeight);
  margin-top: var(--rangeThumbMT);
}

.custom-range:hover::-webkit-slider-thumb {
  background: var(--rangeThumbColor);
}

/* For Firefox */
.custom-range::-moz-range-track {
  background: var(--rangeTrackColor);
  border-radius: var(--rangeTrackRadius);
  height: var(--rangeTrackHeight);
}

.custom-range::-moz-range-thumb {
  background: var(--rangeThumbColor);
  border: 0;
  width: var(--rangeThumbWidth);
  height: var(--rangeThumbHeight);
}

.custom-range:hover::-moz-range-thumb {
  background: var(--rangeThumbColor);
}

/* For IE */
.custom-range::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: var(--rangeThumbWidth) 0;
  color: transparent;
  height: var(--rangeThumbHeight);
}

.custom-range::-ms-fill-lower {
  background: var(--rangeThumbColor);
}

.custom-range::-ms-fill-upper {
  background: var(--rangeThumbColor);
}

.custom-range::-ms-thumb {
  background: var(--rangeThumbColor);
  border: 0;
  width: var(--rangeThumbWidth);
  height: var(--rangeThumbHeight);
  margin-top: var(--rangeThumbMT);
}

.starInputField {
  direction: rtl !important;
}

/*--------------------------------------------- */
/*---------------- Quill Editor CSS ------------------ */
/*--------------------------------------------- */

.rpv-core__inner-page {
  background-color: transparent !important;
}

.rpv-core__text-layer {
  /* background: #dcdcdc; */
  border: 1px solid var(--mainColor);
}

.rpv-core__page-layer:after {
  box-shadow: 0px 0px 0px 15px #ffffff !important;
  background: transparent;
}

.pageLoader {
  width: 20px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#8d9798 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}
@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}

.egtPel,
.ijouxZ {
  height: calc(100vh - 141px) !important;
  background: #fff;
}

#doc-nav-info {
  margin: 0;
}

.dTuydp {
  padding: 0px !important;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px !important;
  min-height: 33px !important;
}

.ccwYNc {
  width: 20px !important;
  height: 20px !important;
}

.hysiap {
  overflow-y: hidden !important;
}

.Embed.WACFrameWord {
  border: 0 !important;
  border-top: 1px solid #e1e1e1 !important;
}

/* General Rules For Range Slider */
.custom-rangeslider {
  position: relative;
  margin-top: 40px;
}

.custom-rangeInput,
.custom-rangeInputDisabled {
  width: 100%;
  appearance: none;
  background-color: transparent;
  height: 4px;
}

.custom-rangeInput::-webkit-slider-thumb {
  appearance: none;
  background-color: var(--rangeThumbColor);
  outline: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: move;
  cursor: grab;
  margin-top: -8px;
}

.custom-rangeInputDisabled::-webkit-slider-thumb {
  appearance: none;
  background-color: transparent;
  outline: 2px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: default;
  margin-top: -8px;
}

.custom-rangeInput::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.custom-rangeInput::-webkit-slider-runnable-track {
  appearance: none;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

.custom-rangeInput:focus,
.custom-rangeInput:active {
  outline: none;
}

.custom-rangeslider__tooltip {
  position: absolute;
  width: 40px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid var(--rangeThumbColor);
  top: -34px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  margin-left: 2;
  user-select: none;
  pointer-events: none;
}

.custom-rangeslider__tooltip:after {
  display: block;
  content: " ";
  background: #fff;
  position: absolute;
  border: 1px solid var(--rangeThumbColor);
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  left: calc(50% - 6px);
  bottom: -6px;
  transform: rotate(45deg);
}

.custom-rangeslider__label {
  width: 100%;
  display: block;
}

.custom-rangeslider__label span {
  display: block;
}

.custom-rangeslider__label-min {
  float: left;
}

.custom-rangeslider__label-max {
  float: right;
}

.custom-rangeslider__label:after {
  content: "";
  display: table;
  clear: both;
}

.docx-preview-wrapper {
  padding: 0px !important;
  background: none !important;
}
.docx-preview-wrapper > section.docx-preview {
  box-shadow: none !important;
  border: 1px solid var(--placeholderColor);
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.tempCheckbox .form-check-input:checked[type="checkbox"],
.tempCheckbox .form-check-input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-top: 6.3px;
}
.tempCheckbox .form-check-input:checked[type="radio"],
.tempCheckbox .form-check-input[type="radio"] {
  width: 14px;
  height: 14px;
  margin-top: 6.3px;
}

.tempCheckbox .form-check .form-check-input {
  margin-left: -18px !important;
}

.tempCheckbox .form-check-inline {
  margin-right: 1rem !important;
}

/* rEACT fLOW  */

.dndflow {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  height: 100%;
}

.form-check {
  min-height: auto !important;
}

.dndflow aside {
  border-right: 1px solid #eee;
  font-size: 12px;
  background: #fcfcfc;
}

.dndflow aside .description {
  margin-bottom: 10px;
}

.dndflow .dndnode {
  height: 20px;
  padding: 4px;
  border: 1px solid #1a192b;
  border-radius: 2px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab;
}

.dndflow .reactflow-wrapper {
  flex-grow: 1;
  height: calc(100vh - 107px);
}

.dndflow .selectall {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .dndflow {
    flex-direction: row;
  }

  .dndflow aside {
    width: 20%;
    max-width: 250px;
  }
}

.react-resizable-handle {
  width: 5px !important;
  height: 5px !important;
  padding: 0 0px 0px 0 !important;
}

.resizable-box {
  position: relative;
}

.react-resizable-handle {
  display: none;
}

.resizable-box:hover .react-resizable-handle {
  display: block;
}

.Shape > div {
  padding: 2px;
  cursor: pointer;
  transition: 1s;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.Shape > div:hover {
  background: #ddd;
}

:focus-visible {
  outline: 1px;
}

.react-flow__node.react-flow__node-customNode.nopan.selectable.draggable {
  height: auto !important;
  width: auto !important;
}

.qrIconSVGs svg {
  vertical-align: super;
}

.editorHeight .ql-editor {
  height: calc(100vh - 495px) !important;
}

.editorHeightguide .ql-editor {
  height: calc(100vh - 310px) !important;
}
