/* Custom CSS */
.avatar-badge,
.input-group-append,
.input-group-prepend {
  overflow: hidden;
}

.assistant-modal-multiple.modal.show .carousel-item:first-child,
.avatar-badge,
.search-box.active #show-results-cnt {
  display: block;
}

:root {
  --color-google: #4285f4;
  --color-twitter: #55acee;
  --color-facebook: #3b5998;
  --color-microsoft: #f65314;
  --color-instagram: #3f729b;
  --color-yahoo: #7b0099;
  --color-amazon: #ff9900;
  --color-netflix: #e50914;
  --color-coca-cola: #ed1c16;
  --warning: #fb8c00;
  --orange: #e53935;
  --yellow: #ffeb3b;
  --success: #7cb342;
  --purple: #5e35b1;
  --indigo: #3949ab;
  --primary: #267ae9;
  --blue: #267ae9;
  --info: #1e88e5;
  --danger: #e53935;
  --pink: #d81b60;
  --teal: #009688;
  --teal2: #1ab395;
  --gray: #ebebeb;
  --gray2: #dde9ed;
  --gray3: #dde9ed;
  --white2: #f2f4f6;
  --box-shadow: #e3e8ee;
}

* {
  scrollbar-color: var(--primary) var(--gray);
}

::-webkit-scrollbar-track {
  background: var(--gray);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--info);
}

.input-group-btn.fix-btn-group button {
  float: left;
}

.rcms-pagetitle [class*=" ri-"],
.rcms-pagetitle [class^="ri-"] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

a.css-add-shortcut:hover {
  color: var(--primary) !important;
}

.rcms-pagetitle .badge {
  position: relative;
  top: -1px;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 40px;
}

#iframe-cnt {
  position: relative;
  width: 100%;
  overflow: auto;
  resize: both;
}

.h30,
.rcms-header .admin-logo img {
  height: 30px;
}

.rcms-pageheader .float-right {
  padding: 0 10px 0 20px;
  top: -3px;
  position: relative;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff !important;
}

