body {
    /*background: url("/assets/template-timepage/img/web-bg.jpg");*/
}

.head {
    border-bottom: 1px solid #efefef;
    position: fixed;
    width: 100%;
    background: #f2fdf3f5;
    top: 0;
    z-index: 1000;
}

.head-gap {
    height: 80px;
}

.logo {
    text-decoration: none;
    line-height: 80px;
    color: #000;
    font-family: Pacifico, serif;
    font-size: 22px;
    font-weight: 100;
}

.logo:hover {
    text-decoration: none;
}

.menu-right a {
    line-height: 80px;
    margin-left: 15px;
}

.menu-right .op-app {
    width: 27px;
    height: 27px;
    opacity: 0.5;
}

.menu-right a:hover .op-app {
    opacity: 1;
}

.menu-right .op-account {
    width: 42px;
    height: 42px;
}

.greetings {
    text-align: center;
    margin: 30px auto 0;
    border: 1px solid #EEE;
    padding: 15px;
    border-radius: 8px;
    background: #ffffffe6;
}

.greetings h1 {
    font-size: 44px;
    font-family: 'Tenali Ramakrishna', serif;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.greetings p {
    font-family: 'Tenali Ramakrishna', serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 24px;
}

.greetings .part-2 {
    margin-bottom: 0;
    font-family: Arial, serif;
    font-size: 18px;
}

.ts-date, .date-ts {
    margin-top: 30px;
    border: 1px solid #EEE;
    padding: 15px;
    border-radius: 8px;
    min-height: 350px;
}

.ts-date {
    background: #fff1f2cf;
    border: 1px solid #e2001621;
}

.ts-date h1, .date-ts h1 {
    font-size: 35px;
    font-family: 'Tenali Ramakrishna', serif;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
}

.ts-input {
    width: 100%;
    font-size: 42px;
    text-align: center;
    border: 0;
    background: #00000014;
    border-radius: 8px;
    outline: none;
}

.ts-current-timestamp {
    margin-top: 10px;
}

.ts-date h5 {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.ts-eq-date-time {
    font-family: monospace;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.date-input {
    width: 100%;
    font-size: 42px;
    text-align: center;
    border: 0;
    background: #00000014;
    border-radius: 8px;
    outline: none;
}

.date-current-timestamp {
    margin-top: 10px;
}

.date-ts h5 {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.date-eq-timestamp {
    font-family: monospace;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
}

.op-aria {
    font-family: Arial, serif;
}

.op-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: normal;
}

.op-icon:hover {
    background: #e8e8e8;
}

.op-icon i {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    top: 9px;
    left: 9px;
    line-height: 30px;
    flex: auto;
}

.op-icon i:hover {
    color: green;
}

.date-ts {
    background: #fffef3c2;
    border: 1px solid #28a7452b;
}

.saved {
    border-radius: 8px;
    border: 1px solid #99999959;
    overflow: auto;
}

.table-saved {
    min-width: 510px;
}

footer {
    background: #e2dddd1a;
    border-top: 1px solid #e6e0e0e3;
}

.developed-by {
    line-height: 50px;
    display: inline-block;
}

.remove-saved {
    color: red;
    cursor: pointer;
}

table.vertical-middle td {
    vertical-align: middle;
}

.youtube-video {
    border-radius: 8px;
    border: 1px solid #99999959;
    overflow: auto;
    background: #000;
    text-align: center;
}

.youtube-video iframe {
    max-width: 560px;
    margin: 0 auto;
}