/** @format */
.max-container {
  max-width: 1240px;
  width: 90%;
  margin: auto;
  padding: 0 15px;
  background-color: #fff;
  position: relative;
}

.wrap {
  padding: 30px 0;
}

.fw-700 {
  font-weight: 700;
}

.wsnowrap {
  white-space: nowrap;
}

.content-wrp .elementor-container {
  width: 100% !important;
}

.checkbox-tree {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px;
}
.checkbox-tree > div {
  width: 33.33%;
}
.checkbox-tree .title {
  font-size: 17px;
  font-weight: bold;
  border-left: 3px solid #333;
  padding-left: 5px;
  line-height: 21px;
  margin-bottom: 10px;
}
.checkbox-tree .title.mt15 {
  margin-top: 3px;
  padding-left: 5px;
}
.checkbox-tree .title::first-letter {
  text-transform: uppercase;
}

input[type=radio].td-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #717171;
  display: inline-block;
  position: relative;
  top: 4px;
}
input[type=radio].td-checkbox.half-check::before {
  height: 3px;
}
input[type=radio].td-checkbox:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #919191;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
input[type=radio].td-checkbox:checked::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .checkbox-tree {
    flex-direction: column;
  }
  .checkbox-tree > div {
    width: 100%;
  }
}
#wp-fl-message-wrap {
  border: 1px solid transparent;
}
#wp-fl-message-wrap.error {
  border-color: #df4444;
}

.service-list {
  list-style-type: none;
  padding: 0;
}
.service-list ul {
  padding-left: 20px;
  list-style-type: none;
}
.service-list li {
  border: none !important;
  padding: 2px 0 2px 10px !important;
  position: relative;
}
.service-list li:nth-child(2) {
  margin-left: 15px;
}
.service-list li:nth-child(3) {
  margin-left: 30px;
}
.service-list li:nth-child(4) {
  margin-left: 45px;
}
.service-list li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border: 4px solid transparent;
  border-left-color: #333;
}

