section.content {
    padding-bottom: 20px !important;
}

.login-img {
    margin: 20px 0px 20px 0px;text-align: center;
}
.card-title {
    font-weight: 600;
}
.bg-gradient-quotes {
    background: #dddddd;
}
.badge-warning {
    font-size: 1.0em;
}
.heading h2 {
    font-weight: bold;
    text-align: center;
}
h3.subtitle {
    font-weight: 600;
    font-size: 1.2em;
}
.section ul li{
    list-style-type:circle;
}
.section {
    padding-bottom: 20px;
}
.hiddenColumn {
    display: none;
}
.tab-content {
    padding: 1%;
    background-color: #ffffff;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #ffffff!important;
}

.dataTables_wrapper .dataTables_filter{
    float:left!important;
    padding-left:10px;
}

.confirmed-entry {
    background-color: #d4edda !important; /* Light green for competition number assigned */
}

.drawnrow {
    background-color: #fafad2!important;
}

.defaultrow {
    background-color: #ffffff!important;
}

button.btn-blue {
    background-color: #00bfff !important;
    border-color: #00bfff !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background-color: #138b56!important;
    border-color: #138b56!important;
    box-shadow: none;
}
.small-box .badge {
    float: right;
    background-color: #ffffff;
    color: #1e1919;
    font-size: 1.0rem; /* Adjust font size */
    font-weight: bold; /* Make text bold */
    padding: 5px 8px; /* Adjust padding for better fit */
    border-radius: 50%; /* Circular badge */
    vertical-align: middle; /* Align with text */
    margin-left: 10px; /* Add spacing from text */
}
.brand-link .brand-image {
    float: none !important;
    width: 90%;
    max-height:100%!important;
}

.nav-sidebar > .nav-item .nav-icon {
    color: #73c588;
}
.dt-buttons {
    padding-top: 10px;
    padding-bottom: 18px;
    float: right;
}
button.dt-button {
    background-color: #ffc107;
    padding: .25rem .5rem;
    font-size: .975rem;
    line-height: 1.5;
    border-radius: .2rem;
    border: 0px;
}
    button.dt-button.buttons-copy {
        background-color: #007bff; /* Blue for Copy */
        color: white;
    }

    button.dt-button.buttons-excel {
        background-color: #28a745; /* Green for Excel */
        color: white;
    }

    button.dt-button.buttons-csv {
        background-color: #6c757d; /* Gray for CSV */
        color: white;
    }

    button.dt-button.buttons-pdf {
        background-color: #dc3545; /* Red for PDF */
        color: white;
    }

    button.dt-button.buttons-print {
        background-color: #1b1816; /* Yellow for Print */
        color: white;
    }
.card-img-top {
    max-height: 200px; /* Example: Set maximum height for images */
    object-fit: cover; /* Example: Ensure images cover the entire container */
    border-radius: 0.25rem; /* Example: Rounded corners for images */
}
.custom-dl dt,
.custom-dl dd {
 /*   border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ffffff;*/
}
.table {
    background-color: #ffffff !important;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.padding {
    padding-left: 5%!important;
    padding-right: 5%!important;
}

td.text-right{
    text-align:right;
}

/* Thumbnail item style */
.thumbnail-item {
    padding: 5px;
}

/* Thumbnail image style */
.img-thumbnail {
    width: 100%;
    height: auto;
}

/* Adjust the carousel control position */
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

/* Adjust the carousel control icon size */
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}
.hidden{display:none;}
.checkbox-label{
    min-width:230px;
}

/* Style for the tag icon */
.fa-tag {
    margin-right: 5px; /* Add some spacing between the icon and the tag text */
}

/* Style for the tag text */
.tag-link {
    color: #007bff; /* Change the color of the tag text */
    text-decoration: none; /* Remove underline from the tag text */
}

    /* Style for the tag text when hovered */
    .tag-link:hover {
        text-decoration: underline; /* Underline the tag text when hovered */
    }
    ul li{list-style-type:none;}
.tag-list li {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed */
}
textarea.form-control {
    height: auto;
    font-size: 1.2em;
}
/*.toggle-pnl {
    display: none;
}*/



/*.content-wrapper {
   margin-left:0!important;
}*/

