body{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 1rem;
}
.btn{
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 21px;
  border-radius: 4px;
}
.text-blue{
  color:#4976F4 !important;
}
.bg-primary{
  background-color: #4976F4 !important;
}
.hide {
  display: none !important;
}
.custom-control-label::before{
  background-color: #fff;
  border: 1px solid #939393;
}
.btn svg{
  vertical-align: middle;
}
.btn-primary, .btn-default{
  border-radius: 4px;
  padding: 8px 12px;
  height: 43px;
  background-color: #4976F4;
  border-color:#4976F4;
  line-height: 28px;
}
.btn-success-bg{
  color: #fff;
  background-color: #14AE5C;
}
.btn-danger-bg{
  color: #fff;
  background-color: #AF4B4B;
}
.btn-blue-bg{
  color: #fff;
  background-color: #022175;
}
.btn-blue-bg:hover{
  opacity: 0.8;
}
.btn-warning-bg{
  color: #fff;
  background-color: #D28E3D;
}
.btn-default{
  background-color: #fff;
  border-color:#ddd ;
  color: #333;
}
.btn-default:hover{
  background-color: #ddd;
  color: #333;
}
.btn-success,.table-badge.green{
  color: #14AE5C;
  background-color: #EEFFF6;
}
.btn-warning{
  background-color: #FBF4EC;
  color: #D28E3D;
  border-color: #D28E3D;
}
.btn-warning:hover{
  color: #fff;
}
.btn-danger,.table-badge.red{
  color: #AF4B4B;
  background-color: #FFEFEF;
}
.btn-success:hover{
  color: #fff;
  background-color: #14AE5C;
  border-color: #14AE5C;
}
.btn-warning:hover svg path,
.btn-success:hover svg path,
.btn-danger:hover svg path,
.btn-info:hover svg path
{
  stroke:#fff
}
.btn-info{
  color: #4976F4;
  background-color: #F4F7FF;
  border-color: #4976F4;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
  color: #fff;
  background-color: #4976F4;
  border-color: #4976F4;
}
.btn-info:hover{
  color: #fff;
  background-color: #4976F4;
}
/* login page */
.login_row .custom-forms .form-group {
  margin-bottom: 10px;
}
.login-bg{
  /* background-image: url(../img/login.jpg); */
  object-fit: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.login_row{
  border: 1px solid #C3C3C3;
  border-radius: 34px;
  max-width: 1000px;
  overflow: hidden;
}
.forg-pwd{
  font-size: 0.875rem;
}
.login_row .custom-forms label{
  margin-bottom: 0;
  font-size: 0.875rem;
}
.login_row .alert{
  width: 100%;
  padding: 5px 10px;
}
.login-logo{
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -35px;
  margin-top: -50px;
}
.login-header{
  background-color:#4976F4;
  position: relative;
  padding: 10px 40px 50px;
}
.login-header h1{
  font-size:26px;
  line-height:39px;
  margin-bottom: 0;
}
.login-right{
  border-radius: 0 34px 34px 0;
}

.login-right .nav-tabs .nav-item.show .nav-link, 
.login-right .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #4976F4;
}
.login-right .nav-tabs{
  border: 0;
  justify-content: space-around;
}
.login-right .nav-link{
  color: #4976F4;
  background-color: #EBF0FF;
  border-radius: 4px;
  border:1px solid;
  border-color: #4976F4;;
}
.login-right .nav-tabs .nav-item{
  margin: 0;
  width: 45%;
  text-align: center;
}
/* end login page */
.icon-btn svg{
  width: 1rem;
  margin-right: 10px;
}
.icon-btn{
  display: flex;
  align-items: center;
}
.dropdown-menu{
  left: auto;
  right: 0;
  min-width: 180px;
}
.datepicker-dropdown.dropdown-menu{
  right: auto;
}
.top-logo{
  height: 70px;
}
aside{
  width: 80px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  transition: width 0.3s ease;
  border-right: 1px solid #ddd;
}
aside nav{
  height: calc(100vh - 100px);
  overflow: auto;
}
.nav-item ul{
  overflow: auto;
}
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 0;
}
main{
  margin-left: 80px;
  width: 100%;
  min-height: calc(100vh - 40px);
  padding-bottom: 40px;
}
.navbar-nav .dropdown-menu{
  left: auto;
  right: 0;
}
.sidebar .nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717171;
  font-size: 0.875rem;
  font-weight: 600;
  padding: .8rem 1rem;
}

