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


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

.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: 300px;
  height: 150px;
}


.app-brand.demo img {
  height: 60px;
  width: 180px;
}

/* height: 64px; */
/* align-content: center; */
/* align-items: center; */



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

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

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

.form-label.btn img {
  width: 300px;
  height: 150px;


}



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

/*------------------------------------------------*/
tr.customer_red {
  background: #fd4949;
  color: white;
}

tr.customer_yellow {
  background: yellow;
  color: black;
}

tr.customer_green {
  background: green;
  color: white;
}

/* ------------- order dataail ui for more option  */

.pull-left {
  margin-left: auto;
}

.pull-right {
  margin-right: auto;

}

.heading-container {
  display: flex;
  align-items: center;
}

.heading-container div {
  /* margin-right: auto; */
  margin-right: 10px;
}

.float-end:hover {
  cursor: pointer;
}





.parent-container {
  display: flex;
  align-items: center;
}

.status-button-container {
  display: inline-block;
  margin-top: 20px;
}

.status-button-container button {
  margin-right: 10px;
  /* Adjust the value as per your preference */
}

.click-me:hover {
  cursor: pointer;
}

.table-hover tbody tr:hover td {
  background-color: lightgray;
}

ol,
ul,
dl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.breadcrumb-margin {
  margin-right: 10px;
  /* Adjust the value to set the desired space */
}

.card.p-3.pb-0.status-active {
  background-color: #3b5998;
}

.status-active {
  background-color: #3b5998;

}

.status-active>h5 {
  color: white;

}



.status-active .card-title {
  color: white;
}



.align-center {
  display: flex;
  align-items: center;
}

.sort-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}

.sort-icon i {

  color: #3B5998;
  /* Set the desired icon color */
}

/* trax css */

.select-box select {
  width: 210px;
}

.button-with-margin {
  margin-top: 20px;
}

.custom-modal .swal2-content {
  max-height: 600px;
  overflow-y: auto;
}

.custom-modal .swal2-modal {
  width: 80% !important;
  max-width: 100% !important;
}

.custom-modal #swal2-title {
  width: 100% !important;
  max-width: 100% !important;
}


.custom-modal .swal2-title #swal2-title {
  text-align: center !important;
}

/* QA user profile */
.user-profile #profile-image {
  width: 6rem;
}

.multy-select-box {
  padding: 0rem 0rem !important;
}

/* ------ */
.image-container {
  position: relative;
  display: inline-block;
}

.edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 1.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.edit-icon i {
  color: #333;
}

.img img {
  width: 19rem;
  height: 10rem;
}

span.select2.select2-container.select2-container--default {
  padding: 0px !important;
}

.f-width {
  width: auto !important;
}

.text-left {
  text-align: left;
}

.m-right {
  margin-right: 0.5rem !important;
}

.m-left-3 {
  margin-left: 0.3rem !important;
}

.m-right-3 {
  margin-right: 0.3rem !important;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.transform-90 {
  transform: rotate(90deg);
}

.sw-45 {
  width: 43rem !important;
}

.wd-6 {
  width: 6rem !important;
}
.wd-10 {
  width: 10rem !important;
}

.wd-4 {
  width: 4rem !important;
}

.wd-5 {
  width: 5rem !important;
}
.wd-7 {
  width: 7rem !important;
}
.wd-8 {
  width: 8rem !important;
}

.wd-83 {
    width: 8.3rem !important;
}

table#table-form th {
  padding-left: 4px;
  padding-right: 4px;
}

table#table-form td {
  padding-left: 4px;
  padding-right: 4px;
}

.status-active {
  /* color: #fff; */
  background-color: #3B5998 !important;
  border-color: #3B5998 !important;
}

.table-padding th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;




} 

.table-padding td {
  padding: 2px !important;
}

i.fa.fa-filter.ml-2 {
  padding-left: 0.5rem;
}

.t-font-07 th {
  font-size: 0.7rem !important;
}

.t-font-07 td {
  font-size: 0.69rem !important;
}


.t-font-07 .button-size-15 {
  margin: 0 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}