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

.light-style .menu .app-brand.idi {
  height: 64px;
}
.h-px-25
{
  height: 25px;
}
.fs-7
{
      font-size: 10px;
}
.w-px-25
{
  width:  25px;
}
.dark-style .menu .app-brand.idi {
  height: 64px;
}

.app-brand-logo.idi {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.idi svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.idi {
     font-size: 1.10rem;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.467;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(270deg, rgba(115, 103, 240, 0.7) 0%, #7367f0 100%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
    color: #fff !important;
}

/* ! 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;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}

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

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

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

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

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

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

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

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

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

.idi-vertical-spacing-xl.idi-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-idi .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

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

/*
* Layout idi
******************************************************************************/

.layout-idi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

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

.layout-idi-info {
  text-align: center;
  margin-top: 1rem;
}

.display-none {
  display: none;
}

.border-rounded-medium {
  border-radius: 15px;
}

.fw-600 {
  font-weight: 600;
}

.thead-theme-01 {
background: #f7f6f9;
    box-shadow: 0px 2px 6px 0px rgb(211 211 211);

}

.table-theme-01 thead tr th {
  text-transform: capitalize;
}

table.table.table-theme-01 thead>tr>th.sorting:before,
table.table.table-theme-01 thead>tr>th.sorting:after,
table.table.table-theme-01 thead>tr>th.sorting_asc:before,
table.table.table-theme-01 thead>tr>th.sorting_asc:after,
table.table.table-theme-01 thead>tr>th.sorting_desc:before,
table.table.table-theme-01 thead>tr>th.sorting_desc:after,
table.table.table-theme-01 thead>tr>th.sorting_asc_disabled:before,
table.table.table-theme-01 thead>tr>th.sorting_asc_disabled:after,
table.table.table-theme-01 thead>tr>th.sorting_desc_disabled:before,
table.table.table-theme-01 thead>tr>th.sorting_desc_disabled:after,
table.table.table-theme-01 thead>tr>td.sorting:before,
table.table.table-theme-01 thead>tr>td.sorting:after,
table.table.table-theme-01 thead>tr>td.sorting_asc:before,
table.table.table-theme-01 thead>tr>td.sorting_asc:after,
table.table.table-theme-01 thead>tr>td.sorting_desc:before,
table.table.table-theme-01 thead>tr>td.sorting_desc:after,
table.table.table-theme-01 thead>tr>td.sorting_asc_disabled:before,
table.table.table-theme-01 thead>tr>td.sorting_asc_disabled:after,
table.table.table-theme-01 thead>tr>td.sorting_desc_disabled:before,
table.table.table-theme-01 thead>tr>td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.8;
  right: 10px;
  color: #444050;
  line-height: 9px;
  font-size: 0.8em;
}

table.table.table-theme-01 thead th.sorting:before,
table.table.table-theme-01 thead th.sorting:after {
  visibility: hidden;
}

table.table.table-theme-01 thead .sorting::before,
table.table.table-theme-01 thead .sorting_asc::before,
table.table.table-theme-01 thead .sorting_desc::before,
table.table.table-theme-01 thead .sorting_asc_disabled::before,
table.table.table-theme-01 thead .sorting_desc_disabled::before {
  content: "\ea62" !important;
  top: 0.68rem !important;
}

table.table.table-theme-01 thead .sorting::after,
table.table.table-theme-01 thead .sorting_asc::after,
table.table.table-theme-01 thead .sorting_desc::after,
table.table.table-theme-01 thead .sorting_asc_disabled::after,
table.table.table-theme-01 thead .sorting_desc_disabled::after {
  bottom: 0.82rem !important;
  content: "\ea5f" !important;
}

table.table.table-theme-01 thead .sorting::before,
table.table.table-theme-01 thead .sorting::after,
table.table.table-theme-01 thead .sorting_asc::before,
table.table.table-theme-01 thead .sorting_asc::after,
table.table.table-theme-01 thead .sorting_desc::before,
table.table.table-theme-01 thead .sorting_desc::after,
table.table.table-theme-01 thead .sorting_asc_disabled::before,
table.table.table-theme-01 thead .sorting_asc_disabled::after,
table.table.table-theme-01 thead .sorting_desc_disabled::before,
table.table.table-theme-01 thead .sorting_desc_disabled::after {
  line-height: 1.25rem !important;
  font-family: tabler-icons !important;
  font-size: 1rem !important;
  width: 10px;
  height: 10px;
  right: 0.78rem !important;
}

table.table.table-theme-01 thead > tr > th.sorting, 
table.table.table-theme-01 thead > tr > th.sorting_asc, 
table.table.table-theme-01 thead > tr > th.sorting_desc, 
table.table.table-theme-01 thead > tr > th.sorting_asc_disabled, 
table.table.table-theme-01 thead > tr > th.sorting_desc_disabled, 
table.table.table-theme-01 thead > tr > td.sorting, 
table.table.table-theme-01 thead > tr > td.sorting_asc, 
table.table.table-theme-01 thead > tr > td.sorting_desc, 
table.table.table-theme-01 thead > tr > td.sorting_asc_disabled, 
table.table.table-theme-01 thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}

