.verified-icon {
    position: absolute;
    right: 5px;
    top: -5px;
    height: 40px;
}
table tr[data-url] {
    cursor: pointer;
}
.me-2 {
    margin-right: 0.5rem!important;
}
.dropdown-menu .fa {
    font-size: 18px
}
.dropdown-customer {
    border: 0;
    border-top: 4px solid #097ddb;
    border-radius: 0 0 2px 2px;
    top: 5px !important;
    padding: 0;
    box-shadow: 0 0 36px 0 rgb(0 18 35 / 6%);
    padding-top: 8px;
    padding-bottom: 8px;
    width: 225px
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fal, .far {
    font-family: "Font Awesome 6 Pro";
}
table tr[data-url] {
    cursor: pointer;
}
.welcome a {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    color: #787da7;
    font-size: 13px;
    text-decoration: none;
}
.welcome a.profile-admin:after {
    position: absolute;
    right: 4px;
    top: 2px;
    content: '';
    background: #d4dbe085;
    height: 14px;
    width: 1px;
}
#page-banner {
    position: relative;
    background-color: #191e23;
    background-image: url(../img/none.png);
    background-position: 0 123px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    overflow: hidden;
}
#page-banner .decorative-1 {
    position: absolute;
    left: -399px;
    top: 66px;
    width: 100%;
    height: 550px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.10407913165266103) 0%, rgba(255,255,255,0.020045518207282953) 100%);
    transform: rotate(191deg);
    opacity: 0.6;
    /* animation: spin 30s infinite linear; */
}
#page-banner .decorative-2 {
    left: 310px;
    top: 50px;
    width: 1600px;
    height: 500px;
    /* animation: spin 60s infinite linear; */
}
#page-banner .decorative-2 {
    position: absolute;
    left: -89px;
    top: 100px;
    width: 100%;
    height: 550px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.10407913165266103) 0%, rgba(255,255,255,0.020045518207282953) 100%);
    transform: rotate(15deg);
    opacity: 0.4;
    /* animation: spin 30s infinite linear; */
}
.heroEffect::before, .heroFlat::before {
    background-color: #f3f7fe;
    height: 398px !important;
}
.menu-list ul li {
    width: 12.4%;
}

.tickets-summary thead:first-child tr {
    border-bottom: 1px solid #eff2f7;
}

/**
 * General
 */

a:hover {
    color: #373D70;
}

.clientarea__panel {
    border-radius: 5px;
}

.fs-14 {
    font-size: 14px;
}

.fs-24 {
    font-size: 24px;
}

.fw-medium {
    font-weight: 500;
}

.float-right {
    float: right;
}

.clientarea__wrap {
    padding: 0;
    overflow: unset;
}

.opacity-100 {
    opacity: 1 !important;
}

