﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 14px;
    --esign-blue: #1861ac;
    --esign-gray: #e5e5e5;
    --esign-success: #198754;
    --esign-info: #0dcaf0;
    --esign-warning: #ffc107;
    --esign-green: #00884B;
    --esign-green-light: #69B75C;
}

body {
    background-color: #f5f6f8;
    font-family: 'Basier Circle'
}

.form-control:disabled, .form-control[readonly] {
    background-color: initial;
}

.info {
    background-color: #ffc107;
    padding: 2rem;
    border-radius: .25rem;
    margin-bottom: 2rem;
    color: #fff
}

    .info p, .info li {
        color: var(--esign-blue)
    }

    .info ul {
        margin-bottom: 0;
        margin-top: 1rem
    }

    .info .material-icons {
        font-size: 100px;
        float: left;
        margin-right: 1rem
    }

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

    .material-icons.left {
        float: left
    }

.sidebar-small {
    font-size: .9rem
}

:root {
    --main-esign: #69B75C
}

h1, h2 {
    letter-spacing: -1px
}

.hero {
    background-color: #000
}

.copy-link {
    width: 80%
}

.text-alignment {
    vertical-align: middle
}

h1.jumbo {
    font-size: 40pt;
    font-weight: 800
}

.listRecipients {
    font-weight: 800;
    padding-left: 1rem;
    color: #000
}

.listObservers {
    font-weight: 800;
    padding-left: 1rem;
    color: #000
}

.max50 {
    max-height: 50px
}

.max100 {
    max-height: 100px
}


.border-bottom-inherit {
    border-bottom-color: inherit !important;
}

.page-link:hover {
    text-decoration: none !important;
}

.toolbox-item {
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
}

    .toolbox-item.checked {
        border: 2px solid #008000;
        background-color: rgba(0,255,0,.2);
        transition: background-color .5s
    }

    .toolbox-item .material-icons {
        vertical-align: middle;
        padding: 3px;
        border-radius: 3px;
        background-color: #6c757d;
        color: #fff;
        margin-right: 1rem
    }

        .toolbox-item .material-icons.signWarning {
            vertical-align: middle;
            padding: 3px;
            border-radius: 3px;
            background-color: #ffc107;
            color: #fff;
            margin-right: 1rem
        }
        .toolbox-item .material-icons.signSuccess {
            vertical-align: middle;
            padding: 3px;
            border-radius: 3px;
            background-color: #198754;
            color: #fff;
            margin-right: 1rem
        }

.toolbox-item-small {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.no-tabs #tabPermissions, .no-tabs #tabReports, .no-tabs #ribbonGroupFormValidation {
    display: none !important
}

.alert .material-icons {
    vertical-align: middle;
    font-size: 36px
}

#editor {
    position: fixed;
    top: -100vH;
    left: 0;
    width: 100%;
    height: 100vH;
    z-index: 1050;
    transition: .5s top,.2s opacity;
    background-color: #fff;
    opacity: 0
}

#txTemplateDesignerContainer .tabs {
    background-color: #fff
}

    #txTemplateDesignerContainer .tabs .selected {
        background-color: #fff
    }

.inactive {
    position: fixed;
    width: 100%
}

#editor.action {
    top: 0;
    opacity: 1
}

.editor-close {
    background-color: #fff;
    height: 60px;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 10px
}

.sidebar {
    border-right: 1px solid #c2c2c2;
    padding: 20px;
    width: 325px;
    float: left;
    height: calc(100vH - 60px);
    background-color: #e5e5e5;
    margin-top: -10px;
    overflow-y: scroll
}

.editor-document {
    width: calc(100vW - 325px);
    height: calc(100vH - 80px);
    float: left
}

    .editor-document.large {
        width: calc(100vW)
    }

#editor {
    background-color: #fff
}

#fieldProperties {
    margin-top: 2rem
}

.editor-wrapper {
    padding-top: 10px;
    width: 100vW;
    min-width: 768px;
    background-color: #fff
}

.esign-info {
    background-color: #69B75C;
    padding: 1rem;
    text-align: center
}

.status-border {
    border-left: 3px solid var(--esign-info);
    min-height: 7rem;
    transition: 1s border-color;
    transition-delay: .2s
}

.status-border-last {
    border-left: 3px solid transparent
}

