#nav{
    position: sticky;
    top: 0;
    z-index: 1000;
}
#search-img{
    display: inline;
    width: 40px;
    cursor: pointer;
}
.nav-color{
    background: #16a085;
}
.nav-color a{
    font-weight: bold;
    color: #ecf0f1 !important;
    background-size: cover
}

.line-height{
    display: inline-block;
    line-height: 30px;
}
.nav-color a:hover{
    text-decoration: none;
}

#my-modal{
    width: 100vw;
    display: none;
    transition: all 0.5s ease-in-out;
    overflow-x: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.699);
    color: white;
    transform: translate(-50%,-50%);
}
#prayer-table{
    margin-top: 16px;
}
.input-group{
    display: none;
}
#close-btn{
    border-radius: 0;
}
.btn-custom{
    background: #1abc9c;
    color: black !important;
}

.btn-custom:hover{
    background: #16a085;
    text-decoration: none;
}
#main-container{
    margin-top: 10px;
}
#table{
    width: 100%;
    overflow: auto;
}
#bottom-bar{
    color: #ecf0f1 !important;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 40px;
    background: #16a085;
    text-align: center;
    line-height: 40px;
}
.table-heading{
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: #1abc9c;
}
.inner-div{
    display: inline-block;
    width: 45%;
}

@media (max-width: 576px){
    button.btn-custom{
        margin-bottom: 60px;
    }
    .btn-custom{
        display: block;
        width: 100%;
        margin-top: 2px;
    }
}
@media (max-width: 400px){
    #time-left{
        font-size: 12px;
        font-weight: bold;
    }
}