.opacity-75 {
    opacity: .75 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-25 {
    opacity: .25 !important;
}

.modal-content {
    border: 0
}

/**
 * Alerts
 */
.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.alert-warning {
    background: #fff5e6;
    color: #FF9910;
}

.alert-info {
    background: #EBEAFB;
    color: #4F46E5;
}

.alert-success {
    background: #ebf9e9;
    color: #41C826;
}

.alert-danger {
    background: #ffe8e9;
    color: #F92323;
}

/**
 * Buttons
 */

.jemars-btn {
    display: inline-block;
    color: white !important;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none !important;
    border: 0;
}

.jemars-btn-sm {
    font-size: 11px;
    padding: 6px 12px;
    font-weight: 400;
}

.jemars-btn.primary {
    background: #1c65ff;
}

.jemars-btn.secondary {
    background: #373D70;
}

.jemars-btn.info {
    background: #4F46E5;
}

.jemars-btn.white {
    color: #373D70 !important;
    background: #ffffff;
}

.jemars-btn.success {
    background: #41C826;
}

.jemars-btn.disabled, .jemars-btn:disabled {
    pointer-events: none;
    opacity: .65;
}

/**
 * Dropdown
 */

.jemars-dropdown ul {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-top: 4px !important;
}
.jemars-dropdown li a {
    font-size: 14px;
}

.clientarea-head {
    padding-top: 140px;
}

.clientarea-head .info-container {
    background: #373D70;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px;
    margin-top: 36px;
}

.clientarea-head .hello {
    color: #787DA7;
    font-size: 14px;
    font-weight: 500;
}

.clientarea-head .full-name {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.clientarea-head .my-account {
    display: block;
    border: 0;
    background-color: white !important;
    color: #373d70 !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: none !important;
    padding: 8px 16px;
    text-transform: uppercase;
}

.clientarea-head .dropdown-toggle::after {
    display: none;
}

.clientarea-head .info-container .active {
    background: #3a6f55;
    color: #42c825;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 12px;
}

.clientarea-head .logout {
    background: #1c65ff;
    color: white;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.clientarea-head .page-title {
    width: fit-content;
    position: relative;
    color: #1d66ff;
    font-size: 50px;
    font-weight: 600;
    margin-left: 20px;
}

.clientarea-head .page-title::after {
    content: "";
    background-image: url('../img/title-line.svg');
    bottom: -4px;
    position: absolute;
    height: 20px;
    width: 190px;
    display: block;
    background-repeat: no-repeat;
    right: -40px;
}

.jemars-stepper .step {
    display: flex;
    align-items: center;
    color: #787da7;
    position: relative;
    padding: 0 20px;
    font-size: 15px;
}
.jemars-stepper .step.active {
    color: #1d66ff;
    font-weight: 500;
}
.jemars-stepper i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e1e8fd;
    margin-right: 4px;
}
.jemars-stepper .step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background-color: #cfd2e3;
}

.clientarea-head .summary {
    background: #F9FBFE;
    padding: 16px;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05);
}
.clientarea-head .info-card {
    background: white;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05);
    border-radius: 4px;
    height: 100% !important;
}

.clientarea-head .info-card .badge {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    flex-shrink: 0;
}

.clientarea-head .info-card.success .badge {
    background: #41C826;
}

.clientarea-head .info-card.warning .badge {
    background: #FF9910;
}

.clientarea-head .info-card.danger .badge {
    background: #F92323;
}

.clientarea-head .info-card.info .badge {
    background: #4F46E5;
}

.clientarea-head .info-card .title {
    color: #1E266D !important;
    font-size: 18px;
    font-weight: 500;
}

.clientarea-head .info-card .description {
    color: #787DA7 !important;
    font-size: 12px;
}

.clientarea-head .info-card .count {
    width: 64px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 20px;
    margin-left: 20px;
    flex-shrink: 0;
}

.clientarea-head .info-card .count.money {
    width: initial;
    padding: 0px 16px;
    font-size: 16px;
}

.clientarea-head .info-card.success .count {
    background: #ebf9e9;
    color: #41C826;
}

.clientarea-head .info-card.warning .count {
    background: #fff5e6;
    color: #FF9910;
}

.clientarea-head .info-card.info .count {
    background: #EBEAFB;
    color: #4F46E5;
}

.clientarea-head .info-card.danger .count {
    background: #ffe8e9;
    color: #F92323;
}

.clientarea-head .info-card .credit-btn {
    padding: 4px 16px;
}

/**
 * Menu
 */

.clientarea-head .general-menu {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.clientarea-head .general-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clientarea-head .general-menu li {
    position: relative;
    flex: 1 0 0;
    text-align: center !important;
    padding: 0;
    border-right: 1px solid #373d701c;
}

.clientarea-head .general-menu li:last-child {
    border-right: 0;
}

.clientarea-head .general-menu li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    color: #373D70;
    text-decoration: none !important;
}

.clientarea-head .general-menu li a:hover {
    background-color: #373d700a;
}

