.profile-photo {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    padding:5px;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.align-right{
    text-align:right;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-lg {
    min-width: 100%;
    height: 100%;
    margin: 0;
}

#logModal{
    padding-right:0px !important;
}
.maincontainer{
    margin-top:25px;
}
#tableDiv td{
    padding:2px 5px !important;
    line-height: 1.02857143 !important;
    vertical-align: middle  !important;
}

.loaders {
    z-index: 32222;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.loader-gif-div{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
}
.loader-gif-div img{
    width:200px;
}

#contributorInfo{
    border:2px solid #d7d7d7;
    border-radius: 4px;
}

.navbar-brand {
    padding: 5px 15px !important;
}