html,
body,
div.app {
    height: 100vh;
    width: 100vw;
}

.app {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    overflow: hidden;
}

.app-header {
    height: auto;
}

.app-container {
    display: flex;
    flex-direction: row;
    align-items: stretch !important;
    overflow: hidden;
    height: 100%;
}

.app-section.content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    position: relative;
}

button.navbar-toggler {
    color: black;
    font-size: 2em;
    border: none !important
}

.back-button {
    display: block;
    font-size: 2em;
    color: #adb5bd;
    padding-left: 9px;
    overflow: hidden;
    transition: all .7s ease-in;
    /* width: 33px; */
    /* padding-left: 4px; */
    flex: 0 0 33px;
    /* transition: flex .7s ease; */
}

.back-button.hide-back-button {
    flex: 0 0 0;
    /* margin: 0; */
    padding: 0;
}

.back-button.close {
    padding-left: 0;
    width: 0;
}

.btn.icon-text {
    color: white;
}

.card .card-body {
    padding: 10px 15px;
}

.card-profile {
    border-radius: 10px;
    /* border: 2px solid gold; */
}

.card-title {
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
    font-size: 1.2rem;
}

.content-wrapper {
    overflow: hidden;
    /* margin-top: 2.5rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    /* background: #c3bdbd; */
    background: #ebedf2;
    padding: 0;

    /* --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px !important; */
}

.content-wrapper.login {
    padding: 0;
}

#delete-account {
    color: white;
}

.code-red {
    color: #fd0c0c;
}

.code-green {
    color: #03ae03;
}

#error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

#error-page img {
    flex: 0 0 65%;
    min-width: 250px;
    max-width: 400px;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.input-required {
    color: red;
    font-weight: bold;
}

input {
    width: 90% !important;
}

i.upload.valid {
    color: green;
}

i.upload.validate {
    color: red;
}


.count-symbol {
    position: absolute;
    height: 30px !important;
    width: 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.nav-item .count-symbol {
    border-radius: 50%;
    top: 6px !important;
    right: 50px;
}

.count-indicator .count-symbol {
    right: -13px !important;
    top: 5px !important;
}

.mtz-form-group {
    margin-left: 20px;
}

/* Profile Pic ################################################### */
div.profile-pic {
    position: relative;
    width: 154px;
    height: 154px;
    border-radius: 15px;
    overflow: hidden;
}

div.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

div.profile-pic i {
    position: absolute;
    font-size: 1.5em;
    border: 1px solid white;
    padding: 8px;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    background-color: #0000004f;
    color: white;
    cursor: pointer;
}

div.profile-pic .progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-style: none !important;
    opacity: .5;
    margin: 0;
    border-radius: 20px;
}

.load-image {
    background-image: url("../images/bouncing_ball.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Progress Bar ################################################### */


.progress-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* max-width: 300px; */
}

.done {
    display: block;
    color: green;
}

.pending {
    display: none
}

/* ######################################################################### */

.form-control {
    padding: 5px 10px !important;
    color: black !important;
    font-family: "ubuntu-regular", sans-serif !important;
    font-size: 0.9rem !important;
}


.icon-text {
    font-size: 2em;
    color: #0000002b;
    /* color: #00000054; */
}

label.badge {
    text-transform: uppercase;
}

.hide {
    display: none !important;
}

/* Ordered Table ###################################### */

.ordered-table>li::marker {
    font-size: 1.5em;
    font-weight: bold;
}

.table-content {
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    align-items: center;
    margin-left: 15px;
    /* margin-bottom: 10px; */
}

.table-content span {
    flex: 1;
}

.table-content a>i {
    padding: 10px;
    margin-left: 10px;
    margin-right: 0;
}

/*  Notification ######################################## */

.error-message {
    color: #e55068;
    font-size: .9em;
}

.warning-message {
    color: #dcc23d;
}

.info-message {
    color: #6dae23;
}

.paper-style-error,
.paper-style-error i {
    background-color: #272d27;
    color: #fc5b5b;
    /* text-wrap: normal; */
}

.paper-style-success,
.paper-style-success i {
    background-color: #272d27;
    color: #76ff03;
    /* text-wrap: normal; */
}

.paper-style-info,
.paper-style-info i {
    background-color: #272d27;
    color: #76ff03;
}

.paper-style-info,
.paper-style-success {
    border-top: 2px solid #76ff03;
    border-bottom: 2px solid #76ff03;
}

.paper-style-error {
    border-top: 2px solid #fc5b5b;
    border-bottom: 2px solid #fc5b5b;
}

/* Certificate ########################################################### */
.cert-item {
    cursor: pointer;
}

/* Notification Page ###################################################### */
.message-read {
    color: #bdbdbd;
}

.message-unread {
    color: #ffc107;
}

#notifications .msg-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
    border-bottom: 1px solid #80808021;
    cursor: pointer;
}