.clientarea-head ul li a span {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.clientarea-head  ul li a i {
    display: block;
    font-size: 28px;
    margin-bottom: 2px;
    color: #373D70;
}

@media (max-width: 1300px) {
    .clientarea-head {
        padding-top: 24px;
    }
}

@media (max-width: 1270px) {
    .clientarea-head .general-menu ul>li {
        flex: 0 0 25%;
        width: 25%;
        border-bottom: 1px solid #373d701c;
    }
}

@media (max-width: 576px) {
    .clientarea-head .general-menu ul>li {
        flex: 0 0 50%;
        width: 50%;
    }

    .clientarea-head .page-title {
        font-size: 40px;
    }
}

.clientarea-head .breadcrumb {
    margin-bottom: 12px;
    padding: 0px;
    background: none;
    font-size: 14px;
}

.clientarea-head .breadcrumb a {
    text-decoration: none !important;
}

.clientarea-head .breadcrumb a:hover {
    color: #1E266D;
}

/**
 * Panel
 */

.clientarea__panel {
    background: #F9FBFE;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.clientarea__panel_title {
    background: #373d70;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.clientarea__panel_body {
    border-top: 0;
}

.clientarea__panel_body td {
    border-color: #eff2f7;
}

.clientarea__panel_body tr:last-child td {
    border: 0;
}

.clientarea__panel .customer-name {
    text-transform: capitalize;
    font-weight: 500;
    color: #373d70;
    padding: 12px;
}

.tickets-summary td, .tickets-summary th {
    padding: 8px
}

/**
 * Badge Colors
 */

.clientarea__wrap .table td span.badge {
    font-weight: 500;
    padding: 6px 12px;
}

.badge-status-pending, .badge-status-in-progress {
    background-color: #ffe9ea;
    color: #f82323;
}
.badge-status-pendingRegistration, .badge-status-redemption, .badge-status-grace {
    color: #f60;
    background: #ff66001c;
}
.badge-status-active, .badge-status-completed, .badge-status-open {
    background-color: #ebf9e9;
    color: #41C826;
}
.badge-status-suspended, .badge-status-pendingTransfer, .badge-status-customer-reply {
    background-color: #fff5e6;
    color: #ff9911;
}
.badge-status-terminated, .badge-status-answered {
    background-color: #E5E7EB;
    color: #111827;
}
.badge-status-cancelled, .badge-status-closed {
    background-color: #F4F4F5;
    color: #6B7280;
}
.badge-status-fraud {
    background-color: #ebe5e5;
    color: #271111;
}
.badge-status-expired, .badge-status-transferredAway, .badge-status-on-hold {
    color: #004258;
    background: #0042581a;
}

/**
 * Invoice Colors
 */

.invoice-paid-bg {
    background-color: #f6fff2;
}
.invoice-unpaid-bg {
    background-color: #fff2f2;
}
.invoice-normal-bg {
    background-color: #fff;
}

/**
 * Support Ticket
 */
.support-ticket-card-empty {
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 60px;
    text-align: center;
}

.support-ticket-card {
    height: 184px;
}

.h-184 {
    height: 184px;
}

.support-ticket-card-empty i {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 150px;
    color: #373d700f;
}

/**
 * Form Selector
 */
.form-select-filter-container {
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: none !important;
    text-transform: uppercase;
}

.form-select-filter-container a {
    font-size: 12px;
    color: #576879;
}

.form-select-filter {
    width: initial;
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    margin-left: 6px;
    color: #373d70 !important;
    text-transform: uppercase;
}
.form-select-filter:focus {
    box-shadow: none;
    background-color: #f3f7fe;
}

/**
 * Jemars DataTable
 */

.jemarsDataTable .mobile-icon {
    display: none;
}

@media (max-width: 768px) {

    .clientarea__wrap .table th {
        padding: 12px;
    }

    .clientarea__wrap .table td:first-child {
        padding-left: 12px;
    }

    .clientarea__wrap .table td:last-child {
        padding-right: 12px;
    }

    .jemarsDataTable {
        display: block
    }

    .jemarsDataTable thead {
        display: none;
    }

    .jemarsDataTable tbody {
        display: block;
    }

    .jemarsDataTable tbody tr {
        display: block;
        border: 1px solid rgba(102,112,147,0.2);
        border-radius: 4px;
        margin-top: 8px;
        padding: 12px;
        text-align: center !important;
        font-size: 0;
        margin: 12px;
    }

    .jemarsDataTable tbody tr:first-child {
        margin-top: 12px;
    }

    .jemarsDataTable tbody tr td {
        font-size: 12px !important;
        display: flex;
        align-items: center;
        text-align: center !important;
        border: 0 !important;
        padding: 0 !important;
        line-height: 2 !important;
        justify-content: center;
    }

    .jemarsDataTable tbody tr td:first-child {
        border: 0;
    }

    .jemarsDataTable tbody tr td:before {
        display: none
    }

    .jemarsDataTable tbody tr td.tleft {
        text-align: center !important
    }

    .jemarsDataTable>.foot {
        text-align: center !important
    }

    .jemarsDataTable .btn {
        min-width: initial !important;
    }

    .jemarsDataTable .mobile-icon {
        display: initial;
    }

    .jemarsDataTable div.dataTables_wrapper div.dataTables_info {
        white-space: unset;
    }

    .jemarsDataTable div.dataTables_wrapper div.dataTables_paginate {
        margin-top: -16px !important;
        margin-bottom: 16px;
    }
    .jemarsDataTable div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }

    .jemarsDataTable .mobile-row {
        background-color: red;
    }
}

