.test-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
  height: 500px;
  border: 1px solid red;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  -moz-column-gap: 8px;
       column-gap: 8px;
  /*max-width: 266px;
  width: 100%;
  */
}
.toolbar .toolbar-item {
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 11px;
}
.toolbar .toolbar-item.active .icon__text-size {
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4764 20.2951H10.1832V7.70496H14.0806V8.96218C14.0806 9.60875 14.6015 10.1296 15.248 10.1296C15.8946 10.1296 16.4154 9.60875 16.4154 8.96218V7.18412C16.4154 6.17834 15.5893 5.35217 14.5835 5.35217H3.44815C2.44238 5.35217 1.61621 6.17834 1.61621 7.18412V8.96218C1.61621 9.60875 2.13706 10.1296 2.78363 10.1296C3.43019 10.1296 3.95104 9.60875 3.95104 8.96218V7.70496H7.84841V20.2951H6.21403C5.56746 20.2951 5.04662 20.8159 5.04662 21.4625C5.04662 22.1091 5.56746 22.6299 6.21403 22.6299H11.4943C12.1409 22.6299 12.6618 22.1091 12.6618 21.4625C12.6618 20.8159 12.1409 20.2951 11.4943 20.2951H11.4764Z" fill="%23FF910D"/><path d="M24.4436 12.644H16.0562C14.9606 12.644 14.0806 13.5241 14.0806 14.6197V15.823C14.0806 16.4696 14.6014 16.9904 15.248 16.9904C15.8945 16.9904 16.4154 16.4696 16.4154 15.823V15.0866H19.0735V20.2592H18.2473C17.6008 20.2592 17.0799 20.78 17.0799 21.4266C17.0799 22.0732 17.6008 22.594 18.2473 22.594H22.1267C22.7733 22.594 23.2942 22.0732 23.2942 21.4266C23.2942 20.78 22.7733 20.2592 22.1267 20.2592H21.4263V15.0866H24.0485V15.823C24.0485 16.4696 24.5693 16.9904 25.2159 16.9904C25.8625 16.9904 26.3833 16.4696 26.3833 15.823V14.5837C26.3833 13.5241 25.5212 12.644 24.4436 12.644Z" fill="%23FF910D"/></svg>');
}
.toolbar .toolbar-item[data-tooltip] {
  cursor: pointer;
  position: relative;
}
.toolbar .toolbar-item[data-tooltip]:hover:after {
  display: block;
  transform: translate(-50%, 110%) scale(1);
}
.toolbar .toolbar-item[data-tooltip]::after {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  padding: 4px 8px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  content: attr(data-tooltip);
  transform: translate(-50%, 110%) scale(0);
  transform-origin: top;
  transition: 0.14s;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.toolbar .toolbar-item:hover .icon__bookmark {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_116_111)"><path d="M15.3662 0.0869751H4.63338C3.68739 0.0869751 2.88428 0.883179 2.88428 1.91212V18.4725C2.88688 19.7791 4.4159 20.3917 5.28544 19.4747L9.37633 15.2071C9.7044 14.85 10.2952 14.85 10.6233 15.2071L14.7138 19.4747C15.5837 20.3925 17.1124 19.7783 17.115 18.4725V1.91212C17.1154 0.883179 16.3122 0.0869751 15.3662 0.0869751Z" fill="%23FF910D"/></g><defs><clipPath id="clip0_116_111"><rect width="19" height="19.8261" fill="white" transform="translate(0.5 0.0869751)"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item:hover .icon__printer {
  background-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_116_120)"><path d="M17.95 6.17904H5.03125V2.72852C5.03125 2.54549 5.10105 2.36996 5.22529 2.24054C5.34953 2.11112 5.51804 2.03841 5.69375 2.03841H13.975C14.1507 2.03841 14.3192 2.11112 14.4435 2.24054C14.5677 2.36996 14.6375 2.54549 14.6375 2.72852V4.79883C14.6375 4.98186 14.7073 5.15739 14.8315 5.28681C14.9558 5.41623 15.1243 5.48893 15.3 5.48893C15.4757 5.48893 15.6442 5.41623 15.7685 5.28681C15.8927 5.15739 15.9625 4.98186 15.9625 4.79883V2.72852C15.9625 2.17943 15.7531 1.65284 15.3804 1.26458C15.0076 0.876325 14.5021 0.658203 13.975 0.658203H5.69375C5.16663 0.658203 4.6611 0.876325 4.28838 1.26458C3.91565 1.65284 3.70625 2.17943 3.70625 2.72852V6.17904H2.05C1.52288 6.17904 1.01735 6.39716 0.644625 6.78542C0.271897 7.17368 0.0625 7.70027 0.0625 8.24935V14.4603C0.0625 15.0094 0.271897 15.536 0.644625 15.9242C1.01735 16.3125 1.52288 16.5306 2.05 16.5306H3.70625V18.946C3.70625 19.495 3.91565 20.0216 4.28838 20.4099C4.6611 20.7982 5.16663 21.0163 5.69375 21.0163H14.3062C14.8334 21.0163 15.3389 20.7982 15.7116 20.4099C16.0844 20.0216 16.2937 19.495 16.2937 18.946V16.5306H17.95C18.4771 16.5306 18.9826 16.3125 19.3554 15.9242C19.7281 15.536 19.9375 15.0094 19.9375 14.4603V8.24935C19.9375 7.70027 19.7281 7.17368 19.3554 6.78542C18.9826 6.39716 18.4771 6.17904 17.95 6.17904ZM16.625 11.0098C16.3629 11.0098 16.1068 10.9288 15.8889 10.7772C15.671 10.6255 15.5011 10.4099 15.4009 10.1577C15.3006 9.90554 15.2743 9.62803 15.3255 9.36029C15.3766 9.09256 15.5028 8.84663 15.6881 8.6536C15.8734 8.46058 16.1095 8.32913 16.3665 8.27587C16.6235 8.22262 16.8899 8.24995 17.1321 8.35441C17.3742 8.45888 17.5811 8.63578 17.7267 8.86276C17.8723 9.08973 17.95 9.35658 17.95 9.62956C17.95 9.99561 17.8104 10.3467 17.5619 10.6055C17.3134 10.8644 16.9764 11.0098 16.625 11.0098ZM14.9688 18.946C14.9688 19.129 14.899 19.3045 14.7747 19.4339C14.6505 19.5634 14.482 19.6361 14.3062 19.6361H5.69375C5.51804 19.6361 5.34953 19.5634 5.22529 19.4339C5.10105 19.3045 5.03125 19.129 5.03125 18.946V15.1504C5.03125 14.9674 5.10105 14.7918 5.22529 14.6624C5.34953 14.533 5.51804 14.4603 5.69375 14.4603H14.3062C14.482 14.4603 14.6505 14.533 14.7747 14.6624C14.899 14.7918 14.9688 14.9674 14.9688 15.1504V18.946Z" fill="%23FF910D"/></g><defs><clipPath id="clip0_116_120"><rect width="20" height="20.8333" fill="white" transform="translate(0 0.583313)"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item:hover .icon__printer--multi-page {
  position: relative;
}
.toolbar .toolbar-item:hover .icon__printer--multi-page:before {
  content: var(--content);
  font-size: 0.75rem;
  color: #FF910D;
  font-family: sans-serif;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%);
}
.toolbar .toolbar-item:hover .icon__share {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_116_118)"><path d="M19.9916 1.52484L17.9878 18.7495C17.8742 19.7252 16.6886 20.1418 15.9891 19.4578L9.74018 13.3515C9.68087 13.2936 9.64526 13.2158 9.64029 13.1331C9.63532 13.0504 9.66135 12.9688 9.7133 12.9043C10.8661 11.4725 15.4144 5.82497 16.082 4.99609C16.1094 4.96204 16.1299 4.9229 16.1422 4.88093C16.1545 4.83896 16.1585 4.79497 16.1538 4.75148C16.1491 4.70799 16.1359 4.66585 16.1149 4.62746C16.094 4.58907 16.0656 4.55519 16.0316 4.52776C15.8882 4.41193 15.6782 4.43484 15.5628 4.57818L8.88197 12.8735C8.85153 12.9113 8.81319 12.942 8.76964 12.9634C8.7261 12.9848 8.67839 12.9964 8.62988 12.9974L1.20862 13.1607C0.000155767 13.1876 -0.463803 11.5914 0.574449 10.9674L18.2103 0.375667C19.0497 -0.128334 20.105 0.551334 19.9916 1.52484ZM9.7788 14.3214C9.56463 14.1121 9.20434 14.2692 9.21242 14.5685L9.3078 18.1124C9.33388 19.0848 10.4614 19.6104 11.2232 19.0057L12.7744 17.773C12.9315 17.6481 12.9433 17.4137 12.7998 17.2734C11.7339 16.2317 10.9011 15.4182 9.7788 14.3214Z" fill="%23FF910D"/></g><defs><clipPath id="clip0_116_118"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item:hover .icon__edit {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_116_113)"><path d="M0.0430992 21.1578C0.0158809 21.2536 0.011227 21.3544 0.0295026 21.4523C0.0477781 21.5501 0.088486 21.6425 0.148433 21.722C0.208379 21.8015 0.285934 21.866 0.375013 21.9105C0.464091 21.955 0.562271 21.9783 0.661849 21.9785C0.721527 21.9787 0.780901 21.97 0.838021 21.9527L6.84505 20.2383L1.76185 15.1508L0.0430992 21.1578Z" fill="%23FF910D"/><path d="M0.661768 22C0.559039 22.0001 0.457702 21.9762 0.365782 21.9304C0.273861 21.8845 0.193882 21.8178 0.132178 21.7357C0.0704741 21.6536 0.0287403 21.5582 0.0102816 21.4572C-0.00817706 21.3561 -0.0028536 21.2521 0.0258304 21.1535L1.75317 15.1121L6.89224 20.2511L0.842237 21.9742C0.782081 21.9914 0.721924 22 0.661768 22ZM1.77036 15.1894L0.0645023 21.1621C0.0352936 21.2685 0.0348528 21.3807 0.063225 21.4873C0.0915972 21.5939 0.147765 21.6911 0.225988 21.7688C0.304211 21.8466 0.401684 21.9023 0.508446 21.93C0.615208 21.9578 0.72743 21.9567 0.833643 21.9269L6.8063 20.2211L1.77036 15.1894ZM21.4114 3.31716L18.6829 0.588647C18.5035 0.408425 18.2905 0.265334 18.0558 0.167563C17.8211 0.0697923 17.5694 0.0192614 17.3152 0.0188622C17.061 0.0184631 16.8092 0.0682037 16.5742 0.165237C16.3392 0.26227 16.1256 0.404692 15.9458 0.58435L14.5793 1.95076L20.0407 7.41208L21.4071 6.04568C21.5867 5.86651 21.7289 5.65347 21.8255 5.41891C21.9222 5.18436 21.9713 4.93295 21.97 4.67927C21.9743 4.16365 21.7723 3.6824 21.4114 3.31716Z" fill="%23FF910D"/><path d="M20.0452 7.44217L14.5538 1.95076L15.9331 0.571464C16.1131 0.388279 16.3277 0.242779 16.5646 0.143457C16.8014 0.0441349 17.0556 -0.00701904 17.3124 -0.00701904C17.5692 -0.00701904 17.8234 0.0441349 18.0603 0.143457C18.2971 0.242779 18.5117 0.388279 18.6917 0.571464L21.4202 3.29998C21.6034 3.47995 21.7489 3.69461 21.8482 3.93143C21.9475 4.16825 21.9987 4.42247 21.9987 4.67928C21.9987 4.93608 21.9475 5.19031 21.8482 5.42712C21.7489 5.66394 21.6034 5.8786 21.4202 6.05857L20.0452 7.44217ZM14.614 1.95076L20.0452 7.38201L21.3944 6.03279C21.7554 5.67185 21.953 5.1949 21.953 4.68357C21.953 4.17224 21.7554 3.69529 21.3944 3.33435L18.6659 0.601542C18.4893 0.422648 18.2788 0.28061 18.0469 0.183667C17.8149 0.0867235 17.566 0.0368041 17.3146 0.0368041C17.0631 0.0368041 16.8142 0.0867235 16.5822 0.183667C16.3503 0.28061 16.1398 0.422648 15.9632 0.601542L14.614 1.95076ZM2.48389 14.0508L13.673 2.8617L19.1386 8.32303L7.94522 19.5164L2.48389 14.0508Z" fill="%23FF910D"/></g><defs><clipPath id="clip0_116_113"><rect width="22" height="22" fill="white"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item:hover .icon__text-size {
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4764 20.2951H10.1832V7.70496H14.0806V8.96218C14.0806 9.60875 14.6015 10.1296 15.248 10.1296C15.8946 10.1296 16.4154 9.60875 16.4154 8.96218V7.18412C16.4154 6.17834 15.5893 5.35217 14.5835 5.35217H3.44815C2.44238 5.35217 1.61621 6.17834 1.61621 7.18412V8.96218C1.61621 9.60875 2.13706 10.1296 2.78363 10.1296C3.43019 10.1296 3.95104 9.60875 3.95104 8.96218V7.70496H7.84841V20.2951H6.21403C5.56746 20.2951 5.04662 20.8159 5.04662 21.4625C5.04662 22.1091 5.56746 22.6299 6.21403 22.6299H11.4943C12.1409 22.6299 12.6618 22.1091 12.6618 21.4625C12.6618 20.8159 12.1409 20.2951 11.4943 20.2951H11.4764Z" fill="%23FF910D"/><path d="M24.4436 12.644H16.0562C14.9606 12.644 14.0806 13.5241 14.0806 14.6197V15.823C14.0806 16.4696 14.6014 16.9904 15.248 16.9904C15.8945 16.9904 16.4154 16.4696 16.4154 15.823V15.0866H19.0735V20.2592H18.2473C17.6008 20.2592 17.0799 20.78 17.0799 21.4266C17.0799 22.0732 17.6008 22.594 18.2473 22.594H22.1267C22.7733 22.594 23.2942 22.0732 23.2942 21.4266C23.2942 20.78 22.7733 20.2592 22.1267 20.2592H21.4263V15.0866H24.0485V15.823C24.0485 16.4696 24.5693 16.9904 25.2159 16.9904C25.8625 16.9904 26.3833 16.4696 26.3833 15.823V14.5837C26.3833 13.5241 25.5212 12.644 24.4436 12.644Z" fill="%23FF910D"/></svg>');
}
.toolbar .toolbar-item .icon {
  width: 18px;
  height: 18px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.toolbar .toolbar-item .icon__bookmark {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_94_121)"><path d="M15.3662 0.0869751H4.63338C3.68739 0.0869751 2.88428 0.883179 2.88428 1.91212V18.4725C2.88688 19.7791 4.4159 20.3917 5.28544 19.4747L9.37633 15.2071C9.7044 14.85 10.2952 14.85 10.6233 15.2071L14.7138 19.4747C15.5837 20.3925 17.1124 19.7783 17.115 18.4725V1.91212C17.1154 0.883179 16.3122 0.0869751 15.3662 0.0869751Z" fill="%23C8CACD"/></g><defs><clipPath id="clip0_94_121"><rect width="19" height="19.8261" fill="white" transform="translate(0.5 0.0869751)"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item .icon__printer {
  background-image: url('data:image/svg+xml,<svg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_94_123)"><path d="M17.95 6.17904H5.03125V2.72852C5.03125 2.54549 5.10105 2.36996 5.22529 2.24054C5.34953 2.11112 5.51804 2.03841 5.69375 2.03841H13.975C14.1507 2.03841 14.3192 2.11112 14.4435 2.24054C14.5677 2.36996 14.6375 2.54549 14.6375 2.72852V4.79883C14.6375 4.98186 14.7073 5.15739 14.8315 5.28681C14.9558 5.41623 15.1243 5.48893 15.3 5.48893C15.4757 5.48893 15.6442 5.41623 15.7685 5.28681C15.8927 5.15739 15.9625 4.98186 15.9625 4.79883V2.72852C15.9625 2.17944 15.7531 1.65284 15.3804 1.26458C15.0076 0.876325 14.5021 0.658203 13.975 0.658203H5.69375C5.16663 0.658203 4.6611 0.876325 4.28838 1.26458C3.91565 1.65284 3.70625 2.17944 3.70625 2.72852V6.17904H2.05C1.52288 6.17904 1.01735 6.39716 0.644625 6.78542C0.271897 7.17368 0.0625 7.70027 0.0625 8.24935V14.4603C0.0625 15.0094 0.271897 15.536 0.644625 15.9242C1.01735 16.3125 1.52288 16.5306 2.05 16.5306H3.70625V18.946C3.70625 19.495 3.91565 20.0216 4.28838 20.4099C4.6611 20.7982 5.16663 21.0163 5.69375 21.0163H14.3062C14.8334 21.0163 15.3389 20.7982 15.7116 20.4099C16.0844 20.0216 16.2937 19.495 16.2937 18.946V16.5306H17.95C18.4771 16.5306 18.9826 16.3125 19.3554 15.9242C19.7281 15.536 19.9375 15.0094 19.9375 14.4603V8.24935C19.9375 7.70027 19.7281 7.17368 19.3554 6.78542C18.9826 6.39716 18.4771 6.17904 17.95 6.17904ZM16.625 11.0098C16.3629 11.0098 16.1068 10.9288 15.8889 10.7772C15.671 10.6255 15.5011 10.4099 15.4009 10.1577C15.3006 9.90554 15.2743 9.62803 15.3255 9.36029C15.3766 9.09256 15.5028 8.84663 15.6881 8.6536C15.8734 8.46058 16.1095 8.32913 16.3665 8.27587C16.6235 8.22262 16.8899 8.24995 17.1321 8.35441C17.3742 8.45888 17.5811 8.63578 17.7267 8.86276C17.8723 9.08973 17.95 9.35658 17.95 9.62956C17.95 9.99561 17.8104 10.3467 17.5619 10.6055C17.3134 10.8644 16.9764 11.0098 16.625 11.0098ZM14.9688 18.946C14.9688 19.129 14.899 19.3045 14.7747 19.4339C14.6505 19.5634 14.482 19.6361 14.3062 19.6361H5.69375C5.51804 19.6361 5.34953 19.5634 5.22529 19.4339C5.10105 19.3045 5.03125 19.129 5.03125 18.946V15.1504C5.03125 14.9674 5.10105 14.7918 5.22529 14.6624C5.34953 14.533 5.51804 14.4603 5.69375 14.4603H14.3062C14.482 14.4603 14.6505 14.533 14.7747 14.6624C14.899 14.7918 14.9688 14.9674 14.9688 15.1504V18.946Z" fill="%23C8CACD"/></g><defs><clipPath id="clip0_94_123"><rect width="20" height="20.8333" fill="white" transform="translate(0 0.583313)"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item .icon__printer--multi-page {
  transform: translateY(-4px);
  position: relative;
}
.toolbar .toolbar-item .icon__printer--multi-page:before {
  content: var(--content);
  font-size: 0.75rem;
  color: #C8CACD;
  font-family: sans-serif;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%);
}
.toolbar .toolbar-item .icon__share {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_94_125)"><path d="M19.9916 1.52484L17.9878 18.7495C17.8742 19.7252 16.6886 20.1418 15.9891 19.4578L9.74018 13.3515C9.68087 13.2936 9.64526 13.2158 9.64029 13.1331C9.63532 13.0504 9.66135 12.9688 9.7133 12.9043C10.8661 11.4725 15.4144 5.82497 16.082 4.99609C16.1094 4.96204 16.1299 4.9229 16.1422 4.88093C16.1545 4.83896 16.1585 4.79497 16.1538 4.75148C16.1491 4.70799 16.1359 4.66585 16.1149 4.62746C16.094 4.58907 16.0656 4.55519 16.0316 4.52776C15.8882 4.41193 15.6782 4.43484 15.5628 4.57818L8.88197 12.8735C8.85153 12.9113 8.81319 12.942 8.76964 12.9634C8.7261 12.9848 8.67839 12.9964 8.62988 12.9974L1.20862 13.1607C0.000155767 13.1876 -0.463803 11.5914 0.574449 10.9674L18.2103 0.375667C19.0497 -0.128334 20.105 0.551334 19.9916 1.52484ZM9.7788 14.3214C9.56463 14.1121 9.20434 14.2692 9.21242 14.5685L9.3078 18.1124C9.33388 19.0848 10.4614 19.6104 11.2232 19.0057L12.7744 17.773C12.9315 17.6481 12.9433 17.4137 12.7998 17.2734C11.7339 16.2317 10.9011 15.4182 9.7788 14.3214Z" fill="%23C8CACD"/></g><defs><clipPath id="clip0_94_125"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item .icon__edit {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_94_127)"><path d="M0.0430992 21.1578C0.0158809 21.2536 0.011227 21.3544 0.0295026 21.4523C0.0477781 21.5501 0.088486 21.6425 0.148433 21.722C0.208379 21.8015 0.285934 21.866 0.375013 21.9105C0.464091 21.955 0.562271 21.9783 0.661849 21.9785C0.721527 21.9787 0.780901 21.97 0.838021 21.9527L6.84505 20.2383L1.76185 15.1508L0.0430992 21.1578Z" fill="%23C8CACD"/><path d="M0.661768 22C0.559039 22.0001 0.457702 21.9762 0.365782 21.9304C0.273861 21.8845 0.193882 21.8178 0.132178 21.7357C0.0704741 21.6536 0.0287403 21.5582 0.0102816 21.4572C-0.00817706 21.3561 -0.0028536 21.2521 0.0258304 21.1535L1.75317 15.1121L6.89224 20.2511L0.842237 21.9742C0.782081 21.9914 0.721924 22 0.661768 22ZM1.77036 15.1894L0.0645023 21.1621C0.0352936 21.2685 0.0348528 21.3807 0.063225 21.4873C0.0915972 21.5939 0.147765 21.6911 0.225988 21.7688C0.304211 21.8466 0.401684 21.9023 0.508446 21.93C0.615208 21.9578 0.72743 21.9567 0.833643 21.9269L6.8063 20.2211L1.77036 15.1894ZM21.4114 3.31716L18.6829 0.588647C18.5035 0.408425 18.2905 0.265334 18.0558 0.167563C17.8211 0.0697923 17.5694 0.0192614 17.3152 0.0188622C17.061 0.0184631 16.8092 0.0682037 16.5742 0.165237C16.3392 0.26227 16.1256 0.404692 15.9458 0.58435L14.5793 1.95076L20.0407 7.41208L21.4071 6.04568C21.5867 5.86651 21.7289 5.65347 21.8255 5.41891C21.9222 5.18436 21.9713 4.93295 21.97 4.67927C21.9743 4.16365 21.7723 3.6824 21.4114 3.31716Z" fill="%23C8CACD"/><path d="M20.0452 7.44217L14.5538 1.95076L15.9331 0.571464C16.1131 0.388279 16.3277 0.242779 16.5646 0.143457C16.8014 0.0441349 17.0556 -0.00701904 17.3124 -0.00701904C17.5692 -0.00701904 17.8234 0.0441349 18.0603 0.143457C18.2971 0.242779 18.5117 0.388279 18.6917 0.571464L21.4202 3.29998C21.6034 3.47995 21.7489 3.69461 21.8482 3.93143C21.9475 4.16825 21.9987 4.42247 21.9987 4.67928C21.9987 4.93608 21.9475 5.19031 21.8482 5.42712C21.7489 5.66394 21.6034 5.8786 21.4202 6.05857L20.0452 7.44217ZM14.614 1.95076L20.0452 7.38201L21.3944 6.03279C21.7554 5.67185 21.953 5.1949 21.953 4.68357C21.953 4.17224 21.7554 3.69529 21.3944 3.33435L18.6659 0.601542C18.4893 0.422648 18.2788 0.28061 18.0469 0.183667C17.8149 0.0867235 17.566 0.0368041 17.3146 0.0368041C17.0631 0.0368041 16.8142 0.0867235 16.5822 0.183667C16.3503 0.28061 16.1398 0.422648 15.9632 0.601542L14.614 1.95076ZM2.48389 14.0508L13.673 2.8617L19.1386 8.32303L7.94522 19.5164L2.48389 14.0508Z" fill="%23C8CACD"/></g><defs><clipPath id="clip0_94_127"><rect width="22" height="22" fill="white"/></clipPath></defs></svg>');
}
.toolbar .toolbar-item .icon__text-size {
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.4764 20.2951H10.1832V7.70496H14.0806V8.96218C14.0806 9.60875 14.6015 10.1296 15.248 10.1296C15.8946 10.1296 16.4154 9.60875 16.4154 8.96218V7.18412C16.4154 6.17834 15.5893 5.35217 14.5835 5.35217H3.44815C2.44238 5.35217 1.61621 6.17834 1.61621 7.18412V8.96218C1.61621 9.60875 2.13706 10.1296 2.78363 10.1296C3.43019 10.1296 3.95104 9.60875 3.95104 8.96218V7.70496H7.84841V20.2951H6.21403C5.56746 20.2951 5.04662 20.8159 5.04662 21.4625C5.04662 22.1091 5.56746 22.6299 6.21403 22.6299H11.4943C12.1409 22.6299 12.6618 22.1091 12.6618 21.4625C12.6618 20.8159 12.1409 20.2951 11.4943 20.2951H11.4764Z" fill="%23C8CACD"/><path d="M24.4436 12.644H16.0562C14.9606 12.644 14.0806 13.5241 14.0806 14.6197V15.823C14.0806 16.4696 14.6014 16.9904 15.248 16.9904C15.8945 16.9904 16.4154 16.4696 16.4154 15.823V15.0866H19.0735V20.2592H18.2473C17.6008 20.2592 17.0799 20.78 17.0799 21.4266C17.0799 22.0732 17.6008 22.594 18.2473 22.594H22.1267C22.7733 22.594 23.2942 22.0732 23.2942 21.4266C23.2942 20.78 22.7733 20.2592 22.1267 20.2592H21.4263V15.0866H24.0485V15.823C24.0485 16.4696 24.5693 16.9904 25.2159 16.9904C25.8625 16.9904 26.3833 16.4696 26.3833 15.823V14.5837C26.3833 13.5241 25.5212 12.644 24.4436 12.644Z" fill="%23C8CACD"/></svg>');
}/*# sourceMappingURL=main.css.map */