#notifications .msg-item>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

#notifications .msg-time {
    display: block;
    font-size: .8em;
    opacity: .5;
    display: block;
    margin-top: 5px;
}

#notifications .msg-item i {
    font-size: 1.5em;
    margin-right: 15px;
}

.navbar {
    position: relative;
    box-shadow: none;
    /* background-color: #64dd17; */
}

.page {
    width: 100%;
    height: fit-content;
    padding: 10px;
}

.page .card {
    padding: 20px;
}

.page-wrapper {
    width: 100%;
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 900px;
    margin: 0 auto;
}

.page-row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-title {
    bottom: 0;
    position: absolute;
    width: 200px;
    padding: 5px 10px 0;
    color: white;
    /* background-color: #36be0399; */
    background: linear-gradient(to right, #dce6de, #0ecd07);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 2px solid #0080004a;
    border-bottom: 4px solid gold;
    z-index: 1;
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: .8em !important;
}

.page-header {
    position: relative;
    background: white;
    height: 40px;
    /* top: 70px; */
    width: 100%;
    /* max-width: 75%; */
    border-bottom: 2px solid gold;
    /* z-index: 12; */
    padding-left: 6px;
    margin: 0 !important;
}

.slide-out {
    margin-top: 80px;
    padding-top: 15px;
    overflow-y: scroll;
}

/* #sidebar.sidebar {
    overflow-y: scroll !important;
    box-shadow: none;
    padding-top: 40px;
} */

.slide-out .nav-profile-text {
    width: 100%;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
}

.slide-out .nav-profile-text span {
    line-height: normal;
}

.slide-out .user-view {
    margin: 0;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#fbfcfc), to(#53c157)) !important;
    background: linear-gradient(to right, #fbfcfc, #53c157) !important;
    border-bottom: 2px solid gold;
}

.slide-out .user-view>img {
    position: absolute;
    margin: 0;
    right: -35px;
    width: 70%;
    padding: 0;
    height: 100%;
    top: 0;
}

.slide-out .user-view a img {
    width: 90px !important;
    height: 90px !important;
    border: 1px solid #ffd900e1;
    padding: 5px;
    margin: 10px auto 15px;
    background-color: #d1d1d1;
}

.slide-out .nav-item.nav-profile {
    padding: 10px;
}


.sidebar .nav-link {
    /* height: auto; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.sidebar .nav .nav-item .nav-link {
    padding: 0;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    line-height: 3;
}

.stripe {
    background-color: #8080800a;
}

#splash-screen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/ShadowLogo.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 10000;
    background: white;
    overflow: hidden !important;
    letter-spacing: 1.5px;
}

ul {
    list-style-type: none;
}

/* .brand-logo {
    display: block !important;
    width: 205px !important;
}

.brand-logoi-mini {
    display: none !important;
} */

.magpie-brand-logo img {
    height: 50px !important;
    width: 200px !important;
    margin-left: 10px;
}

/* .nav-brand-wrapper{
    background-color: #64dd17;
}

footer {
    background-color: #80d8ff;
} */

.navbar-brand-wrapper {
    width: auto !important;
    height: 60px !important;
}

.navbar-menu-wrapper {
    flex: 1 !important;
    /* justify-content: space-between; */
    justify-content: flex-end;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.magpie-menu {
    border: none, !important;
    background: none !important;
    color: #80808080;
}

.menu-right {
    max-width: 260px;
    float: right;
    background-color: white;
    margin-top: -5px;
}

.menu-right-bg {
    width: 100%;
    background-color: #00000029;
}

.sidenav li {
    width: 100%;
}

button.sidenav-toggle:focus {
    background-color: none !important;
}

/* Loading Spinner */
#loading-spinner-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 10001 !important;
    background-color: rgb(0 0 0 / 63%);
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-spinner {
    display: block;
    /* float: right; */
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    animation: spin 2s linear infinite;
}

/* styles.css */
.fade-element {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.fade-element.visible {
    opacity: 1;
}

/* Shadows  */

.z-depth-4 {
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2) !important;
}


/* Payment Card ################################### */

div.payment.card {
    height: fit-content;
    margin: o auto;
}

ul.payment-info {
    padding: 10px 20px 0 20px;
    margin-bottom: 0;
}

ul.payment-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.payment-info li.subtotal {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

ul.payment-info li button {
    flex: 1 1 100px;
}

ul.payment-info li:last-child {
    margin-top: 10px;
    justify-content: flex-start;
}

ul.payment-info p {
    margin-bottom: 0;
}

ul.payment-info li p:last-child {
    font-size: 1.2em;
}

ul.payment-info li p:first-child {
    letter-spacing: 1px;
}

ul.payment-info .total-amount {
    margin-bottom: 10px;
}

ul.payment-info .total-amount .amount {
    display: flex;
    font-size: 1.3em;
    line-height: 1.2em;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    font-weight: 600;
}

ul.payment-info hr.divider {
    color: red;
    height: 2px;
    width: 100%;
}

ul.payment-info .request-subject {
    display: flex;
    flex-direction: column;
    color: #0d0c0c91;
}

ul.payment-info .request-subject span:first-child {
    text-transform: uppercase;
    letter-spacing: 2px;
}

ul.payment-info .request-subject span:last-child {
    font-size: .1.2em;
}

ul.payment-info .total-amount .amount span:first-child {
    font-size: .6em;
}

div.payment.card {
    width: 100%;
    max-width: 500px;
}

div.payment.card .card-body>div.row {
    margin-bottom: 5px;
}

.cost-info {
    width: 100%;
    padding: 10px 0 10px 20px;
    margin-left: 20px;
}

.cost-info>li {
    display: flex !important;
    width: 100%;
    justify-content: space-between !important;
}

.sub-total p:last-child {
    border-bottom: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
}

.get-rrr-code p {
    font-size: 1em;
}

/* Film Documentation Page ##################################### */

#film-synopsis {
    width: 95%;
    height: 150px;
}

/* Film Information ##############################################*/

.film-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.film-container .poster {
    flex: 1 1 300px;
}

.film-container .info {
    flex: 1 0 300px;
    margin-left: 25px;
}

.film-container .synopsis {
    letter-spacing: 1.3px;
    text-align: justify;
    flex: 1 0 300px;
}

.film-container .info li {
    padding: 3px 3px;
}

.film-container div:not(:first-child) {
    margin-left: 0;
}

#film-info .card-body h1 {
    color: #808080d9;
    font-size: 1.5em;
}

#film-info .card-body .film-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#film-info .card-body .film-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#film-info .card-body .film-title .badge {
    display: block;
    height: 25px;
    padding: 5px 10px;
    border-radius: 5px;
    width: auto;
    letter-spacing: 1.3px;
    padding-top: 7px;
}

#film-info .poster img {
    width: 100%;
}

.page-tabs {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.page-tabs button {
    color: white;
    flex: 1 1 200px
}

/* Footer ####################################################### */


footer {
    font-size: .7em !important;
    padding: 20px 1rem !important;
    background-color: white !important;
    border-top: 2px solid gold !important;
    z-index: 1000;
}

/* Modal Message Box ############################################### */

#messagebox,
#messagebox-prompt {
    z-index: 10003 !important;
}

#messagebox+.modal-overlay,
#messagebox-prompt+.modal-overlay {
    z-index: 10002 !important;
}

