.table.sponsor-table {
  width: 100%;
}

.btn.btn-sm.edit-btn {
  background-color: transparent;
  border: solid #808080 1px;
  min-width: 100px;
  min-height: 35px;
}

.btn.btn-sm.delete-btn {
  background-color: transparent;
  /* border: solid #ff0000 1px;
  color: #ff0000;*/
  border: var(--bordercolor-red);
  color: var(--color-red);
  min-width: 35px;
  min-height: 35px;
}

textarea.webview-editor {
  height: 150px !important;
}

.shape {
  float: left;
  position: relative;
  overflow: hidden;
}

.shape-left {
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 4px 0px 0px 4px;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 50px solid white;
  border-bottom: 40px solid transparent;
  z-index: 2;
  position: absolute;
  left: -29px;
  top: -27px;
}

.triangle-list {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 50px solid rgb(245, 250, 254);
  border-bottom: 40px solid transparent;
  z-index: 2;
  position: absolute;
  left: -29px;
  top: -27px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 50px solid white;
  border-bottom: 40px solid transparent;
  z-index: 2;
  position: absolute;
  right: -29px;
  top: -27px;
}

.triangle-list-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 50px solid rgb(245, 250, 254);
  border-bottom: 40px solid transparent;
  z-index: 2;
  position: absolute;
  left: -29px;
  top: -27px;
}

.square {
  height: 25px;
  min-width: 80px;
  background: #555;
  z-index: 1;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 13px;
  color: white;
}

.square-left {
  height: 25px;
  min-width: 200px;
  background: #555;
  z-index: 1;
  padding-left: 6px;
  font-weight: bold;
  font-size: 13px;
  color: white;
  display: flex;
  align-items: center;
}
.square-left-fixed-width {
  height: 25px;
  width: 200px;
  background: #555;
  z-index: 1;
  padding-left: 6px;
  padding-top: 3px;
  font-weight: bold;
  font-size: 13px;
  color: white;
}

.categoryTableContainer {
  /* padding: 20px; */
  padding: 0px;
  overflow-y: auto;
  height: 480px;
}

.buttonsFooter {
  float: left;
  text-align: left;
  padding-top: 0;
}

.category-color-pallete {
  height: 32px;
  width: 32px;
  /* background: #4da1ff; */
  /* margin: 2px 4px; */
  border-radius: 5px;
  border: var(--custom-border) !important;
  padding: 6px 6px;
  /* color:#4da1ff; */
  color: var(--theme-color);
}

.category-color-pallete:hover {
  cursor: pointer;
}

.category-color-pallete-picker {
  height: 32px;
  width: 32px;
  /* background: #4da1ff; */
  /* margin: 2px 4px; */
  border-radius: 5px;
  border: var(--custom-border) !important;
  /* color:#4da1ff; */
  color: var(--theme-color);
}

.category-color-pallete-picker:hover {
  cursor: pointer;
  /* border: 1px #4da1ff solid;
  color:white;
  background: #4da1ff; */
  border: var(--bordercolor-theme);
  color: var(--color-white);
  background: var(--theme-color);
}

.categoryHiddenField {
  display: none;
}

.previewStyle {
  border-bottom: 1px #e6edf3 solid;
  /*color:#4da1ff; */
  color: var(--theme-color);
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.small-button {
  font-size: 12px !important;
}
