@import '_content/VC4.IMS.Blazor.Toolkit/VC4.IMS.Blazor.Toolkit.bundle.scp.css';

/* _content/VC4.IMS.Support.UI/Components/FilterAndStatus.razor.rz.scp.css */
.ticket-actions .list-group-item[b-49gzy2if3u] {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
/* _content/VC4.IMS.Support.UI/Components/ReleaseNotes/ReleaseNotesIMS.razor.rz.scp.css */
body[b-2kevgyi49e] {
    background: rgb(99, 39, 120)
}

.form-control:focus[b-2kevgyi49e] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-2kevgyi49e] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-2kevgyi49e] {
        background: #682773
    }

    .profile-button:focus[b-2kevgyi49e] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-2kevgyi49e] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-2kevgyi49e] {
    color: #682773;
    cursor: pointer
}

.labels[b-2kevgyi49e] {
    font-size: 11px
}

.add-experience:hover[b-2kevgyi49e] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
/* _content/VC4.IMS.Support.UI/Components/ReleaseNotes/ReleaseNotesSupport.razor.rz.scp.css */
body[b-fklhwmjhsg] {
    background: rgb(99, 39, 120)
}

.form-control:focus[b-fklhwmjhsg] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-fklhwmjhsg] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-fklhwmjhsg] {
        background: #682773
    }

    .profile-button:focus[b-fklhwmjhsg] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-fklhwmjhsg] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-fklhwmjhsg] {
    color: #682773;
    cursor: pointer
}

.labels[b-fklhwmjhsg] {
    font-size: 11px
}

.add-experience:hover[b-fklhwmjhsg] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
/* _content/VC4.IMS.Support.UI/Components/Ticket/TicketDetails.razor.rz.scp.css */
/*-------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */
.step-container[b-jiek7mgliz] {
    margin-top: 10px;
}

/* Steps */
.step[b-jiek7mgliz] {
    position: relative;
    min-height: 1em;
    color: gray;
}

    .step + .step[b-jiek7mgliz] {
        margin-top: 1.5em
    }

    .step > div:first-child[b-jiek7mgliz] {
        position: static;
        height: 0;
    }

    .step > div:not(:first-child)[b-jiek7mgliz] {
        margin-left: 1.5em;
        padding-left: 1em;
    }

    .step.step-active[b-jiek7mgliz] {
        color: #05263F;
    }

        .step.step-active .circle[b-jiek7mgliz] {
            background-color: #05263F;
        }

