.page-link {
    border-radius: 50% !important;
    /* padding: 5px !important; */
    margin-right: 50px;
    margin-left: 50px;
    color: gray;
    font-size: 20px;
    background-color: #ffffff !important;
}

.btn-success {
    background: #1d3677 !important;
    border: 0px !important;
    color: white !important
}

.active {
    background: #1d3677 !important;
    border: solid 2px #1d3677 !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 900 !important;
}

body {
    background-color: rgb(247, 247, 247) !important;
}

.required label:after {
    content: "*";
    color: red;
}
a, input, button, textarea, .card{
    border-radius: 1px !important;
    box-shadow: 0 0 0 0.01rem #1d36772a !important;
}

input:focus {
    border: 1px solid #1d3677 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
textarea:focus {
    border: 1px solid #1d3677 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
.right{
    float: right !important;
}
label{
    margin-left: 10px;
}
.bg-dark{
    background-color: #1d3677 !important;
}
.carousel-item img, .carousel-item{
    border-radius: 10px;
    border: none !important;
}
.text-bg-dark{
    /* background-color: #102457 !important; */
    background-color: #ffffff !important;
}
.sidebar .nav-link{
    color: black !important;
}
.sidebar .active{
    color: rgb(255, 255, 255) !important;
}
.sidebar {
    height: 100%;
    background-color: #343a40;
    color: white;
    position: fixed;
    width: 300px;
    overflow: auto;
}
.content {
    margin-left: 300px;
    padding: 20px;
}

.p-20{
  padding: 20px !important;
}