body {
  font-size: 14px;
  background: #efefef;
}

a {
  &:hover {
    text-decoration: unset;
  }
}

textarea.danger, input.danger {
  border-color: #dc3545!important;
}

label.error {
  color: #dc3545!important;
}

input.form-control {
  font-size: 14px;
}
.input-group-prepend {
  .input-group-text {
    font-size: 14px;
  }
}

.flex-1 {
  flex: 1;
}

.font-12 { font-size: 12px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.padding10-5 { padding: 10px 5px;}
.width100 { width: 100%;}
.mb10 { margin-bottom: 10px ;}
.mt10 { margin-top: 10px ;}
.mr10{ margin-right: 10px; }
.textarea-width-100{width:100%; resize: none; border: 1px solid #ccc;}
.padding10{padding: 10px;}
.padding5-10{padding: 5px 10px;}
.position-r{position:relative;}
.color-grey-c{color:#ccc}
.inline-block{display:inline-block;}
.hide{display: none;}
.show{display: block;}