body {
    padding-top: 70px;
    width: calc(100% - 20px);
}

.main-container {
    left: 60px;
    max-width: calc(100% - 60px);
}

.main-body {
    padding-top: 0.5rem;
}

.main-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

#services .col {
    padding: 0;
}

#services .btn {
    border-radius: 0;
}

.response {
    text-align: center;
}

.tab-pane {
    padding-top: 2rem;
    padding-left: 0.5rem;
}

.spinner {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

div.card-header .fas {
    padding-right: 8px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.dropdown-menu a:hover
{
    color: #fff;
    background-color: #0069d9;
    border-color: #fff;
}

.test-card {
    text-align: center;
}

.test-card .card-body {
    padding: 0.25rem;
}

.test-card .col {
    padding: 0 0.25rem;
}

.test-card .btn {
    width: 100%;
}

.modal-dialog.modal-lg {
    max-width: 90%;
}

.modal-dialog.modal-lg .container {
    padding: 5px;
    margin : 0;
    max-width: 100%;
}

.p-0 {
    position: fixed;
    width: 60px;
    top: 64px;
    height: 100vh;
}

textarea.code {
    font-family: monospace;
}

div[disabled] {
    opacity: 0.5;
}

@media (max-width: 768px) {
    .service-label {
        display: none;
    }
}

.power-btn {
    font-size: 1.5rem;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}