.status-border-checked {
    border-left: 3px solid var(--esign-success);
    min-height: 7rem
}

.box-frame {
    padding: 2rem;
    background-color: #f5f6f8;
    border-radius: .25rem;
    border: 1px solid var(--esign-green);
    border-left: 6px solid var(--esign-green)
}

.status {
    position: relative;
    left: -2.9rem;
    width: 4rem;
    height: 4rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2c2c2;
    font-size: 2rem;
    font-weight: 800;
    border: 3px solid var(--esign-info);
    background-color: #fff;
    transition: .5s background-color ease
}

.status-done::before {
    content: 'done';
    display: block;
    position: center;
    font-family: "Material Icons"
}

.status-content {
    padding-top: 1rem
}

.status-active {
    background-color: var(--esign-info);
    color: #fff
}

.status-check {
    background-color: var(--esign-success);
    border: 3px solid var(--esign-success);
    color: #fff
}

.box-row {
    margin-left: calc(var(--bs-gutter-x)/2);
    margin-right: calc(var(--bs-gutter-x)/2)
}

.box p:last-child {
    margin-bottom: 0
}

.box {
    background-color: #fff;
    color: #c2c2c2;
    padding: 2rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    margin-right: 2rem
}

    .box:last-of-type {
        margin-right: 0
    }

    .box strong {
        color: #000a41
    }

    .box.highlight {
        box-shadow: 0 0 25px 0 rgba(0,0,0,.33);
        animation: .4s ease-out highlightBox forwards
    }

@keyframes highlightBox {
    0% {
        transform: scale(1) translateX(0)
    }

    100% {
        transform: scale(1.04) translateX(20px)
    }
}

.status-border a:hover {
    text-decoration: none
}

.navbar {
    padding-bottom: .5rem;
    padding-top: .5rem
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-weight: 800;
    font-size: 1.8rem;
    margin-right: 1rem;
    letter-spacing: -1px;
    white-space: nowrap
}

    a.navbar-brand:hover {
        text-decoration: none
    }

.navbar-brand small {
    background-color: #ffc107;
    color: #000;
    border-radius: 90px;
    padding: 2px 5px 2px 5px;
    font-size: 9pt;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.navbar-light {
    background-color: #fff;
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);*/
}

/*.nav-item {
    padding-left: 1rem;
    padding-right: 1rem
}*/

.waitstate {
    opacity: 0;
    display: none;
}

    .waitstate.visible {
        opacity: 1;
        display: block;
    }

.nav-link {
    text-decoration: none;
    white-space: nowrap
}

    .nav-link:hover {
        text-decoration: none
    }

.identity {
    padding-right: 0
}

.nav-item.active .nav-link {
    color: var(--esign-green);
    font-weight: 800
}

.thumbnail-image {
    border: 1px solid #c2c2c2;
    border-radius: 5px
}

#contractPreviewBox {
    display: none
}

.thumbnail-small {
    height: 200px
}

/*.small {
    color: #c2c2c2;
    font-size: .9rem
}*/

.small-tooltips-info {
    color: var(--esign-info);
    font-size: .9rem
}

.btn-reset {
    border-radius: unset
}

.section {
    padding-top: 7rem;
    margin-top: 70px
}

#home {
    margin-bottom: 5rem
}

#overview {
    padding-bottom: 5rem;
    background-color: #00884B
}

