.s-tile-box {
    height: 200px;
    margin-bottom: 2.5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.s-box {
    border: 1px solid #ced4da;
    background-color: #fff;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 1.5rem;
}

.s-boxTitle {
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
}
.s-boxTitle a {
    color: #333;
    font-weight: bold;
}

.s-cursor-pointer{
    cursor: pointer;
}

.s-overflow-y {
    max-height: 450px;
    overflow-y: auto;
}

input:read-only {
    outline: none;
}

.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.s-btn-primary:disabled, .s-btn-primary.disabled,
.s-btn-default:disabled, .s-btn-default.disabled,
.s-btn-secondary:disabled, .s-btn-secondary.disabled,
.s-btn-link:disabled, .s-btn-link.disabled{
    color: inherit !important;
    cursor: not-allowed !important;
}

.s-btn-default:disabled:hover, .s-btn-tertiary:disabled:hover{
    color: inherit !important;
    background-color: var(--primary);
}

.s-dropdown-item.disabled, .s-dropdown-item:disabled{
    color: inherit;
    cursor: not-allowed !important;
    pointer-events: visible !important;
}
.s-menu-tab {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0px;
}
.s-menu-tab li {
  margin-bottom: -1px;
}
.s-menu-tab li.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.s-menu-tab a {
  color: #c2c6cc;
  display: block;
  padding: 0.5rem 1rem;
  line-height: 1.8;
  text-transform: capitalize;
}
.s-menu-tab a.active, .s-menu-tab a:hover {
  font-weight: bold;
  color: #217ca1;
  border-bottom: 2px solid #217ca1;
}