.navbar-brand{
  margin: 0 auto;
}
.sidebar .nav-link svg{
  margin-right: 10px;
}
.sidebar .nav-link.active{
  background-color: #4976F4;
  color: #fff;
}
.sidebar .nav-link.active svg path{
  stroke: #ffffff;
}
.angle-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333; /* Adjust thickness and color */
  border-bottom: 2px solid #333;
  transform: rotate(45deg); /* Forms the "down" angle */
  transition: transform 0.3s ease;
}
.nav-link[aria-expanded="true"] .angle-icon {
  transform: rotate(220deg);
}
.sidebar .nav-item ul .nav-link{
  padding: .5rem 1rem;
}
.page-title{
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0;
}
.custom-datatable{
  border-collapse: separate; 
  border-spacing: 0 5px;
}
.table-heading{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
}
.custom-datatable th,
.custom-datatable td {
  padding: .75rem .5rem;
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 21px;
}
/* .custom-datatable td .custom-control{
  padding-left: .5rem;
} */
td.phone{
  white-space: nowrap;
}
td .dropdown-item{
  color: #727272;
  padding-left: 10px;
}
td .dropdown-item i{
  margin-right: 5px;
}
td .dropdown-item + .dropdown-item{
  border-top: 1px solid #ddd;
}
.custom-datatable tr td{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.custom-datatable tr td:first-child,
.custom-datatable tr th:first-child{
  border-left: 1px solid #e4e4e4;
}
.custom-datatable tr td:last-child,
.custom-datatable tr th:nth-last-child(3){
  border-right: 1px solid #e4e4e4;
}
.custom-datatable thead th {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background-color: #ebebeb;
  color: #000;
  font-weight: 600;
}
.custom-datatable tfoot td {
  font-weight: 600;
}
.custom-datatable td{
  background-color: #fff;
}
.bg-color td{
  background-color: #e2eafc;
}
.thead{
  border: 1px solid #e7e7e7;
}
.table-badge{
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16.8px;
  font-weight: 500;
  white-space: nowrap;

}
.table-badge.purple{
  background-color: #F4EDF7;
  color: #954BAF;
}
.table-badge.orange{
  background-color: #FBF4EC;
  color: #D28E3D;
}
.custom-datatable td .btn{
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 16.8px;
  display: inline-block;
}
.custom-datatable td .btn svg{
  vertical-align: middle;
}

footer{
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 9;
}
footer p{
  font-size: 8px;
  font-weight: 600;
  line-height: 12.8px;
}
.search-form .form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}
.custom-forms label{
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
    justify-content: flex-start;
    color: #000;
}
.custom-forms .form-control,
.multiselect.btn{
  border: 1px solid #4B4B4B;
  border-radius: 4px;
  padding: 10px 12px;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #4B4B4B;
  font-size: 0.875rem;
  line-height: 18px;
  height: 40px;
}
.show>.dropdown-menu {
  display: block;
}
.custom-forms textarea.form-control{
  height: 100px;
}
.input-daterange .input-group-addon{
  background-color: #E4E4E4;
  display: inline-block;
  border: 0;
  padding: 10px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 28px;
  min-width: 40px;
  border-radius: 4px;
}

