html {
    font-size: 0.9rem;
}

@media (min-width: 768px) {
  html {
    font-size: 0.9rem;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.datatable_horizontal th{
    min-width:9rem;
}

.swal-icon img {
    font-size: 48px;
    width: 84px;
    height: 84px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* For Chrome, Safari, and Opera */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#C41F3E, #7A0A37);
    border-radius: 5px; /* Adding curved edges */
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(#C41F3E, #7A0A37);
    }

/* For Firefox */
scrollbar {
    width: 8px;
}

scrollbar-track {
    background-color: #f1f1f1;
}

scrollbar-thumb {
    background: linear-gradient(#C41F3E, #7A0A37);
    border-radius: 4px; /* Adding curved edges */
}

scrollbar-thumb:hover {
    background: linear-gradient(#C41F3E, #7A0A37);
}

.list-group.list-group-tree {
    padding: 0;
}

.list-group.list-group-tree,.list-group-item {
    cursor: pointer;
}

.list-group.list-group-tree .list-group {
    margin-bottom: 0;
}

.list-group.list-group-tree > section > .list-group > .list-group-item {
    padding-left: 30px;
}

.list-group.list-group-tree > section > .list-group > .list-group > .list-group-item {
    padding-left: 45px;
}

.list-group.list-group-tree > section > .list-group > .list-group > .list-group-item > .list-group-item {
    padding-left: 60px;
}

.list-group.list-group-tree > section > .list-group > .list-group > .list-group-item > .list-group-item > .list-group-item {
    padding-left: 75px;
}

.list-group.list-group-tree > section > .list-group > .list-group > .list-group-item > .list-group-item > .list-group-item > .list-group-item {
    padding-left: 90px;
}


.list-group-item .fa {
    margin-right: 5px;
}

.fa-chevron:before {
    content: "\f054"; /*right*/
}

.in > .fa-chevron:before {
    content: "\f078"; /*down*/
}

