:root {
  /*--fontFamily: Arial,Helvetica,sans-serif;*/
  --fontFamily: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
}
html {
  --mdc-filled-text-field-label-text-size: 15px !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  --mat-form-field-container-height: 40px !important;
  font-size: 16px;
  color: #191717 !important;
}

@font-face {
  font-family: var(--fontFamily);
  src: url('../fonts/futura light bt.ttf');
}

.action-bg {
  color: #fff;
  background-color: rgba(0,0,0,0.2);
}

.greencolori {
  color: forestgreen;
  font-style: italic;
}

.greencolor {
  color: forestgreen;
}

.goldcolor {
  color: #aa6708;
}

.greycolor {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  text-transform: uppercase;
  font-style: italic;
}

.greycolorI {
  color: #000;
  font-size: 14px;
  font-style: italic;
}
.browncolor {
  color: brown;
  font-size: 14px;
  font-weight: 600;
}

.bluecolor {
  color: #2f6f9f;
}

.bluecolor-big {
  color: #2f6f9f;
  font-size: 14px;
  font-weight: bold;
}

.blackcolor {
  color: #000 !important;
}

.customercolor {
  color: deepskyblue;
}

@font-face {
  src: url('../fonts/futura-md-bt_251.ttf');
}

@font-face {
  src: url('../fonts/Oregon LDO.ttf');
}


body {
  background: #fff;
  color: #4e4e4e !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  line-height: 1.5rem;
  font-size: 1rem;
}


h1 {
  font-size: 32px !important;
}
h2 {
  font-size: 24px !important;
}
h3 {
  font-size: 18.72px !important;
}

h5 {
  font-size: 13.28px !important;
}

h1, h2, h3, h5 {
  font-weight: normal !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  color: #4e4e4e !important;
  text-align: center !important;
}
h4 {
  font-size: 16px !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  text-align: center !important;
  font-weight: normal !important;
  color: #fff !important;
}
h6 {
  font-size: 10.72px !important;
  color: #4e4e4e !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  text-align: center !important;
  font-weight: normal !important;
}
/*h1, h2, h3, h5 {
  font-weight: normal !important;*/
  /*font-family: var(--fontFamily) !important;*/
  /*font-family: Roboto, "Helvetica Neue", sans-serif !important;
  color: #4e4e4e !important;
  font-size: 24px !important;
  text-align: center !important;
}*/

/*h4 {
  font-weight: normal !important;*/
  /*font-family: var(--fontFamily) !important;*/
  /*font-family: Roboto, sans-serif !important;
  color: #fff !important;*/
  /*font-size: 20px !important;*/
  /*text-align: center !important;
}*/

/*h6 {
  font-weight: normal !important;*/
  /*font-family: var(--fontFamily) !important;*/
  /*font-family: Roboto, sans-serif !important;
  color: #4e4e4e !important;
  font-size: 16px !important;
}*/

