/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
M,
.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}
.privacy p{ font-size:14px; line-height: 24px;}
.border-grey { border: 1px solid #5d5d5d; padding:10px;}
.menu-inner{justify-content: space-around !important;}
.filter a{align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 20px;}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: left;
  display: -ms-flexbox;
  display: flex;
  /*width: 30px;
  height: 30px;*/
}
.app-brand-logo img{ width:180px !important;}
.app-brand-logo1 img{ width:250px !important;}

.app-brand-logo.demo svg {
  width: 1.7rem;
  height: 1.7rem;
}
.align-items-md-end {
    align-items: flex-end !important;
    display: flex;
    justify-content: flex-end;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -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;
}
.action .btn{ display:block;}
.goal-check input{ margin-top:0.60rem;}
span.select2-selection {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #fff;
    border: 1px solid #d4d8dd;
    border-radius: 0.25rem;
	
}
.select2-selection {
    height: calc(1.4em + 0.938rem + 2px);
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection--multiple {
line-height: 2.25rem;
    color: #677788;
    padding-left: 0.735rem;
}
.select2-container .select2-selection--single{ height:auto !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #677788;
    background-color: rgba(38,60,85,.08);
}
.select2-selection--multiple .select2-selection__choice {
    margin-right: 0.375rem;
    margin-top: 0.375rem;
}
.description p{ padding-left:1.375rem ;}
.table-padding { padding:20px;}
 .tableFixHead {
        overflow-y: auto;
        height: 106px;
		
      }
      .tableFixHead thead th {
        position: sticky;
        top: 0;
		background-color:#fff;
      }
      table {
        border-collapse: collapse;
        width: 100%;
      }
	  .pricing-plans-comparison .table tr > th:first-child,
.pricing-plans-comparison .table tr > td:first-child {
  white-space: nowrap;
  text-align: start;
}

.pricing-free-trial {
  background-color: rgba(90, 141, 238, 0.08);
}

.pricing-plans-comparison table.table tbody td {
  padding: 0.85rem 1.5rem;
}

.light-style .bg-alt-pricing {
  background-color: #f2f2f6;
}
.bg-alt-pricing {
  background-color: #f2f2f6;
}
.dark-style .bg-alt-pricing {
  background-color: #1c222f;
}
.gauge {
    position: relative;
    width: 250px;
    height: 250px;
    display: inline-block;
}

.gauge img {
    position: absolute;
}

.progress-bar {
    position: relative;
}

.pb-background {
    position: absolute;
    top: 0;
}

.background-image {
    /*opacity: .3;*/
}

.pb-progress {
    /*height: 200px;*/
    overflow: hidden;
    position: relative;
    /*top: 90px;*/
}

.progress-image {
    position: absolute;
    bottom: 0;
}
.noUi-warning .noUi-connect {
    background: #fdac41 !important;
}

i.menu-icon {
    color: #0088d5;
    background: -webkit-linear-gradient(#00ffd5, #0088d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}