html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "Raleway", sans-serif !important;
}

body {
  overflow-y: scroll;
}

textarea {
  border-color: #ccc;
}

.loginView {
  element.style {
    background: #ecf0f1;
  }

  background: #ecf0f1;
  overflow-y: auto;
  min-height: 100vh;
  min-width: 100vw;
  overflow-x: hidden;
}

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

.logo-portal {
  margin: 20px auto 0;
  background-image: url(/assets/img/logo/newsimpleway.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 120px;
  background-size: contain;
}

/*
.logo-descricao {
  font-size: 13px;
  text-transform: none;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  color: #4393b0;
}
*/

.logo-portal-footer {
  margin: auto;
  /*background-image: url(/assets/img/logo/podium.png);*/
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 30px;
  background-size: contain;
}

.btn .glyphicon {
  font-size: 16px;
  margin-right: 7px;
}

.btn,
input {
  outline: none !important;
}

.input-group-addon {
  border-color: #ddd;
  border: 1px solid #ddd;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-primary {
  background: #27ae60;
}

.text-primary {
  color: #27ae60;
}

.text-gray {
  color: #2980b9;
}

.text-left {
  text-align: left !important;
}

.display-ib {
  display: inline-block;
}

.no-select {
  user-select: none !important;
}

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

.dashboardView {
  position: absolute !important;
}

.box-login {
  margin: auto;
  background: white;
  padding: 25px;
  border-radius: 15px;
  overflow: hidden;
}

.box-login .panel-header {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 300;
}

.box-login .panel-body {
  text-align: center;
}

.loginInput {
  border: 2px solid #bdc3c7;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  width: 80%;
  outline: none;
  margin: 10px 0;
}

.loginBtn {
  background: #2980b9;
  color: white;
  border: 2px solid white;
  font-weight: bold;
  padding: 10px;
  width: 80%;
  outline: none;
  border-radius: 5px !important;
}

.loginBtn:hover,
.loginBtn:active,
.loginBtn:focus {
  background: white !important;
  color: #2980b9 !important;
  font-weight: bold;
  border: 2px solid #2980b9;
}

/* .toast-container .toast {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
} */

.no-padding {
  padding: 0;
}

.toast-container .toast {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* .toast-container .toast {
  width: 90% !important;
  max-width: 800px;
  border-radius: 30px !important;
  margin-top: 15px !important;
}

.toast-message {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: white !important;
  text-align: center !important;
  padding: 10px !important;
}

.toast-container .toast {
  background: rgba(46, 48, 49, 0.9);
  background-color: rgba(46, 48, 49, 0.9);
  color: white !important;
  text-align: center !important;
}

.toast-progress {
  background-color: #fff!important;
  opacity: .8!important;
} */

.input-group .form-control.addon,
.input-group .form-control.addon:focus,
.input-group .form-control.addon:focus:active {
  border-radius: 5px 0 0 5px !important;
  border-right: 0 !important;
  font-weight: bold !important;
  text-align: right !important;
  padding-right: 0;
}

.input-group-addon.first {
  margin-left: 5px !important;
}

.input-group-addon.first inout {
  min-width: 0 !important;
  max-width: 14px !important;
}

*:focus {
  outline: none !important;
  text-decoration: none !important;
}

*:active {
  outline: none !important;
  text-decoration: none !important;
}

*:hover {
  outline: none !important;
  text-decoration: none !important;
}

/* DATATABLE CSS*/

.ngx-datatable.bootstrap {
  box-shadow: none;
  font-size: 13px;
}

.ngx-datatable.bootstrap .datatable-header {
  height: unset !important;
}

.ngx-datatable.bootstrap .datatable-header .datatable-header-cell {
  vertical-align: bottom;
  padding: 0.75rem;
  border-bottom: 1px solid #d1d4d7;
}

.ngx-datatable.bootstrap .datatable-header .datatable-header-cell .datatable-header-cell-label {
  line-height: 24px;
}

.ngx-datatable.bootstrap .datatable-body {}

.ngx-datatable.bootstrap .datatable-body .datatable-body-row {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d1d4d7;
}

.ngx-datatable.bootstrap .datatable-body .datatable-body-row.datatable-row-even {
  background-color: rgba(0, 0, 0, 0.05);
}

.ngx-datatable.bootstrap .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  vertical-align: top;
}

.ngx-datatable.bootstrap .datatable-body .datatable-body-row.active {
  background-color: #3498db;
  color: #fff;
}

.ngx-datatable.bootstrap .datatable-footer {
  background: #7f8c8d;
  color: #ededed;
  margin-top: -1px;
}

.ngx-datatable.bootstrap .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}