.card .title {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  text-align: left !important;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .main-panel {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .innerwrapper {
    width: 50%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 430px !important;
        /*height:40px !important;*/
  }

  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .innerwrapper {
    width: 70%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 430px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .panel-body {
    padding: 0px !important;
  }

  .innerwrapper {
    width: 50%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 200px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    text-align: center;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .innerwrapper {
    width: 100%;
    align-content: center;
    margin: auto;
  }

  .text-area {
    width: 200px !important;
    /*height: 50px !important;*/
  }

  #formContent {
    background: #fff;
    padding: 30px;
    width: 100%;
    position: relative;
    padding: 0px;
    text-align: center;
  }
}

.text-area {
  width: 100% !important;
  /*height: 100px !important;*/
}

.text-input {
  width: 100% !important;
}

.text-input-small {
  width: 150px !important;
}

.text-input-date {
  width: 120px !important;
}

.text-input-time {
  width: 100px !important;
}

.mainPanel-hidemenu {
  width: calc(100% - 260px) !important;
  transition-property: top,bottom;
}

.mainPanel-showmenu {
  width: calc(100% - 100px) !important;
  transition-property: top,bottom;
  transition-duration: .2s,.2s;
  transition-timing-function: linear,linear;
}

.sdbar-icon-add {
  display: none !important;
  /*font-size: 20px !important;*/
  font-size: 14px !important;
}

.sdbar-icon-remove {
  display: none !important;
  /*font-size: 20px !important;*/
  font-size: 14px !important;
}

.sdbar-text-add {
  text-indent: 10px !important;
  height: 30px !important;
}

.sdbar-text-remove {
  text-indent: 10px !important;
  height: 100% !important;
}

/*.logo-img {
  background-image: url('../img/Comp-Logo.png') !important;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 38px !important;
  max-height: 50px !important;
}*/

/*.logo-img-small {
  background-image: url('../img/Comp-Logo-sm.png') !important;
  background-repeat: no-repeat;  
  max-height: 50px !important;
  margin-left: 10px; 
}
*/
.logo-img-small {
  margin-left: 51px !important;
}
.navbar-header {
  margin-right: 0;
  margin-left: 20px !important;
}

.navbar-left {
  padding-left: 10px !important;
}

.sidebar-width {
  width: 230px !important;
}

.sidebar-width-small {
  width: 250px !important;
}

.grid-Heading {
  font-weight: bold !important;
  margin-top: 5px !important;
}

.grid-datetime {
  /*font-size: 11px !important;*/
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .RightAlign {
    text-align: right !important;
  }

  .card form [class*="col-"] {
    padding: 3px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .card [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

@media (min-width: 100px) {
  .card [class*="col-"] {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.Intrection-heading {
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: left !important
}

.dis_button_tab {
  display: table;
}

.dis_cell {
  display: table-cell;
  vertical-align: middle;
}

.dis_cell_arr {
  display: table-cell;
  vertical-align: middle;
}

.dis_cell_arr-btn {
  padding: 11px 0px 11px 0px !important;
  border-radius: 0px 3px 3px 0px !important;
  text-align: left !important;
  margin-left: -1px !important;
  min-width: 20px !important;
  line-height: 17px !important;
}

.dis_cell_btn {
  border-radius: 3px 0px 0px 3px !important;
}

.btn-danger.dropdown-toggle {
  /* background-color: rgb(217,0,25) !important; */
}



button.btn.btn-danger, button.btn.btn-smalldanger, button.btn.btn-resetBtn {
  box-shadow: 5px 4px 12px #3e3636;
  /*background-color: rgb(217, 0, 25) !important;*/
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 10px 25px;
  margin: 10px 4px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnnav {
  margin-left: 15px !important;
  margin-top: 0px !important;
}

/*button.btn.btn-smalldanger {
  box-shadow: 5px 4px 12px #3e3636;
  background-color: rgb(217, 0, 25) !important;
  border: none;
  border-radius: 2px;
  position: relative;
  padding: 8px 20px;
  margin: 8px 0px !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}*/


a.btn-part2 {
  /*box-shadow: 5px 4px 12px #3e3636*/
  width: 100% !important;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 12px 9px;
  margin: 0px !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: #ff4f5e !important;
  color: #fff;
  margin-top: -112px !important;
  /*transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)*/;
}

  a.btn-part2:hover {
    background-color: #ff4f5e !important;
    color: #fff;
  }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  /* border-radius: 0.25rem; */
}

.mat-row {
  /* padding: 5px !important; */
  padding: 2px !important;
}

.example-header {
  padding-top: 10px !important;
}

.example-container {
  width: 99% !important;
  box-shadow: none !important;
  /*font-size: 11px !important;*/
}

.l-wrap {
  max-width: 100% !important;
}

.card .card-content {
  padding: 0px !important;
}

.brand-logo {
  font-weight: 900;
}

.dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 300px; /* Changed this to accomodate content width */
  max-height: auto;
  margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  will-change: width, height;
}

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgb(0,0,0) !important;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: green !important
}

.mat-slide-toggle-bar {
  /*background-color: #d7d9dd !important;*/
  background-color: rgba(217,0,25, 0.7) !important;
}

.mat-slide-toggle-bar {
  height: 16px;
}

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: rgb(7,128,100) !important;
}

.mat-slide-toggle-thumb {
  background-color: #bdbdbd !important;
}

.btn-danger.dropdown-toggle {
  box-shadow: 0 0 0 -4.8rem rgba(220, 53, 69, 0.5) !important;
}

.upload-item {
  margin: 0px 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mat-mdc-form-field {
  line-height: -1 !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size:14px !important;
  /*padding-bottom: 5px;*/
}

.mat-mdc-form-field-underline {
  height: 0px !important;
  border-bottom: groove !important;
}

.control-width {
  padding-left: 0px !important;
}

.mat-radio-button {
  display: block !important;
  padding-bottom: 10px !important;
}
/*
.main-panel .main-content {
  padding: 10px 5px !important;
  padding-bottom: 0px !important;
}*/

.card .card-header {
  margin: -8px 14px 0 !important;
  border-radius: 3px;
  padding: 5px !important;
  /*background-color: rgb(217,0,25) !important;*/
  /*font-size: 14px !important;*/ 
}

.navbar-absolute {
  padding-top: 0px !important;
}

.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
  }

    .chat li.left .chat-body {
      margin-left: 60px;
    }

    .chat li.right .chat-body {
      margin-right: 60px;
    }


    .chat li .chat-body p {
      margin: 0;
      color: #777777;
    }

  .panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
  }

.reply {
  /*margin-top: -23px !important;
    float: right;
    right: 37px !important;
    position: absolute;*/
  padding: 5px !important;
  padding-bottom: 10px !important;
}

#ticket-replyoptions {
  padding-top: 4px !important;
}

.reply > li {
  float: left !important;
  list-style: none !important;
  background: #fff !important;
  color: #00a3fe !important;
  border: 0 !important;
  margin-right: 10px;
  border: 1px solid rgba(0,163,254,0.3) !important;
  padding: 8px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 3px 0 rgba(0,163,254,0.2);
  min-width: 0;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  transition: all .3s linear 0s;
}

.ticketlist > li {
  float: left !important;
  list-style: none !important;
  color: #00a3fe !important;
  border: 0 !important;
  margin-right: 2px;
  border: 0px;
  /*border: 1px solid rgba(0,163,254,0.3) !important;*/
  padding: 5px !important;
  /*border-radius: 50% !important;
    box-shadow: 0 2px 3px 0 rgba(0,163,254,0.2);*/
  min-width: 0;
  /*box-sizing: content-box;
    
    width: 18px;
    height: 18px;
    transition: all .3s linear 0s;
    */
}

.ticketlist {
  padding-left: 0px;
  float: right;
}

.ticketlistCount > li {
  float: right !important;
  list-style: none !important;
  border: 0 !important;
  margin-right: 2px;
  border: 0px;
  padding: 5px !important;
  min-width: 0;
}

.iconsize {
  /*font-size: 1.3em !important;*/
}

.mat-tab-body.mat-tab-body-active {
  overflow-y: hidden !important;
}

.show > .dropdown-menu {
  margin-top: -132px !important;
  background-color: #ff4f5e !important;
  color: #fff;
}

.readmoreTooltip {
  /*font-size: 14px !important;*/
}

.panel-body {
  border: ridge 1px #B3A9A9;
  border-bottom: ridge 1px #B3A9A9;
  margin-bottom: 5px !important;
  font-size: 14px !important;
}

.panel-body-bottom {
  border-bottom: ridge 1px #B3A9A9;
}

.openTicket {
  color: green;
}

.evenRow {
  background-color: #f5f5f5;
}

input.mat-chip-input {
  width: 25px !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*.radio-button-inline {
  display: inline !important;
}

.radio-button-inline-right {
  display: inline !important;
  padding-left: 20% !important;
}*/

.table {
  display: table;
  text-align: center;
  width: 60%;
  margin: 10% auto 0;
  border-collapse: separate;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  background: #bdbdbd;
  color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

  .table_header:first-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }

  .table_header:last-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }

.table_small {
  display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  background: #bdbdbd;
  color: #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_small > .table_row > .table_cell {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #5b5b5b;
  border-bottom: #ccc 1px solid;
}

.table_small:first-child > .table_row > .table_cell {
  border-left: #ccc 1px solid;
}

.table_small:last-child > .table_row > .table_cell {
  border-right: #ccc 1px solid;
}

.table_small:last-child > .table_row:last-child > .table_cell:last-child {
  border-bottom-right-radius: 5px;
}

.table_small:first-child > .table_row:last-child > .table_cell:last-child {
  border-bottom-left-radius: 5px;
}

.table_row:nth-child(2n+3) {
  background: #e9e9e9;
}

.table_row {
  border: solid 1px lightgrey;
}

@media screen and (max-width: 900px) {
  .table {
    width: 90%
  }
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }

  .table_row:nth-child(2n+3) {
    background: none;
  }

  .theader {
    display: none;
  }

  .table_row > .table_small > .table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }

  .table_cell {
    display: table-cell;
    width: 50%;
  }

  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }

  .table_small {
    display: table-row;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-left: none;
  }

  .table_row > .table_small > .table_cell:first-child {
    border-left: #ccc 1px solid;
  }

  .table_row > .table_small:first-child > .table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row > .table_small:first-child > .table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row > .table_small:last-child > .table_cell:first-child {
    border-right: none;
  }

  .table_row > .table_small > .table_cell:last-child {
    border-right: #ccc 1px solid;
  }

  .table_row > .table_small:last-child > .table_cell:first-child {
    border-bottom-left-radius: 5px;
  }

  .table_row > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}

