html {
    font-size: 12px;
}

body {
    font-family: 'Poppins', sans-serif;
    color: rgba(58, 53, 65, 0.87);
    letter-spacing: 0.15px;
    background-color: #f4f6f9;
    font-size: 1rem;
}

.ui-widget {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(58, 53, 65, 0.87) !important;
    font-size: 1rem !important;
}

.btn {
    font-size: 1rem;
}

.nav-icon {
    font-size: 1rem !important;
}

ul.sortable-project-list li.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.sortable-project-list li.nav-item div.dropdown {
    cursor: pointer;
    display: none;
}

ul.sortable-project-list li.nav-item:hover div.dropdown {
    display: block;
}

ul.sortable-project-list li.nav-item:hover div.dropdown div.dropdown-container {
    padding-left: 5px;
    padding-right: 5px;
}

h1,
.content-header h1 {
    font-weight: 700;
    font-size: 2rem;
}

h2 {
    font-weight: 600;
    font-size: 1.7rem;
}

h3 {
    font-weight: 600;
    font-size: 1.4rem;
}

h4 {
    font-weight: 600;
    font-size: 1.3rem;
}

h5 {
    font-weight: 600;
    font-size: 1.2rem;
}

h1.logo {
    font-weight: 400;
    color: #ffffff;
}

.navbar-light {
    background-color: #f4f6f9;
}

.main-sidebar {
    width: 250px;
    background-color: #f4f6f9;
}

.sidebar {
    padding-left: 0;
}

.main-footer {
    border: none;
    background-color: #f4f6f9;
}

.verify-info {
    border-bottom: 1px solid #dee2e6;
    padding: 1em 1em 1em 0 !important;
}

.verify-info div {
    border-left: 8px solid #ffc107;
}


/* Overriding parent styles for overflow */
.main-sidebar a.nav-link.active {
    position: relative;
    overflow: visible;
    z-index: 1;
    /* ensures the actual link stays above the backgrounds */
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

/* Gradient background extending to the left */
.main-sidebar a.nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -100vw;
    z-index: -2;
    /* below the main content but above the solid background */
    background-image: linear-gradient(to left, #007bff, #00b0ff);

}

/* Solid background to prevent any content overlap with the gradient */
.main-sidebar a.nav-link.active::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #007bff;
    /* this matches the start of your gradient */
    z-index: -1;
    /* below the main content but above the gradient */
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}



/* 0000000000000000 */

.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
    border-right: 1px solid rgb(222, 226, 230) !important;
}

.main-header {
    border: none;
}

.nowrap {
    white-space: nowrap;
}

.brand-image {
    margin-top: -.5rem;
    height: 33px;
}

.brand-text {
    margin-left: 0 !important;
}

.timeline-header,
.timeline-header h3 {
    font-size: 16px;
}

.timeline-header {
    width: 100%;
}

.timeline-body,
.form-control {
    font-size: 1rem !important;
}

.sf-param-timeline-header {
    display: table;
}

.sf-action-h {
    display: table-cell;
    vertical-align: middle;
}

.CodeMirror {
    width: 100%;
    border: 1px solid #ddd;
}