/**
 * Support Tickets
 */

.announcement-single {
    border: 1px solid #e9eaef;
    padding: 20px;
    margin: 16px;
    background: #f3f7fe;
    border-radius: 4px;
}

.announcement-single .ann-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #373d70;
    text-decoration: none;
}

.announcement-single p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.announcement-single .article-items {
    font-size: 14px;
}
.announcement-single .btn-primary {
    height: auto;
    min-height: auto;
    padding: 6px 15px;
    font-size: 14px;
    float: right;
    display: inline-block;
}

.page-item.active .page-link {
    background-color: #373d70;
    border-color: #373d70;
}

.page-link {
    color: #373d70;
}
.page-link:focus {
    box-shadow: none;
}
.page-link:hover {
    color: #373d70;
}

/**
 * Affiliates
 */
.affiliate-stat {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
}

.affiliate-stat i {
    font-size: 4em;
}

.affiliate-stat span {
    display: block;
    text-align: center;
    font-size: 50px;
}

/**
 * Support Ticket
 */

.support-ticket-departments .col-md-4 {
    margin-bottom: 20px;
}

.support-ticket-departments .col-md-4:hover {
    cursor: pointer;
}

.support-ticket-department {
    background-color: #ffffff;
    padding: 16px 20px;
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .05);
    border-radius: 4px;
    height: 100%;
}

.support-ticket-department .h5 a {
    color: #373d70;
}

.support-ticket-department i {
    color: #373d70;
    font-size: 30px;
}

.support-ticket-form-fields .form-group {
    margin-bottom: 16px;
}
.support-ticket-form-fields .recaptcha div:first-child {
    width: initial;
}

/**
 * Markdown Editor
 */

.md-editor {
    display: block;
    border: 1px solid #ddd
}

.md-editor .md-footer,.md-editor>.md-header {
    display: block;
    padding: 6px 4px;
    background: #f5f5f5
}

.md-editor>.md-header {
    margin: 0
}

.md-editor>.md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    overflow: auto
}

.md-editor>textarea {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 14px;
    outline: 0;
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #eee
}

.md-editor>textarea:focus {
    box-shadow: none;
    background: #fff
}

