      .page-header01 {
      padding: 10px 0px;
    /* margin-top: 10px; */
    /* padding-bottom: 0px; */
    border-top: 4px solid #b2d3f5;
    margin-bottom: 18px;
    border-bottom: 4px solid #b2d3f5;
    background: #dbf0ff;
    color: #327bc7;
    text-indent: 12px;
    text-align: center;
}
.page-header-year{
      padding: 6px 0px;
    margin-top: 10px;
    /* padding-bottom: 0px; */
    /* border-top: 4px solid #b2d3f5; */
    margin-bottom: 10px;
    /* border-bottom: 2px solid #b2d3f5; */
    background: #e6e9ed;
    color: #4f657b;
    text-indent: 12px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
.badge-ele{font-weight: 600;
      background-color: #a8f1ff;
    color: #118193;
    font-size:13px;}
    
/* Tooltip container */
.tooltipss {
 /* position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;   */
}

/* Tooltip text */
.tooltipss .tooltiptext {
     visibility: hidden;
    width: 140px;
    background-color: #0681d1db;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 55px;
    left: 50%;
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipss:hover .tooltiptext {
  visibility: visible;
}
a.disabled {
    pointer-events: none;
}
        .card .by {
            display: initial;
        }  

        .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
 /* CARD */
.card {
    border: 0 !important;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    background: transparent !important;
}

.card .card-body {
    padding: 0;
}

.a-card {
    display: block;
    color: #1e1e21;
    transition: all .2s;
    height: 100%;
}

.a-card:hover {
    text-decoration: none !important;
    color: #1e1e21 !important;
}

.a-card .card {
    height: 100%;
    transition: all .2s;
}

.desktop .a-card:hover .card {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.card-embossed {
    background-color: #fff !important;
    border-radius: 1rem !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.shadow-custom {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.card-embossed .card-body {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 1.5rem 0rem 1.5rem;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.desktop .a-card:hover .card-embossed {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px !important;
}

.card-highlight {
    background-color: #fff !important;
/*  color: #fff; */
    border-radius: 1rem !important;
}

.card-highlight .card-body {
    padding: 1.5rem !important;
}

.card-highlight .card-text {
/*  color: rgba(255, 255, 255, .75) !important; */
    margin-bottom: 1rem;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-playlist-summary {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    background: rgba(0, 0, 0, 0.8);
}

.card-title {
    position: relative;
}

.card-categories {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

/*******************/
.w-100 {
    width: 100% !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.position-relative {
    position: relative !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}
/********************************/
.inst-name {
    font-size: 15px;
    color: #838383;
    font-weight: 500;
    padding-left: 1px;
}
.a-card-detail{color: #bf2b23;
    background: #ffeed3;
    padding: 4px 20px;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.fa-calendar {
    background: transparent;
    padding: 0px;
    border-radius: 50px;
    color: #8b8b8b;
    margin-right: 3px;
    font-size: 15px;
    margin-bottom: 0px;
}
.card .by {
    margin-left: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: #e9e9e9 1px dotted;
    padding: 3px 0;
    display: flex;
    align-items: center;
    margin-top: 1px;
}