.td-layout {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.td-layout .primary-content {
  flex: 2;
}
.td-layout .primary-content .dataTables_wrapper {
  font-size: 15px;
  line-height: 22px;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table {
  margin-top: 15px;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table thead {
  background-color: #2c396d;
  color: #fff;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table thead .sorting:before,
.td-layout .primary-content .dataTables_wrapper .dt-body table thead .sorting_asc:before {
  padding-right: 0;
  line-height: 14px;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table thead > tr th {
  padding: 2px 10px;
  height: 45px;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table thead > tr th.sorting {
  padding-right: 26px;
}
.td-layout .primary-content .dataTables_wrapper .dt-body table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer {
  display: flex;
  justify-content: space-between;
  padding: 3px 10px;
  background-color: #2c396d;
  color: #fff;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_info {
  float: none;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_paginate {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_paginate a {
  color: #fff5a3 !important;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_paginate a.disabled {
  opacity: 0.5;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_paginate > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td-layout .primary-content .dataTables_wrapper .dt-footer .dataTables_paginate > span .paginate_button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex: auto;
  min-width: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-layout .primary-content .dataTables_filter {
  float: none;
  max-width: -moz-max-content;
  max-width: max-content;
}
.td-layout .primary-content .dataTables_filter label {
  display: flex;
  gap: 15px;
  font-weight: bold;
  align-items: center;
  border-left: 3px solid #2c3a6e;
  padding-left: 10px;
}
.td-layout .primary-content .dataTables_filter label input {
  background-color: #fff;
  border: 1px solid #2c3a6e;
  border-radius: 0;
}
.td-layout .sidebar-content {
  flex: 0.65;
  position: sticky;
  top: 142px;
}

.text-right {
  text-align: right;
}

.p-relative {
  position: relative;
}

/* Base styles */
/* Client information block */
.client-info {
  display: flex;
  flex-direction: column;
}

.client-info__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.client-info__label {
  width: 120px;
  font-weight: bold;
  margin-right: 16px;
}

.client-info__value {
  flex: 1;
}

/* Product detail block */
.product-detail {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
}

.product-detail__image {
  flex: 0 0 40%;
  margin-right: 16px;
}

.product-detail__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-detail__info {
  flex: 1 1 auto;
}

.product-detail__name {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}

.product-detail__price {
  font-size: 20px;
  color: #008000;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wp-editor-tabs .switch-html,
.wp-editor-tabs .switch-tmce {
  display: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100%;
  height: 42px;
  padding-inline: 10px;
}
input[type=text]:-moz-read-only, input[type=email]:-moz-read-only, input[type=url]:-moz-read-only, input[type=password]:-moz-read-only, input[type=search]:-moz-read-only, input[type=number]:-moz-read-only, input[type=tel]:-moz-read-only, input[type=range]:-moz-read-only, input[type=date]:-moz-read-only, input[type=month]:-moz-read-only, input[type=week]:-moz-read-only, input[type=time]:-moz-read-only, input[type=datetime]:-moz-read-only, input[type=datetime-local]:-moz-read-only, input[type=color]:-moz-read-only, select:-moz-read-only, textarea:-moz-read-only {
  background-color: #eee;
}
input[type=text]:read-only,
input[type=email]:read-only,
input[type=url]:read-only,
input[type=password]:read-only,
input[type=search]:read-only,
input[type=number]:read-only,
input[type=tel]:read-only,
input[type=range]:read-only,
input[type=date]:read-only,
input[type=month]:read-only,
input[type=week]:read-only,
input[type=time]:read-only,
input[type=datetime]:read-only,
input[type=datetime-local]:read-only,
input[type=color]:read-only,
select:read-only,
textarea:read-only {
  background-color: #eee;
}

.product-detail__currency {
  font-weight: bold;
  margin-right: 4px;
}

.product-detail__amount {
  font-weight: bold;
}

.product-detail__description {
  margin-top: 0;
}

.product-detail__description p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* Buttons Sections */
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column-reverse;
  gap: 30px;
}

.button-container button {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #4caf50;
  transition: background-color 0.3s ease;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 55px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  padding: 9.36px 25px;
  margin: 0 7px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.button-container button:hover {
  background-color: #3e8e41;
}
.button-container .paypal-button {
  margin: auto;
}
.button-container .credit-card-button {
  background-color: #555;
}
.button-container .credit-card-button:hover {
  background-color: #444;
}

.or {
  text-align: center;
  font-weight: bold;
}

/*
 ****
 *
 * |-> Cards
 *
*******/
.td-card {
  background-color: #f7f7f7;
  padding: 25px 25px 5px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
}
.td-card .td-card-body .td-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.td-card .td-card-body .td-card-title + p {
  margin: 0;
}
.td-card .td-card-body .ticket-reply {
  margin: 15px -25px 0;
}
.td-card .td-card-body .ticket-reply .posted-by {
  background-color: #eee;
  padding: 5px 10px;
  border-top: 3px solid #dcdcdc;
  display: flex;
  align-items: center;
  gap: 4px;
}
.td-card .td-card-body .ticket-reply .posted-by .posted-on {
  color: #939090;
}
.td-card .td-card-body .ticket-reply .posted-by .requestor-badge {
  background-color: #7dc67d;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  margin: 0 0 0 auto;
}
.td-card .td-card-body .ticket-reply .message {
  padding: 15px;
}
.td-card .td-card-body .ticket-reply .message .footer-comments .attachments {
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.td-card .td-card-body .ticket-reply .message .footer-comments .attachments .item .img {
  background-color: #d5d5d5;
  border-radius: 4px 4px 0 0;
  padding: 15px;
}
.td-card .td-card-body .ticket-reply .message .footer-comments .attachments .item .img .attachment-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: -15px;
  display: block;
  max-width: none;
  height: 75px;
}
.td-card .td-card-body .ticket-reply .message .footer-comments .attachments .item .img .default-attachment-img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 45px;
}
.td-card .td-card-body .ticket-reply .message .footer-comments .attachments .item .filename {
  display: block;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 130px;
  white-space: nowrap;
}

.td-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.td-row .td-form-group {
  width: 100%;
  margin-top: 15px;
}
.td-row .td-form-group label {
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
  padding-left: 5px;
  margin-top: 4px;
}
.td-row .td-form-group > div {
  position: relative;
}
.td-row .td-form-group > div [type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.td-row .td-form-group input:-moz-read-only {
  outline: 0;
}
.td-row .td-form-group input:read-only {
  outline: 0;
}
.td-row .td-form-group.group-auto {
  width: auto;
}
.td-row .td-form-group.group-auto .td-btn {
  white-space: nowrap;
}

/*
 ****
 *
 * |-> Button
 *
*******/
.td-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.td-btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.td-btn.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.td-btn.btn-default:hover {
  background-color: #f7f7f7;
}
.td-btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.td-btn.btn-danger:hover {
  background-color: rgba(220, 53, 70, 0.8);
}
.td-btn.btn-primary {
  color: #fff;
  background-color: #369;
  border-color: #369;
}
.td-btn.btn-primary:hover {
  background-color: rgba(51, 102, 153, 0.8);
}

/*
 ****
 *
 * |-> Widget
 *
*******/
.td-widget {
  border: 1px solid #eee;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
.td-widget code {
  padding: 2px 5px;
  display: inline-block;
  background-color: #eee;
  border-radius: 3px;
}
.td-widget code.org {
  background-color: #ffb955;
  color: #fff;
}
.td-widget code.red {
  background-color: #ec5252;
  color: #fff;
}
.td-widget code.green {
  background-color: #80a875;
  color: #fff;
}
.td-widget .td-widget-title {
  margin: 0;
  padding: 10px 15px;
  background-color: #2c396d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.td-widget .td-widget-content {
  padding: 10px 15px;
}
.td-widget .td-widget-content .list-info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.td-widget .td-widget-content .list-info li {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 10px 15px;
}
.td-widget .td-widget-content .list-info li .value em {
  font-style: normal;
}
.td-widget .td-widget-content .list-info li .value em:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
  margin: 0 4px;
}
.td-widget .td-widget-content .list-info li .value em:last-child:after {
  display: none;
}
.td-widget .td-widget-content .list-pages {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.td-widget .td-widget-content .list-pages.list-justify li {
  display: flex;
  align-items: center;
}
.td-widget .td-widget-content .list-pages.list-justify li a {
  display: inline-flex;
  justify-content: space-between;
  flex: 1;
}
.td-widget .td-widget-content .list-pages li {
  padding: 6px 0px;
}
.td-widget .td-widget-content .list-pages li:before {
  content: "";
  display: inline-block;
  position: relative;
  border: 5px solid transparent;
  border-left-color: #333;
  margin-right: 4px;
}
.td-widget .td-widget-content .list-pages li a {
  color: #333;
  transition: all 0.35s ease-in-out;
}
.td-widget .td-widget-content .list-pages li a:hover {
  color: #000;
}
.td-widget .td-widget-footer {
  padding: 10px 15px;
  text-align: center;
  line-height: 17px;
}

/*
 ****
 *
 * |-> Loader & progressbar
 *
*******/
.loader-wrapper {
  display: none;
  position: relative;
  margin: 20px 0 10px;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}
.loader-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
}
.loader-wrapper .loader .loader-progress {
  height: 100%;
  width: 0;
  background-color: #555;
  border-radius: 5px;
}

/*
 ****
 *
 * |-> Alerts
 *
*******/
.td-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.td-alert.td-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.td-alert.td-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.td-alert.td-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/*
 ****
 *
 * |-> Attachments
 *
*******/
.attachments-list {
  margin-bottom: 20px;
}
.attachments-list .li .wrp-attachs .attachments {
  display: flex;
  gap: 15px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.attachments-list .li .wrp-attachs .attachments .item .img {
  background-color: #d5d5d5;
  border-radius: 4px 4px 0 0;
  padding: 15px;
}
.attachments-list .li .wrp-attachs .attachments .item .img .attachment-img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: -15px;
  display: block;
  max-width: none;
  height: 75px;
}
.attachments-list .li .wrp-attachs .attachments .item .img .default-attachment-img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: 45px;
}
.attachments-list .li .wrp-attachs .attachments .item .filename {
  display: block;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 130px;
  white-space: nowrap;
}

/* Media queries */
/* 768px */
@media (min-width: 768px) {
  .product-detail__image {
    margin-right: 24px;
  }
  .product-detail__name {
    font-size: 24px;
  }
  .product-detail__price {
    font-size: 28px;
  }
  .product-detail__currency {
    font-size: 23px;
  }
  .product-detail__amount {
    font-size: 23px;
  }
  .product-detail__description p {
    font-size: 18px;
  }
}
/* 991px */
@media (min-width: 991px) {
  .product-detail__image {
    flex: 0 0 30%;
  }
  .product-detail__info {
    flex: 1 1 70%;
  }
}
/* 1200px */
@media (min-width: 1200px) {
  .product-detail__image {
    flex: 0 0 35%;
  }
  .product-detail__info {
    flex: 1 1 65%;
  }
}/*# sourceMappingURL=style.css.map */