﻿/*..new...*/
/*...button style.....*/
.theme-btn {
  background: #4AB0C1;
  color: #ffffff;
  transition: 0.3s ease;
}
.theme-btn:hover {
  background: #368795;
  border: unset;
  color: #ffffff;
}

.theme-dark-btn {
  background: #4E4E4E;
  color: #ffffff;
  transition: 0.3s ease;
}
.theme-dark-btn:hover {
  background: #2c2c2c;
  border: unset;
  color: #ffffff;
}

.theme-red-btn {
  background: #FF4B4B;
  color: #ffffff;
  transition: 0.3s ease;
}
.theme-red-btn:hover {
  background: #c33737;
  border: unset;
  color: #ffffff;
}

.ta-pill-btn {
  font-size: 13px;
  outline: unset;
  padding: 4px 20px;
  border: unset;
  border-radius: 15px;
  cursor: pointer;
}

/*.....background.......*/
.theme-background {
  background: #4AB0C1;
}

/*....default....*/
.cursor-pointer {
  cursor: pointer;
}

.border-none {
  border: unset !important;
}

.ta-hide {
  display: none !important;
}

.data-empyt {
  font-size: 16px;
  font-weight: 600 !important;
  color: #1F242E !important;
  text-align: center !important;
}

.no-data-message {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.no-data-message .no-data-message-wrapper {
  background: #dcedff;
  padding: 40px;
  border-radius: 10px;
  max-width: 400px;
}
.no-data-message .no-data-message-wrapper .no-data-icon {
  height: 60px;
  width: 60px;
  background: #504898;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin: auto;
}
.no-data-message .no-data-message-wrapper .no-data-label {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  line-height: 1.2;
  color: #252525;
}
.no-data-message.no-data-message-hide {
  display: none;
}

.label-section-title {
  color: #1F242E;
  font-size: 18px;
  font-weight: 600;
}

.form-row-title h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1F242E;
}

.white-space-nowrap {
  white-space: nowrap;
}

.modal-border-radius {
  border-radius: 0 0 6px 6px;
}

.ta-max-content {
  width: max-content !important;
}

.fa-exchange {
  cursor: all-scroll;
}

.column {
  padding: 0.75rem;
}

.ta-show {
  display: block !important;
}

.show-message.Primary {
  border-color: #1fb6ff;
  color: #008dd2;
  background: #6ccfff;
}

.show-message.Secondary {
  border-color: #715f9b;
  color: #4e426c;
  background: #9a8db9;
}

.show-message.Success {
  border-color: #83b53a;
  color: #597b27;
  background: #a7d06c;
}

.show-message.Info {
  border-color: #17a2b8;
  color: #0f6674;
  background: #36cee6;
}

.show-message.Warning {
  border-color: #ffc107;
  color: #ba8b00;
  background: #ffd454;
}

.show-message.Error {
  border-color: #D24546;
  color: #a32728;
  background: #e18383;
}

.show-message.Light {
  border-color: #ced4da;
  color: #a2aeb9;
  background: #fafafb;
}

.show-message.Dark {
  border-color: #343a40;
  color: #121416;
  background: #56606a;
}

.show-message.White {
  border-color: #fff;
  color: #d9d9d9;
  background: white;
}

.show-message.Black {
  border-color: #000;
  color: black;
  background: #262626;
}

.show-message.primary {
  border-color: #1fb6ff;
  color: #008dd2;
  background: #6ccfff;
}

.show-message.secondary {
  border-color: #715f9b;
  color: #4e426c;
  background: #9a8db9;
}

.show-message.success {
  border-color: #83b53a;
  color: #597b27;
  background: #a7d06c;
}

.show-message.info {
  border-color: #17a2b8;
  color: #0f6674;
  background: #36cee6;
}

.show-message.warning {
  border-color: #ffc107;
  color: #ba8b00;
  background: #ffd454;
}

.show-message.danger {
  border-color: #D24546;
  color: #a32728;
  background: #e18383;
}

.show-message.light {
  border-color: #ced4da;
  color: #a2aeb9;
  background: #fafafb;
}