table.table.table-theme-01 thead th.sorting:hover:before, 
table.table.table-theme-01 thead th.sorting:hover:after {
    visibility: visible;
}
table.table.table-theme-01 thead > tr > th.sorting_asc:before, 
table.table.table-theme-01 thead > tr > th.sorting_desc:after, 
table.table.table-theme-01 thead > tr > td.sorting_asc:before, 
table.table.table-theme-01 thead > tr > td.sorting_desc:after {
    opacity: 1;
}

table.table.table-theme-01 thead > tr > th.sorting_asc:before
 {
    visibility: visible;
}
table.table.table-theme-01 thead > tr > th.sorting_desc:after
 {
    visibility: visible;
}

.table.table-theme-01 > :not(caption) > * > *
{
  padding: 1.25rem;
}
.table th
{
  font-size: 0.9rem !important;
}

.tb-h
{
  min-height: calc(100vh - 104px);
}
.rounded-right
{
  border-bottom-right-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.tb-m-hover:hover
{
  background-color: #f3f3f4 !important;
}
.tb-bg
{
  background-color: #f3f3f4 !important;
}
.fs-medium
{
  font-size: 85% !important;
}
#_67preb > ._67prebC
{
    border-right: 1px solid silver;
    padding: 12px 12px;
    border-radius: 0px;
}
#_67preb > ._67preba
{
    border-right: 1px solid silver;
    padding: 6px 12px;
    border-radius: 0px;
}
#_67preb > ._67prebC a:hover i.ti,
#_67preb > ._67prebC a:hover span,
#_67preb > ._67prebC button.btn:hover span,
#_67preb > ._67prebC button.btn:hover i.ti
{
  color: #7367f0 !important;
}
#_67preb > ._67prebC button.btn
{
  padding: 0px;
}
.border-bottom-theme-01
{
      border-bottom: 1px solid #c0c0c07d;
}
.text-silver
{
  color: silver;
}
.bg-silver
{
background-color: silver;
}
.bg-light-silver
{
background-color: #c0c0c014;
}
.fw-500
{
  font-weight: 500;
}
.table.table-fs-sm thead tr th,
.table.table-fs-sm tbody tr td,
.fs-80p
{
  font-size: 80% !important;
}

.fs-90p
{
  font-size: 90% !important;
}
.accordion-button.collapsed::after,
.accordion-button::after
 {
    transform: rotate(180deg) !important;
    color: #7367f0;
    content: "\ea5f";
    font-family: "tabler-icons";
    position: absolute;
    font-size: 0.95rem;
    font-weight: bold;
    right: 0%;
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    content: "\ea62" !important;
    background-image: none !important;
  
}
.right-2p-after:after
{
  right: 2% !important;
}
.accordion-button:not(.collapsed)
{
  background-color: #c0c0c014 !important;
}
._centerLoading
{
  width: 30%;
  max-width: 300px;
}

.app-install-card
{
   position: fixed !important;
    right: 40%;
    bottom: 5%;
    z-index: 10000;
    width: 300px;
    height: auto;
    background-color: white;
    border: 1px solid #c0c0c0ab;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex
;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 6px 0px #0000004f;
    display: none;

}



@media (min-width:1200px)
{
  body
  {
    overflow-y: hidden;
  }
  .layout-page .content-wrapper .container-fluid .gadget .dsT
  {
    min-height: calc(100vh - 94px);
    max-height: calc((100vh - 93px) + 1px);
    overflow: auto;
  }
  .layout-page .content-wrapper .container-fluid .dsT
  {
    min-height: calc(100vh - 94px);
    max-height: calc((100vh - 93px) + 1px);
            overflow: auto;
  }
  .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
    padding-top: 0.5rem !important;
}
  .container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
    padding-bottom: 0.5rem !important;
}
 .border-lg-bottom-2
 {
  border-bottom: 1px solid #e6e6e8 !important;
 }
 .bg-theme-light
 {
   border-right: 1px solid #e6e6e8 !important;
 }
}
.note-alert
{

    color: var(--bs-card-cap-color) !important;
        border-radius: 5px;
}
.note-primary {
    border-left: 3px solid #7367f0;
    background-color: #e9e7fd33 !important
}
.note-warning {
    border-left: 3px solid #ff9f43;
    background-color: #ffd9b424 !important;
}
.note-danger {
    border-left: 3px solid #ff4c51;
    background-color:  #ffe2e336 !important;
}
.note-success {
    border-left: 3px solid #28c76f;
     background-color:  #ddf6e829 !important;
}
.bg-theme-light
{
  background-color:#f3f2f363 !important;
}

