body {
    font-family: arial;
    overflow-x: hidden;
}

h3 {
    font-size: 1.5rem;
}

.footer a {
	color:#ffffff;
    text-decoration:none;
}

.footer a:hover{
	color:#ffffff;
    text-decoration:underline;
}

i {
	color:#428BCA;
    margin: 0px 10px;
}

.home-ul {
	list-style-position: outside;
    margin-left:0px !important;
}

.list {
    font-size:7px;
    color:#212529;
    vertical-align:super;
}

.home-li {
    margin-bottom:10px !important;
}

.home-list {
    line-height: 24px;
}

textarea { 
    resize: none; 
}

.btn:hover {
    color:#f6fa06 !important;
}

.card {
    font-size:20px;
    border:0px;
    border-radius: 11px;
}

.card-header {
    background-color:#428BCA; 
    color:#ffffff;
    border-radius: 10px 10px 0px 0px !important;;
}

.card-header i {
    color:#ffffff;
}

.navbar-nav a {
    color:#000000 !important;
    margin:10px; 
    white-space: nowrap;
}

.btn {
    background-color:#428BCA !important;
    color:#ffffff !important;
    border: 0px !important;
    margin-bottom: 5px;
}

.nav-active {
    border:1px solid #000000;
    border-radius: 3px;
}

.home-info {
    font-size:30px;
    margin-top:30px;
}

.steps {
    background-color:#f0f7ff;
    padding:30px !important;
}
.home-step {
    font-size:20px;
    text-align: center;
    
}

.card-step-main {
    border: 2px solid #cee8ff;
}

.card-step-header {
    background-color:#cee8ff !important; 
    color: #000000 !important;
    border-bottom:0px;
    border-radius: 8px 8px 0px 0px !important;
}

.card-step-header i {
    color: #000000 !important;
}

.card-step {
    background-color:#ffffff !important; 
    text-align: left;
    border-radius:11px;
}

.card-step-intro {
    font-size:20px;
    font-weight: bold;;
}

.footer {
    background-color:#428BCA ;  
    text-align: center;  
    color:#ffffff;
}

.footer .column {
    text-align:left;
    margin:10px 0px 0px 30px;;
}

.footer p {
    margin:0px;
}

.form-close {
    margin-bottom:0px !important; 
}

.form-check-input {
    margin-top: 0.7rem !important; 
}

.nav-link {
    color:#428BCA;
}

input[type="checkbox"] {
    margin-left:0px;
}

hr {
    width:100%;
    margin:14px;
}

.error {
    background-color: #ff5e5e;
    border: 5px solid #ff5e5e;
    border-radius: 8px;
    width: fit-content;
    padding: 10px;
    margin: 20px auto;
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.error i {
    color:#ffffff !important;
}

::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #428BCA; 
    border-radius: 3px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #329FD7; 
  }
  