.ngx-datatable.bootstrap .datatable-footer .datatable-pager {
  margin: 0 10px;
  vertical-align: top;
}

.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li {
  margin: 10px 0px;
}

.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled).active a,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager ul li:not(.disabled):hover a {
  background-color: #7f8c8d;
  font-weight: bold;
  color: #ededed;
}

.ngx-datatable.bootstrap .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0;
  border-radius: 0;
  margin: 0 3px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  vertical-align: bottom;
  color: #7f8c8d;
}

.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.bootstrap .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
  display: none;
}

.datatable-header-inner {
  width: 100% !important;
}

.datatable-row-center {
  width: 100% !important;
}

.datatable-body-row {
  width: 100% !important;
}

.datatable-row-wrapper {
  width: 100% !important;
}

.datatable-scroll {
  width: 100% !important;
}

.datatable-row-center>* {
  width: 100% !important;
}

.datatable-body-cell-label>* {
  padding: 0.75rem;
}

.pager li,
.page-count {
  display: none !important;
}

.pager li.pages {
  display: inline !important;
}

.page-header {
  padding: 2px;
  margin-top: -10px;
  color: #2c3e50 !important;
  width: 100.4%;
  background: #eeeeee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-divider {
  border-bottom: 1px solid #ecf0f1;
}

.btn-success {
  background-color: #2980b9 !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
}

.btn-danger {
  background-color: #e74c3c !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
}

.btn-default {
  background-color: #95a5a6 !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
  color: white !important;
}

.btn-info {
  background-color: #3498db !important;
  font-weight: bold !important;
  border-radius: 0px !important;
  outline: none !important;
  border: none !important;
  color: white !important;
}

.modal-content {
  font-weight: bold;
}

.modal-content p {
  font-weight: normal;
}

.vl-select:hover,
.vl-select:active,
.vl-select:focus {
  border: 2px solid #2980b9;
}

.validation {
  border: 1px solid lightcoral !important;
}

.empty-row {
  padding: 10px !important;
}

.btnRounded {
  margin-top: 5px;
  margin-left: 4px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-radius: 100px !important;
}

.btn-save {
  height: 32px;
}

.btn-danger-round {
  background-color: #e74c3c !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  outline: none !important;
  border: none !important;
  color: white !important;
  margin-bottom: 3px;
}

.btn-info-round {
  background-color: #3498db !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  outline: none !important;
  border: none !important;
  color: white !important;
  margin-bottom: 3px;
}

.btn-success-round {
  background-color: #2980b9 !important;
  font-weight: bold !important;
  border-radius: 100px !important;
  outline: none !important;
  border: none !important;
  color: white !important;
  margin-bottom: 3px;
}

.btn-danger-round:hover,
.btn-success-round:hover {
  color: white !important;
}

#image-frame {
  margin: 1em 0;
  height: 350px;
  width: 100%;
  border: 2px solid #95a5a6 !important;
  position: relative;
  background: #95a5a6;
}

#center-image {
  max-height: 346px;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#image-frame-sm {
  margin: 1em 0;
  height: 175px;
  width: 100%;
  border: 2px solid #95a5a6 !important;
  position: relative;
  background: #95a5a6;
}

#center-image-sm {
  max-height: 173px;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-remove-img {
  position: absolute;
  bottom: 10px;
  right: 93px;
}

.btn-change-img {
  position: absolute;
  bottom: 10px;
  right: 50px;
}

.btn-view-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.btn-remove-img-sm {
  position: absolute;
  bottom: 10px;
  right: 105px;
}

