/*
* admin.css
******************************************************************************/

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

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

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

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

.app-brand-logo.admin img {
  width: 35px;
  height: 35px;
}

.app-brand-text.admin {
  font-size: 1.375rem;
}

.app-brand-login .app-brand-text.admin {
  font-size: 2.175rem;
}

.app-brand-login .app-brand-logo.admin {
  width: 50px;
  height: 50px;
}

.app-brand-login .app-brand-logo.admin img {
  width: 50px;
  height: 50px;
}

/* ! 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: 78px !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: 1rem !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: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout admin
******************************************************************************/

.layout-demo-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-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/*** Other CSS ***/
@media screen and (max-width: 550px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer button {
    margin-bottom: .6rem;
  }
}

@media screen and (min-width: 840px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria .form-select {
    width: 100% !important;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-buttonContainer {
    margin-left: 8px !important;
  }
}

@media screen and (max-width: 840px) {
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria .form-select {
  width: auto;
}
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input{
    margin-bottom: 5px;
  }
  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria select.dtsb-dropDown, div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria input.dtsb-input {
    max-width: none;
    width: 100%;
    margin-bottom: .8em;
    margin-right: .8em;
  }

   div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria {
    display: flex;
    flex-flow: none;
    flex-direction: column;
    justify-content: start;
    padding-right: calc(35px + .8em);
    margin-bottom: 0px;
  }

  div.dtsb-searchBuilder div.dtsb-group div.dtsb-criteria div.dtsb-inputCont {
    margin-right: .8em;
  }
}

.bg-none
{
  background: none !important;
  box-shadow: none !important;
}

@keyframes rotate {
  from {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.icon-rotate
{
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -ms-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.buybackChartType, .sellChartType
{
  cursor: pointer;
}

.colors {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:.5em 0;
  box-shadow:0 0 2px rgba(0,0,0,.2)
}
.colors__color {
  background:transparent;
  border:0;
  padding:0;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  height:2em;
  position:relative;
  cursor:pointer;
  -webkit-transition:.15s;
  transition:.15s;
  -webkit-transition-property:z-index,box-shadow,border-radius,-webkit-transform;
  transition-property:z-index,box-shadow,border-radius,-webkit-transform;
  transition-property:transform,z-index,box-shadow,border-radius;
  transition-property:transform,z-index,box-shadow,border-radius,-webkit-transform
}
.colors__color:first-child {
  border-top-left-radius:.3em;
  border-bottom-left-radius:.3em
}
.colors__color:last-child {
  border-top-right-radius:.3em;
  border-bottom-right-radius:.3em
}
.colors__color--selected,
.colors__color:hover {
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  z-index:2;
  box-shadow:0 0 2px rgba(0,0,0,.25)
}
.colors__color--selected,
.colors__color--selected:hover {
  cursor:default;
  -webkit-transform:scale(1.5);
  transform:scale(1.5);
  border-radius:.3em;
  box-shadow:0 0 2px rgba(0,0,0,.5);
  z-index:3
}

.pwa-icon-select {
    display: block;
    border: 1px dashed;
    width: 76px;
    border-radius: 0.375rem;
    padding: 10px 5px;
}

.pwa-icon-select img {
    width: 64px;
}

.js-pwa-icon {
    display: block;
    padding: 5px 2px;
}

.js-pwa-icon:hover, .js-pwa-icon.active {
    border: 1px dashed;
    border-radius: 0.375rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
}

.dash-small {
    font-size: 2.375rem;
}

table td.actions {
    padding: 0.782rem 0.75rem;
}

.chat-message-quote {
    margin: 0.5em 0;
    border: 1px solid #e7e7e7;
    border-left: 3px solid #28c76f;
    padding: 6px 10px;
    background: #f5f5f5;
    color: #141414;
    cursor: pointer;
}