.note-editable:focus,
.note-editable:hover,
.switch-label:focus,
.switch-label:hover,
input.form-control:focus,
input.form-control:hover,
select.form-control:focus,
select.form-control:hover,
textarea.form-control:focus,
textarea.form-control:hover {
  border: 1px solid var(--primary) !important;
  box-shadow: 0 2px 3px 1px var(--gray);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single {
  border-radius: calc(0.375rem - 0px);
}

.section-wrapper .select2-container--default .select2-selection--single:focus,
.section-wrapper .select2-container--default .select2-selection--single:hover {
  border: 1px solid var(--primary) !important;
  box-shadow: 0 2px 3px 1px var(--gray);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-nav .nav-link:focus,
.dropdown-nav .nav-link:hover {
  border-radius: calc(0.375rem - 0px);
  color: var(--primary);
  background-color: var(--white2);
  transition: border-radius 0.15s ease-in-out, background 0.15s ease-in-out;
}

.css-round-hover,
.media-body .btn-group a.btn {
  border-radius: calc(0.375rem - 0px) !important;
}

.css-round-hover:focus,
.css-round-hover:hover,
.media-body .btn-group a.btn:focus,
.media-body .btn-group a.btn:hover {
  color: var(--primary);
  background-color: var(--white2);
  transition: border-radius 0.15s ease-in-out, background 0.15s ease-in-out;
  cursor: pointer;
}

a:not(.btn, .nav-link, .sub-item a, .paginate_button, .css-back-nav):focus,
a:not(.btn, .nav-link, .sub-item a, .paginate_button, .css-back-nav):hover {
  text-decoration: underline;
  cursor: pointer;
}

a.nav-link:focus,
a.nav-link:hover {
  color: var(--blue) !important;
  cursor: pointer;
}

.paginate_button {
  cursor: pointer;
}

.dataTables_info[role="status"] {
  font-size: 11px;
  padding: 0;
  position: relative;
  top: 18px;
  z-index: -1;
}

.dashboard-4 .card-table .card-header .nav-link:hover {
  text-decoration: underline;
}

.filter-cnt .btn-group button,
.filter-cnt .btn-group input {
  height: 40px;
  line-height: 1em;
}

.border-left {
  border-left: 1px solid #ced4da !important;
}

.btn-group.border-left:hover {
  border-color: var(--primary) !important;
  transition: border 0.15s ease-in-out;
}

.timeline-body p.mg-b-0 {
  overflow-wrap: anywhere;
}

.bg-custom-1 {
  background-color: #3f3d56;
}

.bg-custom-2 {
  background-color: #2f2e41;
}

.body {
  font-size: 0.825rem !important;
}

.banner-card {
  background: url(../img/Stars.png) top/100% auto no-repeat;
}

.dots {
  background: url(../img/dots.png) top/100% auto no-repeat;
}

.no-border-datepicker .ui-datepicker-inline {
  border: none !important;
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: var(--primary);
  color: #fff;
  text-decoration: none;
}

#show-results-cnt {
  position: absolute;
  z-index: 1;
  height: 310px;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 38px;
  left: 0;
  width: 100%;
  display: none;
  border-radius: 0 0 4px 4px;
  overflow: auto;
}

.search-box.active {
  border-radius: 4px 4px 0 0;
}

.search-box {
  position: relative;
}

.search-box.active .form-control {
  z-index: 2;
}

select option[disabled] {
  background-color: #d9dcde;
  font-size: 12px;
}

.chart-prev-next {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.chart-prev-next a {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  border-radius: calc(0.375 rem - 0 px);
  box-shadow: 0 4px 8px var(--box-shadow);
  pointer-events: all;
}

.chart-prev-next a.prev {
  left: -40px;
}

.chart-prev-next a.next {
  right: -40px;
}

.chart-prev-next a:focus,
.chart-prev-next a:hover {
  text-transform: none !important;
}

.h0 {
  height: 0;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px;
}

.h300 {
  height: 300px;
}

.avatar-badge,
.avatar-badge img {
  width: 30px;
  height: 30px;
}

.avatar-badge {
  line-height: 29px;
  padding: 0;
  margin-top: 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
}

.modal-title>i {
  top: 3px;
  position: relative;
}

.rcms-pagetitle {
  background: 0 0;
  padding: 5px 20px 5px 30px;
  left: 0;
}

.rcms-pagetitle:after {
  display: none !important;
}

.rcms-pagetitle:before {
  width: 20px;
  height: 3px;
  background-color: var(--primary);
  z-index: 0;
  left: 0;
}

.btn>i {
  line-height: 1.1em;
  position: relative;
  font-weight: 300;
  margin-right: 3px;
}

.btn:hover i {
  color: inherit;
}

.bg-primary-100 {
  background-color: rgba(27, 132, 231, 0.1);
}

.bg-primary-200 {
  background-color: rgba(27, 132, 231, 0.2);
}

.bg-primary-300 {
  background-color: rgba(27, 132, 231, 0.3);
}

.bg-primary-400 {
  background-color: rgba(27, 132, 231, 0.4);
}

.bg-primary-500 {
  background-color: rgba(27, 132, 231, 0.5);
}

.bg-primary-600 {
  background-color: rgba(27, 132, 231, 0.6);
}

.bg-primary-700 {
  background-color: rgba(27, 132, 231, 0.7);
}

.bg-primary-800 {
  background-color: rgba(27, 132, 231, 0.8);
}

.bg-primary-900 {
  background-color: rgba(27, 132, 231, 0.9);
}

.bg-success-100 {
  background-color: rgba(35, 191, 8, 0.1);
}

.bg-success-200 {
  background-color: rgba(35, 191, 8, 0.2);
}

.bg-success-300 {
  background-color: rgba(35, 191, 8, 0.3);
}

.bg-success-400 {
  background-color: rgba(35, 191, 8, 0.4);
}

.bg-success-500 {
  background-color: rgba(35, 191, 8, 0.5);
}

.bg-success-600 {
  background-color: rgba(35, 191, 8, 0.6);
}

.bg-success-700 {
  background-color: rgba(35, 191, 8, 0.7);
}

.bg-success-800 {
  background-color: rgba(35, 191, 8, 0.8);
}

.bg-success-900 {
  background-color: rgba(35, 191, 8, 0.9);
}

.bg-danger-100 {
  background-color: rgba(220, 53, 69, 0.1);
}

.bg-danger-200 {
  background-color: rgba(220, 53, 69, 0.2);
}

.bg-danger-300 {
  background-color: rgba(220, 53, 69, 0.3);
}

.bg-danger-400 {
  background-color: rgba(220, 53, 69, 0.4);
}

.bg-danger-500 {
  background-color: rgba(220, 53, 69, 0.5);
}

.bg-danger-600 {
  background-color: rgba(220, 53, 69, 0.6);
}

.bg-danger-700 {
  background-color: rgba(220, 53, 69, 0.7);
}

.bg-danger-800 {
  background-color: rgba(220, 53, 69, 0.8);
}

.bg-danger-900 {
  background-color: rgba(220, 53, 69, 0.9);
}

.bg-warning-100 {
  background-color: rgba(244, 153, 23, 0.1);
}

.bg-warning-200 {
  background-color: rgba(244, 153, 23, 0.2);
}

.bg-warning-300 {
  background-color: rgba(244, 153, 23, 0.3);
}

.bg-warning-400 {
  background-color: rgba(244, 153, 23, 0.4);
}

.bg-warning-500 {
  background-color: rgba(244, 153, 23, 0.5);
}

.bg-warning-600 {
  background-color: rgba(244, 153, 23, 0.6);
}

.bg-warning-700 {
  background-color: rgba(244, 153, 23, 0.7);
}

.bg-warning-800 {
  background-color: rgba(244, 153, 23, 0.8);
}

.bg-warning-900 {
  background-color: rgba(244, 153, 23, 0.9);
}

.bg-purple-100 {
  background-color: rgba(111, 66, 193, 0.1);
}

.bg-purple-200 {
  background-color: rgba(111, 66, 193, 0.2);
}

.bg-purple-300 {
  background-color: rgba(111, 66, 193, 0.3);
}

.bg-purple-400 {
  background-color: rgba(111, 66, 193, 0.4);
}

.bg-purple-500 {
  background-color: rgba(111, 66, 193, 0.5);
}

.bg-purple-600 {
  background-color: rgba(111, 66, 193, 0.6);
}

.bg-purple-700 {
  background-color: rgba(111, 66, 193, 0.7);
}

.bg-purple-800 {
  background-color: rgba(111, 66, 193, 0.8);
}

.bg-purple-900 {
  background-color: rgba(111, 66, 193, 0.9);
}

.bg-orange-100 {
  background-color: rgba(242, 117, 16, 0.1);
}

.bg-orange-200 {
  background-color: rgba(242, 117, 16, 0.2);
}

.bg-orange-300 {
  background-color: rgba(242, 117, 16, 0.3);
}

.bg-orange-400 {
  background-color: rgba(242, 117, 16, 0.4);
}

.bg-orange-500 {
  background-color: rgba(242, 117, 16, 0.5);
}

.bg-orange-600 {
  background-color: rgba(242, 117, 16, 0.6);
}

.bg-orange-700 {
  background-color: rgba(242, 117, 16, 0.7);
}

.bg-orange-800 {
  background-color: rgba(242, 117, 16, 0.8);
}

.bg-orange-900 {
  background-color: rgba(242, 117, 16, 0.9);
}

.bg-pink-100 {
  background-color: rgba(237, 30, 121, 0.1);
}

.bg-pink-200 {
  background-color: rgba(237, 30, 121, 0.2);
}

.bg-pink-300 {
  background-color: rgba(237, 30, 121, 0.3);
}

.bg-pink-400 {
  background-color: rgba(237, 30, 121, 0.4);
}

.bg-pink-500 {
  background-color: rgba(237, 30, 121, 0.5);
}

.bg-pink-600 {
  background-color: rgba(237, 30, 121, 0.6);
}

.bg-pink-700 {
  background-color: rgba(237, 30, 121, 0.7);
}

.bg-pink-800 {
  background-color: rgba(237, 30, 121, 0.8);
}

.bg-pink-900 {
  background-color: rgba(237, 30, 121, 0.9);
}

.bg-info-100 {
  background-color: rgba(56, 159, 255, 0.1);
}

.bg-info-200 {
  background-color: rgba(56, 159, 255, 0.2);
}

.bg-info-300 {
  background-color: rgba(56, 159, 255, 0.3);
}

.bg-info-400 {
  background-color: rgba(56, 159, 255, 0.4);
}

.bg-info-500 {
  background-color: rgba(56, 159, 255, 0.5);
}

.bg-info-600 {
  background-color: rgba(56, 159, 255, 0.6);
}

.bg-info-700 {
  background-color: rgba(56, 159, 255, 0.7);
}

.bg-info-800 {
  background-color: rgba(56, 159, 255, 0.8);
}

.bg-info-900 {
  background-color: rgba(56, 159, 255, 0.9);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgb(244 247 249);
  border-top: 1px solid #dee2e6;
}

.input-group-prepend {
  border-radius: 4px 0 0 4px;
}

.input-group-append {
  border-radius: 0 4px 4px 0;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.select2-selection>span {
  padding-left: 1.25rem !important;
}

.select2-selection>span[title="Ready for publish"]:before,
.select2-selection>span[title="Draft"]:before,
.select2-selection>span[title="Published"]:before,
.select2-selection>span[title="Trash"]:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  content: "";
  position: relative;
  left: -7px;
}

.select2-selection>span[title="Published"]:before {
  background-color: var(--success) !important;
}

.select2-selection>span[title="Ready for publish"]:before {
  background-color: var(--yellow) !important;
}

.select2-selection>span[title="Draft"]:before {
  background-color: var(--warning) !important;
}

.select2-selection>span[title="Trash"]:before {
  background-color: var(--danger) !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  background-color: #f1f1f1;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.wysiwyg-stats {
  margin-top: 6px;
  font-size: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  z-index: -1;
}

.wysiwyg-stats span {
  float: left;
  display: block;
  width: 32%;
  text-align: left;
  text-transform: uppercase;
  background-color: #f7fafc;
  border: 1px solid #d5e8f5;
  margin: 4px 2% 4px 0;
  box-sizing: border-box;
  padding: 10px 14px;
  border-radius: 4px;
}

body .css-star-btn,
body .css-star-btn i {
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}

.wysiwyg-stats span.readability {
  margin-right: 0;
}

.tox.tox-tinymce {
  min-height: 500px;
}

i.icon.ri-search-2-line {
  top: 0;
}

.dataTables_wrapper .dt-buttons {
  float: left;
  position: relative;
  top: 6px;
}

body .css-star-btn {
  width: 30px;
  line-height: 24px;
  text-align: center;
}

body .css-star-btn i {
  font-size: 20px;
}

a.dropdown-item.disabled {
  opacity: 0.4;
}

button.btn.btn-primary.js-activate-tinymce {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  padding: 9px 20px;
}

#wysiwyg,
.js-wysiwyg,
.js-wysiwyg-email {
  min-height: 300px;
}

.js-steps-ribbon {
  position: absolute;
  top: 15px;
  left: -35px;
  background-color: var(--primary);
  padding: 8px 12px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}

.js-canvas-chart-cnt .js-btn-download {
  display: none;
}

.js-canvas-chart-cnt:hover .js-btn-download {
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  padding: 0 5px;
}

.table-flex {
  display: flow;
}

.table-flex tbody,
.table-flex thead {
  display: flex;
  flex-direction: column;
}

.table-flex tr {
  display: flex;
}

.table-flex td,
.table-flex th {
  flex: 1;
}

.avatar-badge {
  position: relative;
}

.avatar-badge+.avatar-customer-badge {
  position: absolute;
  left: -8px;
  bottom: 6px;
  padding: 2px 1px;
}

.avatar-customer-badge {
  border-radius: 22px;
  font-size: 12px;
  padding: 5px 3px;
}

.avatar-customer-badge.gold {
  color: #000;
  background-color: gold;
}

.avatar-customer-badge.silver {
  background-color: silver;
  color: #000;
}

.avatar-customer-badge.bronze {
  background-color: #cd7f32;
  color: #fff;
}

.new-modal-ui .modal-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #343a40;
}

.new-modal-ui .modal-header {
  padding: 10px 20px;
}

.new-modal-ui .modal-title>i {
  top: 0px;
  position: relative;
  margin-right: 5px;
}

.new-modal-ui .modal-body {
  padding: 0;
}

.new-modal-ui .card-block {
  background-color: #fff;
}

.new-modal-ui .myaccordion {
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
}

.new-modal-ui .myaccordion .card,
.new-modal-ui .myaccordion .card:last-child .card-header {
  border: none;
  background: transparent;
}

.new-modal-ui .myaccordion .card-header {
  border: none;
  background: transparent;
}

.new-modal-ui .myaccordion .card-header .heading {
  position: relative;
  font-weight: 300;
  z-index: 0;
}

.new-modal-ui .myaccordion .card-header .heading h3 {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.new-modal-ui .myaccordion .fa {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}

.new-modal-ui .myaccordion .btn {
  width: 100%;
  font-weight: normal;
  color: #000;
  padding: 10px 20px;
  letter-spacing: 0;
  font-size: 18px;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.new-modal-ui .myaccordion .btn .icon {
  width: 25px;
  height: 25px;
  z-index: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
}

.new-modal-ui .myaccordion .btn .icon i {
  font-size: 15px;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.4);
}

.new-modal-ui .myaccordion .btn-link:hover,
.new-modal-ui .myaccordion .btn-link:focus {
  text-decoration: none;
}

.new-modal-ui [data-toggle="collapse"] .fa:before {
  content: "\f3d8";
  font-family: "Ionicons";
  font-style: normal;
}

.new-modal-ui [data-toggle="collapse"].collapsed .fa:before {
  content: "\f3d0";
  font-family: "Ionicons";
  font-style: normal;
}

.new-modal-ui .card-body {
  margin-bottom: 1px;
  border-left: 3px solid #654ede;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background-color: #f7fafc;
}

/* .new-modal-ui .modal-footer {
            background-color: #fff;
        } */

.new-modal-ui .card-block.categories-tabs.category-search-box,
.new-modal-ui .card-block.categories-tabs.tags-search {
  border: 1px solid #ced4da;
}

.new-modal-ui span.filter-badges {
  display: flex;
  max-width: 330px;
  margin-top: 5px;
}

.new-modal-ui span.badge {
  display: block;
  font-size: 9px;
  padding: 3px 7px;
  border-radius: 9px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
  background-color: #654ede;
}

.btn-filter {
  position: relative;
}

.btn-filter.active i {
  color: #267ae9;
}

.btn.btn-filter.active {
  color: #267ae9 !important;
}

.btn-filter i.btn-filter-count {
  background-color: #654ede;
  color: #fff;
  font-size: 10px;
  font-family: inherit;
  padding: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  line-height: 19px;
  text-align: center;
  width: 17px;
  height: 18px;
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.new-modal-ui div[aria-expanded="true"] {
  color: #000 !important;
  background: rgba(0, 0, 0, 0.02) !important;
  border: none !important;
  border-left: 2px solid #654ede !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .new-modal-ui div[aria-expanded="true"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.new-modal-ui div[aria-expanded="true"] .icon {
  background: #654ede !important;
}

.new-modal-ui div[aria-expanded="true"] .fa {
  color: #fff !important;
  padding-top: 1px !important;
}

.new-modal-ui div[aria-expanded="false"] {
  background-color: #fff;
}

#analytics_pie_direct .ct-series-b path {
  fill: #0082cd !important;
}

#analytics_pie_websites .ct-series-b path {
  fill: #92268f !important;
}

#analytics_pie_search .ct-series-b path {
  fill: #818ac3 !important;
}

