.title {
    font-family: "Source Sans Pro";
    color: #191648;
    font-weight: 600;
    font-size: 19px;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.date {
    font-family: "Source Sans Pro";
    color: #909090;
    font-weight: 300;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;    
}


.addCourseCard .card-body, .addCourseCard2 .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 0;
}

.addCourseCard2 .card-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 0;
}
.course {
    max-width: 100%;
}
/* .course:nth-of-type(4n + 1) .card-body {
    background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%);
}

.course:nth-of-type(4n + 2) .card-body {
    background-image: linear-gradient(140deg, #A0F4FF 0%, #75DAE9 20%, #8459F8 100%);
}

.course:nth-of-type(4n + 3) .card-body {
    background-image: linear-gradient(-43deg, #FF723B 0%, #FFDF57 84%, #FFED5B 100%);
    background-image: linear-gradient(-34deg, #FF723B 5%, #FFDF57 85%, #FFED5B 100%);
}

.course:nth-of-type(4n) .card-body {
    background-image: linear-gradient(136deg, #DCFF73 0%, #8ECA6B 100%);
    background-image: linear-gradient(136deg, #b1e26f 0%, #6abe5d 100%);
} */ 

/* .course:nth-of-type(8n + 1) .card-body {
    background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%);
    background-image: linear-gradient(144deg, #bc4e9c 0%, #f80759 100%);
}

.course:nth-of-type(8n + 2) .card-body {
    background-image: linear-gradient(140deg, #A0F4FF 0%, #75DAE9 20%, #8459F8 100%);
}

.course:nth-of-type(8n + 3) .card-body {
    background-image: linear-gradient(-43deg, #FF723B 0%, #FFDF57 84%, #FFED5B 100%);
    background-image: linear-gradient(-34deg, #FF723B 5%, #FFDF57 85%, #FFED5B 100%);
}

.course:nth-of-type(8n + 4) .card-body {
    background-image: linear-gradient(140deg, #A0F4FF 0%, #75DAE9 20%, #8459F8 100%);
}

.course:nth-of-type(8n + 5) .card-body {
    background-image: linear-gradient(140deg, #A0F4FF 0%, #75DAE9 20%, #8459F8 100%);
}

.course:nth-of-type(8n + 6) .card-body {
    background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%);
}

.course:nth-of-type(8n + 7) .card-body {
    background-image: linear-gradient(144deg, #bc4e9c 0%, #f80759 100%);
}

.course:nth-of-type(8n) .card-body {
    background-image: linear-gradient(136deg, #DCFF73 0%, #8ECA6B 100%);
    background-image: linear-gradient(136deg, #b1e26f 0%, #6abe5d 100%);
} */

.addCourseCard h5 {
    text-align: left;
    color: black;
    font-size: medium;
    padding: 0 5px;
    min-height: 70px;
    max-height: 60%;
    overflow-y: auto;
    font-weight: 500;
}
.addCourseCard2 h5 {
    text-align: left;
    color: black;
    font-size: medium;
    padding: 0 5px;
    min-height: 50px;
    max-height: 60%;
    overflow-y: auto;
    font-weight: 500;
}

.card-img-top {
    height: 60%;
    width: 100%;
    border-radius: 15px;
    background-color: #FFDFD9 !important;
    padding: 0 10px;
    color: darkgray;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.addCourseCard, .addCourseCard2 {
    width: auto;
    outline: none;
    height: 290px;
    border: 1px solid #EAEAEA;
}

.addCourseCard2 {
    width: auto;
    outline: none;
    height: 290px;
    border: 1px solid #EAEAEA;
}

.linkwrap { position:relative; display:inline-block; }
.blocker { position:absolute; height:100%; width:100%; z-index:1; background:rgba(255,0,0,0.5);  }
.linkwrap iframe { z-index: 2; }


.chat {
    width: 100%;
    float: left;
    background: #f2f5f8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}
.chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
}
.chat .chat-header img {
    float: left;
}
.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}
.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}
.chat .chat-header .chat-num-messages {
    color: #92959e;
}
.chat .chat-header .fa-star {
    float: right;
    color: #d8dadf;
    font-size: 20px;
    margin-top: 12px;
}
.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
}
.chat .chat-history time {
    color: #a8aab1;
    padding-left: 6px;
}
.chat .chat-history .message {
    color: white;
    padding: 0.5rem;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86bb71;
    border-width: 10px;
    margin-left: -10px;
}
.chat .chat-history .my-message {
    background: #86bb71;
}
.chat .chat-history .other-message {
    background: #94c2ed;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #94c2ed;
    left: 93%;
}
.chat .chat-message {
    padding: 30px;
}
.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}
.chat .chat-message button {
    float: right;
    color: #94c2ed;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background: #f2f5f8;
}
.chat .chat-message button:hover {
    color: #75b1e8;
}
.online, .offline, .me {
    margin-right: 3px;
    font-size: 10px;
}
.online {
    color: #86bb71;
}
.offline {
    color: #e38968;
}
.me {
    color: #94c2ed;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.float-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.chat li {
    list-style: none;
}

