.dash {
    padding: 0rem 6rem;
}
div.settings-navigation{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: 1px solid #00000069;
    background-color: #ffffff;
    padding: 0 2.5%;

}

div.settings-navigation div.list-group>a{
    margin-bottom: 0;
    color: #2f2e2e;
    height: auto;
    padding: 1.75rem 1.25rem;
    font-family: 'NotoSans-Bold', sans-serif !important;
}
div.settings-navigation div.list-group>a span{
    padding-left: 5px;
    font-size: 18px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;

}

div.settings-navigation div.list-group>a .glyphicon,
div.settings-navigation div.list-group>a .fa {
    color: #5A55A3;
}
div.settings-navigation div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.settings-navigation div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.settings-navigation div.list-group>a.active,
div.settings-navigation div.list-group>a.active .fa{
    background-color: inherit;
    color: #4ab2c8;
    border-right: none;
    border-bottom: 1px solid #eaecee;
    border-top: none;
    border-left: none;
}
div.settings-navigation .list-group-item {
    border:none;
    border-bottom: 1px solid #eaecee;
}
.dash-icon img{
    width: 20px;
    margin-right: 10%;
}
.title::before{
        display: inline-block;
        content: "";
        border-top: 10px solid #338cc8;
        width: 2rem;
        transform: rotate(90deg);
        margin-bottom: 0.3rem;
        margin-left: -10px;
}
.title {
    font-size: 1.6rem !important;
    color: black;
    text-align: left;
    margin-bottom: 6%;
}
.table-bordered thead th {
    font-family: 'NotoSans-Bold', sans-serif !important;
    font-size: 13px;
}
.table-bordered td {
    font-family: 'NotoSans-Regular', sans-serif !important;
    font-size: 13px;
}
thead {
        background-color: #338CC8;
}
.no-title::before {
    display: inline-block;
    content: none;
    border-top: 10px solid #338cc8;
    width: 2rem;
    transform: rotate(90deg);
    margin-bottom: 0.3rem;
    margin-left: -10px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input {
    opacity: 1 !important;
    border: none;
}
.custom-file-input::before {
  content: 'Choose file ';
  display: inline-block;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
  background-color: #FF2525;
  color: white;
  margin-left: -3%;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.form-border {
    border: 1px solid #00000069;
    padding: 1% 4%;
    margin-bottom: 2%;
}
.form-border .form-group {
    margin-bottom: 0rem !important;
}