.field-with-error {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.sf-btn-extrapadding {
    padding-left: 3em;
    padding-right: 3em;
}

.squishable {
    --squish-at: 1.5rem;
    white-space: nowrap;
}

.squishable::before,
.squishable::after {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.squishable::before {
    content: attr(data-short);
    max-width: calc((var(--squish-at) - 100%) * 999);
}

.squishable::after {
    content: attr(aria-label);
    max-width: calc((100% - var(--squish-at)) * 999);
}

.non-squishable {
    display: inline-block;
    max-width: 100%;
}

.squishable-table {
    width: 100%;
}

th,
td {
    max-width: 1.5rem;
}

.card {
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.15);*/
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.card-header {
    border-bottom: none;
    font-weight: 600;
    font-size: 20px;
}

.card-header.test-list {
    border-bottom: none;
    font-weight: 400;
    font-size: 1rem;
}

.card-header.project-list {
    border-bottom: none;
    font-weight: 400;
    font-size: 1rem;
}

.card-secondary:not(.card-outline)>.card-header {
    background-color: #fff;
}

.history-card {
    margin-bottom: 0.5rem;
}

.history-card .card-body {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.history-card .btn {
    margin-top: 3px;
    margin-bottom: 3px;
}

textarea {
    outline: none;
}

@media screen and (min-width: 900px) {
    .subscription-select {
        width: 720px;
    }
}

.subscription-card .card-widget {
    background-color: #fafbfb;
}

.subscription-card .card-footer {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}

.subscription-card .widget-user-header {
    height: 100%;
}

.subscription-card .card-footer button {
    margin: 0.5em;
}

.subscription-card .subscription-selected {
    border: 2px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
    border-radius: 7px;
}

.subscription-card .subscription-current {
    border: 2px solid #caed9e;
    box-shadow: 0 0 10px #caed9e;
    border-radius: 7px;
}

.subscription-card .subscription-selector {
    text-align: center;
    margin-top: -0.5em;
}

.subscription-card .subscription-features {
    padding: 0 1em;
    margin-top: 1em;
    background-color: #f8f9fa;
}

.subscription-card #confirm_subscription-form .subscription-features {
    margin-top: 0em;
}

.subscription-card #confirm_subscription-form .subscription-services {
    padding: 1em 1em;
    margin-top: -1em;
    background-color: #f8f9fa;
}

.subscription-card .subscription-features .fa-arrow-right,
.subscription-card .subscription-services .fa-arrow-right {
    width: 1.5em;
    color: gray;
}

.subscription-card .subscription-features .fa-xmark,
.subscription-card .subscription-services .fa-xmark {
    width: 1.5em;
    color: red;
}

.subscription-card .subscription-features .fa-check,
.subscription-card .subscription-services .fa-check {
    width: 1.5em;
    color: limegreen;
}

.subscription-currency-selector {
    text-align: right;
    vertical-align: middle;
    display: inline;
}

.subsciption-header {
    margin-bottom: 1rem;
}

.light-gray {
    color: #c0c0c0;
}

#card-errors {
    color: #dc3545;
}

.ElementsApp,
.ElementsApp .InputElement {
    color: #495057 !important;
}

div.sidebar nav ul.nav-sidebar li ul {
    margin-left: 2em;
}

.sf-advanced-param {
    font-size: 0.8em;
}

.param-require-label {
    font-size: 0.6em;
    text-transform: uppercase;
    font-weight: lighter;
}

.tooltip-inner {
    max-width: 480px !important;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

#testcase-description {
    padding: 0.5em 1em 0.5em 1em;
}

.info-box.sf-result-status-box {
    padding: 0;
    flex-wrap: wrap !important;
}

.info-box.sf-result-status-box .info-box-icon,
.info-box.sf-result-status-box .info-box-content {
    padding: 1em;
}

.info-box-content a .info-box-text {
    text-decoration: underline;
}

.info-box-content.text-secondary a,
.info-box-text .text-secondary {
    color: #6c757d !important;
}

.info-box-content.text-success a,
.info-box-text .text-success {
    color: #50e991 !important;
}

.info-box-content.text-danger a,
.info-box-text .text-danger {
    color: #e60049 !important;
}

.info-box-content.text-info a,
.info-box-text .text-info {
    color: #0bb4ff !important;
}

.info-box.sf-result-status-box .info-box-text {
    text-transform: uppercase;
}

.info-box.sf-result-status-box .info-box-number {
    font-size: 2em;
    font-weight: bold;
}

.info-box.sf-result-status-box .info-box-break {
    flex-basis: 100%;
    height: 0;
}

.info-box.sf-result-status-box .info-box-footer {
    background-color: #ffffff;
    color: #343a40;
    padding-top: 1em;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
}

.info-box.sf-result-status-box .info-box-footer p {
    margin-bottom: 0;
}

.info-box.sf-result-status-box .info-box-footer li {
    margin-bottom: 1em;
}

.no-padding-right {
    padding-right: 0px !important;
}

.sf-code {
    font-family: monospace;
    white-space: pre;
    font-size: 16px;
}

ul.api-attribute-list,
ul.api-list {
    list-style-type: none;
}