.message-modal {
    width: 80%;
    max-width: 500px;
    min-width: 300px;
    height: auto !important;
    z-index: 10001 !important;
    /* display: flex;
    flex-direction: column; */
}





.message-modal .msgbox-title {
    text-transform: uppercase;
    color: grey;
}

.message-modal .btn-small {
    min-width: 96px;
    margin-left: 5px !important;
}

.message-modal .modal-footer {
    height: auto;
}

.message-modal .message-container {
    display: flex;
    flex-wrap: nowrap;
}

.message-modal .message-container p {
    flex: 1;
}

.message-modal .message-container i {
    font-size: 4em;
}

/* Account ##########################################*/

.client-profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

/* .client-profile>div{
    flex: 1 1 100px;
} */

.client-profile .info {
    flex: 1 0 180px;
    overflow: hidden;
}

/* .client-profile .info li {
    padding: 0 10px;
} */

.client-profile>img {
    height: 154px;
    width: 154px;
}

.client-profile .status {
    display: flex;
    flex-direction: column;
}

div.info li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gold;
    padding: 10px 10px;
    margin: 0 40px 0 20px;
    flex-wrap: wrap;
    letter-spacing: 1.3px;
}

div.info li>span:first-child {
    flex: 2 1 100px;
    margin-right: 10px;
}

