.font-bold {
  font-weight: bold !important;
}

.font-bold-1 {
  font-weight: 700 !important;
}

.font-gray {
  color: gray !important;
}

.font-uppercase {
  text-transform: uppercase;
}

.bg-amber {
  background-color: #ffc107;
}

.bg-pink {
  background-color: #e91e63;
}

.font-grey {
  color: #757575;
}

.font-green {
  color: #4caf50;
}

.font-red {
  color: #f44336 !important;
}

.font-white {
  color: white;
}

.font-brown {
  color: #795548;
}

.font-blue {
  color: #2196f3;
}

.font-blue-grey {
  color: #607d8b;
}

.font-yellow {
  color: #ffeb3b;
}

.font-orange {
  color: #ff9800;
}

.font-light-green {
  color: #8bc34a;
}

.font-red-300 {
  color: #e57373;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.cursor-pointer {
  cursor: pointer !important;
}

.z-index-24 {
  z-index: 24 !important;
}

.font-07 {
  font-size: 0.7em !important;
}

.font-08 {
  font-size: 0.8em;
}

.font-09 {
  font-size: 0.9em;
}

.icon-pink > svg {
  fill: #e91e63;
}

.icon-red > svg {
  fill: #f44336;
}

.icon-amber > svg {
  fill: #ffc107;
}

.icon-white > svg {
  fill: #fff;
}

.icon-grey > svg {
  fill: #9e9e9e;
}

.icon-blue > svg {
  fill: #2196f3;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-app-close > svg {
  fill: #56636c;
}

.icon-green > svg {
  fill: #4caf50;
}

.icon-light-grey > svg {
  fill: #e5e5e5;
}

.icon-grey-template > svg {
  fill: #655f5f;
}

.icon-black > svg {
  fill: #000;
}

.icon-dark-grey > svg {
  fill: #56636C;
}

