.bot-setting-section #pImage {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 #C2C2C2;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.bot-setting-section .changePhoto {
    width: 170px !important;
  }
.bot-setting-section .launch-time {
    padding-bottom: 0px;padding-top: 0px; margin-left: 5px; max-width: 18%; max-height: 26px;
}
.bot-setting-section .animation_time {
  display: -webkit-inline-box; align-items: center;
}

.bot-setting-section .select2-selection{
    height: 35px !important;
    border: var(--bs-border-width) solid #DFE5EF !important;
}

.cropper-container{
    width: 100% !important;
    height: 320px !important;
}

.min-height-380{
  min-height: 380px;
}

.border-top-1{
  border-top: 1px solid #dee2e6 !important;
}

.border-bottom-1{
  border-bottom: 1px solid #dee2e6 !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination li.active a {
  background-color: #3b37a3;
}
.pagination > li > a {
  border: none;
  font-weight: bold;
  color: #555;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  /* border: 1px solid #ddd; */
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
}

.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus, .pagination .disabled a:active {
  color: #bbb;
}
.dataTables_paginate.paging_simple_numbers{
  width: 100%;
}
.pagination > li > a {
  border: none;
  font-weight: bold;
  color: #555;
}

.dataTables_empty{
  text-align: center !important;
  border-top: 1px solid #dee2e6 !important;
}

.resize-none{
  resize: none;
}

.demo-tagsinput-area{
  padding-bottom: 7px;
}
.demo-tagsinput-area .bootstrap-tagsinput{
  width: 100%;
  min-height: 84px;
}
.demo-tagsinput-area .label{
  float: left;
  border: 1px solid #ccc;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  color: #2A3547 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.demo-tagsinput-area .tag [data-role="remove"]{
  border: 1px solid #ccc;
  width: 18px;
  display: block;
  float: right;
  text-align: center;
  margin-left: 20px;
  border-radius: 49%;
  height: 18px;
  line-height: 15px;
  margin-top: 1px;
  cursor: pointer;
}

.loading-content {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10000000 !important;
  background-color: rgba(0,0,0,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loading-content .loader {
  margin: auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #3b37a3;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loading-content .loader, .loading-content .loader::after {
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.loading-content figure {
  position: absolute;
  top: 50.5%;
  left: 50%;
  width: 105px;
  height: 105px;
  transform: translate(-50% ,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.loading-content figure img{
  width: 100%;
}

@-webkit-keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
  }
  @keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }
  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
  }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-danger {
  background-color: #d9534f;
}

.prohibited-icon{
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 3px;
}
.question-icon{
  width: 32px;
  height: 32px;
  margin-top: 2px;
}

.required {
  color: #d9534f;
}

/* 29-09-2023 */

.contentBoxLong .check-text{
  padding-left: 20px;
}
.view-chat-setting {
  flex-wrap: wrap;
}
.view-chat-setting .select2-container--default .select2-selection--single{
  background-color: #3b37a3;
  border: 1px solid #3b37a3;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  display: flex;
  height: 37px;
  align-items: center;
  position: relative;
}
.view-chat-setting .select2-container--default .select2-selection--single::before{
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    background-image: url(../images/chatbot_images/down_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 15px;
}
.view-chat-setting .select2-selection__arrow {
  display: none !important;
}
.view-chat-setting .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: normal;
}
.app-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
  width: 40px;
  height: 40px;
  background-color: #3b37a3;
  color: #fff;
  border: 1px solid #3b37a3;
  border-radius: 50px;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0 !important;
  text-transform: uppercase;
}
.app-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
  background-color: #000;
  border-color: #000;
}
.app-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before{
  display: none;
}
.mCSB_dragger .mCSB_dragger_bar{
  background-color: #3b37a3 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
  background-color: #afafaf !important;
}
.files-panel ul li .box-content{
  text-align: start;
}
.files-panel ul li .box-content span{
  display: block;
  max-width: 100%;
}
.files-panel ul li .box-content span.file-size{
  font-size: 12px;
  text-transform: uppercase;
  color: #919191;
}
.files-panel .filetext{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:991px){
  .view-chat-setting{
    width: 100%;
    margin: 0 -6px;
  }
  .view-chat-setting li{
    width: 50%;
    margin-bottom: 15px;
    margin-right: 0 !important;
    padding: 0 6px;
  }
  .view-chat-setting li :where( a , button ){
    width: 100%;
  }
  .view-chat-setting .select2.select2-container.select2-container--default{
    width: 100% !important;
  }
  .view-chat-setting .select2-container--default .select2-selection--single{
    justify-content: center;
  }
}
@media (max-width:576px){
  .view-chat-setting{
    margin: 0 ;
  }
  .view-chat-setting li{
    width: 100%;
    padding: 0;
  }

}