div.info li>span:last-child {
    flex: 2 1 150px;
    font-size: 1.1em;

}

.status img {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    margin-right: 15px;
}

.status p:first-child {
    font-size: .8em;
}

.status p.client-license-status {
    font-weight: bold;
    letter-spacing: 1.3px;
}

.table-requests {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.table-requests button {
    flex: 1 0 200px;
    margin: 10px !important;
    /* min-width: 200px; */
}

.request .card-body {
    padding: 1rem;
}

div.request td.title {
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

div.request td.action-button button {
    width: 100%;
}

.log-item,
.log-item * {
    cursor: pointer;
}

.row.documentation .film-poster {
    display: flex;
    flex-direction: column;

}

.row.documentation .film-poster button {
    width: 80%;
    margin: 0 auto;
}

.row.documentation .film-poster img {
    border: 2px solid #80808042;
    border-radius: 10px;
    padding: 5px 10px;
    object-fit: contain;
}

.table-requests button:last-child {
    margin-right: 0;
}

.log table i.mdi {
    font-size: 1.2em;
}

.form-group.upload-history {
    overflow-y: hidden;
    overflow-x: scroll;
}

/* Distributors info */
ul.required-items li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* SETTINGS ###################################################### */
.settings .warning {
    font-size: 2.8em;
    color: #fed713;
}

.settings .card-title i {
    color: #3e4b5b7a;
    font-size: 1.4em;
}

.settings .card-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: grey;
}

.input-padded {
    padding-left: 90px !important;
}

/* TOAST ########################################################## */


#toast-container {
    position: fixed;
    top: 50px;
    /* right: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 100000;
    padding-right: 10px;
    padding-left: 10px;
    width: fit-content;
    height: fit-content;
    min-width: 280px;
}

.toast-box {
    width: 100%;
    max-width: 500px;
    min-width: 250px;
    background-color: #616161;
    /* #272d27; */
    color: white;
    padding: 10px 15px;
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    gap: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: translateX(100%);
    animation: slideIn 0.3s ease forwards;
}

.toast-box i {
    font-size: 3em;
}

.toast-content {
    display: flex;
    flex-direction: column;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.toast-box.hide {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-box.success {
    color: #76ff03;
    border-top: 4px solid #76ff03;
    border-bottom: 4px solid #76ff03;
}

.toast-box.error {
    color: #fc5b5b;
    border-top: 4px solid #fc5b5b;
    border-bottom: 4px solid #fc5b5b;
}

.toast-box.warning {
    color: #ffc107;
    border-top: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    font-size: 0.87em;
}

div.no-info {
    display: flex;
    border-top: 3px solid #76ff03;
    border-bottom: 3px solid #76ff03;
    justify-content: center;
    align-items: center;
    height: 100px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #76ff0347;
    color: green;
}

div.no-info p {
    margin: 0 0 0 10px;
    font-size: 1.2em;
}

div.no-info i {
    font-size: 3em;
}

/* Slide OUt Menu */

.content-wrapper {
    padding-left: 300px;
}

/* Tab Container ################################################## */

#mytickets {
    position: relative;
}

#mytickets .fixed-action-btn {
    position: fixed;
    bottom: 70px;
}