.hero {
    color: #fff;
    padding: 5rem;
    background: #69B75C;
    background: -moz-linear-gradient(240deg,rgba(105,183,92,.45420174905899857) 0%,rgba(3,33,26,1) 49%);
    background: -webkit-linear-gradient(240deg,rgba(105,183,92,.45420174905899857) 0%,rgba(3,33,26,1) 49%);
    background: linear-gradient(240deg,rgba(105,183,92,.45420174905899857) 0%,rgba(3,33,26,1) 49%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69B75C",endColorstr="#03211a",GradientType=1)
}

.description {
    color: #000;
    padding: 5rem;
    background-color: #fff !important;
    overflow: hidden
}

img.outside {
    width: calc(100% + 10rem);
    background: #69B75C;
    background: -moz-linear-gradient(100deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
    background: -webkit-linear-gradient(100deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
    background: linear-gradient(100deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69B75C",endColorstr="#ffffff",GradientType=1);
    padding: 2rem 2rem 0 2rem;
    border-radius: 1rem 0 0 0
}

    img.outside.left {
        padding: 2rem 2rem 0 0;
        border-radius: 1rem 1rem 0 0;
        margin-left: -10.5rem;
        background: #69B75C;
        background: -moz-linear-gradient(270deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
        background: -webkit-linear-gradient(270deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
        background: linear-gradient(270deg,rgba(105,183,92,.45420174905899857) 0%,rgba(255,255,255,1) 74%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#69B75C",endColorstr="#ffffff",GradientType=1)
    }

.lines {
    background-image: url("../images/circles.svg");
    background-repeat: no-repeat;
    background-size: cover
}

.description h2 {
    font-size: 3rem;
    line-height: 90%;
    margin-bottom: 2rem;
    font-weight: 700
}

.description h3 {
    font-size: 1.2rem;
    color: #4b4b4b;
    font-weight: 400;
    letter-spacing: -.8px;
    margin-bottom: 1rem
}

.description span {
    font-size: 300pt;
    color: var(--main-esign)
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 90%;
    margin-bottom: 2rem;
    font-weight: 700
}

.hero h2 {
    margin-bottom: 1rem
}

.esign-uploadbox {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 50vH;
    min-height: 300px;
    padding: 1.5rem;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    transition: .5s box-shadow
}

    .esign-uploadbox:hover {
        -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.43);
        -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.43);
        box-shadow: 0 0 8px 0 rgba(0,0,0,.43)
    }

        .esign-uploadbox:hover .innerbox {
            border: 3px dashed var(--esign-green)
        }

            .esign-uploadbox:hover .innerbox p {
                color: var(--esign-green)
            }

    .esign-uploadbox img {
        width: 5rem;
        margin-bottom: 1rem;
        margin-top: 1em;
    }


    .esign-uploadbox .innerbox {
        border: 3px dashed var(--esign-gray);
        width: 100%;
        height: 100%;
        display: block;
        transition: .5s border;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem
    }

        .esign-uploadbox .innerbox p {
            color: #c2c2c2;
            transition: .5s color
        }

a {
    color: #0366d6;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #69B75C;
    border-color: #00884B
}

.border-top {
    border-top: 1px solid #e5e5e5
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.05)
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit
}

footer {
    padding: 2rem;
    background-color: #00884B;
    color: #fff
}

    footer ul {
        list-style: none;
        padding-left: 0
    }

    footer h3 {
        font-size: 1.5rem;
        letter-spacing: 0;
        color: #fff;
        margin-bottom: 1rem
    }

    footer a {
        color: #fff
    }

    footer p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5rem
    }

.mydocsontime_logo {
    padding: 8px;
    /*background-color: #fff;*/
    width: 250px
}

.mydocsontime_logo_header {
    padding: 5px;
    width: 150px
}

footer .logo {
    width: 150px
}

footer .social {
    max-width: 24px;
    margin-right: 5px
}


/* media */

@media(min-width:768px) {
    html {
        font-size: 16px
    }

    .hero h1 {
        font-size: 4.5rem
    }

    .description h2 {
        font-size: 3.8rem
    }

    .description h3 {
        font-size: 1.6rem
    }
}

@media(max-width: 576px) {
    .mydocsontime_logo_header {
        padding: 5px;
        width: 120px
    }
}

@media(max-width: 1200px) {
    h1.jumbo {
        font-size: 2.5em;
    }
    .navbar-nav {
        flex-direction: row;
    }
}

@media(max-width: 991px) {
    h1.jumbo {
        font-size: 1.8em;
    }
}

@media(min-height:600px) and (max-height: 800px) {
    .esign-uploadbox img {
        width: 5rem;
        margin-bottom: 1rem;
        margin-top: 0em;
    }

    .esign-uploadbox {
        height: 60vH;
    }
}

/** DataTable **/
div.dt-scroll-body {
    border-bottom-color: #d9dee3 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
}

div.dt-scroll-body {
    height: auto !important;
}

.lb-data .lb-caption {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1em !important;
}

.group-header {
    font-weight: 500;
    font-size: 1.1rem;
}

.sub-header {
    background-color: #f8f9fa;
    font-weight: bold;
}

.dataTable.table th {
    /*text-transform: uppercase;*/
    font-size: .8125rem;
    letter-spacing: .2px;
    color: #384551;
}

.table-wrapper {
    max-height: 400px; /* Altura máxima de la tabla con scroll */
    overflow-y: auto;
}

.table-thead {
    background-color: #f7f7f7;
    border: 1px solid #dfdfdf;
}

.td-id, .td-name, .td-email, .td-time, .td-data {
    font-size: 0.8rem;
    align-content: center;
    color: #002e5f !important;
    font-weight: 500;
    vertical-align: middle !important;
}

.td-status {
    font-size: 0.9rem;
    text-align: start;
    align-content: center;
    vertical-align: middle !important;
}

.td-badge {
    align-content: center;
    vertical-align: middle !important;
}

.td-image {
    align-content: center !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.td-btn {
    align-content: center !important;
    vertical-align: middle !important;
}

.td-cell {
    font-size: 0.9rem;
    align-content: center;
    color: #002e5f !important;
    font-weight: 500;
}


/** TimeLine **/
html:not([dir=rtl]) .border-left-dashed {
    border-left-style: dashed !important;
}

html:not([dir=rtl]) .border-right-dashed {
    border-right-style: dashed !important;
}

html:not([dir=rtl]) .border-solid {
    border-style: solid !important;
}

html:not([dir=rtl]) .border-dashed {
    border-style: dashed !important;
}

html:not([dir=rtl]) .border-none {
    border-style: none !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-bottom-dashed {
    border-color: #d9dee3 !important;
    border-width: 0px 0px 1px 0px !important;
    border-style: dashed !important;
}

.timeline {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
}

    .timeline .timeline-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

        .timeline .timeline-header > *:first-child {
            margin-right: 0.5rem;
        }

    .timeline .timeline-end-indicator {
        position: absolute;
        bottom: -1.6rem;
        left: -0.65rem;
    }

        .timeline .timeline-end-indicator i {
            font-size: 1.5rem;
            color: #d9dee3;
        }

    .timeline .timeline-item {
        position: relative;
        padding-left: 3rem;
    }

        .timeline .timeline-item .timeline-event {
            position: relative;
            top: -1rem;
            width: 100%;
            top: -0.85rem;
            min-height: 4rem;
            background-color: #fff;
            border-radius: 0.375rem;
            padding: 1.25rem 1.5rem 0.75rem;
        }

            .timeline .timeline-item .timeline-event:before {
                position: absolute;
                top: 0.75rem;
                left: 32px;
                right: 100%;
                width: 0;
                height: 0;
                border-top: 1rem solid transparent;
                border-right: 1rem solid;
                border-left: 0 solid;
                border-bottom: 1rem solid transparent;
                border-left-color: #fff;
                border-right-color: #fff;
                margin-left: -3rem;
                content: "";
            }

            .timeline .timeline-item .timeline-event.timeline-event-shadow {
                box-shadow: 0 0.5rem 1rem rgba(67, 89, 113, 0.075) !important;
            }

            .timeline .timeline-item .timeline-event .timeline-event-time {
                position: absolute;
                top: 1.1rem;
                font-size: 0.85rem;
                color: #a1acb8;
            }

        .timeline .timeline-item .timeline-indicator,
        .timeline .timeline-item .timeline-indicator-advanced {
            background-color: #f5f5f9;
            position: absolute;
            left: -0.75rem;
            top: 0;
            z-index: 2;
            height: 1.5rem;
            width: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border-radius: 50%;
            padding: 1rem 0 1rem 0;
        }

.card .timeline .timeline-item .timeline-indicator,
.card .timeline .timeline-item .timeline-indicator-advanced {
    background-color: #fff;
}

.timeline .timeline-item .timeline-indicator i,
.timeline .timeline-item .timeline-indicator-advanced i {
    color: #0d6efd;
}

.timeline .timeline-item .timeline-indicator-advanced {
    background-color: #fff;
    top: -0.1rem;
}

.timeline .timeline-item .timeline-point-wrapper {
    position: absolute;
    top: -0.5rem;
    left: -0.43rem;
    z-index: 2;
    display: block;
    height: 2.25rem;
    width: 2.25rem;
    background-color: #fff;
}

.timeline .timeline-item .timeline-point {
    position: absolute;
    left: 0;
    top: 0.75rem;
    z-index: 3;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 50%;
    background-color: #696cff;
}

.timeline .timeline-item.timeline-item-transparent .timeline-event {
    top: -1.4rem;
    background-color: transparent;
}

html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event {
    padding-left: 0;
}

.timeline .timeline-item.timeline-item-transparent .timeline-event.timeline-event-shadow {
    padding-left: 2rem;
}

.timeline .timeline-item.timeline-item-transparent .timeline-event:before {
    display: none;
}

.timeline.timeline-center:before {
    left: 50%;
    height: 97%;
}

.timeline.timeline-center:after {
    left: 50%;
    margin-left: -0.55rem;
}

.timeline.timeline-center .timeline-end-indicator {
    bottom: -1.4rem;
    left: 50%;
    margin-left: 0.55rem;
}

.timeline.timeline-center .timeline-item {
    width: 50%;
    clear: both;
}

    .timeline.timeline-center .timeline-item.timeline-item-left, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) {
        float: left;
        padding-left: 0;
        padding-right: 3rem;
        left: 0px;
        padding-bottom: 3rem;
        border-left: 0;
        border-right: 1px solid #d9dee3;
    }

        .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
            right: -10.2rem;
        }

        .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
            right: -15px;
            left: auto;
            border-left-width: 16px;
            border-right-width: 0;
        }

        .timeline.timeline-center .timeline-item.timeline-item-left .timeline-point-wrapper, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-point-wrapper {
            left: 100%;
        }

    .timeline.timeline-center .timeline-item.timeline-item-right, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) {
        float: right;
        right: 1px;
        padding-left: 3rem;
        padding-bottom: 3rem;
        border-left: 1px solid #d9dee3;
    }

        .timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
            left: -10.2rem;
        }

        .timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-point-wrapper, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-point-wrapper {
            left: 0;
        }

    .timeline.timeline-center .timeline-item .timeline-point-wrapper {
        left: 50%;
        margin-left: -0.6875rem;
    }

    .timeline.timeline-center .timeline-item .timeline-point-indicator {
        left: 50%;
        margin-left: -0.3125rem;
    }

