/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.app_brand_logo{
  width: 159px;
  height: auto;
  margin-bottom: 10px;
}
.layout-page{
  zoom:94%;
}
.layout-content-navbar{
  zoom:95%
}
.bs-stepper .step-trigger {
  padding: 10px!important;
  font-size: 0.9rem!important;
  font-weight: 700!important;

}
.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: 34px;
  height: 24px;
}

.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;
}

/* ? .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 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;
}
.loading_align{
  text-align: center;
  display: flex;
  justify-content: center;
}
.leading_spiner{
  position: relative;
  left: 50%;
}


.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ffffff!important;
  color: #3f51b5!important;
  border-bottom: 3px solid #77A1D3!important;
  border-radius: 0px!important;
  opacity: 1 !important;
}
.steps_section .bs-stepper-circle{
  font-size: 13px;
  padding: 1px 4px !important;
  width: 26px !important;
  height: 26px !important;
}
.steps_section .bs-stepper-label{
  font-size: 13px!important;
}
.btn-spacer{
  margin-top: 20px;
}
.port_check .form-check-label {
  cursor: pointer;
  font-weight: 600;
  color: #000000ba;
}
.steps_section .number_space{
  font-size: 13px;
  padding: 8px !important;
  width: 26px !important;
  height: 26px !important;
}
.active .bs-stepper-circle{
  background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA  51%, #77A1D3  100%)!important;
  color: #fff!important;
}
.bs-stepper-title{
  font-size: 14px !important;
  font-weight: 600;
}
.nav-pills .nav-link.active {
  box-shadow: 0 0.125rem 0.25rem rgb(165 163 174 / 0%)!important;
}

.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  padding: 0.5em 13px!important;
  margin: 0.25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757ddb!important;
  border-radius: 4em!important;
}
.bs-stepper .step-trigger {
  color: #000000b3!important;
  opacity: 1 !important;
}
.bs-stepper-circle i{
  align-self: center;
  width: 20px;
  height: 20px;
}
.nav.nav-pills .nav-link {
  padding: 2px 8px !important;
}
.add_customer_btn{
  position: absolute;
  right: 0px;
  top: -46px;
}
.form-check-inline {
  display: inline-block;
  margin-right: 6px!important;
  margin-bottom: 10px!important;
}
.dstepper-block{
  font-size: 14px;
}
.form-control {
  padding: 0.35rem 0.875rem!important;
  font-size: 0.8rem!important;
}
.form-select {
  padding: 0.35rem 0.875rem!important;
  font-size: 0.8rem!important;
}
.add_customer_icon{
  width: 19px;
  height: 19px;
  margin-right: 2px;
}
.add_more_icon{
  width: 17px;
  height: 17px;
}
.table th {

  font-weight: 700!important;
}

         
.menu-item .active {
  background-image: linear-gradient(to right, #77A1D3 0%, #79CBCA  51%, #77A1D3  100%)!important;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white!important;  
  padding: 6px 14px !important;      
}
.menu-item .active .menu-icon {
  color: white!important;            
}
.bedge_icon{
  width: 25px;
  height: auto;
}
.menu-item .active:hover {
  background-position: right center; /* change the direction of the change here */
  color: white!important; 
  text-decoration: none;
}
.offcanvas .offcanvas-header .btn-close {
  background-color: #f4433600!important;
  opacity: 1;
  border: 1px solid #F44336;
}