.input-daterange .form-control{
  border-left: 0;
  border-radius: 0 4px 4px 0 !important;
  padding-left: 0 !important;
}
.input-daterange .input-group-text i{
  color: #AFAFAF;
}
.input-daterange .input-group-text{
  background-color: #fff;
  border-radius: 4px 0 0 4px !important;
  border-color: #4B4B4B;
  height: 40px;
  border-right: 0;
}
.multiselect i{
  float: right;
  font-size: 1.25rem;
}
.multiselect.dropdown-toggle::after{
  display: none;
}
.multiselect-item .input-group{
  flex-wrap: nowrap;
}
.input-group-addon, 
.input-group-btn{
  padding: .375rem .75rem;
  background-color: #ddd;
  font-size: 1rem;
  line-height: 32px;
  border: 1px solid #000;

}
.multiselect-item .input-group-addon, 
.multiselect-item .input-group-btn{
  height: 40px;
  line-height: 26px;
} 
.form-control.multiselect-search{
  border-left: 0;
  border-right: 0;
  border-radius: 0 !important;
}
.input-group-btn button{
  background-color: transparent;
  border: 0;
  padding: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.custom-forms .form-group{
  margin-bottom: 20px;
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio]{
  margin-right: 10px;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child){
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.filter-div{
  display: none; 
}
.custom-forms{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  background: #f5f8ff;
  z-index: 9;
  position: relative;
}
.masonry {
  column-count: 3; /* Number of columns */
  column-gap: 1rem; /* Gap between columns */
}
.masonry-item {
  break-inside: avoid; /* Prevent items from breaking inside the column */
  margin-bottom: 1rem; /* Space between items */
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.main-check{
  margin-bottom: 15px;
}
.main-check label{
  font-weight: 600;
}
.custom-forms .input-icon .form-control, 
.input-icon .multiselect.btn{
  padding-left: 40px;
}
.input-icon{
  position: relative;
}
.only-input.input-icon:before {
  top: 10px;
}
.input-icon:before {
  content:'';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32px;
  left: 25px;
  z-index: 9;
}
.agent-icon:before{
  background-image: url('../img/form/users.svg');
}
.name-icon:before{
  background-image: url('../img/form/name.svg');
}
.phone-icon:before{
  background-image: url('../img/form/phone.svg');
}
.calendar-icon:before{
  background-image: url('../img/form/calendar.svg');
}
.disposition-icon:before{
  background-image: url('../img/form/disposition.svg');
}
.search-icon:before{
  background-image: url('../img/form/search.svg');
}
.pwd-icon:before{
  background-image: url('../img/form/password.svg');
}
.otp-icon:before{
  background-image: url('../img/form/otp.svg');
}
.map-icon:before{
  background-image: url('../img/form/map.svg');
}
.location-icon:before{
  background-image: url('../img/form/location.svg');
}
.email-icon:before{
  background-image: url('../img/form/email.svg');
}
/* pagination style */
.pagination>li {
  display: inline;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 10px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #717171;
  text-decoration: none;
  background-color: #fff;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #4976F4;
  border-color: #4976F4;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.action_btns .btn-default,
.action_btns .btn-primary{
  min-width: 160px;
}
.selectpicker.dropdown-menu>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.selectpicker.dropdown-menu>li>a:hover{
  background-color: #4976F4;
  color: #fff;
}
.dropdown-toggle.selectpicker{
  background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 20px 0 40px;
    height: 40px;
    line-height: 40px;
}
.no-icon .dropdown-toggle.selectpicker{
  padding-left: 20px;
}
/* File upload */
.file-upload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border: 2px dashed #6c757d;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.file-upload:hover {
  background-color: #f8f9fa;
}

.file-upload.drag-over {
  border-color: #007bff;
  background-color: #e9ecef;
}

.file-upload span {
  color: #6c757d;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload .file-name {
  margin-top: 10px;
  font-size: 0.875rem;
  color: #6c757d;
}
.increase-field .btn{
  height: 40px;
  line-height: 30px;
}
.help-block .error,
.help-block{
  font-size: 13px;
  color: red;
}
.cke_chrome{
  width: 100% !important;
}
.info_text{
  display: block;
  color: #747474;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 10px;
}
.max-td-width{
  word-wrap: break-word;
    max-width: 200px;
}
.text-break{
  word-break: break-word;
}
.main_body{
  position: relative;
}
.loader {
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  display: none;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 255, 0.2); /* Light blue border */
  border-top-color: #007bff; /* Blue color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner Animation Keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.input-daterange .form-control:focus{
  box-shadow: none;
}
.search-form{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 9;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.search-desk{
  border-radius: 4px;
  line-height: 1rem;
}
/* top Navbar */
.top_call_info{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 20px;
}
/* for toggle switch */
/* Toggle Switch Container */
.toggle-switch {
  position: relative;
  width: 160px;
  height: 40px;
  display: flex;
}

/* Hidden Checkbox */
.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider Label */
.toggle-slider {
  background-color: #AFAFAF;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
}

/* Text Inside the Slider */
.toggle-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  width: 100%;
  text-align: center;
  display: none;
  transition: display 0.3s ease-in-out;
  white-space: nowrap;
}

/* Default OFF State */
.toggle-slider .off-text {
  display: flex;
  color: #fff;
  padding-left: 30px;
  align-items: center;
}

/* Knob */
.toggle-slider::before {
  content: '';
  position: absolute;
  height: 36px;
  width: 36px;
  background-color: white;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* When Checked */
.toggle-input:checked + .toggle-slider {
  background-color: #28a745;
}

.toggle-input:checked + .toggle-slider .off-text {
  opacity: 0;
}

.toggle-input:checked + .toggle-slider .on-text {
  display: flex;
  align-items: center;
}
.toggle-text img{
  margin-right: 5px;
}
.toggle-input:checked + .toggle-slider::before {
  transform: translateX(120px);
}
.farmer_item{
  border: 1px solid #4976F4;
  border-radius: 4px;
  padding: 20px 10px;
}
.farmer_item .text-secondary{
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.farmer_item p{
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 600;
}
.add-btn{
  line-height: 1rem;
  height: auto;
}
.arrow-tab .nav-tabs {
  display:none;
  border: 0;
}
.arrow-tab .nav-tabs .nav-item a{
  background-color:  #F5F5F5;
  color: #000;
  position: relative;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  border: 0;
}
.arrow-tab .nav-tabs > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.arrow-tab .nav-tabs > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.arrow-tab .nav-tabs > li:not(:last-child) > a {
  margin-right: 6px;
}
.arrow-tab .nav-tabs > li:not(:first-child) > a {
  padding-left: 34px;
}
.arrow-tab .nav-tabs > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 18px inset transparent;
  border-bottom: 18px inset transparent;
  border-left: 18px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.arrow-tab .nav-tabs > li:not(:last-child) > a:after {
    width: 0px;
    height: 0px;
    border-top: 18px inset transparent;
    border-bottom: 18px inset transparent;
    border-left: 18px solid #F5F5F5;
    position: absolute;
    content: "";
    top: 0;
    right: -17px;
    z-index: 2;
}
.arrow-tab .nav-tabs .nav-item.show .nav-link, 
.arrow-tab .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #4976F4;
}
.arrow-tab .nav-tabs .nav-item a.active:after{
  border-left-color: #4976F4;
}
.call_icons_list{
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.call_icons_list li {
  text-align: center;
}
.call_icons_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background-color: #4976F4;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.call_icons_list li a:hover{
  background-color: #022175;
  box-shadow: 1px 2px 4px 3px #9a9999;
  -webkit-box-shadow: 1px 2px 4px 3px #9a9999;
}
.call_icons_list li span{
  font-size: 10px;
  line-height: 12px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}
.call-input {
  min-width: 240px;
}
.call-input.input-icon:before{
  left: 15px;
}
.top-add-section{
  background-color: #4976F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  margin: 0;
}
.btn-add{
  padding:10px 12px;
  background-color: #fff;
  color: #4976F4;
  font-size: 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  width: 100%;
  margin: 5px 0;
}
.top-add-section .col-md-6{
  padding: 0 5px;
}
.btn-add:hover{
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.7); /* Green glow effect */
  
}
.datetimepicker{
  flex-wrap: nowrap;
  width: 100% !important;
}
.border-blue{
  border-color: #4976F4;
}
.datetimepicker.input-group>.custom-select:not(:last-child), 
.datetimepicker.input-group>.form-control:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datetimepicker .input-group-addon{
  line-height: 1.5;
  background: #4976f4;
  color: #fff;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.radio-inline input{
  margin-right: 5px;
}
.custom-scrollbar::-webkit-scrollbar {
  height: 6px; /* Adjust scrollbar height */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #4976f4; /* Scrollbar color */
  border-radius: 4px; /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; /* Hover effect on scrollbar */
}
.callback_list {
  padding-left: 0;
  list-style: none;
  height: 200px;
  overflow-y: auto; /* Enable vertical scrolling */
  padding-right: 10px;
}
/* Custom scrollbar styles */
.scrollable-div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scrollable-div::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollable-div::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4976F4;
}

.callback_list li + li{
  border-top: 1px solid #4976f4;
  margin-top: 10px;
  padding-top: 10px;
}
.calling-inprogress,
.calling-inprogress2{
  display: none;
}
.arrow-tab .card-header{
  padding: 0;
}
.arrow-tab .card-header a{
  padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
}
.arrow-tab .card-header a[aria-expanded="true"]{
  background-color: #4976F4;
  color: #fff;
}
.arrow-tab .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent items from wrapping to the next line */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
  overflow-y: hidden;
  padding-bottom: 10px;
}
.arrow-tab .card {
  border: none;
}
.arrow-tab .card .card-header {
  display:none;
}  
.arrow-tab .card .collapse{
  display:block;
}
.blink {
  animation: blinker 2s linear infinite;
  background-color: #022175;
}

