﻿html {
  height:100%;
  background-image: linear-gradient(to right, #f2f0f0, #b8b8b8);
}

body{
  background-color: transparent;
}

.custom-blue { color: #006fae; }
.custom-icon{ color: #006fae;
  font-size: 3rem;
  pad:5px;
}
.custom-white { color: #fff; }
.custom-red { color: #9a0d0d; }
.custom-blueBG { background-color: #006fae; }
.custom-grayBG { background-color: #9e9e9e; }

.btn-custom {
  background-color: #006fae;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-custom:hover {
  background-color: #005d96;
}
.custom-font{
  font-family: 'Jost', sans-serif;
}

.custom-h2{
  color: #006fae;
}
.custom-p{
  font-size: 1rem;
}
.custom-black-h2{
  font-size: 1.5rem;
}

.custom-circle {
  width: 40px;
  height: 40px;
  background-color: #006fae;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-dashed {
  border-collapse: separate;
  border-spacing: 0px;
}


.table-dashed tbody td {
  border-bottom: 1px dashed #ccc;
}