/* Circle */
.circle[b-jiek7mgliz] {
    background: gray;
    position: relative;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

    /* Vertical Line */
    .circle[b-jiek7mgliz]:after {
        content: ' ';
        position: absolute;
        display: block;
        top: 1px;
        right: 50%;
        bottom: 1px;
        left: 50%;
        height: 100%;
        width: 1px;
        transform: scale(1, 2);
        transform-origin: 50% -100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: -1;
    }

.step.step-active .circle[b-jiek7mgliz]:after {
    background-color: #05263F;
}

.step:last-child .circle[b-jiek7mgliz]:after {
    display: none
}

/* Stepper Titles */
.title[b-jiek7mgliz] {
    line-height: 1.75em;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-size: 1em;
}

.caption[b-jiek7mgliz] {
    font-size: 0.7em;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
/* _content/VC4.IMS.Support.UI/Components/Ticket/TicketMessages.razor.rz.scp.css */
body[b-1syof47ft2] {
    background: #ddd;
    margin-top: 10px;
}

.support-message-box[b-1syof47ft2] {
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.support-messages[b-1syof47ft2] {
    padding: 30px 15px
}

.support-message-avatar[b-1syof47ft2] {
    float: right
}

    .support-message-avatar .avatar[b-1syof47ft2] {
        width: 30px -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.3);
    }

.support-message-body[b-1syof47ft2] {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;    
}

    .support-message-body:first-child[b-1syof47ft2] {
        margin-top: 0
    }

.support-message-content[b-1syof47ft2] {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    font-size: 14px !important;
    background-color: #05263F;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    border-radius: 10px;
    word-wrap:anywhere;
}

    .support-message-content[b-1syof47ft2]:before {
        position: absolute;
        top: 10px;
        right: -10px;
        width: 0;
        height: 0;
        content: '';
        border: 5px solid transparent;
        border-left-color: #05263F;
    }

    .support-message-content > p:last-child[b-1syof47ft2] {
        margin-bottom: 0
    }

    .support-message-content + .support-message-content[b-1syof47ft2]:before {
        border-color: transparent
    }
/*===============================================================*/


.support-message-information-body[b-1syof47ft2] {
    display: block;
    margin: 10px 30px 0 0;
    overflow: hidden;
}

    .support-message-information-body:first-child[b-1syof47ft2] {
        margin-top: 0
    }

 /*normal*/
.support-message .support-message-information-body .support-message-information-content[b-1syof47ft2] {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: gray;
    font-size: 14px !important;
}
 /*left*/
.support-message-left .support-message-information-body .support-message-information-content[b-1syof47ft2] {
    position: relative;
    display: block;
    float: left;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: gray;
    font-size: 14px !important;
}

.support-message-information-content .support-message-information-time[b-1syof47ft2] {
    color: gray;
}

.support-message-information-body a[b-1syof47ft2] {
    color: gray;
}

.support-message-time[b-1syof47ft2] {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6)
}

.support-message-left .support-message-avatar[b-1syof47ft2] {
    float: left
}

.support-message-left .support-message-body[b-1syof47ft2] {
    margin-right: 0;
    margin-left: 30px

}

.support-message-left .support-message-content[b-1syof47ft2] {
    float: left;
    margin: 0 0 10px 20px;
    color: #05263F;
    background-color: #A3B7C9;
    border-right-color: #B9DDE2;
}

    .support-message-left .support-message-content[b-1syof47ft2]:before {
        right: auto;
        left: -10px;
        border-right-color: #A3B7C9;
        border-left-color: transparent
    }

    .support-message-left .support-message-content + .support-message-content[b-1syof47ft2]:before {
        border-color: transparent
    }

.support-message-left .support-message-time[b-1syof47ft2] {
    color: rgba(255, 255, 255, .6)
}

.panel-footer[b-1syof47ft2] {
    padding: 0 30px 15px;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.avatar img[b-1syof47ft2] {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
}

.support-message-avatar .avatar[b-1syof47ft2] {
    width: 30px;
}

.avatar[b-1syof47ft2] {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}
/* _content/VC4.IMS.Support.UI/Components/Ticket/TicketTitle.razor.rz.scp.css */
/*-------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */
.step-container[b-hfgiuh0pek] {
    margin-top: 10px;
}

/* Steps */
.step[b-hfgiuh0pek] {
    position: relative;
    min-height: 1em;
    color: gray;
}

    .step + .step[b-hfgiuh0pek] {
        margin-top: 1.5em
    }

    .step > div:first-child[b-hfgiuh0pek] {
        position: static;
        height: 0;
    }

    .step > div:not(:first-child)[b-hfgiuh0pek] {
        margin-left: 1.5em;
        padding-left: 1em;
    }

    .step.step-active[b-hfgiuh0pek] {
        color: #05263F;
    }

        .step.step-active .circle[b-hfgiuh0pek] {
            background-color: #05263F;
        }

/* Circle */
.circle[b-hfgiuh0pek] {
    background: gray;
    position: relative;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

    /* Vertical Line */
    .circle[b-hfgiuh0pek]:after {
        content: ' ';
        position: absolute;
        display: block;
        top: 1px;
        right: 50%;
        bottom: 1px;
        left: 50%;
        height: 100%;
        width: 1px;
        transform: scale(1, 2);
        transform-origin: 50% -100%;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: -1;
    }

.step.step-active .circle[b-hfgiuh0pek]:after {
    background-color: #05263F;
}

.step:last-child .circle[b-hfgiuh0pek]:after {
    display: none
}

/* Stepper Titles */
.title[b-hfgiuh0pek] {
    line-height: 1.75em;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-size: 1em;
}

.caption[b-hfgiuh0pek] {
    font-size: 0.7em;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
/* _content/VC4.IMS.Support.UI/Pages/Profile.razor.rz.scp.css */
body[b-znobvggjdh] {
    background: rgb(99, 39, 120)
}

.form-control:focus[b-znobvggjdh] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-znobvggjdh] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-znobvggjdh] {
        background: #682773
    }

    .profile-button:focus[b-znobvggjdh] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-znobvggjdh] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-znobvggjdh] {
    color: #682773;
    cursor: pointer
}

.labels[b-znobvggjdh] {
    font-size: 11px
}

.add-experience:hover[b-znobvggjdh] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
/* _content/VC4.IMS.Support.UI/Pages/ReleaseNotes.razor.rz.scp.css */
body[b-t38twcu5fr] {
    background: rgb(99, 39, 120)
}