@keyframes blinker {
  50% { opacity: 0.1; }
}
.custom-forms .form-control:disabled,.custom-forms  .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}
/* Avatar Upload */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #4976f4;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-edit input + label:hover:after{
  color: #4976f4;
}
.avatar-upload .avatar-preview {
  width: 130px;
  height: 130px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 767px) {
  .table-scrollable{
    width: 100%; /* Ensures the container takes the full width of its parent */
  overflow-x: auto; /* Enables horizontal scrolling */
  overflow-y: hidden; /* Prevent vertical scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
  border: 1px solid #ccc; /* Optional: Border around the container */
  padding: 5px; /* Optional: Padding for better visuals */
  }
  .top-nav{
    width: 100%;
  }
  .sidebar .collapse.show,.sidebar .collapsing {
    display: none;
  }
  .sidebar-open aside{
    width: 250px;
  }
  .sidebar-open main{
    margin-left: 250px;
  }
  .sidebar-open .collapse.show,.sidebar-open .collapsing {
    display: block;
  }
  .sidebar-open .navbar-brand{
  
    margin-left: 0;
  }
  .sidebar-toggle{
    position: absolute;
    left: -15px;
    top: 15px;
      background: #4976f4;
      border-radius: 50%;
      color: #fff;
      width: 30px;
      height: 30px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
    }
    .sidebar-toggle:hover{
      text-decoration: none;
      color: #fff;
      opacity: 0.8;
    }
    .sidebar .sidebar-label,
    .sidebar .angle-icon,
    .sidebar .desktop-logo{
      display: none;
    }
    .sidebar-open .sidebar .toggle-logo{
      display: none;
    }
    .sidebar-open .sidebar .sidebar-label,
    .sidebar-open .sidebar .angle-icon,
    .sidebar-open .sidebar .desktop-logo{
      display: inline;
    }
    .sidebar-open .sidebar .nav-link{
      justify-content: flex-start;
    }
    .mobile-menu{
      display: none;
      font-size: 20px;
    }
    .mobile-show{
      display: none;
    }
    .search-form{
      max-width: 300px;
      border: 1px solid #ccc;
    }
    
  .navbar-nav .nav-item.dropdown{
    width: 80px;
  }
} 
/* for mobile */
@media screen and (max-width: 767px) {
  .navbar.navbar-expand-lg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .call_info{
    position: fixed;
    top: 65px;
    left: 0;
    background: #fff;
    z-index: 999;
    padding-top: 10px;
    border-bottom: 1px solid #dee2e6;
    box-shadow: -1px 1px 10px #ccc;
  }
  .callback_list{
    padding-left: 10px;
  }
  .top_call_info{
    flex-wrap: wrap;
  }
  .login-right{
    border-radius: 34px;
  }
  .only-input.input-icon:before {
    top: 10px;
    left: 10px;
  }
  .input-icon.mobile-icon-call-btn:before{
    top: 52px;
  }
  .input-icon:before{
    top: 40px;
  }
  .login_row .input-icon:before{
    top: 35px;
  }
  .row.no-gutters-mobile {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters-mobile > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .page-title{
    font-size: 18px;
    line-height: 22px;
    padding-right: 15px;
  }
  .body-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1071;
    opacity: .5;
  }
  .desktop-show{
    display: none;
  }
  .toggle-logo{
    display: none;
  }
  .sidebar .nav-link{
    justify-content: flex-start;
  }
  aside{
    width: 250px;
    z-index: 1072;
    transition: left 0.3s ease;
  }
  .mobile-menu{
    display: inline;
    font-size: 20px;
  }
  .custom-datatable tr td{
    width: 100%;
    padding: .75rem .5rem;
    white-space: nowrap;         /* Prevent the text from wrapping */
    /* overflow: hidden;       */
    text-overflow: ellipsis;  
  }
  .responsive-table.custom-datatable tr td:first-child{
    width: auto;
    white-space: normal;
  }
  .responsive-table.custom-datatable tr{
    display: table-row;
  }
  .responsive-table.custom-datatable tr td:last-child{
    border-right: 1px solid #e4e4e4;
  }
  .responsive-table.custom-datatable tr td:nth-last-child(2) {
    border-right: 0;
  }
  .custom-datatable tr td:first-child{
    width: 50px;
  }
  .custom-datatable .custom-control{
    padding-left: 1rem;
  }
  main{
    margin-left: 0;
    padding-top: 60px;
  }
  aside{
    position: fixed;
    left: -250px;
  }
  aside.sidebar-mobile-open{
    left: 0;
  }
 
  .navbar-nav .dropdown-menu{
    position: absolute;
  }
  .hidden-on-mobile {
    display: none; /* Hide specific cells on mobile */
  }
  .custom-datatable tr{
    position: relative;
    display: block;
  }
  .expanded-info {
    display: none;
  }
  .icon-btn span{display: none;}
  .icon-btn svg,
  .icon-btn i{
    margin-right: 0 !important;
  }
  /* Visible state */
  .expanded-info p{
    margin-bottom: 0.3rem;
    font-size: 12px;
    white-space: normal;
  }
  .expanded-info.visible {
    display: block;
    width: 100%;
    background: #F4F7FF;
    border: 1px solid #e4e4e4;
  }
  .expand-table{
    background-color: transparent;
    border: 0;
    font-size: 25px;
    color: #727272;
  }
  .custom-datatable tr td:last-child{
    border-right: none;
  }
  .custom-datatable tr td:nth-last-child(2){
    border-right: 1px solid #e4e4e4;
  }
  .sidebar-close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    border: 1px solid #ccc;
    color: #333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #search-mobile i{
    font-size: 20px;
  }
  .audio-container{
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
  }
  .permission-table.custom-datatable tr td:first-child{
    width: 100%;
  }
  .call-recording-table.custom-datatable tr td.phone,
  .call-recording-table td:nth-child(2) {
    width: auto;
  }
  .form .btn-default, form .btn-primary{
    min-width: auto;
  }
  .custom-forms{
    padding: 1rem 0 !important;
  }
  .custom-upload{
    padding:  20px !important;
  }
  .increase-field .btn span{
    display: none;
  }
  .full-width-mob{
    width: 100% !important;
  }
  .call-input{
    min-width: auto;
  }
  .call_icons_list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .call_icons_list li{
    width: 17%;
  }
  .action_btns .btn-default, .action_btns .btn-primary{
    min-width: auto;
  }
  .mob-order-1{
    order:1
  }
  .mob-order-2{
    order:2
  }
  .mob-order-3{
    order:3
  }
  .mob-order-4{
    order:4
  }
  .mob-order-5{
    order:5
  }
}
.custom-accordion .card{
  border: 1px solid #4976F4;
}
/* for audio */
.custom-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-controls button{
  border: 0;
  background-color: transparent;
  padding: 0
}
input[type="range"] {
  width: 50px;
}
.mute-btn, .volume-control{
  display: none;
}
.current-time,.duration{
  font-size: 12px;
}
.table-pagination .pagination{
  margin-top: 20px;
    border: 1px solid #C4C5C7;
        border-radius: 10px;
        float: right;
    overflow: auto;
}
.table-pagination .pull-right{
  float: none;
}
.popup-container,.popup-container-inb{
  position: fixed;
    left: 10px;
    bottom: 50px;
    background: #4976f4;
    z-index: 999;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: -4px -1px 10px #ccc;
}
.popup-container-inb{
  background: #fff;
right: 30px;
left: auto;
  color: #000;
  border: 1px solid #3ac181;
}
span.closebtn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #4976f4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#incoming_call_activity .popup-info,
#incoming_call_activity .action_btns,
#incoming_call_activity h5{
  position: relative;
}
/*// Glow Border Animation //*/

