.hidden {
    display: none;
}

#urlUnderImg{
    display: none;
}

.nav-link{
    cursor: pointer;
}

#dataTable_filter{
    text-align: right;
}

#campaigns{
    height: 31px;
}

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

.modal-lg {
    max-width: 35%;
}

@media (max-width: 576px) {
    #qrImg{
        width: 100px;
    }
}

@media (max-width: 768px) {
    #btn-update-qr{
        display: none;
    }
    #btn-delete-qr{
        display: none;
    }
    #urlUnderImg{
        display: block;
    }
    #tab-url{
        display: none;
    }
    #head-tab-url{
        display: none;
    }
    #dataTable th{
        font-size: 12px;
    }
}

@media (max-width: 950px) {

    #tab-campaign{
        display: none;
    }

    #tab-token{
        display: none;
    }

    #head-tab-campaign{
        display: none;
    }

    #head-tab-token{
        display: none;
    }

}
/** Admin redirect**/
@media (max-width: 992px) {
    .modal-lg {
        max-width: 80% !important;
    }

    #btn-admin-update {
        width: 100%;
        height: 100px;
        margin-top: 20px;
    }
    #btn-website{
        width: 100%;
        height: 100px;
    }
}

.disabled{
    opacity:0.6;         /*This grays it out to look disabled*/
}

.content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/*sidebar*/
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.login-wrapper{
    max-width: 400px!important;
}