ul.api-attribute-list li {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.api-attribute-list li p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.api-attribute-name {
    font-family: monospace;
    font-weight: 600;
    font-size: 13px;
}

.api-attribute-type {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #999;
    margin-left: 0.5em;
}

.api-attribute-req {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    color: #666;
    margin-left: 0.5em;
}

.api-attribute-value-label {
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #666;
    margin-left: 0.5em;
}

.api-attribute-value {
    font-family: monospace;
    font-weight: 500;
    font-size: 1rem;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.api-attribute-description {
    font-size: 1rem;
    color: #666;
}

pre code.hljs {
    padding: 0px 15px 15px 15px;
    border-radius: 10px;
    font-size: 1rem;
}

.api-doc-img {
    width: 100%;
    float: left;
    padding: 40px 40px 20px 20px;
}

.sf-example-csv {
    font-weight: 400;
    font-size: 1rem;
    margin-left: 0.5em;
}

.sf-api-doc .card-title {
    font-size: 28px;
}

.sf-api-doc h1 {
    font-size: 32px;
}

.sf-api-doc h2 {
    font-size: 30px;
}

.sf-api-doc h3 {
    font-size: 24px;
}

.sf-card-header {
    font-weight: bold;
}

#sf-confirm-modal .modal-header {
    font-weight: bold;
}

#service-plans-view h3,
#services-view h3 {
    margin-left: 0.8rem;
    margin-top: 0.8rem;
    margin-bottom: 0;
}

#credential-selection .credentials-block {
    margin-left: 20px;
}

#credential-selection .tabulator-table {
    width: 100%;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

#credential-selection .tabulator-row {
    border: none;
    margin-top: 2px;
    margin-bottom: 0px;
    min-height: 2rem !important;
}

#credential-selection .tabulator-cell {
    height: 2rem !important;
    padding: 1px 3px 1px 3px;
    margin: 0;
}

#credential-selection button.tabulator-page {
    padding: 4px 6px;
}

#credential-selection .tabulator-footer {
    margin-top: 1px;
    padding: 4px 6px;
}

#credential-selection .tabulator-col-resize-handle {
    border-left: 1px dashed #e0e0e0;
}

#credential-selection .tabulator-col-resize-handle.prev {
    border: none;
}

#credential-selection .add-creds-button {
    margin-top: 5px;
}

label.input-error {
    text-align: left;
    color: #fff;
    padding: 0.2rem 0.5rem 0.2rem 0.35rem;
    opacity: .8;
    background-color: #dc3545;
    border-radius: 3px;
    box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    -webkit-box-shadow: 0 0 8px #999;
}

label.input-error i,
label.input-error svg {
    margin-right: 5px;
    font-size: 1.2rem;
    position: relative;
    top: 0.12rem;
    opacity: .9;
}

.sf-scrollable {
    overflow: scroll;
}

.sf-fixed-400 {
    height: 400px;
}

.sf-nomargin {
    margin: 0;
}

.sf-small-link {
    font-size: 0.8rem;
}

#hepic-modal .modal-dialog {
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
}

#hepic-modal .modal-content {
    height: 80%;
    max-height: 80%;
}

#hepic-modal .modal-body {
    height: 100%;
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#hepic-modal iframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    border: none;
}

