.ugu-btn-base {
    border-radius: 0px !important;
    font-weight: bold;
}

.ugu-checkmark-success {
    color: green;
}

.ugu-checkmark-empty,
.ugu-color-red {
    color: red;
}

.ugu-icon-delete {
    border-radius: 0px !important;
    font-weight: bold;
    color: red;
}

.ugu-icon-add {
    border-radius: 0px !important;
    font-weight: bold;
    color: #2da800;
}

.ugu-container-base {
    background-color: white;
}

.ugu-font-inherit {
    font: inherit;
}

.ugu-fs-xxs {
    font-size: .6em !important;
}

.ugu-fs-xs {
    font-size: .9em !important;
}

.ugu-fs-xxs {
    font-size: .8em !important;
}

.ugu-fs-smaller {
    font-size: smaller;
}

.ugu-fs-larger {
    font-size: larger;
}

.ugu-fs-deal {
    font-size: 12px;
}

.ugu-fs-12 {
    font-size: 12px !important;
}

.ugu-fs-14 {
    font-size: 14px !important;
}

.ugu-fs-16 {
    font-size: 16px !important;
}

.ugu-fs-24 {
    font-size: 24px !important;
}

.ugu-icons {
    font-family: 'Bootstrap-icons';
}

.hidePrint {
    display: inline-block;
}

.hide-dropdown-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    padding-right: 0.5rem;
}

.ugu-fs-scale {
    font-size: 1.35em !important;
}

.ugu-hr {
    color: grey;
}

.ugu-participant-warning {
    color: orange;
}

.ugu-table-border-top-double {
    border-top: double;
}

.ugu-table-timeline {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.ugu-num {
    min-width: 119px !important;
}

.ugu-modal-base-sm {
    min-width: 100px;
}

.ugu-modal-base,
.ugu-view-base {
    min-width: 125px;
}

.ugu-time {
    min-width: 90px;
}

.ugu-tz {
    width: 40px;
}

.ugu-modal-base-lg {
    min-width: 150px;
}

.ugu-modal-base-xl {
    min-width: 211px;
}

.ugu-modal-datetime {
    min-width: 140px;
}

.ugu-modal-clock {
    min-width: 175px;
}

.ugu-modal-textarea {
    min-width: 250px;
}

.table-compact {
    font-size: 0.9rem;
    /* Adjust as needed */
}

.ugu-pointer {
    cursor: pointer;
}

a.disabled {
    opacity: 0.5;
}

.ugu-green-checkbox:checked {
    background-color: green;
    border-color: green;
}

.ugu-new-line {
    white-space: pre-line;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.float-add-new {
    position: fixed;
    top: 108px;
    right: 35px;
    /* data card for event is 1000 */
    z-index: 1001;
}

#search-text {
    input:focus {
        border: 1px solid !important;
        border-left: none !important;
    }
}

#search-text::-webkit-search-cancel-button,
#search-text::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari, Chrome, etc. */
}

#search-text {
    -moz-appearance: none;
    /* Firefox */
}

.underline-link {
    color: #007bff;
    text-decoration: none;
}

.underline-link:hover {
    text-decoration: underline !important;
    /* Underline on hover */
}

.underline-link i {
    margin-left: 5px;
    /* Adjust spacing between link text and icon */
    color: inherit;
    /* Inherit link color for the icon */
}

.underline-link:hover i {
    opacity: 0.8;
    /* Slightly reduce icon opacity on hover */
}

.boldHover tbody tr:hover {
    color: #0013FF;
    /* cursor: pointer; */
}

.form-range::-webkit-slider-thumb {
    /* Chrome, Safari, Opera, and Edge */
    background-color: #0013FF;
    box-shadow: none !important;
}

.form-range::-moz-range-thumb {
    /* Firefox */
    background-color: #0013FF;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #0013FF;
    border-color: #0013FF;
}

input[type="checkbox"] {
    box-shadow: none !important;
}

.ugu-mb1 {
    margin-bottom: -1px !important;
}

@media (min-width: 576px) {
    .topNavFont {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .topNavFont {
        font-size: 12px !important;
    }
}

.zztop {
    z-index: 3000 !important;
}