.md-editor.active {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.md-editor .md-controls {
    float: right;
    padding: 3px
}

.md-editor .md-controls .md-control {
    right: 5px;
    color: #bebebe;
    padding: 3px 3px 3px 10px
}

.md-editor .md-controls .md-control:hover {
    color: #333
}

.md-editor.md-fullscreen-mode {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 60px 30px 15px;
    background: #fff!important;
    border: 0!important
}

.md-editor.md-fullscreen-mode .md-footer {
    display: none
}

.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview {
    margin: 0 auto!important;
    height: 100%!important;
    font-size: 20px!important;
    padding: 20px!important;
    color: #999;
    line-height: 1.6em!important;
    resize: none!important;
    box-shadow: none!important;
    background: #fff!important;
    border: 0!important
}

.md-editor.md-fullscreen-mode .md-preview {
    color: #333;
    overflow: auto
}

.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover {
    color: #333;
    background: #fff!important
}

.md-editor.md-fullscreen-mode .md-header {
    background: 0 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 20px
}

.md-editor.md-fullscreen-mode .btn-group {
    float: none
}

.md-editor.md-fullscreen-mode .btn {
    border: 0;
    background: 0 0;
    color: #b3b3b3
}

.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover {
    box-shadow: none;
    color: #333
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 1002;
    display: block
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
    color: #b3b3b3;
    clear: right;
    margin: 10px;
    width: 30px;
    height: 30px;
    text-align: center
}

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
    color: #333;
    text-decoration: none
}

.md-editor.md-fullscreen-mode .md-editor {
    height: 100%!important;
    position: relative
}

.md-editor .md-fullscreen-controls {
    display: none
}

.md-nooverflow {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.md-editor {
    border: 1px solid #ddd;
    border-radius: 3px
}

.md-editor>.btn-toolbar {
    background-color: #fff!important
}

.md-editor>.btn-toolbar .hidden {
    display: none!important
}

.md-editor>.md-preview,.md-editor>textarea.markdown-editor {
    padding: 15px!important;
    border-top: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    background-color: #fff!important
}

div.md-editor.active {
    display: block;
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none
}

.markdown-editor-status {
    padding: 2px 10px;
    font-size: 9pt;
    color: #959694;
    text-align: right
}

.small-font {
    font-size: .9em
}

.markdown-content h1,.md-preview h1 {
    font-size: 1.6em;
    color: #333
}

.markdown-content h2,.md-preview h2 {
    font-size: 1.4em;
    color: #333
}

.markdown-content h3,.md-preview h3 {
    font-size: 1.2em;
    color: #333
}

.markdown-content h4,.md-preview h4 {
    font-size: 1.1em;
    color: #333
}

.markdown-content pre,.md-preview pre {
    padding: 15px;
    background-color: #444;
    color: #f8f8f8;
    border: 0
}

.markdown-content pre code,.md-preview pre code {
    white-space: pre;
    word-break: normal;
    word-wrap: normal
}

.markdown-content blockquote,.md-preview blockquote {
    font-size: 1em;
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

.markdown-content table,.md-preview table {
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #ddd
}

.markdown-content table>thead>tr>th,.md-preview table>thead>tr>th {
    padding: 4px 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-weight: 700;
    text-align: center
}

.markdown-content table>tbody>tr>td,.md-preview table>tbody>tr>td {
    padding: 3px 8px;
    border: 1px solid #ddd
}

.md-editor .btn,.md-editor .btn:hover {
    color: #373d70;
}

.md-editor .btn-primary {
    background-color: #373d70;
    border-color: #373d70;
    color: white !important;
}

/**
 * Custom File
 */

#btnTicketAttachmentsAdd {
    color: #373d70;
    font-size: 14px;
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
    font-size: 14px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #79a6d2;
    box-shadow: 0 0 0 .2rem rgba(51,102,153,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 14px !important;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

/**
 * Tickets
 */

.differenceItem__inner-title {
    font-size: 17px;
    font-weight: 600;
}

#ticket-container{
    height: 600px;
    overflow: scroll;
    border: 1px solid #f3f7fe;
    margin-bottom: 20px;
    box-shadow: 0 10px 48px rgba(0, 0, 0, .04);
    padding: 20px;
}

.ticket-reply {
    background: white;
    box-shadow: 0 10px 48px rgba(0, 0, 0, .04);
    padding: 16px;
    border-radius: 16px;
    width: 70%;
    margin-top: 20px;
    font-size: 14px;
    color: #373D70;
}

.ticket-reply.staff {
    border: 1px solid #373D70;
    background: #E4E8F4;
    border-bottom-left-radius: 0;
}

.ticket-reply .posted-by {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    font-size: 12px;
}

.ticket-reply.client {
    border-bottom-right-radius: 0px;
}

.view-ticket .attachments {
    border-top: 1px dashed #ddd;
    padding-top: 8px;
}

.view-ticket .attachment-list {
    list-style: none;
    margin: 10px 0 -10px 0;
    padding: 0
}

.view-ticket .attachment-list li {
    display: inline-block;
    width: 190px;
    vertical-align: top
}

.view-ticket .attachment-list li span {
    display: block;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px
}

.view-ticket .attachment-list li figure {
    margin: 0 0 5px 0;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 2em;
}

.view-ticket .attachment-list li a {
    color: #373d70;
}

.w-hidden {
    display: none;
}

/**
 * Card
 */

.panel-body {
    font-size: 14px;
}

.card {
    border: 0;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 25px -5px, rgb(0 0 0 / 0%) 0px 10px 10px -5px;
}

.card-header {
    background: #373d70;
    color: white;
    padding: 16px 10px;
}

.card-title {
    font-size: 16px;
}

.card-title i {
    font-size: 24px;
}

/**
 * Sidebar
 */
.product-detail-sidebar .sidebar-menu-item-wrapper {
    display: flex;
    flex-flow: row;
}

.product-detail-sidebar .list-group-item {
    color: #373d70;
    border-color: #e9eaef;
}

.product-detail-sidebar .list-group-item.active {
    background-color: #373d700a;
}

/**
 *  Dynamic cards
 */

#cPanelQuickEmailPanel .input-group-text {
    background: none;
    border: none;
    color: #373d70;
}

.btn-block {
    display: block;
    width: 100%;
}

/**
 * Product Details
 */

.data-list-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: 1px solid #dfdfdf;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.data-list-item .key {
    font-weight: 600;
}