.sf-form-inline-label {
    font-weight: 400 !important;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.sf-toggle label {
    font-weight: 400 !important;
}

.sf-btn-margin {
    margin: 3px;
}

.sf-test-runrow {
    height: 100px;
    min-height: 100px !important;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 3px;
}

.sf-test-runcol {
    padding-right: 0px;
}

.sf-test-runblock {
    float: left;
    margin: 5px 3px 5px 0px;

    width: 10px;
    height: 75px;
    min-height: 75px;
}

.sf-test-runblock-success {
    background-color: #28a745;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-failed {
    background-color: #dc3545;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-progress {
    background-color: #17a2b8;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-light1 {
    background-color: #f9f9f9 !important;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-light2 {
    background-color: #f6f6f6 !important;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-light3 {
    background-color: #f3f3f3 !important;
    height: 100%;
    border-radius: 25px;
}

.sf-test-runblock-margin {
    margin-right: 9%;
}

body.sf-kiosk,
body.sf-print {
    padding: 1rem;
}

div.dropdown button.dropdown-toggle i {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

div.card.highlight {
    box-shadow: 0 0 2px rgba(23, 162, 184, .2), 0 1px 4px rgba(23, 162, 184, .4) !important;
    border: 1px solid rgba(23, 162, 184, 0.8);
}

@media(max-width: 480px) {
    .sf-table td {
        display: table-row;
    }

    .sf-table th {
        display: table-row;
    }
}

.sf-table-container.is-invalid {
    border: 1px solid red !important;
}

.sf-table .jsgrid-grid-header {
    background-color: #fff;
}

.sf-table .jsgrid-grid-header th,
.sf-table .jsgrid-grid-header td {
    background-color: #fff;
    border: 0;
}

.sf-table .jsgrid-grid-header th {
    font-weight: bold;
    padding: 0.75rem;
}

.sf-table .jsgrid-grid-header td {
    padding: 0 0.75rem 0.75rem 0.75rem;
}

.sf-table .jsgrid-header-sort-asc:before {
    border-color: transparent transparent #007bff transparent;
}

.sf-table .jsgrid-header-sort-desc:before {
    border-color: #007bff transparent transparent transparent;
}

.sf-table .jsgrid-grid-body {
    border: 0;
}

.sf-table .jsgrid-grid-header {
    border: 0;
}

.sf-table .jsgrid-grid-body table {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

tr.sf-grid-row td,
tr.sf-grid-row-darker td {
    padding: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

tr.sf-grid-row td {
    background-color: #ffffff;
}

tr.sf-grid-row-darker td {
    background-color: #fbfbfb;
}

.sf-grid-btncol {

    color: #ffffff;

}

tr.jsgrid-edit-row {
    background: #fff;
}

tr.jsgrid-edit-row td.jsgrid-cell {
    background: #fff;
    border: 0;
}

tr.jsgrid-selected-row td.highlight-selected {
    cursor: pointer;
    background-color: #bfdfff !important;
}

tr.sf-grid-row td:first-child,
tr.sf-grid-row-darker td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

tr.sf-grid-row td:last-child,
tr.sf-grid-row-darker td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}


.sf-creds-table .jsgrid-insert-row input[type=text],
.sf-creds-table .jsgrid-edit-row input[type=text] {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    padding: 0.3em 0.5em;
}

tr.sf-grid-row-normal .jsgrid-cell,
.sf-creds-table .jsgrid-insert-row .jsgrid-cell {
    padding: 0.75rem;
    padding-left: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    background: #fbfbfb;
}

.sf-creds-table .jsgrid-insert-row .jsgrid-cell {
    padding-left: 0.75rem;
}

.sf-creds-table .jsgrid-control-field {
    padding-left: 0.75rem !important;
}

tr.sf-grid-row-normal td:first-child,
.sf-creds-table .jsgrid-insert-row td:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-left: 1px solid rgba(0, 0, 0, 0.125) !important;
}

tr.sf-grid-row-normal td:last-child,
.sf-creds-table .jsgrid-insert-row td:last-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.125) !important;
}

tr.jsgrid-filter-row,
tr.jsgrid-filter-row .jsgrid-cell {
    border: 0;
}

.sf-creds-table .jsgrid-grid-header .jsgrid-table {
    border-collapse: separate !important;
}


.jsgrid-load-panel:before {
    border: 2px solid #007bff !important;
    /* load spinner color to primary color */
}

.ui-widget .jsgrid a {
    color: #007bff !important;
    text-decoration: none !important;
}

.ui-widget .jsgrid a:hover {
    color: #0056b3 !important;
    text-decoration: none !important;
}


.sf-test-sessions {
    /*    min-height: 135px;*/
}

.sf-project-runs {
    min-height: 130px;
}

.ui-progressbar p {
    position: relative;
    top: -75%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    /*transform: translate(-50%, -50%); /* Adjusts centering */
    color: darkgray;
    font-size: 10px;
    font-weight: bold;
    /*background: rgba(0, 0, 0, 0.5); /* Optional background */
    /*padding: 5px 10px;*/
}

.sf-test-projects {
    /*    min-height: 135px;*/
}

.modal {
    padding: 20px !important;
}

#upload-bar {
    background-color: #007bff;
    height: 1rem;
    min-height: 1rem;
}

div#daterange {
    color: #6c757d;
}

.details-card .card-header {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.details-card .card-body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
}

.card-header a.toggle-button {
    color: #007bff;
    text-decoration: none;
}


.card-header a.toggle-button:hover {
    color: #0056b3;
    text-decoration: none;
}

.sf-test-sessions .card-body .ui-widget-header {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
}

.sf-project-runs .card-body .ui-widget-header {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
}

.sf-test-projects .card-body .ui-widget-header {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
}

.sf-test-projects .card-body .ui-widget.ui-widget-content {
    border: none;
}

.sf-test-projects .card-header b {
    font-weight: 600;
}

table.sf-traceroute-table {}

