nav {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 44px;
  background: #ffffff;
  top: 0;
  left: 0;
  display: flex;
  z-index: 100;
  position: fixed;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-line-menu-top);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
}
nav .brand {
  padding: 4px 10px;
  display: flex;
  align-items: center;
}
nav .brand > img {
  max-height: 28px;
}
nav .brand .boxSites a {
  padding: 10px 5px;
  color: #cfcfde;
}
nav .brand .boxSites a:hover {
  color: #363649;
}
nav .innerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  margin-top: -1px;
}
nav .innerNav .navTabs {
  width: 70%;
  display: flex;
  height: 100%;
  align-items: center;
  overflow: hidden;
  gap: 0px;
}
nav .innerNav .navTabs .tabsNavList {
  display: flex;
  gap: 5px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
nav .innerNav .navTabs .boxTabsMobile {
  display: none;
}
nav .innerNav .navTabs .item {
  max-width: 120px;
  height: 30px;
  display: flex;
  color: #525258;
  padding: 0;
  border: 0;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 7px 7px 0px 0px;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
}
nav .innerNav .navTabs .item.active {
  background-color: #e8eaf1;
  margin-bottom: -1px;
}
nav .innerNav .navTabs .item.active::before {
  content: "";
  position: absolute;
  left: -7px;
  bottom: 0px;
  height: 7px;
  width: 7px;
}
nav .innerNav .navTabs .item.active::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 0px;
  height: 7px;
  width: 7px;
}
nav .innerNav .navTabs .item.active button {
  color: #1e2124;
}
nav .innerNav .navTabs .item.active button .icon {
  color: #68687d !important;
}
nav .innerNav .navTabs .item.active button .btnItemTabClose {
  opacity: 1;
}
nav .innerNav .navTabs .item:hover {
  background-color: var(--color-tab-hover-bg);
}
nav .innerNav .navTabs .item button {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 5px 5px 0px 0px;
  border-radius: 7px;
  background-color: transparent;
  color: #525258;
  gap: 7px;
}
nav .innerNav .navTabs .item button:hover .name,
nav .innerNav .navTabs .item button:hover .icon {
  color: #3d3d4d;
}
nav .innerNav .navTabs .item button .name {
  text-align: left;
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
nav .innerNav .navTabs .item button .icon {
  color: #9a9a9e;
  padding: 0px;
  font-size: 16px;
}
nav .innerNav .navTabs .item .btnItemTab {
  padding-right: 0px;
}
nav .innerNav .navTabs .item .btnItemTab .icon {
  padding: 0 0 0 7px;
}
nav .innerNav .navTabs .item .btnItemTabClose {
  cursor: pointer;
  margin: 0px;
  max-width: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  opacity: 0;
}
nav .innerNav .navTabs .item .btnItemTabClose.btnHover {
  opacity: 1;
}
nav .innerNav .navTabs .item .btnItemTabClose:hover {
  opacity: 1;
  color: #1e2124;
}
nav .innerNav .navTabs .item .btnItemTabClose .icon {
  padding: 0 7px;
  font-size: 9px;
  border: 0;
  margin-top: 2px;
}
nav .innerNav .menuNav {
  display: flex;
  align-items: center;
}
nav .innerNav .menuNav button {
  border: 0px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
nav .innerNav .menuNav button .icon {
  font-size: 18px;
  padding: 10px 8px;
  color: #c8cdd2;
}
nav .innerNav .menuNav button .icon:hover {
  color: #9a9ab4;
}
nav .innerNav .menuNav .menu[state="1"] .icon {
  color: #607986;
}
nav .innerNav .menuNav .notifications .icon {
  font-size: 20px;
}
nav .innerNav .menuNav .task .icon-point {
  right: -5px !important;
  top: -14px !important;
}
nav .innerNav .menuNav .iconPoint .icon-point {
  position: absolute;
  top: -13px;
  right: -1px;
  font-size: 11px;
  color: #fe3535;
}
nav .innerNav .menuNav .profileNav {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: 0px;
  color: #ffffff;
  background: #c3c3d6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  cursor: pointer;
  margin-left: 5px;
}
nav .innerNav .menuNav .profileNav img {
  width: 100%;
  height: 100%;
}
nav .boxEntities {
  display: flex;
  margin-right: 5px;
  border: 1px solid var(--color-line-soft);
  border-radius: var(--border-radius-form);
}
nav .boxEntities span {
  background: var(--color-white);
  color: #5f697b;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
nav .boxEntities .item-select {
  display: flex;
  align-items: center;
  width: auto;
  max-width: 130px;
  overflow-x: hidden;
  padding: 0px 5px;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
}
nav .boxEntities .item-select span {
  width: 240px;
  overflow-x: hidden;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
nav .boxEntities .item-select img {
  max-height: 22px;
  border-radius: 40px;
}
nav .boxEntities .item-select .icon {
  color: #616d73;
}
nav .boxEntities .innerEntities {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 7px 1px #cac2c2;
  position: absolute;
  top: 40px;
  width: 260px;
  padding: 5px;
  display: none;
  flex-direction: column;
  align-items: center;
}
nav .boxEntities .innerEntities.on {
  display: flex;
}
nav .boxEntities .innerEntities .item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #ffffff;
  cursor: pointer;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 5px;
}
nav .boxEntities .innerEntities .item:hover {
  background: #d2d8da;
}
nav .boxEntities .innerEntities .item:hover .icon {
  color: #616d73;
  opacity: 0.5;
}
nav .boxEntities .innerEntities .item.on {
  background: #e7f0fe;
}
nav .boxEntities .innerEntities .item.on .icon {
  color: #616d73;
}
nav .boxEntities .innerEntities .item span {
  line-height: 15px;
  margin-left: 5px;
}
nav .boxEntities .innerEntities .item .icon {
  font-size: 18px;
  color: #d6d2d2;
  margin-right: 5px;
}
nav .boxEntities .innerEntities .item img {
  height: 40px;
  border-radius: 40px;
}
.sidebar {
  position: fixed;
  /* border     : 1px solid red; */
  width: 100%;
  height: 100%;
  display: flex;
  top: 44px;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.1s;
}
.sidebar.on {
  pointer-events: auto;
  transition: all ease 0.1s;
  opacity: 1;
}
.sidebar.on .innerMenu {
  transition: all ease 0.2s;
  right: 0;
}
.sidebar.on .bg {
  transition: all ease 0.2s;
}
.sidebar .innerMenu {
  width: 270px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  overflow-y: auto;
  display: flex;
  position: absolute;
  top: 1px;
  right: -270px;
  background: var(--color-white);
  z-index: 2;
  transition: all ease 0.3s;
  flex-direction: column;
}
.sidebar .innerMenu .innerMenuNav {
  border-bottom: 1px solid #d1d2d4;
  margin-bottom: 10px;
  padding: 15px;
}
.sidebar .innerMenu .innerMenuNav .task .icon-point {
  right: -5px !important;
  top: -14px !important;
}
.sidebar .innerMenu .innerMenuNav .iconPoint .icon-point {
  position: absolute;
  top: -13px;
  right: -1px;
  font-size: 11px;
  color: #fe3535;
}
.sidebar .innerMenu .innerMenuNav button {
  border: 0px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.sidebar .innerMenu .innerMenuNav button .icon {
  font-size: 18px;
  padding: 10px 5px;
  color: #c8cdd2;
}
.sidebar .innerMenu .boxEntities {
  margin-top: 10px;
  margin-left: 15px;
  width: 89%;
  position: relative;
}
.sidebar .innerMenu .elem {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 7px 15px 15px;
  border-bottom: 1px solid #d1d2d4;
  display: inline-block;
}
.sidebar .innerMenu .elem label {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  color: #667080;
}
.sidebar .innerMenu .elem.elem-administrator {
  border-bottom: 0;
}
.sidebar .innerMenu .elem.elem-list .inner {
  flex-direction: column;
}
.sidebar .innerMenu .elem.elem-list .inner .item {
  width: 100%;
}
.sidebar .innerMenu .elem.elem-list .inner .item .btnItemMenu {
  padding: 5px 0px;
  flex-direction: row;
  border-radius: 5px;
  margin-bottom: 3px;
  padding-bottom: 5px;
}
.sidebar .innerMenu .elem.elem-list .inner .item .btnItemMenu:hover {
  background-color: #e4e7f3;
}
.sidebar .innerMenu .elem.elem-list .inner .item .btnItemMenu i {
  font-size: 18px;
  width: auto;
  height: auto;
  background: transparent;
  border: 0px;
  margin: 0;
  /* margin-top: -1px; */
  padding: 3px 7px 2px 7px;
}
.sidebar .innerMenu .elem.elem-list .inner .item .btnItemMenu span {
  font-size: 14px;
  margin-left: 3px;
}
.sidebar .innerMenu .elem .inner {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.sidebar .innerMenu .elem .inner .item {
  width: 33%;
}
.sidebar .innerMenu .elem .inner .item button {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 0;
  padding: 10px;
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
}
.sidebar .innerMenu .elem .inner .item button:hover i {
  border: 2px solid #777b9c;
}
.sidebar .innerMenu .elem .inner .item button:hover span {
  color: #26262b;
}
.sidebar .innerMenu .elem .inner .item button i {
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  background: #f1f1fb;
  border: 1px solid rgba(150, 166, 190, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
}
.sidebar .innerMenu .elem .inner .item button span {
  font-size: 12px;
  color: #696971;
}
.sidebar .bg {
  position: absolute;
  /* border       : 1px solid red; */
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: rgba(115, 118, 128, 0.7);
  transition: all ease 0.2s;
}
.profileMenu {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.26);
  min-width: 270px;
  opacity: 0;
  transition-duration: 200ms;
  transform: translate(0px, 0px);
  max-height: 870px;
  position: absolute;
  min-height: 100px;
  background: white;
  right: 10px;
  top: 37px;
  border-radius: 5px;
  pointer-events: none;
}
.profileMenu.on {
  transition-duration: 200ms;
  transform: translate(0px, 4px);
  min-height: 0px;
  opacity: 1;
  pointer-events: all;
}
.profileMenu .block {
  border-top: 1px solid #d1d2d4;
  padding: 15px;
  display: flex;
  width: -webkit-fill-available;
  flex-direction: column;
}
.profileMenu .block .btn:hover {
  color: #3369e7 !important;
}
.profileMenu .block.perfil {
  flex-direction: row;
}
.profileMenu .block.perfil .img {
  overflow: hidden;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fbd8a6;
  font-weight: 700;
  color: #8c7f7f;
}
.profileMenu .block.perfil .img img {
  width: 48px;
  height: 48px;
}
.profileMenu .block.perfil .text {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.profileMenu .block.perfil .text .name {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.profileMenu .block.perfil .text .name .btn {
  font-size: 16px;
}
.profileMenu .block.perfil .text .email {
  font-size: 12px;
  opacity: 0.5;
}
.profileMenu .block.blockRol {
  flex-direction: row;
}
.profileMenu .block.blockRol label {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #c9cdda;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 4px;
}
.profileMenu .block.blockMenu .btn {
  padding-left: 5px;
  font-size: 14px;
  opacity: 1;
}
.profileMenu .block.blockOut {
  padding: 10px 15px;
}
.profileMenu .block.blockOut .btnIcon {
  font-size: 14px;
  opacity: 1;
  padding-left: 0px;
}
.profileMenu .block.blockOut .btnIcon .icon {
  font-size: 18px;
  padding-right: 5px;
}
.colapseSidebarMenu {
  font-size: 24px;
  color: #707990;
  background: transparent;
  border: 0;
  padding: 5px 3px;
  margin-left: 2px;
  font-size: 20px;
  margin-top: -2px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colapseSidebarMenu.on {
  opacity: 0.3;
}
.menuTopModule {
  width: 100%;
  height: 38px;
  background: var(--color-tab-bg-menu-top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f2f3f9;
  border: 1px solid var(--color-line-menu-top);
  border-left: 0;
}
.menuTopModule .menuTopHeader {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 7px;
}
.menuTopModule .menuTopHeader button {
  font-size: 24px;
  color: #707990;
  background: transparent;
  border: 0;
  padding: 5px 3px;
  margin-left: 2px;
  font-size: 20px;
  margin-top: -2px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuTopModule .menuTopHeader button.on {
  opacity: 0.3;
}
.menuTopModule .menuTopHeader .titleMenuTop {
  font-size: 0.9rem;
  color: #3b3d42;
  display: flex;
  margin-left: 10px;
  align-items: center;
}
.menuTopModule .menuTopHeader .titleMenuTop .icon {
  font-size: 20px;
  margin-left: 0px;
  margin-right: 7px;
}
.menuTopModule .menuTopHeader .titleMenuTop h4 {
  line-height: 10px;
}
.menuTopModule .btn {
  color: #f2f3f9;
}
.menuTopModule .btn.btnLink {
  color: #2c3136;
}
.menuTopModule .btn.active {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 700;
}
.menuTopModule .btnMenuTop {
  font-size: 20px;
  margin: 0px 5px;
}
.menuTopModule .menuTopRight {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
}
.menuTopModule .menuTopRight .left {
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuTopModule .menuTopRight .right {
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuTopModule .menuTopRight .head {
  justify-content: center;
  display: flex;
  color: #3b3d42;
  gap: 7px;
}
.menuTopModule .menuTopRight a {
  margin-left: 3px;
}
.menuTopModule .menuTopRight a.active .icon {
  color: #3369e7;
}
.menuTopModule .menuTopRight .btn {
  color: #707990;
}
.menuTopModule .menuTopRight .icon {
  color: #3b3d42;
  font-size: 19px;
}
.menuTopModule .menuTopRight .icon:hover {
  color: #3369e7;
}
.menuTopModule .menuTopLeft {
  width: 192px;
  padding-left: 7px;
  overflow-x: hidden;
  border-right: 1px solid #d9e0ec;
}
.menuTopModule .menuTopLeft.on {
  width: 37px;
}
.menuTopModule .menuTopMedium {
  display: flex;
  align-items: center;
}
.menuTopModule .menuTopMedium ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.menuTopModule .menuTopMedium .head {
  border-left: 1px solid #d9e0ec;
  padding: 10px 10px 11px 10px;
  color: #2c3136;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menuTopModule .menuTopMedium .head .icon {
  font-size: 18px;
}
.menuTopModule .menuTopMedium .head span {
  font-size: 13px;
  font-weight: bold;
}
.menuTopModule .boxRol {
  background: #667080;
  border-radius: 5px;
  color: #adb2c1;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 0.85em;
}
.boxModule {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.boxModule > .inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.boxModule .sidebarMenuModule {
  width: 47px;
  display: flex;
  margin-left: 0px;
  transition: all ease 0.05s;
  flex-direction: row;
  background: var(--color-sidebar);
  box-shadow: inset -1px 0px 0px var(--color-line-menu-top);
  cursor: pointer;
  flex-direction: column;
  z-index: 11;
  justify-content: space-between;
}
.boxModule .sidebarMenuModule.on {
  transition: all ease 0.05s;
  width: 200px;
}
.boxModule .sidebarMenuModule.on .head label {
  display: block;
}
.boxModule .sidebarMenuModule.on .tbody li > a {
  overflow-x: hidden;
}
.boxModule .sidebarMenuModule.on .tbody li > a span {
  display: inline-block;
}
.boxModule .sidebarMenuModule.on .titleMenuInner h4 {
  overflow-x: hidden;
  width: 100%;
  transition: all ease 0.1s;
  height: auto;
}
.boxModule .sidebarMenuModule .head {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  margin: 10px 0px;
}
.boxModule .sidebarMenuModule .head .icon {
  font-size: 25px;
  margin-left: -4px;
}
.boxModule .sidebarMenuModule .head label {
  font-size: 17px;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 5px;
  width: 76%;
  display: none;
  color: #3b3d42;
}
.boxModule .sidebarMenuModule .titleMenuInner {
  font-size: 0.9rem;
  color: #3b3d42;
  display: flex;
  margin-left: 5px;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
  align-items: center;
  width: 0;
}
.boxModule .sidebarMenuModule .titleMenuInner .icon {
  font-size: 20px;
  margin-left: 0px;
  margin-right: 8px;
}
.boxModule .sidebarMenuModule .titleMenuInner h4 {
  width: 0px;
  line-height: 20px;
  overflow: hidden;
  transition: all ease 0.1s;
  height: auto;
}
.boxModule .sidebarMenuModule .tbody {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 2px;
}
.boxModule .sidebarMenuModule .tbody li {
  display: flex;
  width: -webkit-fill-available !important;
  padding: 0 8px 0px 6px;
}
.boxModule .sidebarMenuModule .tbody li > a {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  text-align: left;
  width: -webkit-fill-available;
  padding: 5px;
  margin-bottom: 4px;
  font-weight: 400;
  align-items: center;
}
.boxModule .sidebarMenuModule .tbody li > a.active {
  background-color: #e4e7f3;
}
.boxModule .sidebarMenuModule .tbody li > a .icon {
  color: var(--color-sidebar-icon);
  font-size: 16px;
}
.boxModule .sidebarMenuModule .tbody li > a span {
  font-size: 0.8rem;
  margin-left: 3px;
  display: none;
  min-width: 200px;
}
.boxModule .sidebarMenuModule .footerSidebarMenuModule {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.boxModule .sidebarMenuModule .footerSidebarMenuModule .colapseSidebarMenu {
  margin-left: 10px;
}
.boxModule .bodyModule {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  overflow-x: hidden;
  position: relative;
  background: var(--color-body-module);
}
.boxModule .bodyModule::-webkit-scrollbar {
  width: 0px;
}
.boxModule .bodyModule .inner {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
}
.boxModule .bodyModule .inner.on {
  left: -100%;
}
.boxModule .bodyModule .headInnerForm {
  width: 100%;
  display: flex;
}
.boxModule .bodyModule .headInnerForm .container {
  padding: 15px 0px !important;
}
.boxModule .bodyModule .headInnerForm .container .box-rigth {
  display: flex;
}
.boxModule .bodyModule .headInnerForm .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0px;
}
.boxModule .bodyModule > .tbody {
  overflow-y: auto;
  max-height: auto;
}
.boxModule .bodyModule > .tbody.off {
  max-height: 400px;
  overflow-y: hidden;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #d1d2d4;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.tabs .tab {
  padding: 10px 20px;
  font-size: 14px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-weight: normal;
  color: #9999b1;
}
.tabs .tab.active {
  color: #3369e7;
  font-weight: bold;
  border-bottom-color: #3369e7;
}
.tabsContents {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: inline-grid;
  min-height: 95%;
}
.tabsContents .tabContent {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: none;
  overflow-y: auto;
}
.tabsContents .tabContent > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding-left: 2px;
  padding-right: 1px;
}
.tabsContents .tabContent > .head .title {
  font-size: 1em;
  font-weight: 700;
}
.tabsContents .tabContent > .tbody {
  padding: 0px;
  margin-top: 15px;
}
.tabsContents .tabContent.active {
  display: inline-block;
}
@media (max-width: 470px) {
  nav .innerNav .navTabs .tabsNavList .itemTabNav {
    width: auto;
  }
}
@media (max-width: 850px) and (max-height: 470px) {
  .navTabs {
    width: auto !important;
  }
}