#analytics_pie_social .ct-series-b path {
  fill: #ec1e79 !important;
}

body.page-analytics div.dataTables_wrapper div.dataTables_info {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 10px;
  /*margin-top: 20px;*/
  text-align: right;
}

body.page-analytics div.dataTables_wrapper div.dataTables_paginate {
  width: 100%;
  float: right;
  display: inline-block;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 10px;
}

body.page-analytics div.dataTables_wrapper div.dataTables_filter input {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.card-analytics.card-table .table {
  min-width: 100%;
}

.card-analytics.card-table .card-header {
  padding: 10px 16px;
}

.card-chart-body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.card-chart-body>div {
  width: 50%;
  box-sizing: border-box;
}

.card-chart-body div p {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.ct-analytics-sm {
  height: 64px !important;
  position: relative;
  overflow: hidden;
}

.ct-analytics-sm svg {
  position: relative;
  top: 0;
  height: 87px !important;
}

/* 1px line */
.ct-analytics-sm .ct-line {
  stroke-width: 1px;
}

/* Gradient fill */
.ct-analytics-sm .ct-area {
  fill-opacity: 0.1;
}

.card-chart-body .icon {
  font-size: 17px;
  float: left;
}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}

@keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.alert {
  box-shadow: none;
}

.modal-cb {
  position: fixed !important;
}

.jFiler-input-text h3 {
  margin: 0;
  font-size: 15px;
}

.jFiler-input-text span {
  margin: 0 0 5px 0 !important;
}

.jFiler-input-dragDrop .jFiler-input-icon {
  font-size: 33px;
}


@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    width: 100% !important;
  }
}