.btn-change-img-sm {
  position: absolute;
  bottom: 10px;
  right: 55px;
}

.btn-view-img-sm {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.input-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 3;
}

.btn-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.cepSearch {
  padding-right: 30px;
  margin-bottom: 8px;
  background-position: 97%;
  background-size: 18px;
}

.form-control {
  z-index: 0 !important;
  font-size: 12px !important;
  padding: 5px !important;
}

#circularG {
  position: relative;
  width: 13px;
  height: 13px;
  margin: auto;
}

.circularG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 3px;
  height: 3px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 5px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 1px;
  top: 1px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 5px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 1px;
  top: 1px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 5px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 1px;
  bottom: 1px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 5px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 1px;
  bottom: 1px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(0.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(0.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.3);
  }
}

.modal-dialog {
  width: 50% !important;
  margin: 0 auto;
  /* Reset margem */
  position: relative;
  /* Garante posicionamento correto */
  top: 50px;
  /* Dá um espaço no topo */
}

.modal-content {
  min-height: min-content;
}

.modal {
  position: fixed;
  top: 5vh;
  /* 5% da altura da viewport */

  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: block;
  max-height: 95vh;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 30px; 
} */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-dialog {
  width: 50% !important;
  transform: translate(0,
      0) !important;
  /* reseta qualquer transform automático */
  margin: 2vh auto;
  /* pequena margem mais responsiva */
}

.modal-title {
  background: #2c3e50;
  width: 100%;
  padding: 10px;
  color: #fff;
}

.modal-title h4 {
  color: #fff;
}

.btn-delete-margin {
  margin-right: 17px;
}

.delete-modal-title {
  width: 100%;
  padding: 10px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  padding-bottom: 17px;
  font-size: 18px !important;
}

.transaction-modal {
  width: 850px !important;
}

@media only screen and (max-width: 700px) {
  .new-place-modal {
    width: 650px !important;
  }
}

@media only screen and (max-width: 900px) {
  .new-place-modal {
    width: 800px !important;
  }
}

@media only screen and (max-width: 2000px) {
  .new-place-modal {
    width: 1000px !important;
  }
}

.datatable-body-cell-label {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
}

.ag-row-odd {
  background-color: #cacfd2 !important;
}

.ag-row-hover {
  background-color: #abacac !important;
}

/* .ag-row-focus {
  background-color: #2980b9 !important;
} */

.ag-cell-focus {
  border: none !important;
}

.ag-header-cell-resize::after {
  border-right: none !important;
}

.ag-header-group-cell::after {
  border-right: none !important;
}

.ag-theme-balham::after {
  border-right: none !important;
}

.ag-header-cell::after {
  border-right: none !important;
}

.ag-theme-balham::after {
  border-right: none !important;
}

.ag-header-group-cell::after {
  border-right: none !important;
}

