/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo svg {
    width: 38px;
    height: 20px;
}

.app-brand-text.demo {
    font-size: 1.25rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1.25rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 300px;
        position: relative;
    }

        #dropdown-variation-demo .btn-group .text-truncate::after {
            position: absolute;
            top: 45%;
            right: 0.65rem;
        }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.25rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1.25rem;
}


/*mr long*/
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
/*dragon add*/
h4.py-3.mb-4 {
    font-size: 20px;
}
.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    vertical-align: middle;
}
a.nav-link.btn.btn-text-secondary.rounded-pill.btn-icon.dropdown-toggle.hide-arrow.waves-effect.waves-light {
    width: 45px;
}
.crm-backgrounds {
    background-image:url('/crm/img/backgrounds/3.jpg')
}

.offcanvas.offcanvas-end-80 {
    top: 0;
    right: 0;
    width: 80vw;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.offcanvas.offcanvas-end-65 {
    top: 0;
    right: 0;
    width: 65vw;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.340725rem + 2px);
    line-height: 1.36;
}
.form-floating > label {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.4813rem 0.7813rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,0);
    transform-origin: 0 0;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
}

/*select2*/
.ui-select-container.select2.select2-container.ng-valid.ng-not-empty.select2-allowclear {
    height: 43px;
}

a.select2-choice.ui-select-match.ng-scope {
    height: calc(2.340725rem + 2px);
}

span.select2-arrow.ui-select-toggle b {
    margin-top: 10px;
}

abbr.select2-search-choice-close.ng-scope {
    margin-top: 4px;
}

.select2-container .select2-choice {
    background: #fff !important;
    background-image: none !important;
}

    .select2-container .select2-choice .select2-arrow {
        background: #fff !important;
        background-image: none !important;
    }

.main-manage-data .select2-container .select2-choice > .select2-chosen {
    line-height: 40px !important;
}

span.select2-chosen {
    margin-top: 6px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    background: none !important;
    background-image: none !important;
}

input.select2-input.ui-select-search.ng-pristine.ng-valid.ng-empty.ng-touched {
    height: 20px !important;
}

._md-datepicker-has-triangle-icon,
.md-icon-button + .md-datepicker-input-container {
    width: 100%;
}

._md-datepicker-has-triangle-icon {
    padding: 0;
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #dbdbdb;
    position: relative;
    width: 100%;
}

.md-icon-button + .md-datepicker-input-container {
    margin: 0 !important;
    order: 1;
    border: none !important;
}

.md-button.md-icon-button {
    order: 2;
}

.md-datepicker-triangle-button.md-button.md-icon-button {
    display: none;
}

.md-button.md-icon-button {
    position: absolute;
    right: 0;
    z-index: 8;
}

.md-datepicker-input {
    width: 100%;
    padding-bottom: 0 !important;
    height: 42px;
    padding-left: 15px !important;
    background: #FFFFFF;
}

.md-datepicker-input-mask {
    display: none;
}

.md-calendar-day-header {
    font-size: 10px;
}

.md-datepicker-calendar-pane.md-pane-open {
    margin-top: 17px;
}

.md-datepicker-calendar-pane {
    z-index: 10060!important;
}

.select2-container .select2-choice {
    height: 36px;
    line-height: 36px;
    border: 1px solid #dbdbdb;
    box-shadow: unset;
    background: #fff;
    border-radius: unset;
}

    .select2-container .select2-choice > .select2-chosen {
        /*font-family: 'Barlow';*/
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 36px;
        text-align: justify;
        color: #393939;
    }

    .select2-container .select2-choice .select2-arrow {
        width: 36px;
        height: 36px;
        background: #fff;
        border: unset !important;
        position: absolute;
        cursor: pointer;
    }

        .select2-container .select2-choice .select2-arrow b {
            /*background: url('../images/downd-arrow-icon.png') no-repeat !important;*/
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 17px;
            height: 17px;
        }
/*.select2-search{
    display:none;
}*/
.select2-drop-active {
    border: 1px solid #dbdbdb;
}

.main-manage-data .select2-container {
    min-width: 100% !important;
}

.select2-results .select2-result-label {
    /*font-family: 'Barlow';*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #393939;
}

.select2-results .select2-highlighted {
    background: #ddeaff;
    color: #fff;
    border-radius: 3px;
}

/* width */
.select2-results::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.select2-results::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
.select2-results::-webkit-scrollbar-thumb {
    background: #C1C7CD;
    border-radius: 3px;
}

/*Handle on hover*/
.select2-results::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.md-dialog-container {
    z-index: 10071!important;
}
i.mdi.mdi-pencil-outline.me-1 {
    color: blue;
}

i.mdi.mdi-trash-can-outline.me-1 {
    color: red;
}

.paging-data ul.pagination {
    flex-wrap: wrap;
}

    .paging-data ul.pagination > li {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #999;
    }

        .paging-data ul.pagination > li > a {
            color: #333333;
            font-size: 14px;
            user-select: none;
            height: 100%;
            width: 100%;
            line-height: 30px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border: unset;
            margin-left: 0 !important;
        }

        .paging-data ul.pagination > li > span {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 30px;
        }

        .paging-data ul.pagination > li.active,
        .paging-data ul.pagination > li:hover,
        .paging-data ul.pagination > li .current {
            background: var(--Color_1);
            color: #ffffff;
        }

            .paging-data ul.pagination > li.active > a,
            .paging-data ul.pagination > li:hover > a {
                color: var(--bs-light);
                background: rgb(102 108 255);
            }
/*long custom*/
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    padding-right: 10px!important;
}

.table > :not(caption) > * > * {
    padding: 0.65rem 0.25rem;
}
.table-responsive {
    overflow-x: unset;
    -webkit-overflow-scrolling: touch;
}
.btn-primary {
    margin-bottom: 10px;
}

@media(min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2440px
    }
}
/*tap*/
.menu-vertical .app-brand {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.menu-vertical .menu-item .menu-link {
    font-size: 0.9rem;
    letter-spacing: 0;
}
.menu-vertical .menu-item .menu-link, .menu-vertical .menu-header, .menu-vertical .menu-block {
    padding: .5rem 0.5rem;
    margin-block: 0;
    margin-inline: 0;
    border-radius: .5rem;
}
.menu-vertical, .menu-vertical .menu-block, .menu-vertical .menu-inner>.menu-item {
    width: 13rem;
}
.card {
    background-clip: padding-box;
    box-shadow: none;
    border: 1px solid #eaeaec;
	border-radius: 4px;
}
@media (min-width: 1200px) {
    .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page, .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
        padding-left: 13rem;
    }
}
* letter-spacing {0!important}

.select2-container .select2-choice > .select2-chosen {
    line-height: 1;
}