@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
    width: 100% !important;
  }
}


#analytics_pie_direct .ct-series-b path {
  fill: #0082cd !important;
}

#analytics_pie_websites .ct-series-b path {
  fill: #92268f !important;
}

#analytics_pie_search .ct-series-b path {
  fill: #818ac3 !important;
}

#analytics_pie_social .ct-series-b path {
  fill: #ec1e79 !important;
}

body.page-analytics div.dataTables_wrapper div.dataTables_info {
  width: 100%;
  display: inline-block;
  float: left;
  font-size: 10px;
  /*margin-top: 20px;*/
  text-align: right;
}

body.page-analytics div.dataTables_wrapper div.dataTables_paginate {
  width: 100%;
  float: right;
  display: inline-block;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 10px;
}

body.page-analytics div.dataTables_wrapper div.dataTables_filter input {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}

.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;

}

@keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.card-table .table {
  min-width: 100%;
}

.card-table .card-header {
  padding: 10px 16px;
}


.js-print-iframe {
  position: absolute;
  right: 30px;
  top: 20px;
}

.fixed-bottom-cnt {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  left: 0;
}



.tool-content li {
  margin-bottom: 4px;
}

.tool-content {
  line-height: 1.6em;
}

.tool-content {
  color: #343a40 !important;
}

