html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.Loginborder2px {
    border: #000 solid 2px;
    border-radius: 10px;
    gap: 10px;
}

input:last-child {
    margin-bottom: 10px;
}

.pagination {
    border: #040404 solid 1px;
    border-radius: 10px;
    display: flex;
    column-gap: 5px;
    padding: 0.25rem;
    width: auto
}

.page-item a {
    color: #000;
}

.page-item {
    padding: 0.25rem;
    border: #dbdbdb solid;
    background: #dbdbdb;
    border-radius: 10px;
    margin: 0.25rem;
    font-size: 12px;
}

    .page-item.active {
        background: #000;
        color: #fff;
    }

.control-label {
    font-weight: 500;
    font-size: 14px;
}

legend {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px;
    font-size: 1rem;
    width: auto;
    position: relative;
    z-index: 1;
    margin-top: -3%;
    background: #fff;
}

fieldset {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    width: 100%
}

.bg-main, .bg-main:hover {
    background: #000;
    color: #fff
}

.ui-widget-content {
    background-color: #fff !important;
    padding: 0px !important;
    font-size: 12px !important;
    border: 1px solid #ccc !important;
    width: 250px;
    max-height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-color: #fff #5d5d5d #000;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #48494b #9f9f9f #fff;
    }