.slick-initialized .slick-slide, .slick-initialized .slick-slide a {
    outline: none;
}


.card-img-top {
    outline: none;
}

.status {
    /* Style for "Meeting Co" */
    color: rgba(0, 0, 0, 0.95);
    /* font-size: 25px; */
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left; 
}

.desc {
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0 0 0 7.5px;
    color: #686b78;
}

#activity img.img-fluid.mr-2 {
    width: 1.1rem;
}

#viewpeer {
    /* background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%); */
    background-color: #FFDFD6;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: black;  
}

#viewactivity {
    background-color: #FFDFD6;
    display: block;
    width: 100%;
    left: 0;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: black;
    position: relative;        
}

/* #viewactivity:before {
    content: ' ';
    width: 15px;
    height: 15px;
    background: #FFDFD6;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: -1;    
} */

/* #viewactivity:after {
    content: ' ';
    width: 15px;
    height: 15px;
    background: #FFDFD6;
    position: absolute;
    right: 0;
    top: -15px;
    z-index: -1;    
} */

.linkwrap img {
    height: 100px;
    width: auto;
}

.slick-prev:before {
    background: url('../../images/prev.svg') no-repeat !important;
}

.slick-prev:before {
    content: ' ' !important;
    position: absolute !important;
    width: 39px !important;
    height: 39px !important;
    z-index: 29;
    top: -20px !important;
    opacity: 1 !important;
    left: 0;
}

.slick-prev {
    z-index: 99;
    left: 0 !important;
}

.slick-next:before {
    background: url('../../images/next.svg') no-repeat !important;
}

.slick-next:before {
    content: ' ' !important;
    position: absolute !important;
    width: 39px !important;
    height: 39px !important;
    z-index: 999 !important;
    top: -20px !important;
    opacity: 1 !important;
    right: 0;
}

.slick-next {
    z-index: 99;
    right: 0 !important;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    display: none;
}

.card {
    border: 1px solid #DDDDDD;
}

.btn-primary, .btn-danger {
    /* min-width: 135px;
    max-width: 150px; */
    border-radius: 56px;
    /* max-height: 30px !important; */
    font-size: smaller;
}

canvas{
    max-height: 250px;
}

.btn-primary {
    /* background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%); */
    background-color: #FFDFD6;
}

.btn-danger {
    position: relative;
    background: #fff;
    border: 1px solid #191648;;
    color: #191648;
}

.btn-danger:hover {
    background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%);
}
/* @media only screen and (max-width: 1000px) { */
.col-lg-3 a {
    /* white-space:nowrap */
    word-break: keep-all !important;
    text-decoration: none;
    color: black;
}

.no-pointer{
    cursor: default;
    pointer-events: none;
    color: black;
}

.col-6.d-flex.justify-content-end a{
    cursor: pointer;
}


@media only screen and (max-width: 990px) {
    .btn-primary{
        min-width: 80px;
        font-size: small;
        padding: 5px;
    }
}

.downloadResult, .downloadResults{
    color: #007bff;
    cursor: pointer;
}

.downloadResult:hover, .downloadResults:hover{
    text-decoration: underline;
}

.downloadResults{
    width: 25px;
    height: 26px;
}

.peerTab p{
    margin-bottom: 4px;
}

.peerTab.col-11{
    padding-right: 0;
}

.objective_dash_card{
    /* border: 1px solid green; */
    box-shadow: 1px 1px 4px lightgreen;
}

.notification_dash_card{
    /* border: 1px solid darksalmon; */
    box-shadow: 1px 1px 4px darksalmon;
}

#basic-addon1{
    background-color: #FC77A0 !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.dash_card_button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
    font-weight: 400 !important;
    align-self: center;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 0 5px !important;
}

.dash_card_button img{
    width: 1rem !important;
}

.offset-1{
    margin-left: 5% !important;
}

.thead-dark th{
    background-color: #52C3FF !important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 23px;
    transform: scale(0.7);
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 32px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    border: 1px solid #707070;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
  }

  /* Rounded sliders */
.slider.round {
    border-radius: 1rem;
  }
  
  .slider.round:before {
    border-radius: 1rem;
  }