.data-list-item .value {
    font-size: 14px
}

.data-list-item p {
    margin-bottom: 0;
}

/**
 * Details
 */

.client-detail-form .custom-select {
    height: 56px !important;
}

/**
 * Switch Account
 */

.switch-account a {
    border: 1px solid #b7c8fd;
    padding: 14px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s;
}

.switch-account:hover a {
    background: #eaf0fc;
    color: #1d66ff;
}

/**
 * Invoice Payment
 */

.invoice-summary-list {
    margin: 20px 0;
    max-height: 300px;
    overflow: auto;
}

.cc-payment-form .form-group {
    margin-bottom: 1rem;
}

.input-inline-100 {
    width: 100px;
}

.input-inline {
    display: inline-block;
}

.form-group .field-error-msg {
    display: none;
    font-size: .85em;
    color: #c00;
}

.icheckbox_square-blue,.iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square-blue {
    background-position: 0 0
}

.icheckbox_square-blue.hover {
    background-position: -24px 0
}

.icheckbox_square-blue.checked {
    background-position: -48px 0
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0
}

.iradio_square-blue {
    background-position: -120px 0
}

.iradio_square-blue.hover {
    background-position: -144px 0
}

.iradio_square-blue.checked {
    background-position: -168px 0
}

.iradio_square-blue.disabled {
    background-position: -192px 0;
    cursor: default
}

.iradio_square-blue.checked.disabled {
    background-position: -216px 0
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi),(min-resolution:1.25dppx) {
    .icheckbox_square-blue,.iradio_square-blue {
        background-image:url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

/**
 * Upgrade
 */

.table-no-border td {
    border: 0
}