.gray-square {
  height: 150px;
  width: 150px;
  background: linear-gradient(#bdc3c7, #7f8c8d);
  text-align: center;
  color: white;
  font-weight: bold;
}

.card-value {
  font-size: 35px;
}

.ag-row-selected {
  background-color: #2980b9 !important;
  border-bottom-color: #2980b9 !important;
}

.btn-selected {
  border-bottom: 2px solid #e67e22 !important;
}

.btn-flow {
  width: 16.3% !important;
}

.no-match-found {
  display: none !important;
}

.ct1 {
  padding: 20px;
}

.pg-icon {
  color: #2c3e50;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.list1 {
  width: 100%;
  height: 500px;
}

.list2 {
  width: 100%;
  height: 486.5px;
}

.list3 {
  width: 100%;
  height: 500px;
}

.creation {
  position: absolute;
  right: 10px;
  top: 15px;
}

.roundBtn:active img {
  border: 2px solid #2980b9 !important;
  border-radius: 100px;
}

.roundBtn:focus img {
  border: 2px solid #2980b9 !important;
  border-radius: 100px;
}

.txt-overflow {
  white-space: nowrap;
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search {
  background: url(/assets/img/icons/search.png) no-repeat scroll 7px 7px;
  padding-left: 30px !important;
  margin-bottom: 8px;
  background-size: 18px;
  border-radius: 100px !important;
}

.btnNew {
  width: 100%;
  font-weight: normal !important;
  border: 1px solid #7f8c8d !important;
  border-radius: 100px !important;
}

.btnDropdown {
  width: 100%;
  font-weight: normal !important;
  border: 1px solid #7f8c8d !important;
  color: #2980b9 !important;
  background: white !important;
  border-radius: 100px !important;
}

.selected-tab {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  border-bottom: 3px solid #2ecc71;
  color: #2980b9;
  cursor: pointer;
  font-weight: bold;
}

.tab {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  border-bottom: 3px solid #7f8c8d;
  color: #7f8c8d;
  cursor: pointer;
}

label {
  font-weight: 500;
  color: gray;
  /* font-size: 13px;
  font: "Roboto", sans-serif; */
}

.mdc-label {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  color: gray;
}

p {
  color: gray;
}

.vl-input {
  width: 100%;
}

.form-control {
  border-radius: 5px !important;
}

.icon-blue {
  color: #2980b9 !important;
}

.icon-red {
  color: #e74c3c !important;
  cursor: pointer;
}

.icon-red.disabled {
  color: gray !important;
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

.icon-red2 {
  color: #e74c3c !important;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 18px;
}

.icon-green {
  color: #459F48 !important;
  cursor: pointer;
}

.custom-ul {
  list-style-type: none !important;
  padding: 0px;
  margin-top: -8px;
}

.custom-li {
  border: 1px solid #bdc3c7;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  margin-bottom: 1px;
  background: #34495e1c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.removeItem {
  float: right;
  cursor: pointer;
}

.delete-icon {
  float: right;
  padding: 10px;
  padding-right: 17px;
  padding-top: 12px;
  color: #7f8c8d;
  cursor: pointer;
  border: none;
}

.delete-icon:hover {
  color: #e74c3c;
}

.delete-icon.disabled {
  color: gray;
  opacity: 0.4;
  font-size: 12px;
  cursor: default;
}

.delete-icon.disabled:hover {
  color: gray;
}

.set-icon {
  padding: 10px;
  padding-right: 17px;
  padding-top: 12px;
  color: #4caf50;
  cursor: pointer;
  font-size: 15px;
}

.set-icon.disabled {
  color: gray;
  opacity: 0.4;
  font-size: 12px;
  cursor: default;
}

.set-icon:hover {
  color: #2980b9;
}

.add-icon {
  float: right;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border-radius: 100px !important;
  margin-top: 0.5%;
}

.data-table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.data-table-columns {
  font-size: 10px !important;
  border-top: 1px solid #d1d4d7;
  font-weight: bolder;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  width: 100%;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-content-assessment {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}

.dropdown-content-assessment a,
.drop-btn-asse {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border: none;
}

.dropdown-content-assessment a:hover,
.drop-btn-asse:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content-assessment {
  display: block;
}

.navbar-primary {
  border-right: 2px solid #1a2530;
}

.default-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
}

.default-table td,
.default-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.default-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.default-table tr:hover {
  background-color: #ddd;
}

.relation td,
.relation th {
  padding: 4px !important;
}

.ic-dash {
  padding-left: 3px;
  top: -2px;
  position: relative;
}

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

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.p-30 {
  padding: 30px;
}

.p-10 {
  padding: 10px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

hr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0;
  border-top: 1px solid #eee;
}

.set-img-add {
  cursor: pointer;
}

.set-img-add.disabled {
  cursor: default;
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-family: "Raleway", sans-serif !important;
}

.modal-container {
  z-index: 99999 !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 150vh !important;
}

/* .modal {
  z-index: 99999 !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100vh !important;
} */

/* mat-dialog-container {
  color: transparent !important;
}

.mat-dialog-container {
  border-radius: 6px !important;
  z-index: 0;
  padding: 0px 0px 16px 0px !important;
}


.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .5 !important;
  background: #000;
} */

.ag-cell-edit-input {
  height: 100% !important;
  width: 100%;
}

.text-plus {
  font-size: 30px;
  position: relative;
  top: 4px;
  left: 4px;
}