@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
html, body {
    background-color: #fcfcfc;
    color: #636b6f;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

/* Session*/
.session-container {
    text-align: center;
}
.meeting-box {
    margin: 40px auto;
}
.login-modal {
    position: relative;
    display: inline-block;
    width: 700px;
    height: 550px;
    vertical-align: top;
    background: #fff;
    box-shadow: 2px 2px 6px 0 rgba(41,70,97,.1);
}
.login-modal-table {
    display: table;
    width: 100%;
    height: 100%;
}
.login-modal-table-row {
    display: table-row;
}
.login-modal-body {
    display: table-cell;
    height: 394px;
    vertical-align: top;
    padding-top: 20px;
}
.session-logo {
    margin-bottom: 50px;
}
.session-logo img {
    width: 300px;
}
p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
input[type='text'], input[type='password'] {
    font-family: 'Baloo Paaji 2', cursive;
    width: 100%;
    background-color: #edf9fa;
    height: 18px;
    padding: 15px 10px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #00667d;
}
input[type='text'].session-input {
    width: 300px;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
input[type='text'].input-fullname {
    width: 250px;
    text-align: center;
}
.form-input {
    width: 350px;
    margin: 10px auto;
}
.input-text-label {
    position: relative;
    top: 0px;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-top: 20px;
    font-size: 14px;
}
.input-text-wrap {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    background-color: transparent;
    border: 0;
}
.btn-primary {
    color: #fff;
    background-color: #00667d;
    border-color: #00667d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #008b8e;
    border-color: #017a7c;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 11px 30px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    box-sizing: border-box;
    transition: color .3s,background-color .3s,border-color .3s;
    user-select: none;
    text-transform: uppercase;
    font-weight: 600s;
}
.submit__button {
    margin-top: 15px;
}
.copyright {
    font-size: 12px;
    text-align: center;
}

.onair-session {
    margin-top: 100px;
}
.session-box {
    margin: 20px auto;
    text-align: center;
    width: 80%;
    display: block;
}
.session-table {
    box-shadow: 2px 2px 6px 0 rgba(41,70,97,.1);
    margin: 20px 0;
}
.session-left {
    padding: 15px;
    border-right: 1px solid #00667d;
    width: 80px;
    float: left;
}
.session-right {
    padding: 5px 20px;
    float: left;
    width: 400px;
}
.clear {
    clear: both;
}
.session-date {
    font-size: 40px;
}
.session-month {
    font-size: 26px;
}
.session-year {
    font-size: 16px;
}
.session-title {
    font-size: 16px;
    margin-bottom: 15px;;
}
.session-description {
    font-size: 12px;
    text-align: left;
}
.session-time {
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
}
.session-status{
    margin: 20px auto;
    font-weight: 500;
    text-align: center;
    padding: 5px 10px;
}
.status-upcoming{
    color: #00667d;
}
.status-ongoing, .status-finished{
    color: #005e32;
}
.status-closed, .status-canceled{
    color: #cc0000;
}
.icons {
    margin-right: 5px;
    vertical-align: bottom;
    cursor: pointer;
}
.i__time {
    width: 16px;
    height: 16px;
}
.icons-table {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Dashboard */
.bg-dark {
    background-color: #00677d !important;
}
.i__logout, .i__add {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(175deg) brightness(102%) contrast(103%);
}
.i__logout:hover {
    filter: invert(35%) sepia(85%) saturate(850%) hue-rotate(143deg) brightness(93%) contrast(103%);
}
.container {
    padding-top: 70px;
}
.jumbotron {
    background: #fff;
}
.h1, h1 {
    font-size: 2rem;
}
.table thead th {
    font-weight: 600;
    font-size: 14px;
}
.table-sm td {
    font-size: 13px;
}
.table-action {
    text-align: right;
}
.icon-active:hover {
    filter: invert(28%) sepia(14%) saturate(7339%) hue-rotate(163deg) brightness(93%) contrast(102%);
    cursor: pointer;
}
.icon-inactive {
    filter: invert(64%) sepia(0%) saturate(3267%) hue-rotate(205deg) brightness(95%) contrast(84%);
}
.tooltip-inner, .add-button {
    background-color: #00677d;
}
.i__add {
    width: 32px;
    height: 32px;
}
.add-button {
    padding: 5px;
    width: 40px;
    height: 40px;
    margin: 20px 0px;
}
.add-button:hover {
    background-color: #008b8e;
}
.user-name {
    color: #fff;
    margin-right: 10px;
}
/* Mobile */
@media (max-width: 600px) {
    .login-modal {
      width: 95%;
    }
    .session-logo img {
        width: 250px;
    }
    .meeting-box {
        margin: 20px auto;
    }
  }