/* form.ticket {
    display: flex !important;
    flex-direction: column;
    height: 100%;
} */

#mytickets .t-subject {
    width: 100%;
}

form.ticket .modal-content {
    max-height: 80% !important;
}

/* form.ticket .modal-footer {
    height: auto !important;
} */

form.ticket div.row {
    margin-bottom: 0 !important;
}

.card-body.tab-container {
    display: flex !important;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.tab-container .t-icon {
    width: 10px;
}

.tab-container .t-priority {
    width: 80px;
}

.tab-container .t-date {
    width: 100px;
}

.tab-container .t-status {
    width: 150px;
}

.tab-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 !important;
}

.tab-wrapper .tab-content {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0 !important;
}

.tab-wrapper>div:first-child {
    border-bottom: solid grey 1px;
    margin-right: 50px;
    margin-bottom: 20px;
    flex: 0;
}

.tab a {
    color: white !important;
    text-decoration: none !important;
}

.tab-wrapper .indicator {
    color: red !important;
    height: 4px !important;
}

.new-ticket.message-modal {
    height: 800px !important;
    max-width: 650px;
}

.ticket-title {
    margin-bottom: 30px;
    letter-spacing: 10px;
}

.closed-ticket-stamp {
    border: dashed, black 2px;
    text-align: center;
}

.closed-ticket-stamp span.date-closed {
    letter-spacing: 3px;
}

.new-ticket .btn-small {
    color: white !important;
}

.new-ticket .modal-footer {
    display: flex;
    flex-direction: column;
}

.modal-footer .ticket-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new-ticket .modal-footer .attached-files {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.delete-attached-file {
    line-height: 3px;
}

.new-ticket .modal-footer .attached-file-name {
    flex: 0 1 auto;
    margin-right: 10px;
    max-width: 150px;
    overflow: hidden;
    /* color: #80808078; */
}

.new-ticket .modal-footer p {
    margin: 0 5px 0 5px;
    flex: 1;
    text-align: left;
    color: #0000fffa;
    display: flex;
    align-items: center;
}

.ticket-details {
    margin-bottom: 15px;
}

.ticket-details p {
    margin: 8px 0;
    /* font-size: 16px; */
}

.ticket-details .subject {
    margin-bottom: 40px;
}

.ticket-details strong {
    display: inline-block;
    width: 130px;
    /* Align labels nicely */
    font-weight: 600;
}

.ticket-details span {
    margin-left: 5px;
    color: #333;
}

.ticket-log {
    border-top: solid .7px #80808063;
    padding-top: 10px;
}

.ticket-log p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.ticket-log .log-name {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
}

.ticket-log pre {
    overflow: hidden;
    /* Hides both horizontal and vertical scrollbars */
    white-space: pre-wrap;
    /* Allows long lines to wrap instead of overflowing */
    word-wrap: break-word;
    /* Ensures long words break instead of stretching */
}

.attached-file-name i {
    color: #80808078;
}


/* ################################################################### */

.blink {
    animation: fade 1000ms infinite;
    -webkit-animation: fade 1000ms infinite;
}

/* Animation ########################################################### */

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@media only screen and (max-width : 992px) {

    .content-wrapper {
        padding-left: 0;
    }
}


/* Animations ###################################################### */

/* @media (max-width: 406px) {
    .client-profile .info li {
        margin: 0;
    }
} */

@media (max-width: 724px) {
    .client-profile .info li {
        margin: 0;
        padding-left: 0;
    }
}

/* Animation */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* End Loading Spinner */