@CHARSET "UTF-8";

.fs-12{
  font-size: 12px;
}

.fs-14{
  font-size: 14px;
}


a{
  text-decoration:none;
}

.bg-light{
  background-color:#f5f7fb;
}

.bg-blue{
  background-color: #375a7f;
}

main > .container {
  padding: 60px 15px 0;
}

.text-small {
  font-size: 85%;
}

radio, file, checkbox, textarea, input:focus{ 
  box-shadow: none !important;  
}

.btn:active,
.btn:focus,
.btn.active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: none;
   box-shadow: none;  
 }

 .bg-green-tint{
  background-color: #daf6f4;
}

.bg-blue-tint{
  background-color: #cfecff;
}

.bg-red-tint{
  background-color: #fee1dd;
}

.bg-violet-tint{
  background-color: #eae2fe;
}

.bg-yellow-tint{
  background-color: #fdf1db;
}

.bg-primary-tint{
  background-color: #f0f3ff;
}

.bg-gray-tint{
  background-color: #e8e9ed;
}

.bg-primary-2{
  background-color: #d9e1ff;
}

.bg-white{
  background-color: white;
}

.bg-light{
  background-color: #f5f7fb;
  /* background-color: #f8f9fa; */
}

.text-default{
  color: #6c757d;
}

.text-blue{
  color: #0085e3;
}

.text-green{
  color: #00a89d;
}
.text-green-tint{
  color: #daf6f4;
}

.text-red{
  color: #f24024;
}

.text-secondary2{
  color: #ff623b;
}

.text-pink{
  color: pink;
}

.text-violet{
  color: #825dde;
}

.text-gray-20{
  color:#242733;
}

.text-gray-30{
  color: #2e344d;
}

.text-gray-65{
  color: #888da6;
}

.text-gray-73{
  color: #9ea3ba;
}

.text-white{
  color:white;
}