.dropzone .dz-preview .dz-error-message {
  top: 160px!important;
}

.m-b--5-p{
  margin-bottom: -5%;
}
.bg-red{
  background-color: darkred;
}
.bg-danger{
  background-color: rgb(221, 51, 51) !important;
}


.bootstrap-tagsinput span{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bootstrap-tagsinput span::after{
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 14px;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 3px;
}

.progress-bar{
  width: 100%;
  background-color: #ddd;
}
.progress-bar .line{
  width: 10%;
  height: 20px;
  background-color: #3b37a3;
  text-align: center;
  line-height: 20px;
  color: white;
  top: 50%;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel-col-pink {
  border: 1px solid #3b37a3;
}
.panel-group .panel-col-pink .panel-title {
  background-color: #3b37a3 !important;
}
.panel-group .panel .panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #ffff;
}
.panel-body {
  padding: 15px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.font-24{
  font-size: 24px;
}

.bg-inherit{
  background-color: inherit !important;
}

.btn-danger{
  background-color: #d33 !important;
  border-color: #d33 !important;
  color: #fff !important;
}

.btn-danger:hover {
  background-color: #ffffff !important;
  color: #d33 !important;
}
.search-body .select2-container--default .select2-selection--single {
	display: flex;
	height: 37px;
	align-items: center;
	position: relative;
}

/* Change hover background color for grid rows */
.k-grid .k-master-row:hover {
  background-color: #abddff; /* Change to your desired color */
}

/* Change hover background color for buttons in the grid */
.k-grid .k-button:hover {
  background-color: #3b37a3; /* Change to your desired color */
}

.k-pager-wrap .k-link.k-state-selected {
  color: #fff;
  background-color: #3b37a3 !important;
  border-color: #004af8;
}

.k-primary {
  color: #fff;
  border-color: #0fd532 !important;
  background-color: #76ff61 !important;
}
.k-primary:hover {
  border-color: #0fd532 !important;
  background-color: rgb(51, 255, 0) !important;
}

.documentation {
  margin-top: 6vh;
}

.doc-steps {
  font-size: larger;
  font-style: italic;
  font-weight: bold;
  padding: 0vh 1vh 0vh 1vh;
}

.sub-listing {
  list-style: none;
  padding-left: 3vh;
  margin: 0;
}

.sub-listing li {
  margin-bottom: 5px;
}


.sub-listing li span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.sub-listing li ul {
  padding-left: 20px;
}

.topic-container{
  padding-left: 2vh;
}

.card-link {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.card-link .card-body {
  padding: 1rem;
}

.card-link .card-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.card-link .card-text {
  font-size: 1rem;
  margin-bottom: 0;
}

.code-container {
  position: relative;
  margin-bottom: 20px;
}

.btn-copy {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

/* Optional: Style the code box */
.code-pre  {
  background-color: #000;
  border: 2px solid #a7a7a7;
  border-radius: 3px;
  padding: 5px 5px 0px 10px;
  overflow-x: auto;
  color: white;
}

.json-code {
  white-space: pre-wrap;
  
}

.topic-endpoint{
  padding: 10px;
  background-color: #f9ffd2;
}


/* 29-02-2024 */

.documentation-main h1{
  font-size: 23px;
  font-weight: 700;
  color: #2A3547;
  margin-bottom: 10px;
}
.documentation-main p{
  font-size: 16px;
  font-weight: 400;
  color: #2A3547;
}

.documentation-link-wrap{
  margin-top: 35px;
}
.documentation-link-wrap li:not(:last-child){
  margin-bottom: 15px;
}
.documentation-link-wrap li a{
  border: 1px solid #ddd;
  display: block;
  border-radius: 5px;
  padding: 20px 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 0;
}
.documentation-link-wrap li a:hover{
  border-color: #3b37a3;
}
.documentation-link-wrap li a::before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  background-color: rgb(0 123 255 / 5%);
  content: "";
}
.documentation-link-wrap li a:hover::before{
  width: 100%;
}
.documentation-link-wrap li a h3{
  font-size: 19px;
  font-weight: 700;
  color: #2A3547;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;

}
.documentation-link-wrap li a:hover h5{
  color: #3b37a3;
}
.documentation-link-wrap li a p{
  font-size: 15px;
  font-weight: 400;
  color: #2A3547;
}

/* user-guide */
.domain-step-box h2{
  font-size: 20px;
  font-weight: 600;
  color: #2A3547;
  margin-bottom: 20px;
}
.domain-step-box .step-heading{
  margin-bottom: 30px;
}
.domain-step-box .step-heading p{
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 0;
}
.domain-step-box .topic-container{
  padding-left: 0;
}
.domain-step-box h3{
  font-size: 20px;
  font-weight: 600;
  color: #2A3547;
  margin-bottom: 15px;
}
.domain-step-box img{
  width: 100%;
}
.domain-step-box ul li:not(:last-child){
  margin-bottom: 30px;
}
.domain-step-box ul li p{
  font-size: 15px;
  font-weight: 400;
  color: #2A3547;
  margin-bottom: 20px;
}
.domain-step-box ul li p strong{
  color: #2A3547;
  border-bottom: 2px solid #2A3547;
  font-style: normal;
  padding: 0 0 3px;
  margin-right: 10px;
  font-size: inherit;
}
.domain-step-box .sub-listing{
  padding-left: 0;
  margin: 0 -12px;
}
.domain-step-box .sub-listing span{
  font-size: 15px;
  font-weight: 500;
  color: #2A3547;
}
.domain-step-box .sub-listing ul{
  margin-top: 10px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.domain-step-box .sub-listing ul li{
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #555;
  position: relative;
  padding-left: 20px;
}
.domain-step-box .sub-listing ul li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  background-color: #3b37a3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.domain-step-box ul li img{
  width: 750px;
}
.domain-step-box ol li img{
  width: 750px;
}
.user-guide-section .domain-step-box:not(:last-child){
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
}
.domain-step-box ol.topic-steps {
  padding-left: 20px;
  padding-bottom:0;
}
.domain-step-box ol.topic-steps li:not(:last-child){
  margin-bottom: 15px;
}
.domain-step-box ol.topic-steps li{
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #555;
  
}
.domain-step-box ol.topic-steps li::marker{
  font-weight: 700;
}
/* .documentation-main p.intro-text{
  font-size: 17px;
} */
.domain-step-box .table thead tr th{
  background-color: rgb(0 123 255 / 15%);
  font-size: 15px;
  font-weight: 700;
  color: #2A3547;
}
.domain-step-box .table tbody tr td{
  font-size: 14px;
  font-weight: 500;
  color: #2A3547;
}
.documentation-main p.topic-endpoint{
  background-color:rgb(255 184 14 / 30%);
  border-radius: 5px;
}
.documentation-main p.topic-endpoint span{
  font-size: 16px;
  font-weight: 600;
  color: #2A3547;
}
.documentation-main p.topic-endpoint span.text-info{
  font-weight: 700;
  color: #3b37a3 !important;
}
.documentation-main p.topic-endpoint em{
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #2A3547;
}
.documentation-main .text-success{
  color: #28a745!important;
}

/* 29-02-2024 */

/* 05-03-2024 */
@media (max-width:991px){
  .domain-step-box ul li img{
    width: 100%;
  }
  .domain-step-box ol li img{
    width: 100%;
  }
  .domain-step-box .code-pre{
    white-space: inherit;
    padding: 40px 15px 20px;
  }
}
@media (max-width:767px){
  .domain-step-box .step-heading p{
    font-size: 15px;
  }
  .doc_heading h1{
    margin-top: 20px;
    order: 2;
    width: 100%;
    font-size: 20px;
  }
  .documentation-main p{
    font-size: 15px;
  }
  .documentation-main h1{
    font-size: 20px;
  }
  .documentation-link-wrap li a p{
    font-size: 14px;
  }
  .domain-step-box h3{
    font-size: 18px;
  }
  .documentation-main p.topic-endpoint span{
    font-size: 14px;
  }
  .documentation-main p.topic-endpoint em{
    font-size: 14px;
  }
}

.no_pointer{
  pointer-events: none;
}

/* 20-04-2024 Font family and color theme changes*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: 'Poppins', sans-serif;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active{
  background-color: #3b37a3!important;
}
.sidebar-nav ul .sidebar-item .sidebar-link:hover{
  background-color: rgba(63, 53, 162, 0.1) !important;
  color: #3b37a3 !important;
}
.sidebar-nav ul .sidebar-item.selected>.sidebar-link:hover, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active:hover, .sidebar-nav ul .sidebar-item>.sidebar-link.active:hover{
  background-color: #3b37a3!important;
  color: #fff !important;
}
.btn-primary, .btn:not(.btn-danger){
  background-color: #3b37a3!important;
  border-color: #3b37a3!important;
  color: #fff!important;
}

.btn-primary:hover, .navbar-nav .dropdown-menu .dropdown-item:hover, .theme-box .nav-tabs .nav-link.active, .theme-box .nav-tabs .nav-link:hover, .profile-head .card-body p.update-btn a, .documentation-main p.topic-endpoint span.text-info{
  color: #3b37a3 !important;
}
.btn:not(.btn-danger):hover{
  background-color: #fff!important;
  border-color: #3b37a3!important;
  color: #3b37a3!important;
}
.btn.btn-outline{
  background-color: transparent !important;
  border: 1px solid #3b37a3 !important;
  color: #3b37a3 !important;
}
.btn.btn-outline:hover, .profile-head .card-body p.update-btn a:hover{
  background-color: #3b37a3!important;
  color: #fff !important;
}
.app-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
  background-color: #3b37a3;
  color: #fff;
  border: 1px solid #3b37a3;
}
.domain-select .select2-container--default .select2-selection--single{
  background-color: #3b37a3;
  border: 1px solid #3b37a3;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #3b37a3;
}
.documentation-link-wrap li a:hover{
  border-color: #3b37a3;
}
.documentation-link-wrap li a::before{
  background-color: rgba(63, 53, 162, 0.05) ;
}
.domain-step-box .table thead tr th{
  background-color: rgba(63, 53, 162, 0.15) ;
}
.form-check-input:checked{
  background-color: #3b37a3;
  border-color: #3b37a3;
}
.form-control:focus{
  border-color: rgba(63, 53, 162, 0.5);
}
input:checked+.slider{
  background-color: #3b37a3;
}
.enable-box .capture:checked{
  accent-color: #3b37a3;
}
.deleteChat.file-delete{
  border: 1px solid #bf7474 !important;
  box-shadow: 0px 0px 2px 0px #bf7474 !important;
  background-color: transparent !important;
}
.deleteChat.file-delete:hover{
  border-color: #bf7474!important;
}
.introjs-tooltipbuttons .introjs-button.introjs-nextbutton{
  background-color: #3b37a3;
  border-color: #3b37a3;
  color: #fff;
  text-shadow: none;
}
.introjs-tooltipbuttons .introjs-button.introjs-nextbutton:hover{
  background-color: #fff;
  border-color: #3b37a3;
  color: #3b37a3;
}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton{
  background-color: #fff;
  border-color: #3b37a3;
  color: #3b37a3;
  text-shadow: none;

}
.introjs-tooltipbuttons .introjs-button.introjs-prevbutton:hover{
  background-color: #3b37a3;
  border-color: #3b37a3;
  color: #fff;
}
.introjs-tooltipbuttons .introjs-button.introjs-disabled{
  opacity: 0.5;
  pointer-events: none;
}
.chat-analysis{
  border-color: #3b37a3;
}
.integrations-page .card-body{
  padding: 25px;
}
.integrations-page .card-body figure{
  width: 60px;
  height: 60px;
  border: solid 1px #ccc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integrations-page .card-body figure img{
  max-width: 40px;
  max-height: 40px;
}
.integrations-page .card-body h3{
  font-size: 18px;
  margin-bottom: 10px;
}
.integrations-page .card-body p{
  color: #000;
  opacity: 0.8;
}

.floatIsinline{
  float: inline-end;
}

.copyJsButton{
  cursor: pointer;
}


/** email OTP Verification*/
.otp-letter-input{
  max-width: 100%;
  height: 90px;
  border: 1px solid #3b37a3;
  border-radius:10px;
  color: #3b37a3;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
}

.otp_resend{
  cursor: pointer;
}

.otp_icon{
  font-size: 4.5rem;
}

.login_buttons_separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 10px;
}

.login_buttons_separator::before,
.login_buttons_separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #cbc9c9;
}

.dashboard-header {
    margin-bottom: 30px;
}

.dashboard-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.dashboard-subtitle {
    color: #6c757d;
    font-size: 16px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4a90e2, #5cb85c, #f0ad4e);
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.stat-title {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.stat-icon {
    width: 24px;
    height: 24px;
    opacity: 0.6;
    color: #6c757d;
}

.stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

.stat-change {
    font-size: 12px;
    color: #5cb85c;
    display: flex;
    align-items: center;
}

.charts-grid {
    display: grid;
   
    gap: 20px;
    margin-bottom: 30px;
}

.chart-container {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.chart-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.chart-wrapper {
    position: center;
    height: 300px;
}

.monthly-chart {
    height: 350px;
}

.legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6c757d;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .sidebar {
        width: 200px;
    }
    
    .charts-grid {
        grid-template-columns: 1fr;
    }
    
    .main-content {
        padding: 20px;
    }
}


.stat-card{background:#ffffff; box-shadow: none; display: flex; align-items: center; justify-content: space-between;}

.stat-card::before{display: none;}
.stat-header{align-items: flex-start; flex-direction: column; margin-bottom: 0;}
.stat-card figure{background:#f2f4f7; border-radius:12px; display: flex; align-items: center; justify-content:center; height: 60px; width: 60px;}
.stat-card figure .material-icons, .stat-card .stat-icon{color:#1d2939; opacity: 1;}
.chart-container{background:#ffffff; box-shadow: none; border: 1px solid #e4e7ec;}
.chart-container .chart-title{color: #1d2939;}

.monthly-chart{height: inherit;}
.stat-card figure .material-icons{color: #1d2939;}
#progressChart{box-shadow: none;}
.stat-title{font-size:14px; color: #667085; padding-bottom: 5px;}
.stat-value{font-size:34px; margin-bottom: 0; line-height: 1; color: #1d2939;}
.sidebar-nav ul .sidebar-item .sidebar-link.active 
.sidebar-nav ul .sidebar-item .sidebar-link span.hide-menu {
    padding: 4px 0px 0px;
}
.stat-card{border: 1px solid #e4e7ec;}
.dashboard-title{color: #000; margin-bottom: 0px;}



.btn-primary.login-btn {
  background-color: #101010 !important;
  border-color: #050505 !important;
  color: #fff !important;
}


.btn-primary.login-btn:hover {
  background-color: #fff !important;
  border-color: #050505 !important;
  color: #050505 !important;
}


.btn-outline.login-rev-btn {
  background-color: #fff !important;
  border-color: #050505 !important;
  color: #050505 !important;
}


.btn-outline.login-rev-btn:hover {
  background-color: #101010 !important;
  border-color: #050505 !important;
  color: #fff !important;
}



.login-check:checked{
  background-color: #101010 !important;
  border-color: #050505 !important;
}