.thead-theme-02 {
    background: #f3f2f363;
  
}
.w-px-50
{
  width: 50px;
  max-width: 50px;
}

table .form-control
{
  border: 0px !important;
  box-shadow: none !important;
}
table textarea.form-control
{
   border: 1px solid #d1d0d4 !important;
}
table .form-control:focus,
.light-style table .select2-container--default .select2-selection:focus,
.light-style table .select2-container--default.select2-container--open .select2-selection
{
  border: 2px solid #7367f0!important;
}
.light-style table .select2-container--default .select2-selection
{
   border: 0px !important;
}
/* .light-style table .select2-container--default.select2-container--open
{
      top: -100px !important;
} */

table.table
{
  vertical-align: top;
}
.form-control,
.input-group {
    max-width: 350px;
}
.note-alert
{

    color: var(--bs-card-cap-color) !important;
        border-radius: 5px;
}
.note-primary {
    border-left: 3px solid #7367f0;
    background-color: #e9e7fd33 !important
}
.note-warning {
    border-left: 3px solid #ff9f43;
    background-color: #ffd9b424 !important;
}
.note-danger {
    border-left: 3px solid #ff4c51;
    background-color:  #ffe2e336 !important;
}
.note-success {
    border-left: 3px solid #28c76f;
     background-color:  #ddf6e829 !important;
}
.toast-title,
.toast-message
{
  text-transform: capitalize;
}
.toast-progress
{
  opacity: 1 !important;
}
.toast-success .toast-progress
{
  background-color : #28c76f !important
}
.toast-warning .toast-progress
{
  background-color : #ff9f43 !important
}
.toast-error .toast-progress
{
  background-color : #ff4c51 !important
}
#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    width: 35em !important;
}

.table > tbody > tr > td:nth-child(2)
{
  text-transform: capitalize;
}
.tb-m-active
{
      background: #f6f5f8b3;
}
html:not([dir=rtl]) .timeline-item:last-child
{
  border-left: none !important;
}
.light-style .select2-container--default .select2-results__option
{
   text-transform: capitalize !important;
}
.nav-align-top > .nav,
.nav-align-top > div > .nav,
.nav-align-right > .nav,
.nav-align-right > div > .nav,
.nav-align-bottom > .nav,
.nav-align-bottom > div > .nav,
.nav-align-left > .nav,
.nav-align-left > div > .nav {
  z-index: 0 !important;
  position: relative;
}
.border-gray-1
{
  border: 1px solid #c0c0c061;
  border-radius: 15px;
}

html:not([dir=rtl]) .input-group-merge .form-control:not(textarea):not(:first-child).plfc-3
{
  padding-left: 10px !important;
}

.light-style .select2-dropdown
{    
    border: 1px solid #7367f0 !important;
    padding: 5px;

}

.bgitm .select2.select2-container
{
        background: #7367f024;
    border: 1px solid #7367f038;
}
.form-control.adj,
.form-control.borderS
{
  border: 1px solid #8d84f2;
    border-style: dashed;
    background: #9188f314;
}
._loading
{
      width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #dbebef96;
    position: fixed;
    top: 0px;
    border: 0px;
    z-index: 10000;
}

.vh-75
{
  height: 75vh;
}
.vh-80
{
  height: 80vh;
}


iframe#preview
{
    width: 100%;
        height: 75vh;
        border: 1px solid #cbd5e1;
        background: #fff;
}

.mx-w-px-50
{
  max-width: 50px !important;
}

.misc-wrapper
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 3rem);
    text-align: center;
}