.timeline.timeline-advance .timeline-item .timeline-event:before, .timeline.timeline-advance .timeline-item .timeline-event:after {
    border: transparent;
}

html:not([dir=rtl]) .timeline-item {
    border-left: 1px solid #d9dee3;
}

@media (min-width: 768px) {
    .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
        left: calc(100% - 1.5rem / 2);
    }

    .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:after, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:after {
        transform: rotate(180deg);
        right: -16px;
        left: auto;
    }
}

@media (max-width: 767.98px) {
    .timeline.timeline-center:before {
        left: 1rem;
    }

    .timeline.timeline-center:after {
        left: 0;
    }

    .timeline.timeline-center .timeline-end-indicator {
        left: -2px;
    }

    .timeline.timeline-center .timeline-item {
        border-right: 0 !important;
        left: 0rem;
        float: left !important;
        width: 100%;
        padding-left: 3rem !important;
        padding-right: 0 !important;
        border-right: 0 !important;
    }

        .timeline.timeline-center .timeline-item:not(:last-child) {
            border-left: 1px solid #d9dee3 !important;
        }

        .timeline.timeline-center .timeline-item:not(:last-child) {
            border-left: 1px solid #d9dee3 !important;
        }

        .timeline.timeline-center .timeline-item .timeline-event:before {
            right: 100% !important;
            border-right-width: 1rem !important;
            border-left-width: 0 !important;
        }

        .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
            top: -1.4rem;
            left: 0 !important;
            right: auto !important;
        }

        .timeline.timeline-center .timeline-item .timeline-point-wrapper {
            left: -0.7rem !important;
            margin-left: 0 !important;
        }

        .timeline.timeline-center .timeline-item .timeline-point-indicator {
            left: 0 !important;
            margin-left: -0.3125rem !important;
        }
}

