div:not(.not-bold)>label:first-child {
    font-weight: bold;
    font-size: large;
}

div.not-bold>label:first-child .form-check-inline {
    margin-right: .25rem;
}

#app tbody img {
    width: 300px;
}

iconify-icon {
    transform: scale(2);
}

.bg-primary {--bs-bg-opacity: 1;
    background-color: rgb(0 167 206) !important;
}

.tg-btn {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 12px 27px;
    background: #00a7ce;
    display: inline-block;
	border:none;
	margin-bottom:1.5rem;
}
a {
    color: #00a7ce;
    text-decoration: none;
}
.form-check-input:checked {
    background-color: #00a7ce;
    border-color: #00a7ce;
}

