@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
.wrapContainer, .admin_layout, .templateBody, .wrapper, .pageDetail .section .metaTags, .productDetail .section .metaTags, .productDetail .section .interrogative, .productDetail .section .prodInfo, .productDetail, .messageListing .tableRow, .messageListing, .message_template, .customize_navigation, .offices, .theme, .template_selection, .sourceBanner, .customizeSlider, .layout, .banner, .webSecurity, .securitylogs_info, .logTable .tableRow, .logTable, .webGallery, .socialMedia, .viewRecord, .trashListing, .trashHistory, .photoGallery, .templateCrud, .categoryTemplate, .dashboardTemplate, .pagination, .dataTable .tableRow, .dataTable, .footer {
  width: 100%;
  float: left;
}

.innerContainer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0rem 1rem;
}

.transparent_body_text, .templateCrud .crud_header h5 + small {
  color: rgba(0, 0, 0, 0.4);
}

.transparent_primary_text {
  color: rgba(38, 39, 139, 0.8);
}

.modalWindow, .categoryBannerModal, .process, .screenAlert {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.button {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background: #26278b;
  transition: all ease 0.4s;
  color: #fff;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.button i.fa {
  margin-right: 0.25rem;
}
.button:hover {
  background: #1b1c63;
}

.success {
  color: darkgreen;
}

.danger {
  color: red;
}

.text-primary {
  color: #26278b;
}

.resetVerticalScroll::-webkit-scrollbar, .navigation::-webkit-scrollbar {
  width: 0.25rem;
}

.resetVerticalScroll::-webkit-scrollbar-track, .navigation::-webkit-scrollbar-track {
  background: #26278b;
}

.resetVerticalScroll::-webkit-scrollbar-thumb, .navigation::-webkit-scrollbar-thumb {
  background: #4a4bcd;
}

.dataForm {
  width: 100%;
  float: left;
}
.dataForm .data_row {
  display: flex;
  grid-column-gap: 1.25rem;
}
.dataForm .data_row.subcategory {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
}
.dataForm .data_row .inputField {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.dataForm .data_row .inputField.hide {
  display: none;
}
.dataForm .data_row .inputField label {
  font-weight: 400;
  color: #26278b;
}
.dataForm .data_row .inputField label i.fa {
  margin-right: 0.25rem;
}
.dataForm .data_row .inputField small.help_text {
  font-size: 0.75rem;
  color: #26278b;
}
.dataForm .data_row button[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #26278b;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.75rem;
  padding-left: 2.25rem;
  cursor: pointer;
}
.dataForm .data_row button[type=submit] img {
  width: 22px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.dataForm .data_row button[type=submit]:hover {
  background: #339900;
}
.dataForm .data_row.action_button {
  padding-top: 0.75rem;
}

* {
  padding: 0;
  margin: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: antialiased;
}

@-ms-viewport {
  width: device-width;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background: #fff;
}

html, body {
  min-height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1 small, h2 small, h3 small,
.h1 small, .h2 small, .h3 small {
  font-weight: normal;
  font-size: 75%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #26278b;
  text-decoration: none;
  transition: all ease 0.4s;
}
a:hover {
  color: #1b1c63;
}

hr {
  height: 1px;
  border: none;
  background: #b7c1c4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

small {
  font-size: 85%;
}

.inputField {
  width: 100%;
  margin-bottom: 1rem;
}
.inputField input[type=text],
.inputField input[type=email],
.inputField input[type=password],
.inputField input[type=date],
.inputField input[type=number],
.inputField textarea {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.inputField input[type=text]:focus,
.inputField input[type=email]:focus,
.inputField input[type=password]:focus,
.inputField input[type=date]:focus,
.inputField input[type=number]:focus,
.inputField textarea:focus {
  outline: none;
}
.inputField input[type=text]:disabled,
.inputField input[type=email]:disabled,
.inputField input[type=password]:disabled,
.inputField input[type=date]:disabled,
.inputField input[type=number]:disabled,
.inputField textarea:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}
.inputField input[type=text]:-moz-read-only, .inputField input[type=email]:-moz-read-only, .inputField input[type=password]:-moz-read-only, .inputField input[type=date]:-moz-read-only, .inputField input[type=number]:-moz-read-only, .inputField textarea:-moz-read-only {
  cursor: not-allowed;
  background: #f6f6f6;
}
.inputField input[type=text]:read-only,
.inputField input[type=email]:read-only,
.inputField input[type=password]:read-only,
.inputField input[type=date]:read-only,
.inputField input[type=number]:read-only,
.inputField textarea:read-only {
  cursor: not-allowed;
  background: #f6f6f6;
}
.inputField textarea {
  resize: none;
  height: 100%;
}
.inputField .submit-btn,
.inputField input[type=button],
.inputField input[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  background-color: #26278b;
  border: 1px solid #26278b;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.inputField .submit-btn:hover,
.inputField input[type=button]:hover,
.inputField input[type=submit]:hover {
  background-color: #1b1c63;
}
.inputField .reset-btn,
.inputField input[type=reset] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eaedee;
  border: 1px solid #dddcdb;
  color: #5c7986;
  cursor: pointer;
}
.inputField .reset-btn:hover,
.inputField input[type=reset]:hover {
  background-color: #ced5d7;
}
.inputField .selectbox {
  position: relative;
}
.inputField .selectbox select {
  width: 100%;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inputField .selectbox select ::-moz-selection {
  color: red;
}
.inputField .selectbox select ::selection {
  color: red;
}
.inputField .selectbox select:focus {
  outline: none;
}
.inputField .selectbox:before {
  content: "\f107";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 500;
  transform: translateY(-50%);
  z-index: 1;
}
.inputField .calendar {
  position: relative;
}
.inputField .calendar:before {
  content: "\f073";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  font-weight: 500;
  transform: translateY(-50%);
  z-index: 1;
}
.inputField .input_group {
  display: inline-flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.inputField .input_group label[for=group_item] {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
}

.header {
  width: 100%;
  background: #26278b;
  color: #fff;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 1.25rem;
  padding: 1rem 1.25rem;
}
.header .headcolumn {
  position: relative;
}
.header .headcolumn.navicon {
  margin-right: auto;
}
.header .headcolumn a {
  color: #fff;
}

.quickView {
  display: inline-grid;
  grid-template-columns: repeat(2, 120px);
  grid-template-rows: repeat(2, 60px);
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  z-index: 1000;
  display: none;
}
.quickView .quickBox {
  background: #26278b;
  text-align: center;
  position: relative;
}
.quickView .quickBox a {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quickView .quickBox a span {
  display: block;
  text-align: center;
}

.profileDropdown {
  width: 180px;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #26278b;
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  z-index: 1000;
  display: none;
}
.profileDropdown ul {
  list-style-type: none;
  margin: 0;
}
.profileDropdown ul li a {
  display: block;
  padding: 0.25rem 0;
  color: #aaaaaa;
}
.profileDropdown ul li a i.fa {
  margin-right: 0.25rem;
}
.profileDropdown ul li a:hover {
  color: rgba(170, 170, 170, 0.7);
}

.profile_image {
  position: relative;
}
.profile_image span {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
  background: #c1d3ff;
  color: #26278b;
}
.profile_image span strong {
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.footer {
  padding: 1rem 1.5rem;
  position: relative;
  background: #fff;
  color: #26278b;
  margin-top: auto;
}
.footer:before {
  content: "";
  width: calc(100% - 2rem);
  background: #b7b7b7;
  height: 0.5px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.absoluteAlert {
  width: auto;
  display: inline-block;
  padding: 0.25rem;
  padding-right: 0.75rem;
  color: #fff;
  font-weight: 600;
  border-radius: 2rem;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}
.absoluteAlert.success {
  background: #339900;
}
.absoluteAlert.error {
  background: #cc3300;
}
.absoluteAlert.warning {
  background: #26278b;
}

.alertModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.alertModal .innerWrap {
  width: 50%;
  background: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  max-width: 600px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.alertModal .innerWrap .wrapWindow {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
.alertModal .innerWrap .wrapWindow span {
  width: 48px;
  height: 48px;
  border: 1px solid #dddcdb;
  border-radius: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.alertModal .innerWrap .wrapWindow span i.fa {
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.alertModal .innerWrap .wrapWindow span + p {
  margin: 0;
}
.alertModal.success {
  color: #339900;
}
.alertModal.success span {
  border-color: #339900 !important;
}
.alertModal.warning {
  color: #26278b;
}
.alertModal.warning span {
  border-color: #494276 !important;
}
.alertModal.danger {
  color: #cc3300;
}
.alertModal.danger span {
  border-color: #cc3300 !important;
}

.screenAlert .alertContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem;
}
.screenAlert .alert {
  background: #eaf0ff;
  border-radius: 0.25rem;
  padding: 1.25rem;
  display: inline-flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  padding-left: 3rem;
}
.screenAlert .alert:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.screenAlert .alert p {
  margin-bottom: 0;
}
.screenAlert.success {
  color: #339900;
}
.screenAlert.success .alert:before {
  background-image: url("../images/alert-icon/success.svg");
}
.screenAlert.warning {
  color: #26278b;
}
.screenAlert.warning .alert:before {
  background-image: url("../images/alert-icon/warning.svg");
}
.screenAlert.error {
  color: #cc3300;
}
.screenAlert.error .alert:before {
  background-image: url("../images/alert-icon/error.svg");
}

.beforeSend {
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
}
.beforeSend img {
  max-width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.breadCrumb {
  width: auto;
  display: inline-block;
}
.breadCrumb ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.breadCrumb ul li {
  position: relative;
}
.breadCrumb ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin: 0 0.5rem;
}
.breadCrumb ul li:last-of-type a {
  pointer-events: none;
  cursor: text;
}
.breadCrumb ul li:last-of-type:after {
  display: none;
}

.category_modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  display: none;
}
.category_modal .createCategory {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  height: 100%;
}
.category_modal .createCategory .container_wrap {
  width: 90%;
  max-width: 500px;
  background: #ebf2ff;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  color: #26278b;
  display: flex;
  flex-direction: column;
}
.category_modal .createCategory .container_wrap .modal_header {
  display: flex;
  margin-bottom: 0.75rem;
}
.category_modal .createCategory .container_wrap .modal_header h6 {
  margin-bottom: 0;
  font-weight: 400;
}
.category_modal .createCategory .container_wrap .modal_header h6 small {
  display: block;
  color: #26278b;
  padding-top: 0.25rem;
  font-size: 0.75rem;
}
.category_modal .createCategory .container_wrap form.data_form {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.category_modal .createCategory .container_wrap form.data_form .input_field {
  display: flex;
  flex-direction: column;
}
.category_modal .createCategory .container_wrap form.data_form .input_field input[type=text],
.category_modal .createCategory .container_wrap form.data_form .input_field textarea {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.75rem;
  resize: none;
}
.category_modal .createCategory .container_wrap form.data_form .input_field input[type=text]:focus,
.category_modal .createCategory .container_wrap form.data_form .input_field textarea:focus {
  border-color: #4f77ff;
  z-index: 2;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.category_modal .createCategory .container_wrap form.data_form .input_field input[type=text] + small,
.category_modal .createCategory .container_wrap form.data_form .input_field textarea + small {
  padding-top: 0.25rem;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.status {
  flex-direction: row;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.status label[for=status] {
  position: relative;
  padding-left: 1rem;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.status label[for=status] input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button {
  flex-direction: row;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button button, .category_modal .createCategory .container_wrap form.data_form .input_field.action_button a {
  display: inline-block;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  border: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all ease 0.4s;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button button.create_button, .category_modal .createCategory .container_wrap form.data_form .input_field.action_button a.create_button {
  background: #26278b;
  color: #fff;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button button.create_button:hover, .category_modal .createCategory .container_wrap form.data_form .input_field.action_button a.create_button:hover {
  background: #339900;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button button.close_button, .category_modal .createCategory .container_wrap form.data_form .input_field.action_button a.close_button {
  background: #377dff;
  color: #fff;
}
.category_modal .createCategory .container_wrap form.data_form .input_field.action_button button.close_button:hover, .category_modal .createCategory .container_wrap form.data_form .input_field.action_button a.close_button:hover {
  background: #cc3300;
}

.crudModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.crudModal .modal_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crudModal .modal_container .container {
  width: 90%;
  max-width: 600px;
  min-height: 200px;
  background: #eaf0ff;
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all ease 0.4s;
}
.crudModal .modal_container .container .alert_message {
  display: none;
  position: absolute;
  left: 0;
  top: -2rem;
  transition: all ease 0.4s;
}
.crudModal .modal_container .container:before {
  display: none;
  content: "";
  width: 100%;
  height: 3px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.4s;
}
.crudModal .modal_container .container.alert:before,
.crudModal .modal_container .container.alert .alert_message {
  display: block;
}
.crudModal .modal_container .container.alert.success:before {
  background: #339900;
}
.crudModal .modal_container .container.alert.success .alert_message {
  color: #339900;
}
.crudModal .modal_container .container.alert.error:before {
  background: #cc3300;
}
.crudModal .modal_container .container.alert.error .alert_message {
  color: #cc3300;
}
.crudModal .modal_container .container .title {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.crudModal .modal_container .container .title:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #26278b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.crudModal .modal_container .container .title h5 {
  margin-bottom: 0;
  font-weight: 400;
}
.crudModal .modal_container .container .title a.close_crudModal {
  display: inline-block;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.crudModal .modal_container .container .modal_info {
  position: relative;
}

.crudTemplate {
  width: 100%;
  height: 100vh;
  background: #8eaeff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crudTemplate .messageWrap {
  width: 30%;
  padding: 1rem;
}
.crudTemplate .messageWrap p {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  color: #26278b;
  margin: 0;
}

.dataTable {
  background: #fff;
  border-radius: 0.25rem;
}
.dataTable .tableRow {
  display: grid;
  grid-template-columns: 35px auto 110px 110px 140px;
  grid-template-rows: auto;
  align-items: center;
  border: 1px solid #dddcdb;
  border-bottom: none;
}
.dataTable .tableRow:nth-of-type(odd) {
  background: #f1f1f1;
}
.dataTable .tableRow.thead {
  background: #26278b;
  color: #fff;
  font-weight: 400;
  padding: 0.25rem 0;
}
.dataTable .tableRow:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.dataTable .tableRow:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.dataTable .tableRow .tableColumn {
  padding: 0.25rem 1rem;
  display: flex;
  flex-direction: column;
}
.dataTable .tableRow .tableColumn.text-center {
  text-align: center;
}
.dataTable .tableRow .tableColumn.title {
  font-weight: 400;
}
.dataTable .tableRow .tableColumn.title small {
  color: #339900;
}
.dataTable .tableRow .tableColumn.title small.text-danger {
  color: #cc3300;
}
.dataTable .tableRow .tableColumn.check_box {
  padding: 0;
  text-align: center;
}
.dataTable .tableRow .tableColumn.thumbnail {
  text-align: center;
  position: relative;
}
.dataTable .tableRow .tableColumn.thumbnail img {
  width: 100%;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
}
.dataTable .tableRow .tableColumn.created_at {
  position: relative;
}
.dataTable .tableRow .tableColumn.created_at small {
  font-size: 0.75rem;
  display: block;
  color: #26278b;
}
.dataTable .tableRow .tableColumn.status {
  position: relative;
}
.dataTable .tableRow .tableColumn.status small {
  display: inline-block;
  color: green;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.25rem;
}
.dataTable .tableRow .tableColumn.status small.deactive {
  color: #cc3300;
}
.dataTable .tableRow .tableColumn.status small img {
  max-width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dataTable .tableRow .tableColumn.action {
  text-align: center;
}
.dataTable .tableRow .tableColumn.action ul {
  list-style-type: none;
  margin: 0 auto;
  display: inline-flex;
  flex-wrap: nowrap;
}
.dataTable .tableRow .tableColumn.action ul li {
  padding: 0 0.25rem;
}
.dataTable .tableRow .tableColumn.action ul li a {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0.25rem;
  position: relative;
  transition: all ease 0.4s;
}
.dataTable .tableRow .tableColumn.action ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d1deff;
  border-radius: 100%;
  opacity: 0;
  transition: all ease 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.dataTable .tableRow .tableColumn.action ul li a i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 200;
}
.dataTable .tableRow .tableColumn.action ul li a.trash {
  color: #cc3300;
}
.dataTable .tableRow .tableColumn.action ul li a:hover:before {
  opacity: 1;
}
.dataTable + .tableFooter {
  width: 100%;
  float: left;
  padding: 1rem 0;
  text-align: right;
}
.dataTable + .tableFooter a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background: #26278b;
  transition: all ease 0.4s;
  color: #fff;
  margin-left: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.dataTable + .tableFooter a i.fa {
  margin-right: 0.25rem;
}
.dataTable + .tableFooter a:hover {
  background: #1b1c63;
}

.errorPage {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.errorPage .errorType {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
.errorPage .errorType h5 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0;
}
.errorPage .errorType h5 + p {
  margin-bottom: 0;
}
.errorPage .errorType label[for=href] {
  margin-top: 0.25rem;
}
.errorPage .errorType label[for=href] a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #26278b;
  border-radius: 2rem;
  color: #fff;
}
.errorPage .errorType label[for=href] a i.fa {
  margin-right: 0.25rem;
}
.errorPage .errorType label[for=href] a:hover {
  background: #1b1c63;
  text-decoration: none;
}

#pageLoader {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: sk-chase 2.5s infinite linear both;
          animation: sk-chase 2.5s infinite linear both;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.navigation {
  width: 100%;
  overflow-y: scroll;
  height: 80vh;
}
.navigation .navigationGroup {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.navigation .navigationGroup:before {
  content: "";
  width: 40%;
  height: 1px;
  background: #aaaaaa;
  position: absolute;
  top: 0;
  left: 1rem;
}
.navigation ul {
  list-style: none;
  margin: 0;
}
.navigation ul li {
  position: relative;
}
.navigation ul li a {
  display: block;
  padding: 0.375rem 1rem;
  color: #aaaaaa;
  position: relative;
  font-size: 0.75rem;
}
.navigation ul li a i {
  margin-right: 0.5rem;
}
.navigation ul li a:hover {
  color: rgba(170, 170, 170, 0.7);
}
.navigation ul li.hasDropdown {
  position: relative;
}
.navigation ul li.hasDropdown a {
  position: relative;
}
.navigation ul li.hasDropdown a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.navigation ul li.hasDropdown a.active {
  background: #121212;
}
.navigation ul li.hasDropdown a.active:after {
  content: "\f106";
}
.navigation ul li ul {
  display: none;
}
.navigation ul li ul a {
  padding: 0.25rem 1rem 0.25rem 2.5rem;
}
.navigation ul li ul a:after {
  display: none;
  content: "-" !important;
}
.navigation ul li ul a:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.5rem;
}

.norecordFound {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: 0.25rem;
  background: #fff3cd;
  padding: 0.75rem;
  border: 1px solid #ffecb5;
  color: #664d03;
  font-size: 0.75rem;
}
.norecordFound .icon {
  border-right: 1px solid #664d03;
  padding-right: 1rem;
}

.pageTitle {
  position: relative;
  padding: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
.pageTitle .title {
  position: relative;
}
.pageTitle .title h4 {
  color: #26278b;
  margin-bottom: 0.25rem;
}
.pageTitle .title h4 + small {
  display: block;
  padding-top: 5px;
}
.pageTitle .component {
  position: relative;
}
.pageTitle .component .filterList {
  position: relative;
}
.pageTitle .component .filterList input[type=text] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  width: 250px;
  transition: all ease 0.4s;
}
.pageTitle .component .filterList input[type=text]:focus {
  outline: none;
  width: 300px;
}
.pageTitle .button {
  position: relative;
}
.pageTitle .button a {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background: #26278b;
  transition: all ease 0.4s;
  color: #fff;
  margin-left: 0.25rem;
}
.pageTitle .button a i.fa {
  margin-right: 0.25rem;
}
.pageTitle .button a:hover {
  background: #1b1c63;
}

.pagination {
  text-align: center;
  padding: 1.75rem 0;
}
.pagination ul {
  border: 1px solid #26278b;
  list-style-type: none;
  display: inline-flex;
  border-radius: 0.25rem;
  margin: 0;
}
.pagination ul li {
  border-right: 1px solid #26278b;
  padding: 0;
}
.pagination ul li a {
  display: block;
  color: #26278b;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.pagination ul li a:hover, .pagination ul li a.active {
  background: #26278b;
  color: #fff;
}
.pagination ul li:first-of-type a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination ul li:last-of-type {
  border: none;
}
.pagination ul li:last-of-type a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.process .processContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.process .processContainer .cv-spinner {
  display: flex;
  justify-content: center;
}
.process .processContainer .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px solid #26278b;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.process .processContainer .is-hide {
  display: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.loginTemplate {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/login-bg.jpg") no-repeat center top;
  background-size: cover;
}
.loginTemplate .form_container {
  width: 90%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  position: relative;
}
.loginTemplate .form_container .container_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.loginTemplate .form_container .container_wrap .alert_message {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -3rem;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.loginTemplate .form_container .container_wrap .alert_message.success {
  color: #339900;
}
.loginTemplate .form_container .container_wrap .alert_message.error {
  color: #cc3300;
}
.loginTemplate .form_container .container_wrap .login_form {
  background: #fff;
  padding: 1.25rem;
  border: 1px solid #dddcdb;
  border-radius: 0.5rem;
  text-align: left;
}
.loginTemplate .form_container .container_wrap .login_form h5 {
  padding-left: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.loginTemplate .form_container .container_wrap .login_form .input_component {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] {
  padding: 0 0 0.5rem 0.75rem;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field {
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  position: relative;
  display: grid;
  grid-template-columns: auto 30px;
  padding: 0.5rem 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=email],
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=password],
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=text] {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: inherit;
  display: block;
  padding: 0;
  border: 1px solid #fff;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=email]:focus,
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=password]:focus,
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field input[type=text]:focus {
  outline: none;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field .icon {
  color: #26278b;
  position: relative;
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field .icon:before {
  content: "";
  width: 1px;
  height: 80%;
  background: #b9b9b9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field .icon a,
.loginTemplate .form_container .container_wrap .login_form .input_component label[for=title] + div.input_field .icon i.fa {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #26278b;
}
.loginTemplate .form_container .container_wrap .login_form .input_component.action_button {
  padding: 0 0.75rem;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
.loginTemplate .form_container .container_wrap .login_form .input_component.action_button a {
  color: #000000;
}
.loginTemplate .form_container .container_wrap .login_form .input_component.action_button a:hover {
  color: #26278b;
}

.login_successfully {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
.login_successfully .alertContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 3rem;
}
.login_successfully .alertContainer .success {
  background: #339900;
  color: #fff;
  padding: 0.75rem;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: flex-start;
}
.login_successfully .alertContainer .success span small {
  display: block;
}

.dashboardTemplate {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 1rem 0;
}
.dashboardTemplate .customizeLogo {
  display: grid;
  grid-template-columns: minmax(150px, 275px) auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.dashboardTemplate .customizeLogo .lastLogin i.fa {
  color: #339900;
}
.dashboardTemplate .widgets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.dashboardTemplate .widgets .item {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background: #fff;
}
.dashboardTemplate .widgets .item h6 {
  color: #26278b;
  margin-bottom: 0.25rem;
}
.dashboardTemplate .widgets .item h6 + p {
  margin-bottom: 0;
}
.dashboardTemplate .widgets .item h6 + p small {
  display: block;
  color: #26278b;
}
.dashboardTemplate .server_details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.dashboardTemplate .server_details .item {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  background: #f1f1f1;
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: 60px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.dashboardTemplate .server_details .item .icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: #26278b;
}
.dashboardTemplate .server_details .item .icon img {
  width: 30px;
}
.dashboardTemplate .server_details .item h6 {
  margin-bottom: 0;
}
.dashboardTemplate .server_details .item h6 small {
  display: block;
  padding-top: 0.25rem;
}
.dashboardTemplate .section_block {
  display: grid;
  grid-template-columns: 3fr 2fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.dashboardTemplate .section_block .item {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.dashboardTemplate .section_block .item .section_title {
  border-bottom: 1px solid #dddcdb;
  padding: 0.75rem;
  background: #b7ccff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #26278b;
}
.dashboardTemplate .section_block .item .section_title h6 {
  margin-bottom: 0;
}
.dashboardTemplate .section_block .item .section_title h6 small {
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
}
.dashboardTemplate .section_block .item .section_detail {
  position: relative;
}
.dashboardTemplate .section_block .item .section_detail p.alert {
  padding: 0.75rem;
  color: #cc3300;
  margin-bottom: 0;
}
.dashboardTemplate .section_block .item .section_detail .listings {
  display: grid;
  grid-template-columns: 24px auto 30px;
  align-items: center;
  padding: 0.25rem 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-bottom: 1px solid #dddcdb;
}
.dashboardTemplate .section_block .item .section_detail .listings:last-of-type {
  border-bottom: none;
}
.dashboardTemplate .section_block .item .section_detail .listings.media {
  grid-template-columns: 24px auto 100px 30px;
}
.dashboardTemplate .section_block .item .section_detail .listings .column {
  position: relative;
}
.dashboardTemplate .section_block .item .section_detail .listings .column.post_title {
  position: relative;
}
.dashboardTemplate .section_block .item .section_detail .listings .column.post_title h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
}
.dashboardTemplate .section_block .item .section_detail .listings .column.post_title h6 + small {
  color: #339900;
}
.dashboardTemplate .section_block .item .section_detail .listings .column.mediatype {
  font-size: 0.75rem;
  color: #26278b;
}

.categoryTemplate {
  position: relative;
}

.templateCrud {
  display: flex;
  flex-direction: column;
  padding: 0rem 1rem;
}
.templateCrud .crud_header {
  position: relative;
  padding: 1rem 0;
}
.templateCrud .crud_header h5 {
  margin-bottom: 0;
  color: #26278b;
}
.templateCrud .crud_header h5:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #26278b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.templateCrud .dataForm {
  padding: 1rem 0;
}
.templateCrud .dataForm .data_row {
  position: relative;
}
.templateCrud .dataForm .data_row .inputField {
  position: relative;
}
.templateCrud .dataForm .data_row .inputField.attachment {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  background: #fff;
}
.templateCrud .dataForm .data_row .inputField.attachment .item {
  position: relative;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.thumbnail {
  width: 135px;
  height: 90px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.source_file {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.source_file ul {
  list-style-type: none;
  font-size: 0.75rem;
  margin: 0;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.attachment {
  align-self: center;
  position: relative;
  padding-left: 2rem;
  display: none;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.attachment img {
  width: 22px;
  position: absolute;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.templateCrud .dataForm .data_row .inputField.attachment .item.input_file {
  width: 75px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.input_file input[type=file] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.input_file span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  z-index: 100;
  color: #26278b;
}
.templateCrud .dataForm .data_row .inputField.attachment .item.input_file:hover span {
  color: #339900;
}
.templateCrud .dataForm .data_row .inputField.update_status {
  display: flex;
  flex-direction: row;
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #fff;
  align-items: stretch;
}
.templateCrud .dataForm .data_row .inputField.update_status label {
  position: relative;
  padding: 0.5rem 1.25rem;
  line-height: 1.5rem;
}
.templateCrud .dataForm .data_row .inputField.update_status label input[type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.templateCrud .dataForm .data_row .inputField.update_status label:first-of-type {
  background: #eaf0ff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.photoGallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.photoGallery.thumbnail {
  grid-template-columns: repeat(8, 1fr);
}
.photoGallery .item {
  border: 1px solid #dddcdb;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}
.photoGallery .item img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.photoGallery .item h6 {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.photoGallery .item .action {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 0.75rem;
}
.photoGallery .item .action input[type=checkbox] {
  display: none;
}
.photoGallery .item .action span.status {
  position: relative;
}
.photoGallery .item .action span.status img {
  width: 16px;
  vertical-align: middle;
}
.photoGallery .item .action a {
  line-height: 0;
}
.photoGallery .item.trash img {
  opacity: 0.5;
}

.dataTable {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
}
.dataTable .data_row {
  display: grid;
  grid-template-columns: 20px auto repeat(2, -webkit-max-content);
  grid-template-columns: 20px auto repeat(2, max-content);
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #dddcdb;
}
.dataTable .data_row:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.dataTable .data_row:first-of-type .item.action a.move_up {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.2;
}
.dataTable .data_row:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.dataTable .data_row:last-of-type .item.action a.move_down {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.2;
}
.dataTable .data_row:nth-of-type(even) {
  background: #eaf0ff;
}
.dataTable .data_row .item {
  padding: 0.25rem 0;
}
.dataTable .data_row .item.status {
  text-align: center;
  position: relative;
}
.dataTable .data_row .item.status img {
  width: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.dataTable .data_row .item.thumbnail {
  padding: 0;
  height: 100%;
  position: relative;
}
.dataTable .data_row .item.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dataTable .data_row .item.title {
  position: relative;
}
.dataTable .data_row .item.title h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: #26278b;
}
.dataTable .data_row .item.title h6 small {
  display: block;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  color: #339900;
}
.dataTable .data_row .item.title h6 small.text-danger {
  color: #cc3300;
}
.dataTable .data_row .item.created_at {
  font-size: 0.75rem;
  color: #339900;
}
.dataTable .data_row .item.created_at i.fa {
  margin-right: 0.25rem;
}
.dataTable .data_row .item.action {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  position: relative;
  padding-left: 1rem;
}
.dataTable .data_row .item.action:before {
  content: "";
  width: 0.5px;
  height: 75%;
  background: #26278b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dataTable .data_row .item.action a.delete_record {
  color: #cc3300;
  opacity: 0.5;
}
.dataTable .data_row .item.action a.delete_record:hover {
  opacity: 1;
}

.trashHistory {
  display: flex;
  flex-direction: column;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
}
.trashHistory .data_row {
  display: grid;
  grid-template-columns: 30px auto -webkit-max-content;
  grid-template-columns: 30px auto max-content;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #dddcdb;
}
.trashHistory .data_row:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.trashHistory .data_row:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.trashHistory .data_row:nth-of-type(even) {
  background: #eaf0ff;
}
.trashHistory .data_row .item {
  padding: 0.25rem 0;
}
.trashHistory .data_row .item.title {
  position: relative;
}
.trashHistory .data_row .item.title h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: #26278b;
}
.trashHistory .data_row .item.title h6 small {
  display: block;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  color: #cc3300;
}
.trashHistory .data_row .item.restore {
  text-align: center;
  position: relative;
}
.trashHistory .data_row .item.restore img {
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.trashHistory .data_row .item.action {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  position: relative;
  padding-left: 1.25rem;
}
.trashHistory .data_row .item.action a {
  color: #339900;
  font-size: 0.75rem;
}
.trashHistory .data_row .item.action a i.fa {
  margin-right: 0.25rem;
}
.trashHistory .data_row .item.action a.delete_permanently {
  color: #cc3300;
}

.categoryBannerModal .bannerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.categoryBannerModal .bannerContainer .upload_banner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 500px;
  background: #fff;
  border-radius: 0.25rem;
}
.categoryBannerModal .bannerContainer .upload_banner .graphic {
  padding: 1rem;
  position: relative;
  background: url("../images/graphic-03.jpg") no-repeat center top;
  background-size: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.categoryBannerModal .bannerContainer .upload_banner .graphic h6 {
  margin-bottom: 0.5rem;
  color: #26278b;
}
.categoryBannerModal .bannerContainer .upload_banner .graphic h6 + ul {
  list-style-type: none;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.categoryBannerModal .bannerContainer .upload_banner .graphic a.close_modal {
  display: inline-block;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  font-size: 1rem;
}
.categoryBannerModal .bannerContainer .upload_banner form {
  position: relative;
}
.categoryBannerModal .bannerContainer .upload_banner form span {
  display: block;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background: #26278b;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
}
.categoryBannerModal .bannerContainer .upload_banner form input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.viewCategories {
  display: grid;
  grid-template-columns: 230px auto;
  height: 100%;
  position: relative;
}
.viewCategories .sectionLeft {
  background: #ebf2ff;
  display: flex;
  flex-direction: column;
}
.viewCategories .sectionLeft .categoryTitle {
  padding: 1rem;
  background: #b7ccff;
  height: 50px;
  position: relative;
}
.viewCategories .sectionLeft .categoryTitle:before {
  content: "";
  width: 0.5px;
  height: calc(100% - 1rem);
  background: #26278b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.viewCategories .sectionLeft .categoryTitle h6 {
  margin-bottom: 0;
}
.viewCategories .sectionLeft .categoryList {
  position: relative;
  padding: 0.75rem 0;
}
.viewCategories .sectionLeft .categoryList ul {
  list-style-type: none;
}
.viewCategories .sectionLeft .categoryList ul li {
  position: relative;
}
.viewCategories .sectionLeft .categoryList ul li a {
  display: block;
  padding: 0.25rem 1rem;
}
.viewCategories .sectionLeft .categoryList ul li a.active {
  color: #339900;
  cursor: not-allowed;
}
.viewCategories .section_detail {
  display: flex;
  flex-direction: column;
}
.viewCategories .section_detail .category_header {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0.75rem 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #b7ccff;
}
.viewCategories .section_detail .category_header .action_button {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.viewCategories .section_detail .category_header .action_button a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 2rem;
  color: #fff;
  font-weight: 400;
}
.viewCategories .section_detail .category_header .action_button a i.fa {
  margin-right: 0.25rem;
}
.viewCategories .section_detail .category_header .action_button a.create_record {
  background: #26278b;
}
.viewCategories .section_detail .category_header .action_button a.create_record:hover {
  background: #1b1c63;
}
.viewCategories .section_detail .category_header .action_button a.deleted {
  background: #cc3300;
  opacity: 0.5;
}
.viewCategories .section_detail .category_header .action_button a.deleted:hover {
  opacity: 1;
}
.viewCategories .section_detail .category_header .breadCrumb {
  margin-left: auto;
}
.viewCategories .section_detail .listing_filter {
  display: grid;
  grid-template-columns: 400px auto 50px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding: 0rem 1rem;
  background: #fff;
  position: relative;
}
.viewCategories .section_detail .listing_filter:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #26278b;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.viewCategories .section_detail .listing_filter .search_listing {
  position: relative;
  padding-left: 1.75rem;
}
.viewCategories .section_detail .listing_filter .search_listing img {
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.viewCategories .section_detail .listing_filter .search_listing input[type=text] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: none;
}
.viewCategories .section_detail .listing_filter .search_listing input[type=text] ::-moz-selection {
  color: red;
}
.viewCategories .section_detail .listing_filter .search_listing input[type=text] ::selection {
  color: red;
}
.viewCategories .section_detail .listing_filter .search_listing input[type=text]:focus {
  outline: none;
}
.viewCategories .section_detail .listing_filter .shorting {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.viewCategories .section_detail .listing_filter .bulk_action {
  text-align: center;
}
.viewCategories .section_detail .listing_filter .bulk_action a.dropdown_handle {
  display: block;
  padding: 1rem;
}
.viewCategories .section_detail .listing_filter .bulk_action a.dropdown_handle:hover, .viewCategories .section_detail .listing_filter .bulk_action a.dropdown_handle.active {
  background: #f6f6f6;
}
.viewCategories .section_detail .listing_filter .bulk_action .dropdown {
  display: inline-block;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: absolute;
  top: calc(100% - 1px);
  right: 1rem;
  z-index: 100;
  background: #26278b;
  padding: 0.25rem 0.75rem;
  display: none;
}
.viewCategories .section_detail .listing_filter .bulk_action .dropdown ul {
  list-style-type: none;
  margin-bottom: 0;
}
.viewCategories .section_detail .listing_filter .bulk_action .dropdown ul li {
  text-align: left;
}
.viewCategories .section_detail .listing_filter .bulk_action .dropdown ul li a {
  display: block;
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}
.viewCategories .section_detail .listing_filter .bulk_action .dropdown ul li a i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.viewCategories .section_detail .categoryDescription {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
}
.viewCategories .section_detail .categoryDescription .introduction {
  position: relative;
}
.viewCategories .section_detail .categoryDescription .introduction h6 {
  margin-bottom: 0.5rem;
  color: #26278b;
}
.viewCategories .section_detail .categoryDescription .introduction h6 + p {
  margin-bottom: 0;
}
.viewCategories .section_detail .categoryDescription .introduction h6 + p.alert {
  color: #cc3300;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .action_button {
  position: relative;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  background: #26278b;
  color: #fff;
  border-radius: 0.25rem;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .action_button a {
  color: #fff;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .action_button a i.fa {
  margin-right: 0.25rem;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap a.action_button {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
  background: #26278b;
  color: #fff;
  border-radius: 0.25rem;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap a.action_button i.fa {
  margin-right: 0.25rem;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  position: relative;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories span.dropdown_handle {
  display: inline-block;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  padding: 0.375rem 0.5rem;
  font-weight: 400;
  font-size: 0.75rem;
  transition: all ease 0.4s;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories span.dropdown_handle i.fa {
  margin-right: 0.25rem;
  color: #26278b;
  transition: all ease 0.4s;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories span.dropdown_handle:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories span.dropdown_handle:hover i.fa {
  color: #339900;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories .subcategories_dropdown {
  position: absolute;
  right: 0.5rem;
  top: calc(100% - 0px);
  display: flex;
  flex-direction: column;
  z-index: 100;
  background: #f1f1f1;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid #dddcdb;
  border-top: none;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories .subcategories_dropdown span {
  display: block;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #dddcdb;
  transition: all ease 0.4s;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories .subcategories_dropdown span:last-of-type {
  border-bottom: none;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories .subcategories_dropdown span small {
  display: block;
}
.viewCategories .section_detail .categoryDescription .subcategories_wrap .subcategories .subcategories_dropdown span:hover {
  background: #e4e4e4;
  color: #26278b;
  cursor: pointer;
}

.trashListing {
  display: flex;
  flex-direction: column;
}
.trashListing .recentlyDeleted {
  padding: 1rem 0;
}
.trashListing .recentlyDeleted .categoryDeleted {
  background: #f1f1f1;
  border-radius: 0.25rem;
  border: 1px solid #dddcdb;
  display: flex;
  flex-direction: column;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list {
  display: flex;
  border-bottom: 1px solid #dddcdb;
  padding: 0.5rem 0.75rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list:last-of-type {
  border-bottom: none;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item {
  position: relative;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.title {
  display: flex;
  flex-direction: column;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.title small {
  font-size: 0.75rem;
  color: #cc3300;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.action {
  margin-left: auto;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.action a {
  display: inline-block;
  font-size: 0.75rem;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.action a i.fa {
  margin-right: 0.25rem;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.action a.restore_record {
  color: #339900;
}
.trashListing .recentlyDeleted .categoryDeleted .catgory_list .item.action a.delete_record {
  color: #cc3300;
}

.viewRecord {
  display: flex;
  flex-direction: column;
}
.viewRecord .photo_view {
  display: grid;
  grid-template-columns: 400px auto;
  grid-template-rows: 300px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border: 1px solid #dddcdb;
  background-color: #fff;
}
.viewRecord .photo_view .thumbnail {
  height: 100%;
  overflow: hidden;
}
.viewRecord .photo_view .thumbnail img {
  width: 100%;
  max-width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewRecord .photo_view .photo_info {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.viewRecord .photo_view .photo_info small {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: #339900;
}
.viewRecord .photo_view .photo_info span.alert {
  color: #cc3300;
}
.viewRecord .video_view {
  display: grid;
  grid-template-columns: 550px auto;
  grid-template-rows: 300px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border: 1px solid #dddcdb;
  background-color: #fff;
}
.viewRecord .video_view .video {
  position: relative;
}
.viewRecord .video_view .video video {
  width: 550;
  height: 100%;
}
.viewRecord .video_view .embed_video iframe {
  width: 100%;
  height: 300px;
}
.viewRecord .video_view .video_info {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.viewRecord .video_view .video_info small {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: #339900;
}
.viewRecord .video_view .video_info span.alert {
  color: #cc3300;
}

.section .section_header {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0.75rem 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #b7ccff;
}
.section .section_header h6 {
  margin-bottom: 0;
}
.section .section_header .breadCrumb {
  margin-left: auto;
}

.section .section_filter {
  display: grid;
  grid-template-columns: 400px auto 50px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding: 0rem 1rem;
  background: #fff;
  position: relative;
}
.section .section_filter:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #26278b;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.section .section_filter .search_listing {
  position: relative;
  padding-left: 1.75rem;
}
.section .section_filter .search_listing img {
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section .section_filter .search_listing input[type=text] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: none;
}
.section .section_filter .search_listing input[type=text] ::-moz-selection {
  color: red;
}
.section .section_filter .search_listing input[type=text] ::selection {
  color: red;
}
.section .section_filter .search_listing input[type=text]:focus {
  outline: none;
}
.section .section_filter .shorting {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.section .section_filter .bulk_action {
  text-align: center;
}
.section .section_filter .bulk_action a.dropdown_handle {
  display: block;
  padding: 1rem;
}
.section .section_filter .bulk_action a.dropdown_handle:hover, .section .section_filter .bulk_action a.dropdown_handle.active {
  background: #f6f6f6;
}
.section .section_filter .bulk_action a.disableddropdown_handle {
  display: block;
  padding: 1rem;
  opacity: 0.5;
  cursor: not-allowed;
}
.section .section_filter .bulk_action .dropdown {
  display: inline-block;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: absolute;
  top: calc(100% - 1px);
  right: 1rem;
  z-index: 100;
  background: #26278b;
  padding: 0.25rem 0.75rem;
  display: none;
}
.section .section_filter .bulk_action .dropdown ul {
  list-style-type: none;
  margin-bottom: 0;
}
.section .section_filter .bulk_action .dropdown ul li {
  text-align: left;
}
.section .section_filter .bulk_action .dropdown ul li a {
  display: block;
  padding: 0.25rem 0;
  padding-left: 1.25rem;
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}
.section .section_filter .bulk_action .dropdown ul li a i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.admin_layout .asideRight .template .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.admin_layout .asideRight .template .pageHeader h6.title {
  margin-bottom: 0;
  color: #26278b;
}
.admin_layout .asideRight .template .pageHeader .quickNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item {
  width: auto;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a {
  display: block;
  padding: 0.25rem 0.75rem;
  background: #eaf0ff;
  border: 1px solid #dddcdb;
  border-right: 0;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a i.fa {
  font-size: 1rem;
  margin-right: 0.25rem;
  transition: all ease 0.4s;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.disabled {
  cursor: not-allowed;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.next i.fa {
  margin-left: 0.25rem;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.previous i.fa {
  margin-right: 0.25rem;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a:hover {
  background: #b7ccff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit {
  position: relative;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit i.fa {
  color: #339900;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit:hover {
  background: #339900;
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit:hover i.fa {
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash {
  position: relative;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash i.fa {
  color: #cc3300;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash:hover {
  background: #cc3300;
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash:hover i.fa {
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item:last-of-type a {
  border-right: 1px solid #dddcdb;
}

.section {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section .createRecord {
  display: flex;
  justify-content: space-between;
  text-align: right;
  padding: 1rem;
  padding-bottom: 0;
}
.section .createRecord h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #26278b;
}
.section .createRecord a {
  margin-left: auto;
  display: inline-block;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  background: #26278b;
  color: #fff;
  font-size: 0.75rem;
}
.section .createRecord a i.fa {
  margin-right: 0.25rem;
}
.section .dataListings {
  padding: 1rem;
}
.section .deleted_history {
  padding: 1rem;
}

.seoTemplate {
  width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
}
.seoTemplate .pageList {
  background: #c1d3ff;
  border-left: 1px solid #dddcdb;
  padding: 2rem;
}
.seoTemplate .pageList h6.title {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5rem;
}
.seoTemplate .pageList ul {
  list-style-type: none;
  margin-bottom: 0;
}
.seoTemplate .pageList ul li {
  padding-bottom: 2px;
}
.seoTemplate .pageList ul li a {
  display: block;
}
.seoTemplate .pageList ul li a.dynamiclink {
  pointer-events: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.seoTemplate .pageList ul li ul {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.seoTemplate .pageList ul li ul:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}
.seoTemplate .pageList ul li:last-of-type ul:before {
  display: none;
}
.seoTemplate .pageInfo {
  padding: 2rem;
}
.seoTemplate .pageInfo h5 {
  display: inline-block;
  color: #26278b;
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.seoTemplate .pageInfo h5:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}

.socialMedia {
  padding: 2rem 0;
}
.socialMedia .socialhandles {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.socialMedia .socialhandles .mediatype {
  display: grid;
  grid-template-columns: 55px auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border: 1px solid #dddcdb;
  align-items: center;
  border-radius: 0.25rem;
  background: #fff;
}
.socialMedia .socialhandles .mediatype .icon {
  width: 55px;
  height: 55px;
  text-align: center;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.socialMedia .socialhandles .mediatype .icon i.fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1.5rem;
  color: #fff;
}
.socialMedia .socialhandles .mediatype .icon.facebook {
  background: #3b5998;
}
.socialMedia .socialhandles .mediatype .icon.twitter {
  background: #1da1f2;
}
.socialMedia .socialhandles .mediatype .icon.linkedin {
  background: #0274b3;
}
.socialMedia .socialhandles .mediatype .icon.youtube {
  background: #ff0000;
}
.socialMedia .socialhandles .mediatype .textbox {
  position: relative;
}
.socialMedia .socialhandles .mediatype .textbox input[type=text] {
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  font-size: 1rem;
  padding: 1rem 0;
}
.socialMedia .socialhandles .mediatype .textbox input[type=text]:focus {
  outline: none;
  border: none;
}
.socialMedia .socialhandles button[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #26278b;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.75rem;
  padding-left: 2.25rem;
  cursor: pointer;
}
.socialMedia .socialhandles button[type=submit] img {
  width: 22px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.socialMedia .socialhandles button[type=submit]:hover {
  background: #339900;
}

.databaseBackup {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1rem;
}
.databaseBackup .norecordFound {
  margin-top: 1rem;
}
.databaseBackup .backup_now {
  text-align: right;
  padding-top: 1rem;
}
.databaseBackup .backup_now a {
  display: inline-block;
  background: #339900;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.25rem 0.75rem;
}
.databaseBackup .backup_now a i.fa {
  margin-right: 0.25rem;
}
.databaseBackup .backup_now a:hover {
  background: #226600;
}
.databaseBackup .headerContainer {
  padding: 1rem 0 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.databaseBackup .headerContainer .timestamp {
  font-size: 0.875rem;
  font-weight: 500;
}
.databaseBackup .headerContainer .timestamp span {
  display: inline-block;
  color: #339900;
}

.webGallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.webGallery .item {
  border: 1px solid #dddcdb;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
}
.webGallery .item img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.webGallery .item img + ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  font-size: 0.75rem;
}
.webGallery .item img + ul a {
  color: #cc3300;
  opacity: 0.5;
  font-size: 0.875rem;
}
.webGallery .item:hover a {
  opacity: 1;
}

.logTable {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
}
.logTable .tableRow {
  display: grid;
  grid-template-columns: 150px 100px auto repeat(3, 150px) 50px;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-bottom: 1px solid #dddcdb;
  padding: 0rem 0.75rem;
  background: #fff;
}
.logTable .tableRow:nth-of-type(odd) {
  background: #f1f1f1;
}
.logTable .tableRow:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.logTable .tableRow:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.logTable .tableRow.thead {
  text-transform: uppercase;
  font-weight: 500;
  color: #26278b;
  padding: 0.25rem 0.75rem;
}
.logTable .tableRow:last-of-type {
  border-bottom: none;
}
.logTable .tableRow .tableColumn {
  padding: 0.5rem 0.25rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.logTable .tableRow .tableColumn.title {
  text-align: left;
}
.logTable .tableRow .tableColumn.time_stamp small {
  color: #26278b;
}
.logTable .tableRow .tableColumn.country, .logTable .tableRow .tableColumn.browser, .logTable .tableRow .tableColumn.os {
  position: relative;
}
.logTable .tableRow .tableColumn.country img, .logTable .tableRow .tableColumn.browser img, .logTable .tableRow .tableColumn.os img {
  width: 24px;
  margin: auto;
}
.logTable .tableRow .tableColumn.action a {
  display: block;
  padding: 0.75rem;
  color: #339900;
}

.securitylogs_info {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
}
.securitylogs_info .visitor_details {
  display: grid;
  grid-template-columns: auto 300px;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.securitylogs_info .visitor_details .item {
  position: relative;
  padding: 1rem;
  position: relative;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  background: #fff;
}
.securitylogs_info .visitor_details .item h6 {
  color: #26278b;
  margin-bottom: 0.5rem;
}
.securitylogs_info .visitor_details .item.visitor ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
}
.securitylogs_info .visitor_details .item.visitor ul li {
  padding: 0.25rem 0;
}
.securitylogs_info .visitor_details .item.visitor ul li span {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}
.securitylogs_info .visitor_details .item.attack_type ul {
  list-style-type: none;
  margin-bottom: 0;
}
.securitylogs_info .visitor_details .item.attack_type ul li {
  padding: 0.25rem 0;
}
.securitylogs_info .visitor_details .item.attack_type ul li span {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}
.securitylogs_info .alert {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  padding: 1rem;
  row-gap: 0.5rem;
  margin-bottom: 1rem;
}
.securitylogs_info .alert .type {
  position: relative;
}
.securitylogs_info .alert .type label {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  color: #26278b;
}
.securitylogs_info .alert .type label + span {
  word-wrap: break-word;
  font-size: 0.75rem;
}
.securitylogs_info .location {
  display: flex;
  flex-direction: column;
}

.webSecurity {
  padding: 1rem 0;
}
.webSecurity .securityType {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 2rem 1rem;
}
.webSecurity .securityType .item {
  border: 1px solid #dddcdb;
  padding: 1rem;
  background: #fff;
}
.webSecurity .securityType .item h6 {
  margin-bottom: 0.25rem;
}
.webSecurity .securityType .item h6 + p {
  margin-bottom: 0.25rem;
}
.webSecurity .securityType .item h6 + p + a {
  display: inline-block;
  color: #26278b;
}

.banner {
  height: 500px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dddcdb;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: relative;
}
.banner img.bannerImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .updateBanner {
  width: 75%;
  display: grid;
  grid-template-columns: 60% 40%;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner .updateBanner .bannerInfo {
  padding: 1rem;
}
.banner .updateBanner .bannerInfo .dimensions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.banner .updateBanner .bannerInfo .inputField {
  margin-bottom: 0.5rem;
}
.banner .updateBanner .bannerInfo .inputField:last-of-type {
  margin-bottom: 0;
}
.banner .updateBanner .bannerInfo .inputField input[type=button] {
  background: #26278b;
  color: #aaaaaa;
}
.banner .updateBanner .bannerImage {
  padding: 1rem;
  background: #c1d3ff;
  border-left: 1px solid #dddcdb;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.banner .updateBanner .bannerImage img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.banner .updateBanner .bannerImage h5 {
  display: inline-block;
  color: #26278b;
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.banner .updateBanner .bannerImage h5:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .updateBanner .bannerImage ul {
  list-style-type: none;
  font-size: 80%;
  margin: 1rem 0 0;
}

.layout {
  position: relative;
}
.layout h6.title {
  color: #26278b;
  font-weight: normal;
}
.layout h6.title span {
  display: inline-block;
  margin-left: 0.25rem;
  border-radius: 3rem;
  background: #212121;
  padding: 0.25rem 1rem;
  color: #fff;
}
.layout .selectedTheme {
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.layout .selectedTheme img {
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.layout .widgetWrap {
  width: 100%;
  margin: 2rem 0;
}
.layout .widgetWrap .widget {
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background: #b7ccff;
  margin-bottom: 2rem;
  transition: all ease 0.4s;
}
.layout .widgetWrap .widget:hover {
  background: #9eb9ff;
}
.layout .widgetWrap .widget .widgetTitle {
  color: #26278b;
  font-weight: 600;
  text-transform: uppercase;
}
.layout .widgetWrap .widget .widgetOption {
  position: relative;
  margin-left: auto;
}
.layout .widgetWrap .widget .widgetOption ul {
  list-style: none;
  margin: 0;
  display: flex;
  grid-column-gap: 1rem;
}
.layout .widgetWrap .widget .widgetOption ul li {
  position: relative;
}
.layout .widgetWrap .widget .widgetOption ul li label {
  margin-bottom: 0;
  color: #26278b;
}
.layout .widgetWrap .widget .widgetOption ul li label input[type=radio] {
  margin-left: 0.25rem;
  position: relative;
  top: 1px;
}
.layout .resetLayout {
  width: 100%;
}
.layout .resetLayout a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #212121;
  color: #fff;
  transition: all ease 0.4s;
  border-radius: 2rem;
}
.layout .resetLayout a:hover {
  background: #080808;
}

.customizeSlider .tabs {
  display: flex;
}
.customizeSlider .tabs a {
  margin-right: 0.25rem;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #b7ccff;
  color: #26278b;
  font-size: 0.75rem;
}
.customizeSlider .tabs a i.fa {
  margin-right: 0.25rem;
}
.customizeSlider .tabs a:hover {
  background: #26278b;
  color: #fff;
}
.customizeSlider .tabs a.active {
  background: #26278b;
  color: #fff;
}
.customizeSlider .targetContainer {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dddcdb;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: relative;
  display: none;
}
.customizeSlider .targetContainer.show {
  display: block;
}
.customizeSlider .targetContainer img.slideImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.customizeSlider .targetContainer .slide {
  width: 75%;
  display: grid;
  grid-template-columns: 60% 40%;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.customizeSlider .targetContainer .slide .slideText {
  padding: 1rem;
}
.customizeSlider .targetContainer .slide .slideText .inputField {
  margin-bottom: 0.25rem;
}
.customizeSlider .targetContainer .slide .slideText .inputField:last-of-type {
  margin-bottom: 0;
}
.customizeSlider .targetContainer .slide .slideText .inputField input[type=button] {
  background: #26278b;
  color: #aaaaaa;
}
.customizeSlider .targetContainer .slide .slideImage {
  padding: 1rem;
  background: #c1d3ff;
  border-left: 1px solid #dddcdb;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.customizeSlider .targetContainer .slide .slideImage img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.customizeSlider .targetContainer .slide .slideImage h5 {
  display: inline-block;
  color: #26278b;
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.customizeSlider .targetContainer .slide .slideImage h5:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}
.customizeSlider .targetContainer .slide .slideImage ul {
  list-style-type: none;
  font-size: 80%;
  margin: 1rem 0 0;
}

.sourceBanner {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.sourceBanner img.bannerImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
.sourceBanner .updateBanner {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.sourceBanner .updateBanner .bannerInfo {
  padding: 1rem;
}
.sourceBanner .updateBanner .bannerInfo .dimensions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.sourceBanner .updateBanner .bannerInfo .inputField {
  margin-bottom: 0.5rem;
}
.sourceBanner .updateBanner .bannerInfo .inputField:last-of-type {
  margin-bottom: 0;
}
.sourceBanner .updateBanner .bannerInfo .inputField input[type=button] {
  background: #26278b;
  color: #aaaaaa;
}
.sourceBanner .updateBanner .bannerImage {
  padding: 1rem;
  background: #c1d3ff;
  border-left: 1px solid #dddcdb;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.sourceBanner .updateBanner .bannerImage img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.sourceBanner .updateBanner .bannerImage h5 {
  display: inline-block;
  color: #26278b;
  position: relative;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.sourceBanner .updateBanner .bannerImage h5:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #212121;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sourceBanner .updateBanner .bannerImage ul {
  list-style-type: none;
  font-size: 80%;
  margin: 1rem 0 0;
}

.template_selection {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 2rem;
}
.template_selection .templateBox {
  border-radius: 0.25rem;
  text-align: center;
  background: #c1d3ff;
  transition: all ease 0.4s;
}
.template_selection .templateBox:hover {
  cursor: pointer;
}
.template_selection .templateBox .preview {
  width: 100%;
  display: block;
  position: relative;
}
.template_selection .templateBox .preview img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.template_selection .templateBox .preview .overLayer {
  width: 100%;
  height: 100%;
  background: rgba(38, 39, 139, 0.7);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  color: #fff;
}
.template_selection .templateBox .preview .overLayer .innerWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.template_selection .templateBox .preview .overLayer .innerWrap span {
  display: inline-block;
  background: #fff;
  color: #26278b;
  border-radius: 3rem;
  padding: 0.25rem 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.template_selection .templateBox a {
  display: block;
  text-align: center;
  padding: 0.75rem 0;
}
.template_selection .templateBox:hover, .template_selection .templateBox.activated {
  background: #26278b;
  color: #fff;
}
.template_selection .templateBox:hover a, .template_selection .templateBox.activated a {
  color: #fff;
}
.template_selection .templateBox.activated .overLayer {
  display: block;
}

.theme {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 1rem;
  margin-bottom: 2rem;
}
.theme .themeBox {
  transition: all ease 0.4s;
  position: relative;
}
.theme .themeBox label {
  display: block;
  padding: 0.5rem 0;
  position: relative;
}
.theme .themeBox label span {
  display: none;
  color: green;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  font-size: 85%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme .themeBox:hover {
  cursor: pointer;
}
.theme .themeBox.activated label span {
  display: inline-block;
}
.theme .themeBox ul {
  list-style-type: none;
  margin: 0;
  display: flex;
}
.theme .themeBox ul li {
  flex-grow: 1;
  height: 60px;
}
.theme .themeBox ul li:nth-of-type(1) {
  background: #26278b;
}
.theme .themeBox ul li:nth-of-type(2) {
  background: #433fc5;
}
.theme .themeBox ul li:nth-of-type(3) {
  background: #dfdfdf;
}
.theme .themeBox ul.light li:nth-of-type(1) {
  background: #9bb1bf;
}
.theme .themeBox ul.light li:nth-of-type(2) {
  background: #b4cbd9;
}
.theme .themeBox ul.dark li:nth-of-type(1) {
  background: #404e59;
}
.theme .themeBox ul.dark li:nth-of-type(2) {
  background: #566573;
}
.theme .themeBox ul.red li:nth-of-type(1) {
  background: #d90404;
}
.theme .themeBox ul.red li:nth-of-type(2) {
  background: #f2808a;
}
.theme .themeBox ul.blue li:nth-of-type(1) {
  background: #024873;
}
.theme .themeBox ul.blue li:nth-of-type(2) {
  background: #049dbf;
}
.theme .themeBox ul.green li:nth-of-type(1) {
  background: #45593f;
}
.theme .themeBox ul.green li:nth-of-type(2) {
  background: #7a8c6d;
}
.theme .themeBox ul.customized li:nth-of-type(1) {
  background: #8c4830;
}
.theme .themeBox ul.customized li:nth-of-type(2) {
  background: #bf4953;
}

.customize {
  width: 100%;
  padding: 1rem 0;
}
.customize h5 {
  color: #26278b;
  margin-bottom: 1rem;
}

.googleAnalytics {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}
.googleAnalytics img {
  max-width: 450px;
}
.googleAnalytics .googleAnalyticsForm {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0 0;
}
.googleAnalytics .googleAnalyticsForm label[for=title] {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #26278b;
}
.googleAnalytics .googleAnalyticsForm textarea {
  width: 100%;
  height: 300px;
  margin-bottom: 0.25rem;
}

.offices {
  padding: 1rem 0;
}
.offices .tabs {
  display: flex;
}
.offices .tabs a {
  margin-right: 0.25rem;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: #b7ccff;
  color: #26278b;
  font-size: 0.75rem;
}
.offices .tabs a i.fa {
  margin-right: 0.25rem;
}
.offices .tabs a:hover {
  background: #26278b;
  color: #fff;
}
.offices .tabs a.active {
  background: #26278b;
  color: #fff;
}
.offices .targetContainer {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dddcdb;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: relative;
  display: none;
}
.offices .targetContainer.show {
  display: block;
}
.offices .targetContainer img.location {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.offices .targetContainer .addressWrap {
  width: 50%;
  background: #b7ccff;
  border: 1px solid #dddcdb;
  border-top: none;
  border-radius: 0.25rem;
  padding: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.offices .targetContainer .addressWrap .inputField {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.offices .targetContainer .addressWrap .inputField.action_button {
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.offices .targetContainer .addressWrap .inputField input[type=text], .offices .targetContainer .addressWrap .inputField textarea {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.75rem 0.75rem;
}
.offices .targetContainer .addressWrap .inputField a.delete_address {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  background-color: #26278b;
  border: 1px solid #26278b;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
  background: #dc3545;
  color: #fff;
  border: 1px solid #dc3545;
}
.offices .targetContainer .addressWrap .inputField a.delete_address:hover {
  background-color: #1b1c63;
}
.offices .targetContainer .addressWrap .inputField a.delete_address i.fa {
  margin-right: 0.25rem;
}
.offices .targetContainer .addressWrap .inputField:last-of-type {
  margin-bottom: 0;
}

.customize_navigation {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #dddcdb;
}
.customize_navigation .navigation_row {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #dddcdb;
}
.customize_navigation .navigation_row:nth-of-type(odd) {
  background: #f6f6f6;
}
.customize_navigation .navigation_row:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.customize_navigation .navigation_row:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.customize_navigation .update_button {
  background: #26278b;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.75rem;
  text-align: center;
}
.customize_navigation .update_button a {
  color: #fff;
}

.message_template {
  display: flex;
  flex-direction: column;
}
.message_template .message_header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.message_template .message_header small.message_id {
  color: #26278b;
  position: absolute;
  right: 1rem;
  top: 0;
}
.message_template .message_header span.priority {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.message_template .message_header span.priority small {
  font-size: 0.75rem;
  color: #389837;
}
.message_template .message_header span.priority small.high {
  color: #f7941d;
}
.message_template .message_header span.priority small.urgent {
  color: #f7241d;
}
.message_template .message_header h6 {
  margin-bottom: 0.25rem;
}
.message_template .message_header h6 + p {
  margin-bottom: 0;
}
.message_template .message_header h6 + p + span {
  display: block;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  color: #26278b;
}
.message_template .update_status {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.message_template .update_status a {
  position: relative;
  padding-left: 1.25rem;
}
.message_template .update_status a:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 1.125rem;
  color: #339900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.message_template .update_status a:hover {
  color: #339900;
}
.message_template .update_status a.active:before {
  content: "\f192";
}
.message_template .reply_button {
  position: relative;
  margin-bottom: 2rem;
}
.message_template .reply_button label,
.message_template .reply_button a {
  display: inline-block;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  padding-left: 0.5rem;
}
.message_template .reply_button label i.fa,
.message_template .reply_button a i.fa {
  margin-right: 0.25rem;
}
.message_template .reply_button a {
  background: #339900;
  color: #fff;
}
.message_template .reply_button a:hover {
  background: #226600;
}
.message_template .reply_button label[for=message_close] {
  background: #eaf0ff;
  cursor: not-allowed;
  color: #26278b;
}
.message_template .message_response_wrap {
  text-align: center;
}
.message_template .message_response_wrap .message_response {
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  background: #f1f1f1;
  border: 1px solid #dddcdb;
  text-align: left;
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.message_template .message_response_wrap .message_response .top_header {
  display: grid;
  grid-template-columns: 140px auto;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
.message_template .message_response_wrap .message_response .top_header h6 {
  color: #26278b;
  margin-bottom: 0.75rem;
}
.message_template .message_response_wrap .message_response .response {
  display: grid;
  grid-template-columns: 140px 20px auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 1rem;
}
.message_template .message_response_wrap .message_response .response:last-of-type {
  margin-bottom: 0;
}
.message_template .message_response_wrap .message_response .response .timestamp {
  font-size: 0.75rem;
  text-align: right;
  border-right: 1px solid #f6f6f6;
}
.message_template .message_response_wrap .message_response .response .timestamp span {
  display: block;
}

.messageListing {
  padding: 1rem;
}
.messageListing .tableRow {
  display: grid;
  grid-template-columns: auto 100px 100px 100px 40px;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-bottom: 1px solid #dddcdb;
}
.messageListing .tableRow.thead {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0;
  border-bottom: none;
}
.messageListing .tableRow:last-of-type {
  border-bottom: none;
}
.messageListing .tableRow .tableColumn {
  padding: 0.375rem 0rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.messageListing .tableRow .tableColumn small {
  color: #2a4d7f;
}
.messageListing .tableRow .tableColumn.text-center {
  text-align: center;
}
.messageListing .tableRow .tableColumn.text-right {
  text-align: right;
}
.messageListing .tableRow .tableColumn.icon {
  text-align: center;
}
.messageListing .tableRow .tableColumn.icon img {
  width: 22px;
  margin-top: 3px;
}
.messageListing .tableRow .tableColumn.title {
  font-weight: 500;
}
.messageListing .tableRow .tableColumn.status {
  position: relative;
}
.messageListing .tableRow .tableColumn.status small {
  display: inline-block;
  color: green;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.25rem;
}
.messageListing .tableRow .tableColumn.status small.deactive {
  color: #cc3300;
}
.messageListing .tableRow .tableColumn.status small img {
  max-width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.messageListing .tableRow .tableColumn.action a {
  text-align: center;
}
.messageListing .tableRow .tableColumn.action a a {
  color: #339900;
}

.message_modal_window {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message_modal_window .data_container {
  width: 90%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  position: relative;
}
.message_modal_window .data_container a {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.message_modal_window .data_container form {
  display: flex;
  flex-direction: column;
}
.message_modal_window .data_container form textarea {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  padding: 0;
  resize: none;
}
.message_modal_window .data_container form textarea:focus {
  outline: none;
  border: none;
}
.message_modal_window .data_container form input[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dddcdb;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  background-color: #26278b;
  border: 1px solid #26278b;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.message_modal_window .data_container form input[type=submit]:hover {
  background-color: #1b1c63;
}

.productDetail {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-bottom: 1rem;
}
.productDetail .templateCrud {
  padding: 0;
}
.productDetail .templateCrud .dataForm {
  padding: 0rem;
}
.productDetail .section {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  background: #fff;
}
.productDetail .section .section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaf0ff;
  position: relative;
  padding: 0.75rem 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.productDetail .section .section_title h6 {
  margin-bottom: 0;
}
.productDetail .section .target_container {
  padding: 0.75rem;
}
.productDetail .section button[type=submit] {
  font-size: 0.75rem;
}
.productDetail .section .prodInfo {
  display: flex;
}
.productDetail .section .prodInfo .prod_gallery {
  max-width: 170px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 1px;
}
.productDetail .section .prodInfo .prod_gallery .item {
  position: relative;
}
.productDetail .section .prodInfo .prod_gallery .item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
  z-index: 100;
}
.productDetail .section .prodInfo .thumbnail {
  width: 250px;
  position: relative;
}
.productDetail .section .prodInfo .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.productDetail .section .prodInfo .gernal_info {
  padding: 1rem;
}
.productDetail .section .prodInfo .gernal_info ul {
  list-style-type: none;
}
.productDetail .section .prodInfo .pricing {
  margin-left: auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.productDetail .section .description {
  padding: 1rem;
}
.productDetail .section .interrogative {
  display: flex;
  flex-direction: column;
}
.productDetail .section .interrogative .target_container {
  display: block;
  background: #f6f6f6;
}
.productDetail .section .interrogative .faqs,
.productDetail .section .interrogative .customer_review {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.75rem;
  border-top: 1px solid #dddcdb;
  background: #eaf0ff;
}
.productDetail .section .interrogative .faqs h6,
.productDetail .section .interrogative .customer_review h6 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.productDetail .section .interrogative .faqs h6 + p,
.productDetail .section .interrogative .customer_review h6 + p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.productDetail .section .interrogative .faqs h6 a,
.productDetail .section .interrogative .customer_review h6 a {
  color: #26278b;
}
.productDetail .section .interrogative .faqs h6 a i.fa,
.productDetail .section .interrogative .customer_review h6 a i.fa {
  color: #cc3300;
  margin-right: 0.25rem;
}
.productDetail .section .interrogative .faqs h6 a:hover,
.productDetail .section .interrogative .customer_review h6 a:hover {
  color: #cc3300;
}
.productDetail .section .interrogative .faqs:last-of-type,
.productDetail .section .interrogative .customer_review:last-of-type {
  border-bottom: none;
}
.productDetail .section .metaTags .alert {
  position: relative;
  padding: 0.75rem 1rem;
  padding-bottom: 0;
}
.productDetail .section .metaTags .alert h6 {
  margin-bottom: 0.25rem;
  color: #26278b;
}
.productDetail .section .metaTags .alert h6 + p {
  margin-bottom: 0;
}
.productDetail .section .metaTags .metaData {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  background: #eaf0ff;
  padding: 0.75rem 1rem;
  padding-top: 0;
}
.productDetail .section .metaTags .metaData a {
  color: #cc3300;
}
.productDetail .section .metaTags .dataForm {
  padding: 0.75rem 1rem;
}
.productDetail .section .metaTags h6 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.productDetail .section .metaTags h6 + p {
  margin-bottom: 0.25rem;
}
.productDetail .section .metaTags h6 + p + p {
  margin-bottom: 0;
}

.post_detail {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.post_detail .view_post {
  display: grid;
  grid-template-columns: 350px auto;
}
.post_detail .view_post .thumbnail {
  height: 265px;
}
.post_detail .view_post .thumbnail img {
  height: 100%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.post_detail .view_post .post_description {
  border: 1px solid #dddcdb;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 265px;
  padding: 1rem;
  padding-right: 0.25rem;
}
.post_detail .view_post .post_description .container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.pageDetail {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.pageDetail .page_banner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pageDetail .page_banner .banner_image {
  position: relative;
}
.pageDetail .page_banner .banner_image img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pageDetail .page_banner .delete_container {
  border: 1px solid #dddcdb;
  border-top: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.75rem;
}
.pageDetail .page_banner .delete_container a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #cc3300;
  color: #fff;
  border-radius: 2rem;
  font-size: 0.75rem;
}
.pageDetail .page_banner .delete_container a i.fa {
  margin-right: 0.25rem;
}
.pageDetail .page_banner .templateCrud {
  padding: 0;
}
.pageDetail .page_banner .templateCrud .dataForm {
  padding: 0;
}
.pageDetail .section {
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  background: #fff;
}
.pageDetail .section .section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eaf0ff;
  position: relative;
  padding: 0.75rem 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pageDetail .section .section_title h6 {
  margin-bottom: 0;
}
.pageDetail .section .target_container {
  padding: 0.75rem;
}
.pageDetail .section .metaTags .alert {
  position: relative;
  padding: 0.75rem 1rem;
  padding-bottom: 0;
}
.pageDetail .section .metaTags .alert h6 {
  margin-bottom: 0.25rem;
  color: #26278b;
}
.pageDetail .section .metaTags .alert h6 + p {
  margin-bottom: 0;
}
.pageDetail .section .metaTags .metaData {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  background: #eaf0ff;
  padding: 0.75rem 1rem;
  padding-top: 0;
}
.pageDetail .section .metaTags .metaData a {
  color: #cc3300;
}
.pageDetail .section .metaTags .dataForm {
  padding: 0.75rem 1rem;
}
.pageDetail .section .metaTags h6 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.pageDetail .section .metaTags h6 + p {
  margin-bottom: 0.25rem;
}
.pageDetail .section .metaTags h6 + p + p {
  margin-bottom: 0;
}

.admin_layout .asideRight .template .templateHeader {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0.75rem 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #b7ccff;
}
.admin_layout .asideRight .template .templateHeader h6 {
  margin-bottom: 0;
}
.admin_layout .asideRight .template .templateHeader a.move_back {
  display: inline-block;
  background: #26278b;
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 2rem;
}
.admin_layout .asideRight .template .templateHeader a.move_back i.fa {
  margin-right: 0.25rem;
}
.admin_layout .asideRight .template .templateHeader a.move_back:hover {
  background: #1b1c63;
}
.admin_layout .asideRight .template .templateHeader .breadCrumb {
  margin-left: auto;
}

.admin_layout .asideRight .template .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.admin_layout .asideRight .template .pageHeader h6.title {
  margin-bottom: 0;
  color: #26278b;
}
.admin_layout .asideRight .template .pageHeader .quickNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item {
  width: auto;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a {
  display: block;
  padding: 0.25rem 0.75rem;
  background: #eaf0ff;
  border: 1px solid #dddcdb;
  border-right: 0;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a i.fa {
  font-size: 1rem;
  margin-right: 0.25rem;
  transition: all ease 0.4s;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.disabled {
  cursor: not-allowed;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.next i.fa {
  margin-left: 0.25rem;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.previous i.fa {
  margin-right: 0.25rem;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a:hover {
  background: #b7ccff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit {
  position: relative;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit i.fa {
  color: #339900;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit:hover {
  background: #339900;
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.edit:hover i.fa {
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash {
  position: relative;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash i.fa {
  color: #cc3300;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash:hover {
  background: #cc3300;
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item a.trash:hover i.fa {
  color: #fff;
}
.admin_layout .asideRight .template .pageHeader .quickNav .item:last-of-type a {
  border-right: 1px solid #dddcdb;
}

.admin_layout {
  position: relative;
  height: 100vh;
}
.admin_layout .asideLeft {
  width: 15%;
  height: 100%;
  background: #212121;
  display: flex;
  flex-direction: column;
  grid-row-gap: 1rem;
  position: fixed;
  left: 0;
  top: 0;
}
.admin_layout .asideLeft .logo {
  display: block;
  min-height: 64px;
  text-align: center;
  padding: 1rem 2rem;
  position: relative;
}
.admin_layout .asideLeft .logo i.fa,
.admin_layout .asideLeft .logo img {
  width: 48px;
  position: absolute;
  left: 2rem;
  top: 1rem;
  font-size: 2rem;
  color: #aaaaaa;
}
.admin_layout .asideRight {
  width: 85%;
  float: right;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: url("../images/graphic-01.png") no-repeat right bottom;
  background-size: cover;
}
.admin_layout .asideRight .template {
  width: 100%;
  float: left;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  z-index: 200;
}
.admin_layout .asideRight .template .templateBody {
  padding: 0 1rem;
}
.admin_layout .asideRight .template .templateBody.resetPadding {
  padding: 0;
}/*# sourceMappingURL=style.css.map */