.tool-content h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.tool-content h3 {
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tool-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tool-content h5 {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tool-content h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tool-content img,
.plugin-header img {
  max-width: 100%;
  height: auto;
}

.tool-content .section-wrapper {
  padding: 35px 50px 40px;
}

.tool-content blockquote {
  padding: 0;
  margin: 0;
}

.tool-content blockquote {
  padding: 20px 30px;
  border-left: 3px solid #397ee8;
  background-color: #f7fafc;
  margin: 1rem 0 1rem;
}

.tool-content h3,
.tool-content h4,
.tool-content h5,
.tool-content h6 {
  color: #343a40 !important;
}

.tool-content blockquote p:last-child {
  margin-bottom: 0;
}


.tool-content table {
  border-collapse: collapse;
  width: 100%;
}

.tool-content th {
  background: #f7fafc;
}

.tool-content th,
.tool-content td {
  border: 1px solid #e8ecee;
  padding: 8px;
}

.tool-content tr:nth-child(even) {
  background: #f7fafc;
}

.tool-content tr:hover {
  background: #ececec;
}


/* Analytics */
.ct-desktop .ct-slice-donut {
  stroke: #3f51b5;
}

.ct-tablet .ct-slice-donut {
  stroke: #009688;
}

.ct-mobile .ct-slice-donut {
  stroke: #ff9800;
}


.img-retainer figure,
.img-retainer img {
  max-width: 100%;
}


.card-pricing-two span.discount {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8f2fd;
  padding: 10px;
  font-size: 15px;
  color: #267ae9;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.card-pricing-two span.discount.tx-success {
  color: #23BF08;
}

.card-pricing-two span.discount.bg-success-300 {
  background-color: rgba(35, 191, 8, 0.3);
}

.card-pricing-two .pricing-price.tx-purple {
  color: #6f42c1;
}

.card-pricing-two .pricing-price.tx-warning {
  color: #F49917;
}

.card-pricing-two span.discount.tx-black {
  color: #000;
}

.bg-black-100 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.card-pricing-two .pricing-price.tx-black {
  color: #000;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-black:hover {
  background-color: #000;
  color: #fff;
}

.card-pricing-two .pricing-price.tx-dark {
  color: #343a40;
}
 
.card.card-table.bd:hover {
  border-width: 0px;
  border-top-width: 3px;
}


/* PLUGINS */
.plugins-search-box {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  background-color: #fff;
  border-radius: calc(0.375rem - 0px);
  box-shadow: 0px 4px 8px #e3e8ee;
  padding: 25px 25px 50px 25px;
  margin: 0;
  position: relative;
}

.plugins-search-box a.btn {
  position: absolute;
  bottom: 25px;
}

.plugins-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
  /* Adjust gap as per your preference */
  padding-left: 20px;
  height: auto !important;
}

.plugins-holder .badge {
  padding: 6px;
  line-height: 8px;
  margin: 0;
}

.plugins-holder .card-contact {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.isotope-nav li {
  cursor: pointer;
}

.manager-left .nav-link {
  background: #fff;
}

.nav.isotope-nav {
  border-radius: calc(0.375rem - 0px);
  box-shadow: 0px 4px 8px #e3e8ee;
  border: none;
  overflow: hidden;
}

@media (max-width: 991px) {
  .plugins-holder {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.tab-content.plugin-content .plugin-cnt li {
  margin-bottom: 4px;
}

.tab-content.plugin-content .plugin-cnt {
  line-height: 1.6em;
}

.tab-content.plugin-content .tab-pane.plugin-cnt {
  color: #343a40 !important;
}

.tab-content.plugin-content .tab-pane.plugin-cnt h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.tab-content.plugin-content .tab-pane.plugin-cnt h3 {
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tab-content.plugin-content .tab-pane.plugin-cnt h4 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tab-content.plugin-content .tab-pane.plugin-cnt h5 {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tab-content.plugin-content .tab-pane.plugin-cnt h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.tab-content.plugin-content .tab-pane.plugin-cnt .plugin-chapter {
  margin-top: 0 !important;
  margin-bottom: 5px;
  border: none;
  padding-bottom: 0;
}

.tab-content.plugin-content .tab-pane.plugin-cnt .card-pricing-two .pricing-price {
  font-size: 39px;
}

.tab-content.plugin-content .plugin-cnt img,
.plugin-header img {
  max-width: 100%;
  height: auto;
}

/* .tab-content.plugin-content .plugin-cnt .section-wrapper{
            padding: 35px 50px 40px ;
        } */
.tab-content.plugin-content .plugin-cnt blockquote {
  padding: 0;
  margin: 0;
}

.tab-content.plugin-content .plugin-cnt blockquote {
  padding: 20px 30px;
  border-left: 3px solid #397ee8;
  background-color: #f7fafc;
  margin: 1rem 0 1rem;
}

.tab-content.plugin-content .plugin-cnt h3,
.tab-content.plugin-content .plugin-cnt h4,
.tab-content.plugin-content .plugin-cnt h5,
.tab-content.plugin-content .plugin-cnt h6 {
  color: #343a40 !important;
}

.tab-content.plugin-content .plugin-cnt blockquote p:last-child {
  margin-bottom: 0;
}


.tab-content.plugin-content .plugin-cnt table {
  border-collapse: collapse;
  width: 100%;
}

.tab-content.plugin-content .plugin-cnt th {
  background: #f7fafc;
}

.tab-content.plugin-content .plugin-cnt th,
.tab-content.plugin-content .plugin-cnt td {
  border: 1px solid #e8ecee;
  padding: 8px;
}

.tab-content.plugin-content .plugin-cnt tr:nth-child(even) {
  background: #f7fafc;
}

.tab-content.plugin-content .plugin-cnt tr:hover {
  background: #ececec;
}


/*  PAGE: SIGN IN */
.page-sign-in .signin-left {
  border: 30px solid #fff;
  border-radius: 100px 0;
  background-color: #fff;
  overflow: hidden;
}

body.page-sign-in {
  background-color: #fff;
}

.page-sign-in .icon-corner {
  position: absolute;
  opacity: 1;
  top: 30px;
  right: 30px;
  /* transform: rotate(311deg); */
  width: 70px;
  z-index: 1;
}

/* Change order for mobile for "signin-left" and "signin-right" */
@media (max-width: 767.98px) {
  .page-sign-in .d-md-flex.flex-row-reverse {
    flex-direction: column !important;
    display: flex !important;
  }

  .page-sign-in .signin-left {
    border-radius: 0 0 100px 0;
    border: 30px solid #fff;
    border-top: none;
  }

  .page-sign-in .icon-corner {
    top: auto;
    bottom: 30px;
  }

  .page-sign-in .signin-left {
    order: 2 !important;
  }
}
/* END */


/* Getting started */
  .rcms-get-started-widget {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 40%, #f2f6ff 100%);
    border-radius: 18px;
    border: 1px solid rgba(6, 82, 221, 0.12);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.4);
    padding: 20px 22px 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0f172a;
    max-width: 100%;
}

/* Header */

.rcms-gs-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.rcms-gs-header-text h2 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #020617;
}

.rcms-gs-header-text p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}

.rcms-gs-summary {
    min-width: 160px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.rcms-gs-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    background: rgba(6, 82, 221, 0.07);
    color: #0652dd;
}

.rcms-gs-count-completed {
    font-weight: 600;
}

.rcms-gs-progress {
    width: 100%;
    max-width: 180px;
    height: 6px;
    background: rgba(148, 163, 184, 0.25);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.rcms-gs-progress-bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0652dd, #4f46e5);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
    transition: width 0.25s ease-out;
}

/* Body */

.rcms-gs-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Group */

.rcms-gs-group {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    padding: 10px 12px 6px;
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.rcms-gs-group-header {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #0f172a;
    margin-bottom: 6px;
}

.rcms-gs-group-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #ffffff 0, #0652dd 55%, #1d4ed8 100%);
    box-shadow: 0 0 0 2px rgba(6, 82, 221, 0.18);
}

.rcms-gs-group-label {
    margin-left: auto;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(6, 82, 221, 0.06);
    color: #0652dd;
    border: 1px solid rgba(6, 82, 221, 0.22);
}

/* List */

.rcms-gs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rcms-gs-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 4px;
    border-radius: 10px;
    transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
}

.rcms-gs-item + .rcms-gs-item {
    border-top: 1px dashed rgba(226, 232, 240, 0.8);
}

.rcms-gs-item:hover {
    background: rgba(241, 245, 249, 0.9);
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.25);
}

/* Completed state */

.rcms-gs-item.is-completed {
    background: rgba(22, 163, 74, 0.04);
}

.rcms-gs-item.is-completed .rcms-gs-title {
    color: #166534;
    text-decoration: none;
}

.rcms-gs-item.is-completed .rcms-gs-desc {
    color: #6b7280;
}

.rcms-gs-item.is-completed .rcms-gs-link {
    color: #16a34a;
}

/* Item layout */

.rcms-gs-item-main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    cursor: default;
}

