.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: #00465d!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: #00465d!important;
  color: #b3b3b3!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;
}

/* My Plan Page Styles - Themed & Fixed */

:root {
    --primary-color: #3641f5;
    --secondary-color: #979797;
    --accent-color: #e74c3c;
    --primary-gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    --secondary-gradient: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    --accent-gradient: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-light: 0 8px 32px rgba(0, 0, 0, 0.1);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.15);
    --border-radius: 20px;
}

.bg-fluidColor-plan {
    background: var(--primary-gradient);
    min-height: 100vh;
    position: relative;
    overflow: hidden; /* To contain floating elements */
}

/* Floating background elements */
.bg-decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
    animation: float 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.bg-decoration:nth-child(1) {
    width: 250px;
    height: 250px;
    top: 5%;
    left: -50px;
    animation-delay: 0s;
}

.bg-decoration:nth-child(2) {
    width: 180px;
    height: 180px;
    top: 50%;
    right: -60px;
    animation-delay: 3s;
}

.bg-decoration:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 12%;
    right: 50px;
    animation-delay: 1s;
}

.bg-decoration:nth-child(4) {
    width: 120px;
    height: 120px;
    top: 47%;
    left: 10%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(8deg); }
}

/* Header Styles */
.plan-head {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

/* .dashboard-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;

}

.dashboard-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
} */


.stat-card figure i{font-size:24px;}
.stat-value.f-22{font-size: 22px;}

.bg-price-plan{position: relative; background-color:#f9fafb; overflow:hidden;}
.pricing-card{width:100%; text-align: center; padding: 1.5rem; position: relative; height: 100%; overflow: visible; -webkit-transition: 0.3s; transition: 0.3s;}
.pricing-icon{font-size: 2.8rem;}
.pricing-card .card-title{font-size:26px; font-weight: 600; color: rgb(51, 51, 51);}
.pricing-card .card-text{color: rgb(108, 117, 125); min-height: 50px; font-size: 1rem;}
.pricing-card .price{font-size:34px; font-weight: 700;}
.pricing-card .btn{padding: 0.8rem 1.5rem; font-weight: 600;}
.pricing-card.professional-plan{background:#3641f5; color: rgb(255, 255, 255); transform: scale(1.03);}
.pricing-card.professional-plan .card-title, .pricing-card.professional-plan .card-text{color:#ffffff;}
.pricing-card.professional-plan .btn{background-color: #ffffff !important; border-color: #465fff !important; color: #3641f5 !important;}
.popular-badge{position: absolute; top: -18px; left: 50%; transform: translateX(-50%); background: var(--secondary-gradient); color: white; padding: 0.5rem 1.2rem; border-radius: 25px; font-size: 0.9rem; font-weight: 600;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; z-index: 2; display: flex; align-items: center; gap: 5px; min-width: 150px;}

.modal-dialog .modal-header{border-radius:15px 15px 0 0; background: #3641f5;}
.modal-dialog .modal-title{color:#ffffff;}
.tayaritheme .bootstrap-select .dropdown-toggle{border: 1px solid #e2e8f0 !important; font-family: "Outfit", sans-serif; box-shadow: none; border-radius: 5px; outline: none;}
.tayaritheme .bootstrap-select .dropdown-toggle:focus{outline: none !important;}
.tayaritheme .bootstrap-select.show .dropdown-toggle{box-shadow:none !important;}
.tayaritheme .bootstrap-select .dropdown-toggle::after{color: #2d3748; border-bottom: 0;}
.tayaritheme .bootstrap-select .dropdown-toggle.btn:not(.btn-danger):hover{background-color:#ffffff !important; border-color:#e2e8f0 !important; color:#ffffff !important; box-shadow: none !important;}
.job-detail-modal-box .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{top: 10px;}


#job-detail-modal-box.modal .modal-dialog{max-width: 1140px;}
.modal-backdrop.show{backdrop-filter: blur(25px); background-color: #0000 !important; opacity: 1 !important;}

@media (max-width:991px){
.stat-value.f-22{font-size: 20px;}
.stats-grid.stats-usage-card .stat-card{flex: 0 0 auto;}
.pricing-card .price{font-size: 30px;}
.pricing-card .card-title{font-size:22px;}
}