.show-message.dark {
  border-color: #343a40;
  color: #121416;
  background: #56606a;
}

.show-message.white {
  border-color: #fff;
  color: #d9d9d9;
  background: white;
}

.show-message.black {
  border-color: #000;
  color: black;
  background: #262626;
}

.color-blue {
  color: #438EFF;
}

.color-green {
  color: #2DCB73;
}

.color-red {
  color: #FF6C6C;
}

.color-matRed {
  color: #C1514A;
}

.color-gray {
  color: #767676;
}

.ta-btn {
  height: 38px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  padding: 5px 15px;
  font-weight: 700;
  border: 1px solid #eaeaec;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  background-color: #979797;
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  margin-right: 30px;
  font-style: normal;
}

/*.......font-color......*/
.theme-color-font {
  color: #4AB0C1 !important;
}

.orange-color-font {
  color: #F87171 !important;
}

.yellow-color-font {
  color: #f6b749 !important;
}

/*.....field set effects......*/
input, select {
  height: 38px;
  border: 1px solid #EFF2F7;
  color: #1F242E;
  font-size: 15px;
  transition: 0.3s ease;
  outline: unset;
  width: 100%;
  border-radius: 5px;
  padding: 2px 10px;
}
input:hover, select:hover {
  border: 1px solid #4AB0C1;
}
input:active, input:focus, select:active, select:focus {
  border: 1px solid #4AB0C1;
  box-shadow: unset;
}

select {
  cursor: pointer;
}

input::placeholder {
  color: #b7b7b7;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b7b7b7;
}
input::-ms-input-placeholder { /* Microsoft Edge */
  color: #b7b7b7;
}
input.w-1 {
  width: 50px;
}
input.w-2 {
  width: 100px;
}
input.w-3 {
  width: 150px;
}
input.w-4 {
  width: 200px;
}

textarea {
  border: 1px solid #EFF2F7;
  color: #1F242E;
  font-size: 15px;
  transition: 0.3s ease;
  outline: unset;
  width: 100%;
  border-radius: 5px;
  padding: 2px 10px;
}
textarea:hover {
  border: 1px solid #4AB0C1;
}
textarea:active, textarea:focus {
  border: 1px solid #4AB0C1;
  box-shadow: unset;
}

textarea {
  border: 1px solid #EFF2F7;
  color: #1F242E;
  font-size: 15px;
  transition: 0.3s ease;
  outline: unset;
  width: 100%;
  border-radius: 5px;
  padding: 2px 10px;
}
textarea:hover {
  border: 1px solid #4AB0C1;
}
textarea:active, textarea:focus {
  border: 1px solid #4AB0C1;
  box-shadow: unset;
}

