/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.remove-image{
      right:50%;
      position: absolute;
     
  }
.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

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

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  /*text-transform: lowercase;*/
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.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;*/
  margin:0px;
}

/* ? .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;
}
/** custom css for input view inside table**/
.tableinput {
  font-family: Arial, Helvetica, sans-serif;
}

.tableinput thead {
  position: sticky;
  top: 0;
}

.tableinput thead th {
  border: 1px solid #e4eff8;
  background: white;
  cursor: pointer;
}

.tableinput thead th.header-label {
  cursor: pointer;
  background: linear-gradient(0deg, #e4eff8, #4578a2 5%, #e4eff8 150%);
  color: white;
  border: 1px solid white;
}

.tableinput th,
.table td {
  padding: 0.2rem 0.5rem;
/*  text-align: center;*/
}

.tableinput td {
  border: 1px solid #e4eff8;
}

.tableinput .tr-inputs th {
  position: relative;
  padding: 0;
  padding-bottom: 1.2rem;
  margin: 0;
}

.tableinput .tr-inputs div {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tableinput input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  }

.custom-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    font-size: 10px;
    background: #df2a6a;
    color: #ffffff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 3;
    text-transform: uppercase;
}
.form-radio-sign{
  text-transform: uppercase;
}
#message{
  text-transform: uppercase;
}
#newVtype {
text-transform: capitalize;
}
.custom-back-button {
    background-color: #1162a2;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    text-transform: uppercase;
/*    font-size: 14px*/

  }
.custom-icon-top {
    color: #e01c13; /* Blue color for the download icon */
    margin-right: 10px;
  }

  .custom-icon-top.print {
    color: #a7284f; /* Green color for the print icon */
    margin-right: 10px;
  }
  .notify-badge-image {
    position: absolute;
    right: -4px;
    top: 0px;
    background: #817c7d;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
}
.imagecarousalitem {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.header-badge-notify {
    position: absolute;
    right: -6px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 0px 6px;
    font-size: 7px;
    margin-top: -26px;
}
.form-sm-6{
  margin-top: 21px;
}
.table-rows{
  font-size: 13px;
}
.setting-form{
    background-color:#EBE8FF;
}
.multiselectbox{
  background-color: #cbc7c73d;
}
.multiselectmenu{
  border-radius: 5px;
  width:100%;
  margin: 10px;
  border: 1px solid lightgray;
  text-transform: uppercase;
}
.menuswift{
  margin: 2px;border: 1px solid lightgray;padding-left: 10px;border-radius: 5px;padding-right: 10px;
}

.green {
    color: #30BE82;
    border-radius: 5px;
    padding: 0px;
   
}

.red {
    color: #F45B69;
    border-radius: 5px;
    padding: 0px;
}

.card {
    border: 1px solid #A2A1A833;
    box-shadow: none;
}

.menucardtitle{
/*    line-height: 35px; */
    margin-left:10px;
    color:#A2A1A8;
}

.menucardicon{
   /* padding: 4px;
    color: white;
    border-radius: 7px;
    width: 27px;*/
    padding: 2px;
    color: white;
    border-radius: 7px;
    width: 23px;
    margin-left: 8px;
    margin-top: -9px
}


#example {
    border-collapse: collapse;
    width: 100%;
}

#example th,
#example td {
    border: 1px solid #dee2e6; 
    
}

#example th {
    background-color: #f8f9fa; 
    font-weight: bold; 
    text-align: center;
}