:root {
    --standard-grip-gap: 15px;
    --martes-brand: #11284b;
    --martes-complementary: hsla(29, 63%, 37%, 1);

    --red: var(--martes-complementary);
}

.navbar {
    background-color: var(--primary);
}

hr {
    border: 0;
    clear: both;
    display: block;
    width: 99%;
    background-color: darkgray;
    height: 1px;
    margin-bottom: 40px;

}

body {
    position: relative;
}

#google-sign-in-button {
    background: none;
    background-color: #4286f3;
    color: white;
    border: none;
}

#google-sign-in-button:hover {
    background-color: #3f67c4;
    border: none;
}

.sheet-container {
    max-width: 550px;
    margin-inline: auto;
    padding-inline: 20px;
    width: 100%;
}

.content-card {
    margin-inline: 20px;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}

.btn-standard {
    color: var(--label);
    border-color: var(--label);
}

.btn-standard:hover {
    color: var(--background);
    background: var(--label);
}

.faint-line {
    opacity: 0.2;
}

.prominent-line {
    opacity: 0.4;
}

.card-group-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.horizonal-margin-center {
    margin-left: auto;
    margin-right: auto;
}

.pretty-table-header {

}

table.pretty-table-header {
    border: 2px solid var(--faintBorder);
    /*border-bottom: none;*/
}

table.pretty-table-header thead tr {
    background-color: var(--secondaryLabel);
    color: var(--background);
    border: 2px solid var(--secondaryLabel);
}

table.pretty-table-header th {
    border-top: none !important;
    border-bottom: none !important;
}

table.pretty-table-header th:first-child {
    border-top-left-radius: 5px;
}

table.pretty-table-header th:last-child {
    border-top-right-radius: 5px;
}

.menu-icon {
    width: 20px;
}

.medium-icon {
    width: 16px;
}

.small-icon {
    width: 12px;
}


#settingsDropdownMenu .dropdown-item {
    padding-left: 10px;
}

.subtle-elevation-shadow {
    box-shadow: 0 1px 3px hsla(0, 0%, 0%, .2);;
}

.accent-divider {
    height: 3px;
    background-color: var(--primary);
    width: 30%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification-container {
    position: absolute;
    top: 5rem;
    right: 1rem;
    z-index: 10;
    max-width: 400px;
}

.notification {
    border-width: 0;
    border-left-width: 5px;
    width: 350px;
    background: var(--toast-bg);
    color: var(--toast-label)
}

.card-description {
    height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title {
    height: 2.5rem;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
}

.user-card-body {
    padding: 1.1rem;
}

.responsive-embed {
    width: 100%;
    height: fill-available;
    height: -webkit-fill-available;
}

.form-container {
    max-width: 800px !important;
    margin-left: auto;
    margin-right: auto;
}

.no-left-padding {
    padding-left: 0 !important;
}

#placeholder-image {
    border-bottom: 1px solid lightgray;
}

.width-limit {
    max-width: 650px;
}

.delete-form-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;


    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;

    width: 100%;

    max-width: 540px;
}

.form-confirm-btn {
    max-width: 120px;
}

.modern-form-control {
    display: block;
    background-color: #eae3e3;
    border: none;
    transition: 0.1s;
    width: 70%;
    max-width: 600px;
    font-size: 1rem;
    padding-left: 10px;
    padding-top: 5px;
    border-bottom: 2px solid lightgray;
}

.modern-form-control:required {
    border-left: 2px solid var(--primary);
}

.modern-form-control:focus {
    border-bottom: 2px solid var(--primary);
    outline: none;
    background-color: #f1ebeb;
}

.layout-selection {
    fill: var(--secondaryLabel);
    stroke: transparent;
    cursor: pointer;
    margin-bottom: 30px;
}

.layout-selection-selected {
    fill: var(--primary) !important;
}

.layout-selection-in-progress {
    opacity: 0.6;
}

#loading-indicator {
    width: 80px;
    height: auto;
    -webkit-animation: rotation 0.7s infinite ease-in-out;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.custom-left-group-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-right-group-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.custom-center-group-btn {
    border-radius: 0;
    margin-left: -1px;
}

.date-input {
    max-width: 300px;
}

.audit-log-export {
    border-left: 2px solid var(--primary);
    border-radius: 5px;
    padding: 15px;
    transition: 0.1s;
}

.secondary-text {
    color: var(--secondaryLabel);
}

.new-service-card {
    position: relative;
}

.new-service-card::after {
    content: "";
    background: linear-gradient(to top, hsla(216, 63%, 18%, 0.65), hsla(216, 63%, 28%, 0.35));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}

.new-service-card .service-name {
    z-index: 10;
    color: white;
    position: absolute;
    bottom: 8px;
    left: 8px;
    margin: 0;
    font-size: 0.7rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--standard-grip-gap);
}

.management-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--standard-grip-gap);
}

@media screen and (max-width: 780px) {
    .management-cards-grid {
        grid-template-columns: 1fr;
    }
}

.readable-width {
    max-width: 30em;
}

#navbarButtons .btn-primary {
    background: white !important;
    color: var(--martes-brand);
}