.AlignCenter {
  text-align: center;
}

.AlignRight {
  text-align: right;
}

.AlignLeft {
  text-align: left;
}

.navbar form input {
  margin: 0px !important;
}

.backcolor {
  background: #9994 !important;
}

.sidebar {
  /*height: 760px;*/
}

.copyright {
  font-size: 10px !important;
}

footer {
  border: 0px !important;
}

  footer .copyright {
    padding: 2px !important;
  }
/*.mat-dialog-content{
  max-height:100%!important;
}*/
.mat-header-row {
  /* padding: 5px !important; */
  padding: 0px !important;
  border-top: 1px solid #eeeeee;
}
/* For increaseing Dropdown width */
.mat-select-panel {
  max-width: 401px !important;
}
/*.mat-autocomplete-panel {
  width: 0px !important;
  min-width: 343.25px !important;
  max-width: 401px !important;
}*/
.cdk-overlay-pane {
  max-width: none !important;
  width: calc(auto+32px) !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.mat-option {
  white-space: normal !important;
  line-height: 20px !important;
}

/*.mat-mdc-text-field-wrapper
{
  height: 40px !important;
  
}*/

.SquareChip {
  border-radius: 2px !important;
  color: #6f7c87 !important;
  border: 1px solid #dadfe3 !important;
  background-color: #fff !important;
  font-weight: 600 !important;
  /*font-size: 11px !important;*/
  -webkit-font-smoothing: antialiased !important;
  padding: 0 5px !important;
}

.Link {
  color: #00a3fe !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.UnLink {
  color: #000 !important;
}

.mat-cell {
  /*font-size: 11px !important;*/
  /* padding-right: 0px !important; */
  padding: 0px 2px;
}

.mat-row {
  min-height: 0px !important;
}

  /*.mat-row:nth-child(even){
   background-color: red; 
}*/

  .mat-row:nth-child(odd) {
    background-color: #ddd;
  }

.mat-header-row {
  min-height: 0px !important;
}

/* .mat-mdc-form-field {
  font-size: 11px !important;
} */


.card {
  box-shadow: 0 5px 0px -10px rgba(244,67,54,.28), 0 4px 8px 0 rgba(0,0,0,.12), 0 7px 8px -5px rgba(56, 39, 38, 0.2) !important;
  margin: 15px 0 !important;
}

  .card .card-header .title {
    font-size: 14px !important;
    font-weight: bold !important;
  }

    .card .card-header .title .subtitle {
      font-size: 14px !important;
    }
/*.mat-mdc-form-field-label {
  position: initial !important;
}
*/
a {
  color: inherit !important;
  text-decoration: none !important;
}

.greybackground {
  background-color: #ededed !important;
  box-shadow: none !important;
  border: 0;
}

.icon-input {
  padding-right: 60px !important;
  border-radius: 20px 20px 20px 20px !important;
  height: 25px !important;
  background: #F5F5F5 0% 0% no-repeat padding-box !important;
  border-color: #ced4da !important;
  box-shadow: none !important;
}

.times-icon {
  right: 7% !important;
  position: absolute !important;
  top: 2px !important;
}

.border-radius-uncut {
  border-radius: unset !important;
}

.forms-controls {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.template-card-white {
  background-color: #fff;
}

.selected-card {
  background-color: #00bcd41a !important;
  border: .5px solid #00bcd4;
  border-bottom-color: #00bcd4 !important;
  /* box-shadow: none !important;*/
}

.custmerlist:hover {
  opacity: .8
}

.selected-box-shadow {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.scrollbar-y {
  overflow-y: AUTO;
  height: 75vh;
}

.remove-padding {
  padding: unset !important;
}
/*.circular--square {
  border-radius: 50%;
}*/
.mat-card-shadow {
  box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12) !important;
}

.pdt-1 {
  padding-top: 1px !important
}

.remove-margin {
  margin: unset !important;
}

.border-radius-33 {
  border-radius: 33px
}

.border-radius-6 {
  border-radius: 6px
}

.text-5 {
  font-size: 14px !important;
}

.text-9 {
  font-size: 14px !important;
}

.text-10 {
  font-size: 14px !important;
}

.text-11 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 14px !important; 
   /* commented by sagar pandey to make menu font small */
  /* font-size: 9px !important; */
}

.text-13 {
  font-size: 14px !important;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 14px;
}

.text-16 {
  font-size: 14px;
}

/*.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-25 {
  font-size: 25px;
}

.text-30 {
  font-size: 30px;
}

.text-40 {
  font-size: 40px;
}

.text-46 {
  font-size: 46px;
}

.text-56 {
  font-size: 56px
}*/

.theme-card {
  background-color: #ededed !important;
  box-shadow: none !important;
  border: 0px;
}

.colorGrey {
  color: #707070
}

.font-grey {
  color: #5d5d5d;
}

.greyish-brown {
  color: #3e3e3e
}

.font-weight-500 {
  font-weight: 500;
}

.color00a3fe {
  color: #00a3fe !important;
}

.colorgreen {
  color: green !important;
}

.colorbrown {
  color: brown !important;
}

.colorblue {
  color: blue !important;
}

.color-orange {
  color: rgb(244, 141, 0);
}

.height82vh {
  height: 82vh;
}

.cursor {
  cursor: pointer !important;
}

.small-content-div {
  margin-left: 10%;
  margin-right: 10%;
}

.center-page {
  padding-left: 15% !important;
  padding-right: 15% !important;
  background-color: #e6e6e6 !important;
}

.template-card-light {
  background-color: #EDEDED;
  height: calc(100% - 10px);
}

textarea {
  min-height: 24px !important;
  height:inherit !important;
}

.anchor {
  color: rgb(33, 150, 243) !important;
}

.colore6e6e6 {
  background-color: #e6e6e6 !important
}

.ck-editor__editable_inline {
  min-height: 50px;
}

.border-black {
  border: 1px black solid !important;
}

.searchcritirea {
  background-color: #e5e7e7;
  padding: 5px 10px;
  border-radius: 25px;
}

.searchcritireas {
  background-color: #e5e7e7;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .mat-dialog-container {
    display: block;
    /*padding: 24px;*/
    padding: 0px !important;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: auto;
    outline: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
  }

  .mat-dialog-content {
    display: block;
    margin: 0 -24px;
    padding: 0px !important;
    /*padding: 0 24px;*/
    max-height: 65vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*@media (min-width: 320px) and (max-width: 480px) {
  .mat-cell {
    font-size: 11px !important;
  }

  .mat-header-cell {
    font-size: 12px !important;
  }

  .bluecolor-big {
    font-size: 11px !important;
  }

  .SquareChip {
    font-size: 8px !important;
  }

  .OnOverDueSquareChip {
    font-size: 8px !important;
  }
}*/

/*@media (min-width: 768px) and (max-width: 1024px) {
  .mat-cell {
    font-size: 11px !important;
  }

  .mat-header-cell {
    font-size: 12px !important;
  }

  .bluecolor-big {
    font-size: 12px !important;
  }
}*/

/*@media (min-width: 1024px) and (max-width:1624px) {
  .mat-cell {
    font-size: 11px !important;
  }

  .mat-header-cell {
    font-size: 12px !important;
  }

  .bluecolor-big {
    font-size: 12px !important;
  }
}*/

.mat-header-row {
  /*background-color: #d3d3d3 !important;*/
  background-color: #ede8e8 !important;
}

.mat-paginator-icon {
  width: 20px !important;
}

.cursor {
  cursor: pointer;
}

.disableHyperLink {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.4;
  text-decoration: none;
}

.color-green {
  color: green;
}

.color-red {
  color: red;
}

.bold {
  font-weight: bold;
}

.btn-sm {
  padding: 5px 10px !important;
  /*font-size: 11px !important;*/
  font-size: 14px !important;
}

mat-cell:first-of-type, mat-header-cell:first-of-type, mat-footer-cell:first-of-type {
  padding-left: 0px !important;
  display: flex !important;
  /* justify-content: center; */
}

.div-grey-80 {
  width: 80% !important;
  margin-left: 10%;
  background-color: #f1f3f3;
  min-height: 650px !important;
}

.headder {
  background-color: #dddddd !important;
  font-weight: bold;
  /*font-size: 13px;*/
  padding: 3px 0px;
}

.odd-row {
  background-color: #ddd;
}

.btn-resetBtn {
  background-color: #ff6666 !important;
  color: white !important;
}

/*button.btn.btn-resetBtn {
  box-shadow: 5px 4px 12px #3e3636;
  border: none;
  border-radius: 3px;
  position: relative;
  padding: 10px 25px;
  margin: 10px 0px !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}*/

.mat-dialog-container {
  background: #fff;
  color: rgba(0,0,0,.87);
  padding-top: 5px !important;
  padding-right: 24px !important;
  padding-bottom: 5px !important;
  padding-left: 24px !important;
}

.QrBackgroundColor {
  background-color: #f3e5ca;
  border-style: hidden;
}

.horizantalLineQR {
  border: 0px solid #d90019;
  margin-top: 4px !important;
}

.horizantalLineQRCode {
  border-top: 0px solid #d90019;
  margin-top: -3px;
  border: 1px solid #d90019;
  margin-top: 0rem !important;
}

.disabled-buttons {
  color: gray;
  /* Change the color to gray to indicate it's disabled */
  opacity: 0.5;
  /* Reduce the opacity */
  pointer-events: none;
  /* Disable any interaction like clicks */
  cursor: not-allowed;
  /* Change the cursor to indicate the icon is not interactive */
}

.ClQrBorderColor {
  border: 2px solid black !important;
}

.ClTopLine {
  border-top: 2px solid black !important;
}

.logoStyle {
  width: 60px;
  margin-top:10px;
}

.comLogoStyle {
  text-align: center;
  vertical-align: middle;
}

.slogLogoStyle {
  /* width:300px !important;*/
}

.QRbackground {
  background-color: black;
}

.astviewQrLogo {
  width: 80px !important;
  margin-top: 10px !important;
}

.divscancodestyle {
  text-align: center;
  vertical-align: middle;
}

.scancodelogo {
  height: 2em;
  width: 150px !important;
}

.newcard {
  margin-top: 5% !important;
  /*font-size: 22px !important;*/
  font-size: 14px !important;
  text-align: center !important;
}

.clstrastn {
  margin-top: 12px !important;
  font-size: 14px !important;
}

.clslocprc {
  margin-top: 15px !important;
  font-size: 14px !important;
}

.btntransfer {
  width: 150px !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
  padding-left: 6px !important;
}

.btncomplnt {
  width: 150px !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
  padding-left: 13px !important;
}

.btnasgn {
  width: 150px !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
  padding-left: 22px !important;
}

.clsastdetails {
  margin-top: 5px !important;
}

.maindivQr {
  padding-left: 2% !important;
  padding-right: 2% !important;
  height: 310px;
}

.imgacslogo {
  width: 120px !important;
  margin-top: 60px !important;
}

.backarrow {
  padding-left: 19px !important;
  font-size: 14px !important;
  float: left;
  margin-top: 18px;
}

.entercompl {
  font-size: 14px !important;
  margin-top: 15px !important;
}

.complaintLogo {
  height: 2em !important;
  width: 150px !important;
  float: left;
}

.welcomeuser {
  float: left !important;
  font-size: 14px !important;
  color: black !important;
  margin-top: 16px;
  margin-left: 10px;
}

.hdsubject {
  font-weight: bold !important;
}

.hdtkn {
  font-weight: bold !important;
}

.nocompfound {
  text-align: left !important;
}

.imgacslogocomp {
  width: 120px !important;
  margin-top: 400px !important;
}

.imgacscompfrm {
  width: 120px !important;
  margin-top: 320px !important;
}

.imgacslogonocomp {
  width: 120px !important;
  margin-top: 400px !important;
}

.clsLoginForm {
  height: 220px !important;
}

.clsForgotForm {
  height: 280px !important;
}

.signlogolft {
}

.signlogorht {
}

.statusSide {
  border-bottom-left-radius: 10px;
  padding: 3.5px 27px 4px;
}

.btnnewcomp {
  font-size: 14px !important;
  float: right;
  margin: -10px 4px !important;
}

/*.divcompstyle {
  height: 120px;
}*/

.clscomplist {
  margin-top: 14px;
}

.tktImg {
  color: #D90019;
}

.navright {
  margin-left: 453px !important;
}
/*.TicketIconShow {
  margin-left: 453px !important;
}
.TicketIconHide {
  margin-left: 300px !important;
}
.sidebarshow {
  margin-left: 400px !important;
}
.sidebarshowtkt {
  margin-left: 423px !important;
}
*/
.mat-mdc-form-field{
    background:none !important;
}
  .mat-mdc-form-field:hover {
    background: none !important;
  }
::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: none !important;
}
::ng-deep .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: none !important;
}
.mat-mdc-form-field-appearance-fill mat-primary {
  background-color: none !important;
}
.mat-mdc-menu-panel {
  max-width:655px !important;  
}

