.bg-gradient-light {
    background-color: #f8f9fc;
    background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
    background-size: cover;
}

.logo {
    width: 60%;
    height: auto;
}

.logo-2 {
    width: 80%;
    height: auto;
}

.menu-icon {
    width: 50px;
    height: auto;
    margin-left: 15px;
}

.topnav .navbar-brand {
    width: 11rem;
}

.text-dark {
    color: #1a1a1a;
}

.mt-n12,
.my-n12 {
    margin-top: -7.05rem !important;
}

.mt-n18,
.my-n18 {
    margin-top: -10rem !important;
}

.mt-n20,
.my-n20 {
    margin-top: -12rem !important;
}

.page-header-content-adjust {
    padding-top: 3em !important;
}

.btn-height-adjust {
    padding-top: 5px;
    height: 35px;
}

.table {
    font-size: 0.9rem !important;
}

.profile-image {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.job-border-primary {
    cursor: pointer;
    border-left: 4px solid #4285f4;
    transition: all 0.25s ease;
}

.job-border-primary:hover {
}

.job-border-success {
    cursor: pointer;
    border-left: 4px solid #00c851;
    transition: all 0.25s ease;
}

.job-border-success:hover {
}

.job-border-warning {
    cursor: pointer;
    border-left: 4px solid #ffbb33;
    border-right: none;
    transition: all 0.25s ease;
}

.job-border-warning:hover {
}

.job-border-secondary {
    cursor: pointer;
    border-left: 4px solid #6900c7;
    border-right: none;
    transition: all 0.25s ease;
}

.job-border-warning:hover {
}

.job-border-danger {
    cursor: pointer;
    border-left: 4px solid #ff4444;
    border-right: none;
    transition: all 0.25s ease;
}

.job-border-danger:hover {
}

.job-border-info {
    cursor: pointer;
    border-left: 4px solid #33b5e5;
    border-right: none;
    transition: all 0.25s ease;
}

.job-border-info:hover {
}

.job-btn {
    height: 96% !important;
}

.job-heading-status {
    font-size: 0.4em !important;
    margin-left: 20px;
}

.sdmc-badge-primary {
    background: #4285f4;
    color: #fff;
    width: 50px;
}

.sdmc-badge-secondary {
    background: #6900c7;
    color: #fff;
    width: 50px;
}

.sdmc-badge-success {
    background: #00c851;
    color: #fff;
    width: 50px;
}

.sdmc-badge-info {
    background: #80deea;
    color: #fff;
    width: 50px;
}

.sdmc-badge-warning {
    background: #ffbb33;
    color: #fff;
    width: 50px;
}

.sdmc-badge-danger {
    background: #ff4444;
    color: #fff;
    width: 50px;
}

.sdmc-badge-dark {
    background: #2e2e2e;
    color: #fff;
    width: 50px;
}

.sdmc-badge-disabled {
    background: #f06292;
    color: #fff;
}

.financial-segment {
    cursor: pointer;
    transition: all 0.25s ease;
}

.financial-segment:hover {
    background: rgb(236, 236, 236);
}

.activeFinancialSegment {
    background: #e0f2f1;
    transition: all 0.25s ease;
}

.inactiveFinancialSegment {
    background: #fce4ec !important;
    transition: all 0.25s ease;
}

.resources-icons {
    width: 40px;
    height: 40px;
}

.resource-card {
    cursor: pointer;
    border: 0;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 45, 65, 0.2) !important;
    transition: all 0.25s ease;
}

.resource-card:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15) !important;
}

.dash-card {
    cursor: pointer;
    box-shadow: none;
    transition: all 0.25s ease;
}

.dash-card:hover {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15) !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 40px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.signature-preview {
    width: 100%;
    height: auto;
}

.letter-padding {
    padding: 80px;
}

.letter-signature {
    width: 250px;
    height: auto;
}

.smaller-title {
    font-size: 1.3em !important;
}

.match-search {
    height: 42px;
}

.match-filled-dropdown {
    height: 39px;
}

.messages-card {
    min-height: 523px;
}

.tiny-text {
    font-size: 0.75em;
}

.new-reminder {
    width: 15px;
    height: 15px;
    background: red;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    font-size: 0.7em;
    color: white;
    font-weight: bold;
}

.empty-card {
    height: 350px;
    border: 4px dashed #c2cbe5;
    border-radius: 5px;
    background: none;
    box-shadow: none;
}

.modal-xl {
    width: 1300px; /* New width for default modal */
}

.detailed-report-item-header {
    background-color: #b6d3f3;
    border: solid 1px #ddeeee;
    color: #33456b;
    padding: 10px;
    text-align: left;
}

.activity-index {
    width: 50px;
    height: 50px;
    background-color: #33b5e5;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
}

.activity-card {
    max-height: 800px;
    overflow-y: scroll;
}

.fixed-activty-header {
    position: fixed;
}

.dash-card-subheader {
    font-size: 0.85em;
}

.big-number-card {
    min-height: 503px;
}

.big-number-card h1 {
    font-size: 10em;
}

.user-big-number-card {
    cursor: pointer;
    min-height: 200px;
    transition: all 0.25s ease;
}

.user-big-number-card:hover {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(31, 45, 65, 0.2) !important;
}

.user-big-number-card h1 {
    font-size: 8em;
}

.dash-bar-chart {
    min-height: 445px;
}

.row-scrollable {
    /* cursor: pointer; */
    transition: all 0.25s ease;
}

.row-scrollable:hover {
    background: rgb(250, 250, 250);
}

.tiny-heading {
    /* text-decoration: underline; */
}

@media only screen and (max-width: 600px) {
    .logo-2 {
        width: 40%;
    }

    .letter-padding {
        padding: 40px;
    }

    .letter-text,
    .letter-text h5 {
        font-size: 0.5em;
    }

    .letter-signature {
        width: 75px;
    }
}
