/** Custom Classses Start**/
.pb-35 {
  padding-bottom: 35px !important;
}

.text-info {
  color: #5B9CCF !important;
}

.text-primary {
  color: #999999 !important;
}

.text-primary:hover {
  color: #999999 !important;
}

.text-secondary {
  color: #344054;
}

.gap-2 {
  gap: 10px;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.bg-primary {
  background-color: #1C2527 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-dark {
  color: #000 !important;
}

.text-gray {
  color: #697077 !important;
}

.form-control {
  border: 1px solid #D0D5DD;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  background-color: transparent;
  box-shadow: 0px 1px 2px 1px rgba(16, 24, 40, 0.05) !important;
  width: -moz-max-content;
  width: max-content;
}
.form-control:focus {
  border-color: #1C2527 !important;
  background-color: transparent !important;
}

label {
  text-wrap: nowrap !important;
}

/** Custom Classses End**/
.table-responsive .content_table {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.table-responsive .dataTables_wrapper .table thead {
  border-top-left-radius: 10px;
}
.table-responsive .dataTables_wrapper .table thead tr {
  background-color: rgb(249, 250, 251) !important;
}
.table-responsive .dataTables_wrapper .table thead tr th {
  color: #6B7280 !important;
  font-weight: 400;
  width: 10em !important;
  text-wrap: nowrap !important;
  text-transform: uppercase;
}
.table-responsive .dataTables_wrapper .table thead tr th:nth-child(1) {
  border-top-left-radius: 8px !important;
}
.table-responsive .dataTables_wrapper .table thead tr th:nth-child(14) {
  border-top-right-radius: 8px !important;
}
.table-responsive .dataTables_wrapper .table thead .sorting,
.table-responsive .dataTables_wrapper .table thead .sorting_asc,
.table-responsive .dataTables_wrapper .table thead .sorting_desc {
  background: none !important;
}
.table-responsive .dataTables_wrapper .table tbody tr td {
  text-wrap: nowrap !important;
  color: #6B7280 !important;
  height: 3em !important;
}
.table-responsive .dataTables_wrapper .dataTables_filter {
  display: block;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0px !important;
  padding: 9px 17px 9px 17px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate span .current {
  color: rgb(91, 156, 207) !important;
  border: 1px solid rgb(91, 156, 207) !important;
  background: rgb(239, 246, 255) !important;
  border-radius: 0px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate span .current:hover {
  color: rgb(91, 156, 207) !important;
  border: 1px solid rgb(91, 156, 207) !important;
  background: rgb(239, 246, 255) !important;
  border-radius: 0px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .next:hover {
  color: rgb(91, 156, 207) !important;
  border: 1px solid rgb(91, 156, 207) !important;
  background: rgb(239, 246, 255) !important;
  border-radius: 0px;
}

.dataTables_info {
  display: none !important;
}

.dataTables_paginate {
  float: right !important;
}

/** Toggle Switch Style Start**/
.toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  align-self: center;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle .toggle-icon {
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 70px;
  height: 35px;
  border-radius: 20px;
  background: #eee;
}
.toggle .toggle-icon:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  height: 27px;
  width: 27px;
  border-radius: 18px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition-duration: 0.3s;
  transform: scale(1);
}
.toggle .toggle-icon:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  height: 27px;
  width: 27px;
  border-radius: 18px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition-duration: 0.3s;
  transform: scale(1);
}
.toggle input[type=checkbox]:checked + .toggle-icon {
  background: rgb(9, 39, 60);
}
.toggle input[type=checkbox]:checked + .toggle-icon:after {
  transform: translateX(40px);
}
.toggle input[type=checkbox]:checked + .toggle-icon:before {
  opacity: 0;
}

/** Toggle Switch Style End**/
/** Image Upload Avatar Style Start**/
.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 46px;
  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: #FFFFFF;
  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: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 165px;
  height: 165px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0.3rem !important;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/** Image Upload Avatar Style End**/
/** Badges Style Start**/
.badge-success {
  background: #D1FAE5 !important;
  border: 0.5px solid #6EE7B7 !important;
  color: #065F46 !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.badge-danger {
  background: #FEE2E2 !important;
  border: 0.5px solid #FCA5A5 !important;
  color: #991B1B !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.badge-info {
  background: #F3F4F6 !important;
  border: 0.5px solid #D1D5DB !important;
  color: #1F2937 !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

.badge-warning {
  background: #ffe9b2 !important;
  border: 0.5px solid #edca72 !important;
  color: #684f0f !important;
  font-weight: 600 !important;
  border-radius: 4px;
  padding: 3px 15px;
  font-size: 12px;
  width: 100px;
  text-align: center;
}

/** Badges Style End**/
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  height: 20em !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  outline: none !important;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: #c4c4c4 !important;
}

.ck.ck-editor__main > .ck-editor__editable:is(.ck-focused) {
  height: 20em !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  outline: none !important;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

/**Custom Radio Buttons Styles Start**/
.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio .radio-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 25%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.custom-radio .radio-btn::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.2s ease-out;
  color: #fff !important;
}
.custom-radio input[type=radio]:checked + .radio-btn::after {
  color: #333;
  background-color: #1C2527;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 20%;
  border: none !important;
  border-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.setting_email {
  padding-left: 40px !important;
}

.email_icon_input {
  bottom: 30px !important;
  left: 25px !important;
}

/**Custom Radio Buttons Styles End**/
table {
  /* width */
}
table ::-webkit-scrollbar {
  width: 4px !important;
  height: 8px !important;
  border-radius: 8px;
}

colgroup col:nth-child(1) {
  width: 20% !important;
}
colgroup col {
  width: 100% !important;
}

.status_danger {
  background: rgb(225, 91, 91) !important;
  color: white !important;
}

.status_danger_light {
  background: rgba(225, 91, 91, 0.5) !important;
  color: white !important;
  border: 1px solid rgb(225, 91, 91) !important;
}

.status_success {
  background: rgb(37, 206, 135) !important;
  color: white !important;
}

.status_success_light {
  background: rgba(37, 206, 135, 0.5) !important;
  color: white !important;
  border: 1px solid rgb(37, 206, 135) !important;
}

.status_dark {
  background: rgb(114, 96, 96) !important;
  color: white !important;
}

.status_dark_light {
  background: rgba(114, 96, 96, 0.5) !important;
  color: white !important;
  border: 1px solid rgb(114, 96, 96) !important;
}

.status_warning {
  background: rgb(251, 204, 105) !important;
  color: white !important;
}

.status_warning_light {
  background: rgba(251, 204, 105, 0.5) !important;
  color: white !important;
  border: 1px solid rgb(251, 204, 105) !important;
}

.status_info {
  background: rgb(255, 151, 152) !important;
  color: white !important;
}

.status_info_light {
  background: rgba(255, 151, 152, 0.5) !important;
  color: white !important;
  border: 1px solid rgb(255, 151, 152) !important;
}

.dataTable::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}

.dataTable::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1C2527;
}

.dataTable::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dataTable::-webkit-scrollbar-thumb:hover {
  background: #4b2b8d;
}

.delete_lead_button {
  display: none;
}/*# sourceMappingURL=components.css.map */