// If you want to override variables do it here
@import "variables";

// Import styles
@import "~@coreui/coreui/scss/coreui";

// If you want to add something do it here
@import "custom";

//toastr
@import '~ngx-toastr/toastr';
.form-control {
    border-color: #a5b1bf;
    height: 1.75rem;
    padding-top: 0.2rem;
   // padding-left: 0%;
}
@import '@angular/material/prebuilt-themes/indigo-pink.css';

.error-control {
    border-color: red !important;
}

.error-msg {
    color: red !important;
    padding-bottom: 1rem;
}

.noBorder-btn {
    border: none;
}

.btn{
    height: 1.75rem;
    padding-top: 0.2rem;
    // padding-left: 0%;
    border-color: #a5b1bf;
} 

.mandatory:after {
    content:" *";
    color: red;
  }

table {
    border-color: #a5b1bf;

}
.textarea-margin{
    margin-bottom: 10px;
}
.mandatory:after {
    content:" *";
    color: red;
  }
  .backgroundChange {
      background-color: white;
  }
  .stylewidth {
    width: 100%;
}
.btnspace{
    padding-left:1rem;
    margin-right:3px;
} 
.cardfont{
    font-size: large;
}
.col-leftAlignment{
    padding-left: 10px !important;
}
.noleftPadding {
    padding-left: 0px;
}
  