.form-group .text-danger{
  font-size: 13px;
}
.sidebar_icon{
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
h3, .h3 {
  font-size: 20px!important;
}
.card_sticky{
  position: sticky!important;
  top:0px;
}
.login_img{
  width: 190px!important;
  height: auto;
  margin-bottom: 15px;
  padding: 16px;
  z-index: 9999;
}
.completesection .bs-stepper-circle{
  background-color:#77a1d3!important;
}
.completesection .bs-stepper-title{
  color:#77a1d3!important;
}
.side_card{
  position: sticky!important;
  top: 30px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  right: 1px;
  padding: 6px 26px;
}
.loader1 {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 56%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader1 div {
  height: 30px;
  width: 30px;
  position: absolute;
  animation: move 4s infinite;
}

.loader1 div:nth-child(1) {
  background-color: rgb(158, 136, 246);
  box-shadow: rgb(158, 136, 246) 0px 7px 29px 0px;
  transform: translate(-30px,-30px);
  animation-delay: -1s;
}

.loader1 div:nth-child(2) {
  background-color: rgb(97, 183, 253);
  box-shadow: rgb(97, 183, 253) 0px 7px 29px 0px;
  transform: translate(30px,-30px);
  animation-delay: -2s;
}

.loader1 div:nth-child(3) {
  background-color: rgb(95, 249, 175);
  box-shadow: rgb(95, 249, 175) 0px 7px 29px 0px;
  transform: translate(30px,30px);
  animation-delay: -3s;
}

.loader1 div:nth-child(4) {
  background-color: rgb(243, 171, 89);
  box-shadow: rgb(243, 171, 89) 0px 7px 29px 0px;
  transform: translate(-30px,30px);
  animation-delay: -4s;
}

@keyframes move {
  0% {
    transform: translate(-30px, -30px);
  }

  25% {
    transform: translate(30px, -30px);
  }

  50% {
    transform: translate(30px, 30px);
  }

  75% {
    transform: translate(-30px, 30px);
  }

  100% {
    transform: translate(-30px, -30px);
  }
}

.authentication-wrapper{
  background: url(/images/loginbg.jpg);
  background-position: center;
  background-size: 1549px;
}
.login_bg_section{
  background-color: #0000007d;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 100;
  width: 100%;
}
.authentication-inner{
  z-index: 1000;
}
/* vivek updates for AR */
.dashboard-header {
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.dashboard-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.dashboard-card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  position: relative;
}

.dashboard-card .icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.dashboard-card .label {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 4px;
}

.dashboard-card .value {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
}

.dashboard-card .amount {
  font-size: 1.3rem;
  color: #007bff;
  font-weight: 500;
}

.dashboard-table-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
}

.dashboard-table-header {
  border-bottom: 1px solid #f0f0f0;
  background: #f8fafc;
}

.dashboard-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1rem;
}

.dashboard-table th, .dashboard-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}


.dashboard-table th {
  background: #f4f6fa;
  font-weight: 600;
  position: sticky;
  color:#fff;
  top: 0;
  z-index: 1;
  border-bottom: 2px solid #e9ecef;
}
.dashboard-table thead tr{
      background: linear-gradient(to right, rgb(119, 161, 211), rgb(121, 203, 202), rgb(119, 161, 211))!important;
}
.dashboard-table thead tr th{
      color:#fff!important;
}

.datatables-users thead tr{
      background: linear-gradient(to right, rgb(119, 161, 211), rgb(121, 203, 202), rgb(119, 161, 211))!important;
}
.datatables-users thead tr{
      color:#fff!important;
       background: linear-gradient(to right, rgb(119, 161, 211), rgb(121, 203, 202), rgb(119, 161, 211))!important;
}
.datatables-users thead tr th{
      color:#fff!important;
}
.dashboard-table tbody tr:nth-child(even) {
  background: #e8f0f99c;
}

.dashboard-table tbody tr:hover {
  background: #eaf6fb;
  transition: background 0.2s;
}

.dashboard-table-footer {
  background: #f8fafc;
  border-top: 1px solid #f0f0f0;
}

.badge.bg-warning {
  background: #ffe082 !important;
  color: #795548 !important;
}

.badge.bg-success {
  background: #3bb77e !important;
  color: #fff !important;
}

.badge {
  padding: 0.4em 0.8em;
  border-radius: 8px;
  font-size: 0.95em;
}

.dashboard-table thead, tbody, tfoot, tr, td, th{
  font-size: 11px !important;
  padding: 11px 10px!important;
}

.comment-bubble {
  word-break: break-word;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  transition: background 0.2s;
}
.comment-history {
  max-height: 320px;
  overflow-y: auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.comment-modal-body {
  height: 420px;
  min-height: 350px;
  max-height: 500px;
}

.comment-chat-history {
  background: #f5f5f56e;
  border-bottom: 1px solid #eee;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.25rem 1rem 1rem 1rem;
}

.chat-bubble {
  max-width: 75%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  word-break: break-word;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  transition: background 0.2s;
  border-radius: 1rem;
}

.bubble-broker {
  border-radius: 1rem 1rem 0.25rem 1rem !important;
}

.bubble-user {
  border-radius: 1rem 1rem 1rem 0.25rem !important;
}

.comment-form {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1rem;
}
.top_header{
  background: #ffffff;
  border: 1px solid #dddddd12;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.container_list{
  list-style: none!important;
  padding-left:0px!important;
   display: flex;
  flex-wrap:nowrap;
}
.container_list li{
    margin: 4px 6px;
    background: #7367f029;
    padding: 4px 15px;
    border: 1px solid #7367f0;
    color: #7367f0;
    font-size: 12px;
    border-radius: 14px;
    font-weight: 600;
}