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;
    font-family: "Inter", sans-serif;
    background-color: #f2f2f2;
}

.nav-link:hover {
    color: rgb(33, 37, 41) !important;
}

.jumbotron {
    /*background-image: url(https://www.dlnowsoft.com/images/pattern-1.png);*/
    border-bottom: 1px solid #dee2e6 !important;
    background-color: #f4f6fb
}

.svg-inline--fa {
    height: 1rem;
}

.card--peach {
    background: linear-gradient(45deg, #ff825b 0%, #f57186 100%);
    border-radius: 5px;
}

.accordion {
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
}

.accordion-item {
    border-width: 0 !important;
}

.table tr {
    border-bottom: solid 1px rgba(186, 203, 214, 0.4);
}

/*.table tbody tr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}*/

.table tbody tr {
    vertical-align: middle;
}

.underline-header {
    width: fit-content;
    border-bottom: 3px solid #6C63FF;
}
/*eaedfa54*/
.function-image {
    /*background-color: #EAEDFA;*/
    background-color: #eaedfa54;
    border: 1px solid #EAEDFA;
    border-radius: 8px;
}

.function-box {
    background-color: white;
    border-radius: 16px;
    gap: 16px;
    border-width: 0px;
}