.icon-18 {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.icon-32 {
  width: 32px !important;
  height: 32px !important;
}

.icon-36 {
  width: 36px !important;
  height: 36px !important;
}

.icon-75 {
  width: 75px !important;
  height: 75px !important;
}

.bubble {
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.no-outline {
  outline: 0;
}

.shadow-1 {
  -webkit-box-shadow: 0 0 0 4px white, 0 6px 4px #9e9e9e;
  -moz-box-shadow: 0 0 0 4px white, 0 6px 4px #9e9e9e;
  box-shadow: 0 0 0 4px white, 0 6px 4px #9e9e9e;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-1 {
  margin-top: 5px;
}

.margin-top-2 {
  margin-top: 10px !important;
}

.margin-top-1i {
  margin-top: 5px !important;
}

.margin-top-3 {
  margin-top: 15px !important;
}

.margin-top-4 {
  margin-top: 20px !important;
}

.margin-top-5 {
  margin-top: 25px !important;
}

.margin-top-6 {
  margin-top: 30px !important;
}

.margin-top-22 {
  margin-top: 22px;
}

.margin-top-7 {
  margin-top: 35px;
}

.margin-top-8 {
  margin-top: 40px !important;
}

.margin-top-40 {
  margin-top: 44px;
}

.margin-top-23 {
  margin-top: 23px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-77 {
  margin-top: 77px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-top-45vh {
  margin-top: 45vh;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-1 {
  margin-bottom: 5px !important;
}

.margin-bottom-2 {
  margin-bottom: 10px;
}

.margin-bottom-3 {
  margin-bottom: 15px !important;
}

.margin-bottom-4 {
  margin-bottom: 20px !important;
}

.margin-bottom-5 {
  margin-bottom: 25px;
}

.margin-bottom-6 {
  margin-bottom: 30px !important;
}

.margin-bottom-7 {
  margin-bottom: 35px;
}

.margin-bottom-8 {
  margin-bottom: 40px;
}

.margin-bottom-9 {
  margin-bottom: 45px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-right-1 {
  margin-right: 5px !important;
}

.margin-right-2 {
  margin-right: 10px !important;
}

.margin-right-3 {
  margin-right: 15px !important;
}

.margin-right-4 {
  margin-right: 20px !important;
}

.margin-right-5 {
  margin-right: 25px !important;
}

.margin-right-6 {
  margin-right: 30px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-145 {
  margin-right: 145px;
}

.margin-right-365 {
  margin-right: 365px;
}

.margin-right--15 {
  margin-right: -15px !important;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-left-1 {
  margin-left: 5px !important;
}

.margin-left-2 {
  margin-left: 10px !important;
}

.margin-left-3 {
  margin-left: 15px !important;
}

.margin-left-4 {
  margin-left: 20px !important;
}

.margin-left-5 {
  margin-left: 25px !important;
}

.margin-left-6 {
  margin-left: 25px;
}

.margin-left-7 {
  margin-left: 30px !important;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-32 {
  margin-left: 32px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-left-150 {
  margin-left: 150px;
}

.margin-left-225 {
  margin-left: 225px;
}

.margin-left-430 {
  margin-left: 430px;
}

.margin-left-minus-55 {
  margin-left: -55px !important;
}

.padding-10 {
  padding: 50px;
}

.padding-2 {
  padding: 10px;
}

.padding-1 {
  padding: 5px;
}

.padding-2-0 {
  padding: 2px 0;
}

.padding-top-1 {
  padding-top: 5px;
}

.padding-top-2 {
  padding-top: 10px;
}

.padding-top-3 {
  padding-top: 15px;
}

.padding-top-4 {
  padding-top: 20px;
}

.padding-bottom-1 {
  padding-bottom: 5px;
}

.padding-bottom-2 {
  padding-bottom: 10px;
}

.padding-bottom-3 {
  padding-bottom: 15px;
}

.padding-bottom-4 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-left-1 {
  padding-left: 5px;
}

.padding-left-2 {
  padding-left: 10px;
}

.padding-left-3 {
  padding-left: 15px !important;
}

.padding-left-8 {
  padding-left: 40px !important;
}

.padding-left-0i {
  padding-left: 0px !important;
}

.padding-left-4 {
  padding-left: 20px;
}

.padding-left-5 {
  padding-left: 25px;
}

.padding-left-6 {
  padding-left: 30px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-right-1 {
  padding-right: 5px;
}

.padding-right-4 {
  padding-right: 20px;
}

.padding-right-5 {
  padding-right: 25px;
}

.padding-right-50 {
  padding-right: 50px;
}

.line-height-2 {
  line-height: 20px;
}

.full-height {
  height: 100%;
}

.height-1 {
  height: 5px;
}

.height-10 {
  height: 50px;
}

.height-12 {
  height: 60px;
}

.height-20 {
  height: 100px;
}

.height-30 {
  height: 150px;
}

.height-40 {
  height: 200px;
}

.height-80 {
  height: 400px;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

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

.font-size-11 {
  font-size: 11px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-9 {
  font-size: 9px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.full-width {
  width: 100%;
}

.width-90-prc {
  width: 90%;
}

.min-height-19 {
  min-height: 95px;
}

md-toast.md-success-toast-theme {
  background-color: #4caf50;
}

md-toast.md-warn-toast-theme {
  background-color: #ff9800;
}

md-toast.md-failed-toast-theme {
  background-color: #f44336;
}

.display-none {
  display: none !important;
}

.table-1 {
  padding: 20px 0px 20px 0px;
  border-spacing: 0px;
}

.table-1 > thead > tr > td {
  font-size: 0.9em;
}

.table-1 > tbody > tr {
  cursor: pointer;
}

.table-1 > tbody > tr:hover {
  background-color: #e8eaf6;
}

.table-1 > tbody > tr > td:first-child {
  /*padding-left: 20px;*/
}

.table-2 {
  padding: 20px 0px 20px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.table-2 > thead {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.table-2 > thead > tr {
  /*height: 70px;*/
  height: 40px;
}

.table-2 > thead > tr > td {
  padding: 0px 20px 0px 0px;
}

.table-2 > thead > tr > td > span {
  cursor: pointer;
  color: #9e9e9e;
  font-size: 0.9em;
}

.table-2 > tbody > tr {
  cursor: pointer;
  height: 40px;
}

.table-2 > tbody > tr span {
  padding: 0px 20px 0px 0px;
}

.table-2 > tbody > tr:hover {
  background-color: #e8eaf6;
}

.table-2 > tbody > tr > td:first-child {
  /*padding-left: 20px;*/
}

.table-2 > tbody > tr > td:last-child {
  white-space: nowrap;
}

.table-2 > tbody > .selected > td {
  color: #2196f3;
}

.table-2 md-checkbox {
  margin: 0 auto !important;
}

.table-3 {
  padding: 20px 0px 20px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

.table-3 > thead {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.table-3 > thead > tr {
  height: 40px;
}

.table-3 > thead > tr > td {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  outline-style: none;
}

.table-3 > thead > tr > td > span {
  cursor: pointer;
  color: #9e9e9e;
  font-size: 0.9em;
}

.table-3 > thead > tr > td:last-child {
  width: 100%;
}

.table-3 > tbody > tr {
  cursor: pointer;
  height: 40px;
}

.table-3 > tbody > tr:hover {
  background-color: #e8eaf6;
}

.table-3 > tbody > tr > td {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  outline-style: none;
}

.table-3 > tbody > tr > td:last-child {
  width: 100%;
  text-align: right;
}

.table-3 > tbody > .selected > td {
  color: #2196f3;
}

.table-4 {
  padding: 20px 0px 20px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

.table-4 > thead {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.table-4 > thead > tr {
  /*height: 70px;*/
  height: 40px;
}

.table-4 > thead > tr > td {
  padding-left: 20px;
  padding-right: 20px;
  outline-style: none;
}

.table-4 > thead > tr > td > span {
  cursor: pointer;
  color: #9e9e9e;
  font-size: 0.9em;
}

.table-4 > tbody {
  border-spacing: 0px;
  border-collapse: collapse;
}

.table-4 > tbody > tr {
  cursor: pointer;
  height: 40px;
}

.table-4 > tbody > tr span {
  padding: 0px 20px 0px 0px;
}

.table-4 > tbody > tr:hover {
  background-color: #e8eaf6;
}

.table-4 > tbody > tr > td:first-child {
  padding-left: 20px;
  padding-right: 20px;
  outline-style: none;
}

.table-4 > tbody > tr > td:first-child > span {
  cursor: pointer;
  color: #9e9e9e;
  font-size: 0.9em;
}

.table-4 > tbody > tr > td:last-child {
  white-space: nowrap;
}

.ace_editor {
  height: 800px;
}

.md-icon-button-fix {
  width: auto !important;
  height: auto !important;
}

.side-nav-20,
.md-locked-open,
.md-closed.md-locked-open-add-active {
  min-width: 20% !important;
  width: 20% !important;
  max-width: 20% !important;
}

.side-nav-30,
.md-locked-open,
.md-closed.md-locked-open-add-active {
  min-width: 30% !important;
  width: 30% !important;
  max-width: 30% !important;
}


.side-nav-50,
.md-locked-open,
.md-closed.md-locked-open-add-active {
  min-width: 50% !important;
  width: 50% !important;
  max-width: 50% !important;
}

.side-nav-70,
.md-locked-open,
.md-closed.md-locked-open-add-active {
  min-width: 70% !important;
  width: 70% !important;
  max-width: 70% !important;
}

.side-nav-100,
.md-locked-open,
.md-closed.md-locked-open-add-active {
  min-width: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

.date-picker-1 .md-datepicker-input-container {
  width: 200px;
}

.date-picker-1 .md-datepicker-input-container input {
  width: 200px;
}

.date-picker-3 .md-datepicker-input-container {
  width: 300px;
}

.date-picker-3 .md-datepicker-input-container input {
  width: 300px;
}

.hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 10px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: #2196f3;
}

.header-toolbar-background {
  background-color: #448aff !important;
  height: 72px !important;
  min-height: 72px !important;
  box-shadow: none !important;
}

.sidenav-header {
  background-color: #448aff !important;
}

.sidenav-app-header {
  background-color: #FFF !important;
  height: 56px !important;
}

.msda-header-icon {
  /*width: 160px !important;
  height: 66px !important;*/
  height: 100px !important;
  margin-top: -18px;
  cursor: pointer;
}

.margin-msda-icon {
  margin: 3px 0 3px 60px;
}

.msda-header-text-icon {
  cursor: pointer;
}

.margin-msda-text-icon {
  margin: 17px 0 17px 0px;
}

.lowHeader-toolbar-background {
  background-color: #f2f2f2 !important;
  height: 54px !important;
  min-height: 54px !important;
  box-shadow: none !important;
}

.header-search {
  margin: 20px 0 19px 115px !important;
  width: 560px !important;
  height: 35px !important;
  background-color: #5e97f6 !important;
  border-radius: 1% !important;
}

.header-search input {
  border-width: 0 !important;
}

.header-search md-icon {
  right: 20px !important;
  top: 7px !important;
  cursor: pointer !important;
}

.program-icon {
  margin: 16px 0 24px 40px !important;
}

.sms-icon {
  margin: 15px 0 24px 27px !important;
}

.username {
  margin: 28px 0 24px 20px !important;
  width: 300px;
  text-align: right;
}

.person-icon {
  margin: 16px 55px 24px 27px !important;
  background: #6699ff !important;
}

.msda-tech-icon {
  width: 74px !important;
  height: 24px !important;
}

.tool-buttons {
  margin: 20px 100px 0 0 !important;
}

.background-content {
  background-color: #f2f2f2 !important;
}

.background-white-menu {
  background-color: #ffffff !important;
  color: #c9c9c9 !important;
  font-size: 12px !important;
}

.background-white {
  background-color: white !important;
}

.margin-current-menu {
  margin: 18px 0 0 60px !important;
}

.app-background {
  background-color: #fafafa;
}

.app-background:focus {
  outline: none !important;
  border: 0 !important;
}

.hover-white {
  cursor: pointer;
}

.hover-white:hover {
  background-color: #ffffff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.inactive-app-div {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.no-overflow {
  overflow: unset !important;
}

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

.font-grey {
  color: #7a7a7a !important;
}

.font-blue {
  color: #448aff !important;
}

.font-black {
  color: #333333 !important;
}

.font-dark-black {
  color: #000000 !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

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

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-bpg-caps {
  font-family: bpg_mrgvlovani_caps !important;
}

.font-bpg {
  font-family: bpg_mrgvlovani !important;
}

.toolbar-blue {
  background-color: #448aff !important;
}

.toolbar-light-gray {
  background-color: #eee !important;
}

.msda-pager-input {
  background-color: transparent;
  border: 0px solid;
  width: 30px !important;
  text-align: center;
  outline: none;
}

.msda-pager-inputfocus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.msda-pager-input-2 {
  background-color: transparent;
  border: 0px solid;
  width: 50px !important;
  text-align: center;
  outline: none;
}

.msda-pager-input-2focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.msda-blue-button {
  background-color: #448aff !important;
}

.msda-red-button {
  background-color: #ff6666 !important;
}

.div-center {
  margin: 0 auto;
}

.div-center-1 div {
  margin: 0 auto;
}

.fullscreen-dialog {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.error-hint {
  color: #dd2c00;
  font-size: 11px !important;
  font-family: bpg_mrgvlovani;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.min-height-36 {
  min-height: 36px !important;
}

.min-height-36 div {
  min-height: 36px !important;
}

.notification-count-in-sms-list {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: table-cell;
}

.notifications-view {
  margin-left: -8px;
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 8px;
  color: red;
  width: 19px;
  height: 19px;
  background-color: red;
  border-radius: 50%;
}

.notifications-view span {
  display: block;
  text-align: center;
  margin-top: -1px;
  color: #fff;
}

.display-icon-inline {
  display: inline-block !important;
}

.float-right {
  float: right !important;
}

.no-min-height:before {
  min-height: 0;
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}

.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14),
    0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}

.no-overflow-md-steppers {
  overflow: unset !important;
}

.no-overflow-md-steppers md-steppers-content-wrapper {
  overflow: unset !important;
}

.no-overflow-md-steppers md-step-content {
  overflow: unset !important;
}

.p-strike {
  text-decoration: line-through;
}

.p-underline {
  text-decoration: underline;
}

md-tooltip .md-content {
  height: auto;
}

.disable-grey-color {
  color: #9e9e9e !important;
}

.autocomplete-margin-0 md-autocomplete-wrap md-input-container {
  margin-bottom: 0 !important;
}

.visible-hidden {
  visibility: hidden;
}

.divider-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.border-top-0 {
  border-top: 0px !important;
}

.width-100 {
  width: 100%;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

.word-wrap-span-400 {
  display: block;
  width: 400px;
  word-wrap: break-word;
}

.grey-md-button {
  background-color: #eeeeee !important;
}

.light-blue-md-button {
  background-color: #d9eeff !important;
}

.dark-grey-background {
  background: #eeeeee;
}

.blue-md-button {
  background: #448aff !important;
  color: rgba(255, 255, 255, 0.87) !important;
}

.font-primary-blue {
  color: #448aff !important;
}

.margin-0 {
  margin: 0 !important;
}

.initiator-autocomplete md-input-container {
  margin-bottom: 0 !important;
}

.text-justify {
  text-align: justify;
}

.text-break-p {
  word-break: break-all;
}

.datepicker-hint {
  font-size: 12px;
  margin-top: -35px;
}

.checker .md-label {
  margin-top: 15px !important;
}

.md-button {
  text-transform: none !important;
}

.md-tab {
  text-transform: none !important;
}

.min-height-100 {
  min-height: 100% !important;
}

.height-100 {
  height: 100% !important;
}

.time-number-field-div {
  background-color: white;
  display: inline-flex;
  border: 1px solid #ccc;
  color: #555;
  vertical-align: middle;
  height: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.time-number-field-div input {
  border: none;
  color: #555;
  text-align: center;
  width: 60px;
}
.icon-18 {
  font-size: 18px;
}
.mat-icon-blue {
  color: #2196f3;
}
.mat-icon-green {
  color: #4caf50;
}
.mat-icon-grey {
  color: #9e9e9e;
}
.input-red input {
  color: red !important;
}

.input-hint {
  font-size: 9px;
  line-height: 13px;
  display: block;
  padding-top: 7px;
}
.input-hint-invalid {
  color: red;
}

/* ანგულარჯს დეფაულტ დიალოგზე თანხმობა გამოვიდეს მარცხნივ */
md-dialog md-dialog-actions {
  display: block;
}

md-dialog md-dialog-actions button {
  float: right;
}

.sticky-footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: white;
  padding-top: 15px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.sticky-footer-wrapper {
  height: 78px;
}

.empty {
  height: 116px;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #F8F8F8;
  border: 1px solid #66666626;
  margin-top: 38px;
  text-align: center;
}

.warning-icon {
  width: 31px;
  height: 28px;
  margin-top: 26px;
}

.warning-text {
  font-family: 'Noto Sans Georgian Bold', serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 18px;
}
.choose-unit {
  font-size: 15px;
  margin-bottom: 6px;
}
.choose-unit .md-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-wrap: unset;
  align-items: center
}

.tooltip {
  z-index: 10000 !important;
}

.md-checkbox-enabled[selected] .md-icon {
  background-color: #123757 !important;
}

md-select-menu md-content md-option[selected]:focus {
  color: rgba(33,33,33,0.87);
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
  color: rgba(33,33,33,0.87);
}

.admin-checkbox md-checkbox[disabled].md-checked .md-icon {
  background-color: #123757 !important;
}

.admin-checkbox md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  background-color: #123757 !important;
}

:has(> .search-unit-accesses) {
  width: 555px !important;
  top: 555px !important;
  padding: 5px;
}

.admin-save-btn [disabled] {
  background-color: #8B8B8B6E !important;
}

.admin-save-btn:not([disabled]) {
  background-color: #123757 !important;
}

:has(> .unitName) {
  text-wrap: unset !important;
}

.unit-option > div:nth-of-type(2) {
  width: 710px !important;
  text-wrap: unset !important;
}

.search-unit-accesses-dropdown-container {
  min-width: 555px!important;
}