.input[_ngcontent-ng-c3996471530] {
  border: none!important;
  border-bottom:2px solid #979292 !important;
}
::ng-deep .mdc-checkbox__checkmark {
  background-color: rgb(217,0,25) !important;
}

button.close {
  padding-right: 18px !important;
  padding-top: 10px !important;
}

.mat-badge-accent {
  --mat-badge-background-color: #f44336 !important;
  --mat-badge-text-color: white;
}
/*.notification {
  position: absolute;
  top: 10%;
  border: 1px solid #FFF;*/
  /* right: -1%; */
  /*margin-left: -5px;*/
  /*font-size: 10px;*/
  /*font-size: 16px;
  background: #f44336;
  color: #FFFFFF;
  min-width: 5px;
  padding: 0px 4px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  display: inline;
}*/
.mtNeg {
  /*margin-top:-122px;*/
  margin-top: -160px;
}
.stNeg {
  margin-top: -60px;
  /*margin-top: -108px;*/
}
/*.mat-mdc-form-field{
  height:60px !important;
  line-height:0px !important;
}
.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{
    margin-top:-10px !important;
}*/

/*.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
  background-color: green !important;
}
*/
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: rgb(217,0,25) !important;
  background-color: rgb(217,0,25) !important;
}
/* .checkbox label, .radio label, label{
    margin-top:6px !important;
} */
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgb(217,0,25) !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: rgb(217,0,25) !important;
}
.mat-mdc-icon-button svg, .mat-mdc-icon-button img{
    width:18px !important;
}
.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: rgb(217,0,25) !important;
}
.mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: rgb(217,0,25) !important;
}
/*.mat-mdc-form-field{
    appearance:outline;
}*/
/*.mat-form-field[appearance="outline"] {
    border: 1px solid blue;*/ /* Example for outline appearance */