@media (max-width: 575.98px) {
    .timeline .timeline-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 991.33px) {
    .timeline-event .mb2 {
        margin-bottom: 0.5rem !important;
    }
}

.timeline .timeline-item-secondary .timeline-event {
    background-color: rgba(133, 146, 163, 0.1);
}

    .timeline .timeline-item-secondary .timeline-event:before {
        border-left-color: rgba(133, 146, 163, 0.1) !important;
        border-right-color: rgba(133, 146, 163, 0.1) !important;
    }

.timeline .timeline-point-secondary {
    background-color: #8592a3 !important;
    box-shadow: 0 0 0 0.1875rem rgba(133, 146, 163, 0.16);
}

.timeline .timeline-indicator-secondary {
    border-color: #8592a3 !important;
}

    .timeline .timeline-indicator-secondary i {
        color: #8592a3 !important;
    }

.timeline .timeline-item-primary .timeline-event {
    background-color: rgba(13, 110, 253, 0.1);
}

    .timeline .timeline-item-primary .timeline-event:before {
        border-left-color: rgba(13, 110, 253, 0.1) !important;
        border-right-color: rgba(13, 110, 253, 0.1) !important;
    }

.timeline .timeline-item-success .timeline-event {
    background-color: rgba(113, 221, 55, 0.2);
}

    .timeline .timeline-item-success .timeline-event:before {
        border-left-color: rgba(113, 221, 55, 0.2) !important;
        border-right-color: rgba(113, 221, 55, 0.2) !important;
    }