.rcms-gs-checkbox {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.rcms-gs-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rcms-gs-checkbox-ui {
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 1.5px solid rgba(148, 163, 184, 0.9);
    background: #ffffff;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.18s ease-out,
        border-color 0.18s ease-out,
        box-shadow 0.18s ease-out,
        transform 0.12s ease-out;
}

.rcms-gs-checkbox-ui::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: transparent;
    transform: scale(0);
    transition: transform 0.18s ease-out, background 0.18s ease-out;
}

/* Checked state (based on input) */
.rcms-gs-checkbox input:checked + .rcms-gs-checkbox-ui {
    border-color: #16a34a;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.4);
    transform: translateY(-0.5px);
}

.rcms-gs-checkbox input:checked + .rcms-gs-checkbox-ui::after {
    background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.5 6.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center center / 10px 8px no-repeat;
    transform: scale(1);
}

/* Text */

.rcms-gs-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rcms-gs-title {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}

.rcms-gs-desc {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

/* Right link */

.rcms-gs-link {
    flex-shrink: 0;
    align-self: center;
    font-size: 12px;
    font-weight: 500;
    color: #0652dd;
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(6, 82, 221, 0.15);
    background: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition:
        color 0.15s ease-out,
        background 0.15s ease-out,
        border-color 0.15s ease-out,
        box-shadow 0.15s ease-out,
        transform 0.1s ease-out;
}

.rcms-gs-link::after {
    content: "↗";
    font-size: 11px;
    transform: translateY(-0.5px);
}

.rcms-gs-link:hover {
    background: #0652dd;
    color: #ffffff;
    border-color: #0652dd;
    box-shadow: 0 6px 14px rgba(6, 82, 221, 0.3);
    transform: translateY(-0.5px);
}

/* Footer */

.rcms-gs-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed rgba(148, 163, 184, 0.5);
    font-size: 12px;
}

.rcms-gs-footer-link {
    color: #0652dd;
    text-decoration: none;
    font-weight: 500;
}

.rcms-gs-footer-link:hover {
    text-decoration: underline;
}

.rcms-gs-footer-dismiss {
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    padding: 4px 0 4px 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.rcms-gs-footer-dismiss::before {
    content: "✕";
    font-size: 11px;
}

/* Responsive */

@media (max-width: 768px) {
    .rcms-gs-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .rcms-gs-summary {
        align-items: flex-start;
        text-align: left;
    }

    .rcms-gs-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .rcms-gs-link {
        margin-left: 28px; /* aligns with text after checkbox */
    }
}
/* END */