html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-icon:after {
    background-image:none;
display:none;
}

.no-icon {
    text-decoration: none;
   
}

.page-main-title {
    font-weight:500 !important;
}

.tcs-boxstyle {
    border-radius: 8px;
    box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.05);
}

.text-orange {
    color: #d76314;
}

.tcs-dashicon {
    color: #6a6c6f !important;
    font-size: 2rem !important;
}

.tcs-dashsubject {
    color: #6a6c6f !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important; 
    text-transform: uppercase; 
}
.tcs-dashsubtitle {
    color: #6a6c6f !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
}

.dashcard p {
    font-size: 0.8rem;
    line-height: 1rem;
}