/* svg icon  */
.svg-circleplus {height: 40px;stroke: rgb(66, 105, 50);}

.help-block {color: red;font-size: small;}

.form-group {margin-top: 2px;margin-bottom: 2px;}
.control-label{color:#063519;}
.form-control { border: 1px solid #97969582 !important; }
.form-control:focus {border: 1px solid #4caf50 !important;}

/* COMMON STYLES: YOU DON'T NEED THEM */

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

body {
    background-color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    color: #1f1f1f;
  }
  body .container {
    width: 580pxpx;
    margin: 70px auto 0px;
    text-align: center;
  }

 /* loader */
  .parrentlo, .childloder {width: 100%;height: 100%;overflow: hidden;} 
  .childloder { background: #fefeff1a;display: flex;align-items: center;justify-content: center;}
 /* loader  end*/

 .page-utilities{
  float: right;
  position: absolute;
  right: 40px;
 }
 h1{
  font-size: 23px !important;
  text-transform: uppercase !important;
  color: #59bf90 !important;
 }


.swal2-popup{ width: 334px !important;  height: 215px !important; }
.swal2-title {
    font-size: 16px !important;
}



.hasDatepicker {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  height: 2.5rem;
  border-color: #e7e9ed;
  color: #5d6778;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #97969582 !important;
}

select.form-control{
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  -ms-appearance: menulist!important;
  -o-appearance: menulist!important;
  appearance: menulist!important;
}

.app-card-settings .form-control {
  font-size: 15px !important;
}