/*......filter.......*/
.page-filter {
  padding-top: 25px;
}
.page-filter button {
  outline: unset;
  font-size: 15px;
  height: 38px;
  border-radius: 5px;
  border: unset;
  display: flex;
  gap: 8px;
  padding: 6px 20px;
}
.page-filter .pro-btn {
  font-size: 15px;
  height: 38px;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  padding: 6px 20px;
  align-items: center;
}
.page-filter .ta-search-btn {
  height: 38px;
  width: 38px;
  border-radius: 5px;
  outline: unset;
  background: #4AB0C1;
  color: #ffffff;
  font-size: 15px;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
}
.page-filter .ta-search-btn:hover {
  background: #368795;
  border: unset;
  color: #ffffff;
}
.page-filter input, .page-filter select {
  height: 38px;
  border: 1px solid #EFF2F7;
  color: #1F242E;
  font-size: 15px;
  transition: 0.3s ease;
  outline: unset;
  min-width: 150px;
  border-radius: 5px;
  padding: 8px 10px;
}
.page-filter input:hover, .page-filter select:hover {
  border: 1px solid #4AB0C1;
}
.page-filter input:active, .page-filter input:focus, .page-filter select:active, .page-filter select:focus {
  border: 1px solid #4AB0C1;
  box-shadow: unset;
}
.page-filter .page-filter-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EFF2F7;
  margin-bottom: 25px;
}
.page-filter .filter-left {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
}
.page-filter .sub-filter {
  display: flex;
}
.page-filter .sub-filter .sub-filter-title {
  border-radius: 5px 0 0 5px;
  background: #e0e6e7;
  display: flex;
  align-items: center;
  color: #1F242E;
  height: 38px;
  font-size: 15px;
  padding: 2px 15px;
  border: 1px solid #e0e6e7;
  white-space: nowrap;
}
.page-filter .sub-filter .sub-filter-title.only {
  border-radius: 5px;
}
.page-filter .sub-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-width: 200px;
}
.page-filter .sub-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #ffffff;
}
.page-filter .sub-filter input, .page-filter .sub-filter select {
  border-radius: 0 5px 5px 0;
}
.page-filter .filter-right {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
  justify-content: end;
}
.page-filter .advance-filter {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EFF2F7;
  margin-bottom: 25px;
}
.page-filter .advance-filter .advance-filter-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-flow: wrap;
}
.page-filter .filter-btn-action {
  position: relative;
}
.page-filter .filter-btn-action .filter-btn-dropdown {
  display: none;
  position: absolute;
  background: #e8f1fd;
  right: 0;
  top: 45px;
  z-index: 99;
  width: 180px;
  border-radius: 4px;
  padding: 5px 0;
}
.page-filter .filter-btn-action .filter-btn-dropdown.filter-btn-dp-left {
  left: 0;
  right: unset;
}
.page-filter .filter-btn-action .filter-btn-dropdown .filter-dropdown-content {
  display: flex;
  flex-flow: column;
}
.page-filter .filter-btn-action .filter-btn-dropdown a {
  padding: 5px 15px;
  color: #1F242E;
  font-size: 16px;
}
.page-filter .filter-btn-action .filter-btn-dropdown a:hover {
  background: #4AB0C1;
  color: #ffffff;
}

/*.....table design .......*/
.table-check-box {
  vertical-align: middle !important;
}

.btn-only button {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  border: unset;
  padding: 4px 12px;
  transition: 0.3s ease;
}