.timeline .timeline-point-success {
    background-color: #71dd37 !important;
    box-shadow: 0 0 0 0.1875rem rgba(113, 221, 55, 0.16);
}

.timeline .timeline-indicator-success {
    border-color: #71dd37 !important;
}

    .timeline .timeline-indicator-success i {
        color: #198754 !important;
    }

.timeline .timeline-item-info .timeline-event {
    background-color: rgba(3, 195, 236, 0.1);
}

    .timeline .timeline-item-info .timeline-event:before {
        border-left-color: rgba(3, 195, 236, 0.1) !important;
        border-right-color: rgba(3, 195, 236, 0.1) !important;
    }

.timeline .timeline-point-info {
    background-color: #03c3ec !important;
    box-shadow: 0 0 0 0.1875rem rgba(3, 195, 236, 0.16);
}

.timeline .timeline-indicator-info {
    border-color: #0dcaf0 !important;
}

    .timeline .timeline-indicator-info i {
        color: #03c3ec !important;
    }

.timeline .timeline-item-warning .timeline-event {
    background-color: rgba(255, 171, 0, 0.1);
}

    .timeline .timeline-item-warning .timeline-event:before {
        border-left-color: rgba(255, 171, 0, 0.1) !important;
        border-right-color: rgba(255, 171, 0, 0.1) !important;
    }

.timeline .timeline-point-warning {
    background-color: #ffab00 !important;
    box-shadow: 0 0 0 0.1875rem rgba(255, 171, 0, 0.16);
}

.timeline .timeline-indicator-warning {
    border-color: #ffc107 !important;
}

    .timeline .timeline-indicator-warning i {
        color: #ffab00 !important;
    }

.timeline .timeline-item-danger .timeline-event {
    background-color: rgba(255, 62, 29, 0.1);
}

    .timeline .timeline-item-danger .timeline-event:before {
        border-left-color: rgba(255, 62, 29, 0.1) !important;
        border-right-color: rgba(255, 62, 29, 0.1) !important;
    }

.timeline .timeline-point-danger {
    background-color: #ff3e1d !important;
    box-shadow: 0 0 0 0.1875rem rgba(255, 62, 29, 0.16);
}

.timeline .timeline-indicator-danger {
    border-color: #dc3545 !important;
}

    .timeline .timeline-indicator-danger i {
        color: #ff3e1d !important;
    }

.timeline .timeline-item-dark .timeline-event {
    background-color: rgba(35, 52, 70, 0.1);
}

    .timeline .timeline-item-dark .timeline-event:before {
        border-left-color: rgba(35, 52, 70, 0.1) !important;
        border-right-color: rgba(35, 52, 70, 0.1) !important;
    }

.timeline .timeline-point-dark {
    background-color: #233446 !important;
    box-shadow: 0 0 0 0.1875rem rgba(35, 52, 70, 0.16);
}

.timeline .timeline-indicator-dark {
    border-color: #212529 !important;
}

    .timeline .timeline-indicator-dark i {
        color: #233446 !important;
    }

.timeline .timeline-item-gray .timeline-event {
    background-color: rgba(67, 89, 113, 0.1);
}

    .timeline .timeline-item-gray .timeline-event:before {
        border-left-color: rgba(67, 89, 113, 0.1) !important;
        border-right-color: rgba(67, 89, 113, 0.1) !important;
    }