table.sf-traceroute-table th {
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

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

td.sf-traceroute-col-narrow {
    max-width: 6rem;
    width: 6rem;
    white-space: nowrap;
}

.sf-bg-dark {
    background-color: #f2f4f6;
}

.sf-bg-darker {
    background-color: #eceff2;
}


.checkbox-1x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

div.sf-test-session-slot-list div.box.placeholder {
    border: 1px dashed #d0d0d0;
    min-height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.sortable-project-list li.box.placeholder {
    border: 1px dashed #d0d0d0;
    min-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.sf-test-session-slot-list .sf-test-drag {
    cursor: move;
    /* Fallback if grab cursor is unsupported */
    cursor: -webkit-grab;
    /* Old versions of Chrome/Safari */
    cursor: -moz-grab;
    /* Old versions of Firefox */
    cursor: grab;
    /* Standard: Use this if supported */

    padding: 0;
    margin: 10px;
    margin-top: auto;
    margin-bottom: auto;
    color: #d0d0d0;

    width: 2rem;
    max-width: 2rem;
}

.only-print {
    display: none;
}

.card-sip-traces,
.card-call-states,
.sipp-error-logs,
.media-statistics,
.media-details,
.signaling-insights,
.result-status,
.codeceptjs-report,
.dns-logs,
.dns-metrics,
.tcp-metrics,
.traffic-metrics,
.advanced-metrics,
.webrequest-status {
    width: 100%;
    border: none;
    frameborder: 0;
}

.card-sip-traces {
    height: 500px;
}

.card-call-states,
.media-statistics,
.media-details,
.signaling-insights,
.result-status,
.dns-metrics,
.tcp-metrics,
.traffic-metrics,
.advanced-metrics {
    height: 250px;
}

.media-statistics-dashboard {
    width: 100%;
    height: 2880px;
    border: none;
}

.sipp-error-logs,
.dns-logs,
.webrequest-status {
    height: 400px;
}

.codeceptjs-report {
    height: 1024px;
}

#error-description-long-container {
    display: none;
    padding-bottom: 12px;
}

/*** negative margins ***/
.mt--1 {
    margin-top: -0.25rem !important;
}

.mr--1 {
    margin-right: -0.25rem !important;
}

.mb--1 {
    margin-bottom: -0.25rem !important;
}

.ml--1 {
    margin-left: -0.25rem !important;
}

.mt--2 {
    margin-top: -0.5rem !important;
}

.mr--2 {
    margin-right: -0.5rem !important;
}

.mb--2 {
    margin-bottom: -0.5rem !important;
}

.ml--2 {
    margin-left: -0.5rem !important;
}

.mt--3 {
    margin-top: -1rem !important;
}

.mr--3 {
    margin-right: -1rem !important;
}

.mb--3 {
    margin-bottom: -1rem !important;
}

.ml--3 {
    margin-left: -1rem !important;
}

.mt--4 {
    margin-top: -1.5rem !important;
}

.mr--4 {
    margin-right: -1.5rem !important;
}

.mb--4 {
    margin-bottom: -1.5rem !important;
}

.ml--4 {
    margin-left: -1.5rem !important;
}

.mt--5 {
    margin-top: -3rem !important;
}

.mr--5 {
    margin-right: -3rem !important;
}

.mb--5 {
    margin-bottom: -3rem !important;
}

.ml--5 {
    margin-left: -3rem !important;
}

.minh-1 {
    min-height: 1.5rem !important;
}

.minh-2 {
    min-height: 3rem !important;
}

.minh-3 {
    min-height: 4.5rem !important;
}

.maxh-1 {
    max-height: 1.5rem !important;
}

.maxh-2 {
    max-height: 3rem !important;
}

.maxh-3 {
    max-height: 4.5rem !important;
}

.width-50pc {
    width: 50%;
}

.audio-snippet {
    cursor: pointer;
    transition: background 0.2s;
}

.audio-snippet:hover,
.audio-snippet.active {
    background: #d2e3fc;
}

.auth0::before {
    content: "A";
    font-weight: bold;
    color: #eb5424;
}

/* OAuth Login Button Styles */
.oauth-login-btn {
    min-width: 220px;
    font-weight: 500;
    background-color: white;
    border: 1px solid #333;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.oauth-login-btn:hover {
    background-color: #f8f9fa;
    border-color: #495057;
    color: #495057;
    text-decoration: none;
}

.oauth-login-btn .oauth-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1rem;
}

/* OR Divider */
.oauth-divider {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.oauth-divider .divider-line {
    flex-grow: 1;
    height: 1px;
    background-color: #dee2e6;
}

.oauth-divider .divider-text {
    padding: 0 1rem;
    color: #6c757d;
}