.ta-grid-table {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.ta-grid-table .ta-oneColumn {
  padding: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.ta-grid-table .ta-oneColumn .ta-dataWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.ta-grid-table .ta-oneColumn .ta-dataWrapper .ta-dataPresent {
  font-weight: 500;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper {
  width: 85%;
  display: flex;
  margin: auto;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput .ta-input-title {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 5px;
}
.ta-grid-table .ta-oneColumn .ta-dataInputWrapper .ta-dataInput input {
  height: 30px;
}
.ta-grid-table .ta-actionbtn ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ta-grid-table .table-container {
  margin-bottom: 0;
  border-top: 1px solid #EFF2F7;
  border-right: 1px solid #EFF2F7;
  border-left: 1px solid #EFF2F7;
}
.ta-grid-table .table-container.ta-Datagrid-of {
  min-height: 250px;
}
.ta-grid-table .table-container.ta-Datagrid-of1 {
  min-height: 300px;
}
.ta-grid-table .table {
  width: 100%;
  font-size: 14px;
}
.ta-grid-table .table .data-image {
  width: 90px;
}
.ta-grid-table .table .data-image img {
  height: 60px;
  width: 60px;
  border-radius: 6px;
  object-fit: cover;
  border: 2px solid #4AB0C1;
  padding: 3px;
}
.ta-grid-table .table thead {
  background: #F1F4F8;
}
.ta-grid-table .table thead th.table-sn {
  min-width: 65px;
  max-width: 65px;
  width: 65px;
}
.ta-grid-table .table thead th.table-action {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.ta-grid-table .table thead th:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.ta-grid-table .table tfoot {
  background: #F1F4F8;
}
.ta-grid-table .table tfoot th:not(:last-child) {
  border-right: 2px solid #ffffff;
}
.ta-grid-table .table td, .ta-grid-table .table th {
  border: unset;
  padding: 0.75rem;
}
.ta-grid-table .table th {
  font-weight: 500;
  color: #1F242E;
}
.ta-grid-table .table td {
  font-weight: 400;
  color: #1F242E;
}
.ta-grid-table .table tr {
  border-bottom: 1px solid #EFF2F7;
}
.ta-grid-table .table tr td:not(:last-child) {
  border-right: 1px solid #EFF2F7;
}
.ta-grid-table .table tbody .ta-actionbtn .button {
  height: unset;
  padding: 3px 3px;
  border-radius: 2px;
  font-size: 14px;
  border-color: transparent;
  font-weight: 500;
}
.ta-grid-table .table tbody .ta-actionbtn ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ta-grid-table .table tbody .ta-actionbtn {
  position: relative;
  cursor: pointer;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-actionbtnWrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-actionbtnWrapper i {
  font-size: 14px;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  z-index: 20;
  display: none;
  text-align: left;
  padding: 4px 0;
  min-width: 135px;
  top: 110%;
  right: 25%;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li {
  padding: 5px 5px 5px 10px;
  color: #6c6a8d;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li i {
  min-width: 18px;
}
.ta-grid-table .table tbody .ta-actionbtn .ta-drop-down li:hover {
  background: rgba(191, 191, 191, 0.2);
}
.ta-grid-table .table tbody tr:nth-last-child(-n+2) .ta-actionbtn .ta-drop-down {
  top: unset;
  bottom: 110%;
}
.ta-grid-table .table tbody tr:nth-child(-n+2) .ta-actionbtn .ta-drop-down.ta-action-effect {
  top: 110%;
  bottom: unset;
}
.ta-grid-table .table-action-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ta-grid-table .table-action-wrapper i {
  font-size: 14px;
}
.ta-grid-table .ta-grid-table-footer {
  background: #ffffff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid #EFF2F7;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage select {
  border: unset;
  background: #F1F4F8;
  border-radius: 4px;
  padding: 4px 5px;
  color: #1F242E;
}
.ta-grid-table .ta-grid-table-footer .ta-grid-table-item-perPage span {
  color: #878A99;
  font-size: 14px;
  font-weight: 500;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-previous {
  order: 1;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list {
  order: 2;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list .pagination-link {
  background: #EAF1F4;
  color: #1C8EA1;
  border: unset;
  border-radius: 4px;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-list .pagination-link.ta-current {
  border: 1px solid #438EFF;
  background: #438EFF;
  color: #ffffff;
}
.ta-grid-table .ta-grid-table-footer .pagination .pagination-next {
  order: 3;
}

/*.......Accordain..........*/
.ta-grid-table .table-sort-header {
  background: #F1F4F8;
  font-weight: 500;
  color: #1F242E;
  font-size: 14px;
}

.taDatagrid-body {
  font-size: 14px;
  color: #1F242E;
}
.taDatagrid-body .ui-state-default .columns .column {
  border-right: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
}

.taAccordain {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  color: #1F242E;
  border: 1px solid #EFF2F7;
}
.taAccordain .taAccordain-header .columns {
  background: #F1F4F8;
  font-weight: 500;
  color: #1F242E;
  font-size: 14px;
}
.taAccordain .taAccordain-header .columns .column {
  border-right: 1px solid #ffffff;
}
.taAccordain .taDatagrid-body .columns .column {
  border-right: 1px solid #EFF2F7;
  border-bottom: 1px solid #EFF2F7;
}
.taAccordain .table-action-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.taAccordain .table-action-wrapper i {
  font-size: 14px;
}
.taAccordain .next-level {
  border-top: 1px solid #4AB0C1;
  border-left: 4px solid #4AB0C1;
  border-right: 1px solid #4AB0C1;
  border-bottom: 1px solid #4AB0C1;
}

/*.......tooltip........*/
.edit-category {
  position: relative;
}
.edit-category .ta-tooltiptext {
  visibility: hidden;
  color: #1C8EA1;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 21px;
  font-size: 12px;
}

.edit-category:hover .ta-tooltiptext {
  visibility: visible;
}

.delete-category {
  position: relative;
}
.delete-category .ta-tooltiptext {
  visibility: hidden;
  color: #1C8EA1;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 21px;
  font-size: 12px;
}

.delete-category:hover .ta-tooltiptext {
  visibility: visible;
}

/*.....form design.......*/
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EFF2F7;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: sticky;
  top: 70px;
  background: #ffffff;
  z-index: 99;
}
.page-head .page-title h3 {
  font-size: 26px;
  font-weight: bold;
  color: #1F242E;
}

.page-btn-wrapper .page-btn {
  display: flex;
  gap: 10px;
}
.page-btn-wrapper .page-btn .button {
  height: 38px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  border: unset;
  padding: 5px 25px;
  min-width: 110px;
  transition: 0.3s ease;
}
.page-btn-wrapper .page-btn .button.ta-cancel {
  background: #FF4B4B;
  color: #ffffff;
}
.page-btn-wrapper .page-btn .button.ta-cancel:hover {
  background: #c33737;
}
.page-btn-wrapper .page-btn .button.ta-save {
  color: #ffffff;
  background: #4AB0C1;
}
.page-btn-wrapper .page-btn .button.ta-save:hover {
  background: #1C8EA1;
}

.ta-btn-wrapper {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.ta-btn-wrapper .ta-btn-group {
  display: flex;
  gap: 10px;
}
.ta-btn-wrapper .ta-btn-group .button {
  height: 38px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  border: unset;
  padding: 5px 25px;
  min-width: 110px;
  transition: 0.3s ease;
}
.ta-btn-wrapper .ta-btn-group .button.ta-cancel {
  background: #FF4B4B;
  color: #ffffff;
}
.ta-btn-wrapper .ta-btn-group .button.ta-cancel:hover {
  background: #c33737;
}
.ta-btn-wrapper .ta-btn-group .button.ta-save {
  color: #ffffff;
  background: #4AB0C1;
}
.ta-btn-wrapper .ta-btn-group .button.ta-save:hover {
  background: #1C8EA1;
}

.form-data-head-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-data-head-wrapper .form-data-title {
  font-size: 18px;
  font-weight: 500;
  color: #1C8EA1;
}
.form-data-head-wrapper .form-checkbox {
  display: flex;
  gap: 6px;
}
.form-data-head-wrapper .form-checkbox input {
  height: unset;
  align-items: center;
  transform: scale(1.2);
  cursor: pointer;
}
.form-data-head-wrapper .form-checkbox .label-value {
  display: flex;
}
.form-data-head-wrapper .form-checkbox .label-key {
  font-size: 15px;
  font-weight: 500;
  color: #1F242E;
  margin-bottom: unset;
  line-height: 1.8;
}

.label-value-custom {
  display: flex;
  align-items: center;
}
.label-value-custom .ta-custom-checkbox {
  height: unset !important;
  transform: scale(1.2);
  cursor: pointer;
  width: unset;
  margin-right: 5px;
}
.label-value-custom .ta-inputBox {
  max-width: 300px;
  margin-left: 20px;
}

.form-label.label-enabled .label-key .label-key-title {
  color: #4AB0C1;
  font-weight: 600;
}
.form-label.label-enabled .label-value-text {
  font-weight: 600;
}

.form-general-title {
  margin-bottom: 10px;
}
.form-general-title h5 {
  color: #1F242E;
  font-size: 18px;
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 50px;
}
.form-row.form-row-single {
  grid-template-columns: repeat(1, 1fr);
}
.form-row .form-row-info .form-info-title h5 {
  color: #1F242E;
  font-size: 18px;
  font-weight: 600;
}
.form-row .form-row-info .form-info-content p {
  font-size: 15px;
  color: #747474;
}
.form-row:not(:last-child) {
  border-bottom: 1px solid #EFF2F7;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.label-key {
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.label-key .label-key-title {
  font-size: 15px;
  color: #1F242E;
  font-weight: 500;
}
.label-key .label-key-title .ta-required {
  color: #FF4B4B;
}

label.ta-error {
  color: #FF4B4B;
  font-size: 13px;
}

.label-key-info {
  margin-left: 4px;
}

.form-label .label-value {
  position: relative;
}
.form-label .label-value button {
  height: 38px;
  border-radius: 4px;
  padding: 2px 30px;
}
.form-label .label-value .btn-position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 38px;
  width: 38px;
  border-radius: 5px;
  border: unset;
  outline: unset;
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.form-label .toggle-password {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #1C8EA1;
  cursor: pointer;
}

.image-upload-label .image-upload {
  height: 150px;
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #4AB0C1;
  cursor: pointer;
  padding: 4px;
}
.image-upload-label .image-upload img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.image-upload-label .label-value {
  display: flex;
  gap: 20px;
  align-items: center;
}
.image-upload-label .label-value.ta-image-upload-error .image-upload {
  border: 2px solid #FF4B4B;
}
.image-upload-label .image-upload-des p {
  font-size: 15px;
  color: #1C8EA1;
}

.form-checkbox-label {
  display: flex;
  align-items: center;
}
.form-checkbox-label input {
  height: unset !important;
  align-items: center;
  transform: scale(1.2);
  cursor: pointer;
}
.form-checkbox-label .label-value {
  display: flex;
}
.form-checkbox-label .label-key {
  font-size: 15px;
  font-weight: 500;
  color: #1F242E;
  margin-bottom: unset;
  margin-left: 6px;
  white-space: nowrap;
}
.form-checkbox-label .form-check-des p {
  font-size: 15px;
  color: #1C8EA1;
  margin-left: 15px;
}

.one-column-data {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.two-column-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.three-column-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

/*....image gallary......*/
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .gallery-item {
  margin-bottom: 15px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
  transition: all 0.4s;
  position: relative;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .gallery-item .ta-actionbtn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .gallery-item .ta-actionbtn .button {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #f14668;
  color: #ffffff;
  font-size: 14px;
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .gallery-item:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.1215686275);
}
.ta-gallery-formWrapper .ta-gallery-content .ta-gallery-column .gallery-item img {
  width: 100%;
  height: auto;
}

/*......radio design........*/
.ta-radioWrapper {
  display: flex;
  column-gap: 15px;
  row-gap: 10px;
  flex-flow: wrap;
}
.ta-radioWrapper input {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.ta-radioWrapper .radio-body {
  display: flex;
  gap: 2px;
  align-items: center;
}
.ta-radioWrapper .radio-title {
  font-size: 15px;
  font-weight: 500;
  color: #1F242E;
  margin-bottom: unset;
  margin-left: 6px;
  white-space: nowrap;
}

/*.......Component Editor Design........*/
.btnGrpWrapper-a {
  display: flex;
  gap: 30px;
}
.btnGrpWrapper-a .panel:not(:last-child) {
  margin-bottom: unset;
}
.btnGrpWrapper-a .list-group-a {
  padding: 20px;
  box-shadow: 2px 2px 10px rgb(146, 146, 146);
}
.btnGrpWrapper-a .list-group-a .title {
  color: #335970;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a {
  width: 350px;
  justify-content: space-between;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a.ta-pagetitle {
  background-color: #d7d7d7;
  color: #1F242E;
}
.btnGrpWrapper-a .list-group-a .list-group-item-a.ta-active {
  background-color: #4AB0C1;
  color: #ffffff;
  border-radius: 0 100px 100px 0;
  width: 380px;
}

/*....setting page........*/
.ta-st-image-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ta-img-body {
  height: 70px;
  width: 200px;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.ta-img-body img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ta-st-image-wrapper .button {
  height: 38px;
  padding: 2px 20px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ta-st-image-wrapper .ta-image-action-btn {
  display: flex;
  gap: 10px;
}

.ta-img-fab {
  height: 50px;
  width: 50px;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.ta-img-fab img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*......media library pop up........*/
.ta-mediaLabry .imageCollection {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
}
.ta-mediaLabry .imageRow {
  border: 1px solid #eff2f7;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
  margin-bottom: 15px;
}
.ta-mediaLabry .imageRow:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.1215686275);
}
.ta-mediaLabry .imageRow:hover .ta-sign {
  display: flex;
}
.ta-mediaLabry .imageRow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ta-mediaLabry .imageRow .media-card-image {
  display: flex;
}
.ta-mediaLabry .ta-sign {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 8px;
  background: #4AB0C1;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

/*....card design........*/
.ta-dCard {
  border: 1px solid #bbd0d3;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  flex: 1 1 auto;
}

.ta-dCard-animate {
  transition: all 0.4s;
}
.ta-dCard-animate:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.1215686275);
}

.ta-dCard-body {
  padding: 18px;
}

.ta-dCard-head {
  padding: 18px;
  border-bottom: 1px solid #bbd0d3;
}
.ta-dCard-head h1 {
  font-size: 16px;
  font-weight: 500;
  color: #1F242E;
}

.analytic-1st-row {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}

.ta-analytic {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.ta-ana-type1-title {
  font-size: 16px;
  font-weight: 500;
  color: #1F242E;
}

.ta-ana-number {
  font-size: 20px;
  font-weight: 600;
  color: #1F242E;
  margin-bottom: 2px;
}

.ta-analytic-icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ta-ana-body:not(:last-child) {
  margin-bottom: 2px;
}
.ta-ana-body .total-title {
  font-size: 14px;
  font-weight: 500;
}
.ta-ana-body .total-title span {
  margin-left: 3px;
  color: #6B7280;
}

.ta-background-gradient1 {
  background: linear-gradient(to bottom right, #42758F 0%, rgba(96, 87, 201, 0.6) 100%) !important;
}

.ta-background-gradient2 {
  background: linear-gradient(to bottom right, #f1bf64 0%, #f71d36 100%) !important;
}

.ta-background-gradient3 {
  background: linear-gradient(to bottom right, #9070ff 0%, #ff5d9e 100%) !important;
}

/*.......Album Component........*/
.dAlbum {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20Px;
}
.dAlbum .alb-wrapper {
  position: relative;
}
.dAlbum .alb-wrapper .alb-icon .ta-alb-icon-wrapper {
  display: flex;
}
.dAlbum .alb-wrapper .card-editbuttonaction {
  position: absolute;
  top: 40px;
  right: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  transition: 0.3s ease;
}
.dAlbum .alb-wrapper .card-editbuttonaction:hover {
  color: #a6ff8b;
}
.dAlbum .alb-wrapper .alb-content {
  margin-top: 4px;
}
.dAlbum .alb-wrapper .alb-content h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
  padding: 0 5px;
}
.dAlbum .alb-wrapper .alb-content input {
  font-size: 14px;
  text-align: center;
  padding: 2px 6px;
  height: 30px;
  border-radius: 2px;
}
.dAlbum .alb-wrapper .card-editbuttonEventaction {
  position: absolute;
  top: 45px;
  right: 15px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.dAlbum .alb-wrapper .card-editbuttonEventaction li {
  display: flex;
  font-size: 12px;
  align-items: center;
  gap: 4px;
  padding: 2px 10px;
  cursor: pointer;
  transition: 0.3s ease;
}
.dAlbum .alb-wrapper .card-editbuttonEventaction li:not(:last-child) {
  border-bottom: 1px solid #b7b7b7;
}
.dAlbum .alb-wrapper .card-editbuttonEventaction li:hover {
  background: #f9ffad;
}
.dAlbum .album-image-wrapper {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(109, 109, 109, 0.5);
}
.dAlbum .album-image-wrapper .album-img {
  aspect-ratio: 4/3;
}
.dAlbum .album-image-wrapper .album-img a {
  width: 100%;
  height: 100%;
  display: flex;
}
.dAlbum .album-image-wrapper .album-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.dAlbum .album-image-wrapper .album-img a img:hover {
  transform: scale(1.2);
}
.dAlbum .album-image-wrapper .album-img-dlt {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  background: #ff2d2d;
  color: #ffffff;
  border: 1px solid #7e89a9;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.dAlbum .album-image-wrapper:hover .album-img-dlt {
  display: flex;
}

.album-name-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