.animated-border-box, .animated-border-box-glow{
  /* max-height: 200px;
  max-width: 250px; */
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; 
  z-index: 0;
  /* Border Radius */
	border-radius: 10px;
}

.animated-border-box-glow{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before, .animated-border-box-glow:before {
  content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
  /*border color, change middle color*/
	background-image: conic-gradient(rgba(0,0,0,0), #3ac181, rgba(0,0,0,0) 25%);
  /* change speed here */
	animation: rotate 4s linear infinite;
}

.animated-border-box:after {
	content: '';
	position: absolute;
	z-index: -1;
  /* border width */
	left: 5px;
	top: 5px;
  /* double the px from the border width left */
	width: calc(100% - 10px);
	height: calc(100% - 10px);
  /*bg color*/
	background: #fff;
  /*box border radius*/
	border-radius: 7px;
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

/*// Border Animation END//*/
.fa-green{
  color: #14AE5C;
}
.fa-red{
  color: red;
}
.in_live_stat{
  color: #14AE5C;
}
@media screen and (max-width: 480px) {
  .call-recording-table .table-badge{
    max-width: 90px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-pagination .pull-right{
    text-align: center;
  }
  .table-pagination .pagination{
    float: none;
        display: inline-block;
  }
  .pagination>li>a, .pagination>li>span{
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  body{
    font-size: 80%;
  }
  .btn,.farmer_item p, .custom-forms label{
    font-size: 0.75rem;
  }
  .h5, h5{
    font-size: 1rem;
  }

}

/* Bootstrap Multiselect Scroll Fix */
.multiselect-container {
    max-height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}
.multiselect-container.dropdown-menu {
    max-height: 200px !important;
    overflow-y: auto !important;
}
