/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');*/
@font-face {
  font-family: Open Sans;
  src: url("/wp-content/themes/canticketv2/fonts/open-sans/OpenSans-Regular.ttf");
}

body, span:not(.fas), p {
    /*font-family: 'Roboto' !important;*/
    font-family: 'Open Sans' !important;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans' !important;
}

footer, footer a {
    font-weight: 400 !important;
}

nav span {
    font-weight: 400
}

.badge.rounded-pill {
    font-size: 14px;
}

.user-name {
    font-weight: 500 !important
}

.notification {
    color: white;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}
.notification .badge {
    position: absolute;
    top: 12px;
    right: 3px;
    padding: 2px 6px;
    border-radius: 50%;
    background: #710404;
    color: white;
}

.table td, .table th {
    padding: 0.45rem 0.75rem;
}

.align-middle {
    line-height: 1;
    padding-top: 10px !important;
}

.round {
    line-height: 45px;
    width: 45px;
    height: 45px;
}

.timeline>li {
    position: relative;
    min-height: 45px;
    padding: 5px 0;
}

.task-details-convo {
    font-weight: 400 !important
}

.task-details-convo .card-title {
    font-size: 20px;
    padding-bottom: 8px;
}

.task-details-convo .card-body, .task-details-convo .col-md-auto  {
    padding: 5px;
}
.task-details-convo .card {
    margin-bottom: 15px;
}
.task-details-convo .card-text{
    font-size: 14px;
}
.task-details-convo {}