/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.border-success {
  border: 1px solid #39DA8A!important;
}
.border-danger {
  border: 1px solid #FF5B5C!important;
}
.select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
.modal .close {
  background-color: #eeeff1;
  padding: 0.5625rem 0.5625rem;
  margin: 0 0 0 auto;
  z-index: 1;
}

.close {
  box-sizing: content-box;
  width: 0.8em;
  height: 0.8em;
  padding: 0.25em 0.25em;
  color: #a8b1bb;
  background: rgba(0, 0, 0, 0) url(data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E) center/0.8em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .95;
}

.mr-2, .mx-2 {
  margin-right: 1.5rem!important;
}
.hidden {
  display: none;
  visibility: hidden;
}
.font-size-xsmall{font-size:.75rem}

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

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

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

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.45px;
}

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

/*
* Layout demo
******************************************************************************/

.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;
}


.ml-25, .mx-25 {
    margin-left: 0.25rem!important;
}

.ml-0, .mx-0 {
    margin-left: 0!important;
}

.ml-1, .mx-1 {
    margin-left: 1rem!important;
}

.ml-2, .mx-2 {
    margin-left: 1.5rem!important;
}

.ml-3, .mx-3 {
    margin-left: 3rem!important;
}

.ml-4, .mx-4 {
    margin-left: 3.5rem!important;
}

.ml-5, .mx-5 {
    margin-left: 4rem!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-25, .mx-25 {
    margin-right: 0.25rem!important;
}

.mr-0, .mx-0 {
    margin-right: 0!important;
}

.mr-1, .mx-1 {
    margin-right: 1rem!important;
}

.mr-2, .mx-2 {
    margin-right: 1.5rem!important;
}

.mr-3, .mx-3 {
    margin-right: 3rem!important;
}

.mr-4, .mx-4 {
    margin-right: 3.5rem!important;
}

.mr-5, .mx-5 {
    margin-right: 4rem!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}