/*}*/

/*mat-form-field[appearance="outline"] {
  border: 2px solid red;
}
*/
.mat-mdc-text-field-wrapper .mdc-text-field--outlined .mat-mdc-form-field-infix {
  /*padding-top: 0px;
  padding-bottom: 0px;*/
  /*margin-top: 8%;*/ /*you can tweak around with this, */
  /*margin-bottom: -10%;*/ /*and this*/
 /* height:40px !important;*/
}
textarea{
  resize:none !important;
}

.mdc-switch:enabled .mdc-switch__track::before {
  background-color: rgba(217, 0, 25, 0.7) !important;
}

.mdc-switch:enabled .mdc-switch__track::after {
  background-color: green !important;
}


.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::before {
  background-color: #bdbdbd !important;
}

.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background-color: rgb(7, 128, 100) !important;
}

/*.mat-mdc-row{
  font-size: 16px !important;
}*/

/*mat-cell:first-of-type
{
 padding-left: 0px !important;
}*/

/*.mdc-data-table__cell, .mdc-data-table__header-cell {
   padding: 0 0px 0 0px !important;
}*/

.mdc-data-table__table {
   white-space: normal !important;
}

mat-cell:last-of-type, mat-header-cell:last-of-type, mat-footer-cell:last-of-type {
  padding-right: 0px !important;
}

