@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1B1212;
}

.header {
    background-color: #fcfcfc !important;
}

.brand-title {
    font-size: 24px;
    margin-right: 3px;
    font-weight: bold;
}

.nav-link {
    font-weight: 500;
    color: #262626 !important;
}

.nav-link:hover {
    text-decoration: underline;
}

.btn-register {
    border: 1px solid #1B1212;
    border-radius: 5px;
    font-weight: 500;
    color: #1B1212;
    text-decoration: none;
}

.btn-register:hover, .btn-register:focus, .btn-register:active {
    background-color: #a7f736;
    border: 1px solid #a7f736;
    color: #1B1212;
}

.dropdown-item {
    font-size: 14px;
}

.line {
    border-bottom: 1px solid #DCDCDC;
}

.info-link {
    text-decoration: none;
}

.info-link:hover, .info-link:focus {
    text-decoration: underline;
}

.breadcrumb-item a {
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #9bf51d;
}

.btn-counter {
    border: none;
    min-width: 160px;
    line-height: 30px;
    background-color: #2691d9;
    border-radius: 5px;
}

.btn-counter:hover, .btn-counter:focus, .btn-counter:active {
    background-color: #165476;
    text-decoration: none;
}

.btn-link, .btn-link:hover {
    color: #1B1212;
    text-decoration: none;
}

.input-search {
    max-width: 440px;
}

.input-search:hover, .input-search:focus, .input-search:active {
    box-shadow: none;
    border: 1px solid #165476;
}

.btn-search {
    width: 40px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #2691d9;
}

.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search:visited {
    background-color: #165476;
}

table {
    table-layout: fixed;
}

th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.td-name, .td-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-widget {
    width: 14%
}

.td-name {
    width: 21%
}

.action-counter {
    width: 10%;
}

.link-counter {
    color: #1B1212;
    text-decoration: none;
}

.link-counter:hover {
    color: #2691d9;
}

.not-founded-text {
    font-size: 16px;
    color: #6c757d;
}