.form-control:focus[b-t38twcu5fr] {
    box-shadow: none;
    border-color: #BA68C8
}

.profile-button[b-t38twcu5fr] {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none
}

    .profile-button:hover[b-t38twcu5fr] {
        background: #682773
    }

    .profile-button:focus[b-t38twcu5fr] {
        background: #682773;
        box-shadow: none
    }

    .profile-button:active[b-t38twcu5fr] {
        background: #682773;
        box-shadow: none
    }

.back:hover[b-t38twcu5fr] {
    color: #682773;
    cursor: pointer
}

.labels[b-t38twcu5fr] {
    font-size: 11px
}

.add-experience:hover[b-t38twcu5fr] {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}
/* _content/VC4.IMS.Support.UI/Pages/Ticket.razor.rz.scp.css */
/*.ticket-status {
    margin-bottom: 10px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 15px;
}

    .ticket-status li {
        list-style-type: none;
        font-size: 13px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
        color: #878788;
        text-align: center
    }

        .ticket-status li:first-child:before {
            margin-left: 15px !important;
            padding-left: 11px !important;
            text-align: left !important
        }

        .ticket-status li:last-child:before {
            margin-right: 5px !important;
            padding-right: 11px !important;
            text-align: right !important
        }

        .ticket-status li > div {
            color: #fff;
            width: 29px;
            text-align: center;
            line-height: 29px;
            display: block;
            font-size: 12px;
            background: #878788;
            border-radius: 50%;
            margin: auto
        }

        .ticket-status li:after {
            content: '';
            width: 150%;
            height: 2px;
            background: #878788;
            position: absolute;
            left: 0%;
            right: 0%;
            top: 15px;
            z-index: -1
        }

        .ticket-status li:first-child:after {
            left: 50%
        }

        .ticket-status li:last-child:after {
            left: 0% !important;
            width: 0% !important
        }

        .ticket-status li.active {
            font-weight: bold;
            color: #05263F
        }

            .ticket-status li.active > div {
                background: #05263F
            }

            .ticket-status li.active:after {
                background: #05263F
            }

.card-timeline {
    background-color: #fff;
    z-index: 0
}*/
/*_________________________________________________________________________________________________*/
/* Delete these base styles before copying and pasting into your CSS */

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */
/*.step {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
 
}

.v-stepper {
    position: relative;*/
    /*   visibility: visible; */
/*}*/


/* regular step */
/*.step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 20px;*/ /* +6 for border */
    /*height: 20px;
    display: inline-block;
}

.step .line {
    top: 23px;
    left: 12px;*/
    /*   height: 120px; */
    /*height: 100%;
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
    visibility: visible;
    background-color: rgb(6,150,215);
    border-color: rgb(6,150,215);
}

.step.completed .line {
    border-left: 3px solid rgb(6,150,215);
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(6,150,215);
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line {*/
    /*     visibility: hidden; */
    /*   height: 150%; */
    /*top: 0;
    height: 150%;
}


.step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;*/ /* behind the circle to completely hide */
/*}

.content {
    margin-left: 20px;
    display: inline-block;
}*/

/* _content/VC4.IMS.Support.UI/Shared/LoginLayout.razor.rz.scp.css */
.page[b-5hxekwa78k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav[b-5hxekwa78k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler[b-5hxekwa78k] {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler[b-5hxekwa78k] {
    color: transparent;
    border-color: transparent;
}

.navbar-brand[b-5hxekwa78k] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5hxekwa78k] {
        display: block;
    }

    .collapse[b-5hxekwa78k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-5hxekwa78k] {
    flex: 1;
}

.sidebar[b-5hxekwa78k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5hxekwa78k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row[b-5hxekwa78k]  a, .top-row .btn-link[b-5hxekwa78k] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5hxekwa78k] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5hxekwa78k] {
        display: none;
    }

    .top-row.auth[b-5hxekwa78k] {
        justify-content: space-between;
    }

    .top-row a[b-5hxekwa78k], .top-row .btn-link[b-5hxekwa78k] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5hxekwa78k] {
        flex-direction: row;
    }

    .sidebar[b-5hxekwa78k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5hxekwa78k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-5hxekwa78k] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/VC4.IMS.Support.UI/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.topnav {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-toggler {
    background-color: #05163C;
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-brand {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: block;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }
}

.main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 50%);
}




.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: left;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