/*input[type=text] .mdc-floating-label--float-above {
  top: 55% !important;
}*/
.mdc-form-field {
  font-size: 14px !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
}
.material-icons{
  font-size:24px !important;
}

.navbar .navbar-nav > li > a:not(.btn) .material-icons{
    margin-top:0px !important;
}
.mdc-label {
  margin-bottom: -1px;
}
.boldFont{
    font-weight:bold;
}
.mat-mdc-row, .mdc-data-table__content {
  font-size: 14px !important;
  color: #191717 !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
}
.close-sidebar {
  margin-left: -20px;
}
.open-sidebar {
  margin-left: -20px;
}

.open-side-content {  
  padding: 30px 0px !important;
}
.close-side-content {
  padding: 30px 0px !important;
}

.notification {
  position: absolute;
  top: -10%;   /* changes by shubham bhardwaj  instead of top 10 */
  border: 1px solid #FFF;
  /* right: -1%; */
  margin-left: -5px;
  font-size: 14px;
  background: #f44336;
  color: #FFFFFF;
  min-width: 5px;
  padding: 1px 6px; /* chnages by shubham bhardwaj  instead of  padding: 1px 6px; */
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
  display: inline;
}
.mdc-floating-label mat-mdc-floating-label {
  font-size: 14px !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
}