.timeline .timeline-point-gray {
    background-color: rgba(67, 89, 113, 0.1) !important;
    box-shadow: 0 0 0 0.1875rem rgba(67, 89, 113, 0.16);
}

.timeline .timeline-indicator-gray {
    border-color: rgba(67, 89, 113, 0.1) !important;
}

    .timeline .timeline-indicator-gray i {
        color: rgba(67, 89, 113, 0.1) !important;
    }

/** Avatar **/
.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
}

    .avatar img {
        width: 100%;
        height: 100%;
    }

    .avatar .avatar-initial {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #8592a3;
        font-weight: 500;
    }

    .avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 3px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        box-shadow: 0 0 0 2px #fff;
    }

    .avatar.avatar-online:after {
        background-color: #71dd37;
    }

    .avatar.avatar-offline:after {
        background-color: #8592a3;
    }

    .avatar.avatar-away:after {
        background-color: #ffab00;
    }

    .avatar.avatar-busy:after {
        background-color: #ff3e1d;
    }

.avatar-xs {
    width: 1.625rem;
    height: 1.625rem;
}

    .avatar-xs .avatar-initial {
        font-size: 0.625rem;
    }

    .avatar-xs.avatar-online:after, .avatar-xs.avatar-offline:after, .avatar-xs.avatar-away:after, .avatar-xs.avatar-busy:after {
        width: 0.325rem;
        height: 0.325rem;
        right: 1px;
    }

.avatar-sm {
    width: 2rem;
    height: 2rem;
}

    .avatar-sm .avatar-initial {
        font-size: 0.75rem;
    }

    .avatar-sm.avatar-online:after, .avatar-sm.avatar-offline:after, .avatar-sm.avatar-away:after, .avatar-sm.avatar-busy:after {
        width: 0.4rem;
        height: 0.4rem;
        right: 2px;
    }

.avatar-md {
    width: 3rem;
    height: 3rem;
}

    .avatar-md .avatar-initial {
        font-size: 1.125rem;
    }

    .avatar-md.avatar-online:after, .avatar-md.avatar-offline:after, .avatar-md.avatar-away:after, .avatar-md.avatar-busy:after {
        width: 0.6rem;
        height: 0.6rem;
        right: 4px;
    }

.avatar-lg {
    width: 4rem;
    height: 4rem;
}

    .avatar-lg .avatar-initial {
        font-size: 1.5rem;
    }

    .avatar-lg.avatar-online:after, .avatar-lg.avatar-offline:after, .avatar-lg.avatar-away:after, .avatar-lg.avatar-busy:after {
        width: 0.8rem;
        height: 0.8rem;
        right: 5px;
    }

.avatar-xl {
    width: 4.5rem;
    height: 4.5rem;
}

    .avatar-xl .avatar-initial {
        font-size: 1.875rem;
    }

    .avatar-xl.avatar-online:after, .avatar-xl.avatar-offline:after, .avatar-xl.avatar-away:after, .avatar-xl.avatar-busy:after {
        width: 0.9rem;
        height: 0.9rem;
        right: 6px;
    }

.avatar-group .avatar {
    transition: all 0.25s ease;
}

    .avatar-group .avatar img,
    .avatar-group .avatar .avatar-initial {
        border: 2px solid #fff;
    }

    .avatar-group .avatar .avatar-initial {
        background-color: #9da8b5;
    }

    .avatar-group .avatar:hover {
        z-index: 30;
        transition: all 0.25s ease;
    }

.avatar-group .avatar {
    margin-left: -0.8rem;
}

    .avatar-group .avatar:first-child {
        margin-left: 0;
    }

.avatar-group .avatar-xs {
    margin-left: -0.65rem;
}

.avatar-group .avatar-sm {
    margin-left: -0.75rem;
}

.avatar-group .avatar-md {
    margin-left: -0.9rem;
}

.avatar-group .avatar-lg {
    margin-left: -1.5rem;
}

.avatar-group .avatar-xl {
    margin-left: -1.75rem;
}

/** Font Weight **/

.fw-100 {
    font-weight:100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

@media (min-width: 1400px) and (max-width: 2560px) {
    #PreviewEnvelopePsc {
        width: 72.9%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #PreviewEnvelopePsc {
        width: 86.7%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #PreviewEnvelopePsc {
        width: 100%;
    }
}