::ng-deep .mat-mdc-form-field:not(.mat-mdc-form-field-type-mat-select)
.mdc-text-field--outlined .mdc-floating-label {
  font-size: 14px; /* 0.875rem */
}

/* For mat-select only */
::ng-deep .mat-mdc-form-field.mat-mdc-form-field-type-mat-select
.mdc-text-field--outlined .mdc-floating-label {
  font-size: 16px; /* 1rem */
}
.mdc-text-field--outlined .mdc-floating-label {
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
  color: #191717 !important;
}

.mat-mdc-select {
  font-size: 14px !important;
  padding: 0 2px 18px 2px !important;
  height: 24px;
  color: #191717 !important;
}

.font-14 .FontSize11 .FontSize13 .top-right .mat-tab-label {
  font-size: 14px;
}

.mat-mdc-form-field-subscript-wrapper, .mat-mdc-form-field-bottom-align::before{
    font-size:10.5px !important;
    margin-left:-8px;
}

.close-assetCount {
  margin-left: 45px;
}
.open-assetCount {
  margin-left: 75px;
}
.px-3{
    font-size:18px !important;
}
.hint{
    font-size:11px;
    padding-left:10px;
}
.mat-mdc-option .mdc-list-item__primary-text {
  font-size: 16px !important;
  color: #191717 !important;
}

trix-toolbar [data-trix-action="attachFiles"],
trix-toolbar [data-trix-attribute="href"],
trix-toolbar [data-trix-attribute="heading1"],
trix-toolbar [data-trix-attribute="quote"],
trix-toolbar [data-trix-attribute="strike"],
trix-toolbar [data-trix-action="decreaseNestingLevel"],
trix-toolbar [data-trix-action="increaseNestingLevel"],
trix-toolbar [data-trix-attribute="code"] {
  display: none !important;
}
trix-toolbar .trix-button-group:not(:first-child){
    margin-left:0.5vw !important;
}
trix-toolbar .trix-button-group--file-tools {
  display: none !important;
}
trix-toolbar {
  display: flex !important;
  justify-content: start !important; /* Aligns everything to the left */
}

  /* Move the Undo & Redo button group to the leftmost side */
  trix-toolbar .trix-button-group--history {
    order: -1; /* Moves the undo/redo buttons to the start */
    margin-right: 10px; /* Adds spacing if needed */
  }
trix-editor{
    min-height:12em !important;
}
.download {
  cursor: pointer !important;
  color: #d712ac !important;
  font-size: 18px !important;
}


/* Global custom styles for mat-form-field with mat-select */
/*.mat-form-field.custom-form-field {
  min-height: 40px !important;
}

  .mat-form-field.custom-form-field.mat-form-field-appearance-outline .mat-form-field-wrapper {
    padding: 0.75em 0.75em !important;
  }

  .mat-form-field.custom-form-field.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 10px 0 6px 0 !important;
    min-height: 40px !important;
  }

  .mat-form-field.custom-form-field .mat-select {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
*/

/*.mat-mdc-select-arrow svg {
  transform: translate(-50%, -80%) !important;
}*/

/* Apply to ALL mat-form-fields */

::ng-deep .mat-table {
  font-size: 0.875rem; /* 14px */
}

::ng-deep .mat-header-cell {
  font-size: 1rem; /* 16px */
  font-weight: 600;
}

::ng-deep .mat-cell {
  font-size: 0.875rem; /* 14px */
}
::ng-deep .mat-form-field {
  font-size: 0.875rem; /* 14px */
}

::ng-deep .mat-form-field-label {
  font-size: 0.875rem; /* 12px */
  color: #191717 !important;
  font-weight: 500;
}
::ng-deep .mat-input-element {
  font-size: 0.875rem; /* 14px */
}

/* Select dropdown display value */
::ng-deep .mat-select-value {
  font-size: 0.875rem; /* 14px */
  color: #191717 !important;
}

/* Dropdown options */
::ng-deep .mat-option {
  font-size: 0.875rem; /* 14px */
}
::ng-deep .mat-error {
  font-size: 0.75rem; /* 12px */
  color: #d32f2f;
}
::ng-deep .mat-button,
::ng-deep .mat-raised-button,
::ng-deep .mat-flat-button {
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
}


.mat-mdc-text-field-wrapper{
    height:40px !important;
}
.mdc-text-field--outlined .mat-mdc-form-field-infix, .mdc-text-field--no-label .mat-mdc-form-field-infix{
    padding-bottom:8px !important;
    padding-top:8px !important;
}

.mdc-floating-label--float-above{
top:60% !important;
}
.mdc-text-field .mdc-floating-label {
  top: 45% !important;
}
.mat-mdc-menu-content, .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: 14px !important;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 20px !important;
}
.mat-mdc-standard-chip .mdc-evolution-chip__text-label{
    font-size:14px !important;
}
.mat-mdc-header-row {
  font-size: 14px !important;
  color: #191717 !important;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif !important;
}
.mat-mdc-button {
  font-size: 14px !important;
}
.mat-mdc-dialog-container .mdc-dialog__content {
  font-size: 14px !important;
}

.mat-mdc-dialog-content .mdc-dialog__content {
  font-size: 14px !important;
}

/* Checkbox label */
::ng-deep .mat-checkbox-label {
  font-size: 0.875rem; /* 14px */
}

/* Radio button label */
::ng-deep .mat-radio-label-content {
  font-size: 0.875rem; /* 14px */
}

/* Generic labels */
label {
  font-weight: 500;
}

::ng-deep input::placeholder,
::ng-deep textarea::placeholder {
  font-size: 0.875rem; /* 14px */
  color: #9e9e9e; /* Light grey for subtlety */
  opacity: 1; /* Ensure color shows consistently across browsers */
}
.fa-circle {
  font-size: 15px !important;
}
