@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&display=swap");
/**
 * @license
 * MyFonts Webfont Build ID 3893091, 2020-04-20T20:33:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Nexa-Light by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/light/
 * 
 * Webfont: Nexa-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/regular/
 * 
 * Webfont: Nexa-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/bold/
 * 
 * Webfont: Nexa-Heavy by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/nexa/heavy/
 * 
 * 
 * Webfonts copyright: Copyright Â© 2012 by Fontfabric. All rights reserved.
 * 
 * Â© 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "Nexa-Heavy";
  src: url("fonts/Nexa-Heavy/font.woff2") format("woff2"), url("fonts/Nexa-Heavy/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Light";
  src: url("fonts/Nexa-Light/font.woff2") format("woff2"), url("fonts/Nexa-Light/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Bold";
  src: url("fonts/Nexa-Bold/font.woff2") format("woff2"), url("fonts/Nexa-Bold/font.woff") format("woff");
}
@font-face {
  font-family: "Nexa-Regular";
  src: url("fonts/Nexa-Regular/font.woff2") format("woff2"), url("fonts/Nexa-Regular/font.woff") format("woff");
}
.p-btn-toolbar {
  padding: 8px 10px 8px 26px;
}

.br-toolbar {
  border-right: 1px solid #E7E7E8;
  margin-right: 20px;
}

header .navbar-light {
  box-shadow: inset 0 -1px 0 0 rgba(101, 109, 119, 0.16);
  background-color: #ffffff;
}
header .navbar-brand-image {
  display: block;
  height: auto;
  width: 151px;
}
header .nav-toolbar.navbar {
  padding: 0.9rem 0;
  position: fixed;
}
header .nav-toolbar.navbar-light {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
header .nav-toolbar .card-header {
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: none;
  border-radius: 6px;
}
header .nav-toolbar .dropFontSize {
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 6px;
  margin-left: 5px;
  font-size: 14px;
  color: #58595b;
  display: none;
}
header .nav-toolbar .dropFontSize .sizes {
  padding-bottom: 2px;
  cursor: pointer;
}
header .margin-top {
  margin-top: 85px;
}
header .line::before {
  content: "";
  display: block;
  width: 1px;
  height: 54px;
  background: #E7E7E8;
  position: absolute;
  top: 0;
}
header .navbar.brand {
  height: 3.5rem;
}
header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  align-items: stretch;
  min-height: 3.5rem;
}
header .navbar .dropdown-toggle::after, header .navbar .dropdown-toggle::before {
  display: none;
}

footer span.text-muted {
  font-family: "Nexa-Regular", "Poppins", sans-serif !important;
  font-size: 12px;
  color: #858796;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0;
  margin-bottom: 40px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.btn {
  padding: 0.41rem 0.75rem !important;
}
.btn:disabled, .btn.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #23DD87;
  border-color: #23DD87;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #05C46B;
  border-color: #05C46B;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #05C46B;
  border-color: #05C46B;
  box-shadow: 0 0 0 0.25rem rgba(var(--tblr-btn-color, 32, 107, 196), 0.25);
}

.show > .btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}

.btn-secondary {
  color: #07DD87;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
.btn-secondary.has-feedback {
  color: #FFC129;
  border-color: #FFC129;
}
.btn-secondary.has-feedback path {
  fill: rgb(255, 193, 41) !important;
}
.btn-secondary.has-feedback.no-pending path {
  fill: rgb(34, 72, 83) !important;
}

.btn-secondary.br-color {
  border-color: #07DD87;
}
.btn-secondary.br-color.has-feedback {
  color: #FFC129;
  border-color: #FFC129;
}
.btn-secondary.br-color.has-feedback.no-pending {
  color: #224853;
  border-color: #224853;
}
.btn-secondary.br-color.has-feedback .badge {
  top: -2px;
  border-radius: 100px;
  width: 16px;
}

.btn-secondary:hover {
  background-color: #05C46B;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary:hover.has-feedback {
  color: #ffffff;
  background-color: #FFC129;
}
.btn-secondary:hover.has-feedback.no-pending {
  color: #ffffff;
  background-color: #224853;
}

.btn-secondary:hover path#Path_67,
.btn-secondary:hover path#ico-feeback,
.btn-secondary:hover path#green {
  fill: #ffffff !important;
}

.btn-tertiary {
  color: #ffffff;
  background-color: #05C46B;
  border-color: #ffffff;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.btn-tertiary:hover {
  color: #05C46B !important;
  background-color: #ffffff;
}

.btn-tertiary:active, .btn-secondary:active, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff !important;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-toolbar:hover {
  opacity: 0.4;
}

.text-btn-gray {
  color: #989EA7;
}

.alert-copy {
  position: absolute;
  width: 150px;
  margin: auto;
  left: 50%;
  margin-left: -75px;
  padding: 0;
  margin-top: -80px;
}
.alert-copy.alert-copy_code {
  left: auto;
  margin-left: -10px;
  margin-top: -60px;
}

.alert-copy-url {
  position: absolute;
  width: 150px;
  margin: auto;
  left: 50%;
  margin-left: -75px;
  padding: 0;
  margin-top: 50px;
}
.alert-copy-url.alert-copy_code {
  left: auto;
  margin-left: -10px;
  margin-top: -60px;
}

.modal-content {
  border: 0px solid transparent;
  border-radius: 8px;
}

.modal-footer {
  z-index: 1;
}

.modalbutton .input-group-append {
  margin-left: 0;
}
.modalbutton .input-group-append .btn-file_shared {
  background: transparent;
  border-radius: 0 5px 5px 0;
  height: 38px;
  border: 1px solid #07DD87;
  color: #23DD87;
}
.modalbutton .input-group-append .btn-file_shared:hover {
  background: #07DD87;
  color: #ffffff;
}

.modalsendtest .form-control {
  font-size: 0.875rem;
}
.modalsendtest .modal-content {
  border: 1px solid #c5c5c5;
}
.modalsendtest .modal-content .modal-footer {
  border-top: 0px;
  padding-top: 0px;
}
.modalsendtest .modal-content .modal-title {
  color: #58595B;
  font-weight: 700;
  font-size: 20px;
}
.modalsendtest .modal-content .modal-body label {
  color: #58595B;
}
.modalsendtest .modal-content .modal-body small {
  color: #58595B !important;
  font-size: 12px;
  font-weight: 400;
}

.modalPreview .modal-content {
  border: 1px solid #c5c5c5;
}

.modalmediatemplet .modal-width {
  max-width: 1140px !important;
  display: flex;
  align-items: center;
}
.modalmediatemplet .item-media {
  background: #F4F6FA;
  width: 133px;
  height: 133px;
  display: block;
  border-radius: 6px;
  margin: 10px 5px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F4F6FA;
  background-clip: border-box;
}
.modalmediatemplet .item-media button {
  border: 0;
  padding: 0;
}
.modalmediatemplet .item-media button:hover::before {
  content: "";
  background: no-repeat center/28% url("../images/ico-selected-hover.svg");
  display: block;
  height: 133px;
  width: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.modalmediatemplet .item-media button:active::before, .modalmediatemplet .item-media button:focus::before {
  content: "";
  background: no-repeat center/28% url("../images/ico-selected-focus.svg");
  display: block;
  height: 133px;
  width: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.modalmediatemplet img {
  background: #F4F6FA;
  width: 133px;
  height: 133px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modalmediatemplet .card-body {
  background-color: #FAFAFA !important;
  min-height: 592px;
  border-radius: 6px;
  margin-top: 10px;
}
.modalmediatemplet .card-body .filters-box {
  min-height: 242px;
}
.modalmediatemplet .card-body button {
  border: none;
  background: transparent;
  color: #58595B;
  font-size: 14px;
  padding-left: 0;
  font-weight: bold;
}
.modalmediatemplet .card-body button svg {
  position: relative;
  top: -1px;
}
.modalmediatemplet .card-body .form-group {
  margin-bottom: 5px;
}
.modalmediatemplet .card-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #58595B;
}
.modalmediatemplet .card-body .form-control {
  padding-left: 10px;
  font-size: 14px;
}
.modalmediatemplet .card-body h5 {
  color: #58595B;
  font-size: 18px;
  padding-bottom: 5px;
}
.modalmediatemplet .card-body .btns-modal {
  display: flex;
  justify-content: space-between;
}
.modalmediatemplet .pagination {
  justify-content: center;
}
.modalmediatemplet .pagination ol {
  list-style-type: none;
  display: flex;
}
.modalmediatemplet .pagination li {
  display: inline-block;
  margin: 0px 3.5px;
}
.modalmediatemplet .pagination li.current a {
  background: #f4f4f4;
  text-align: center;
  color: #999DA7;
}
.modalmediatemplet .pagination li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 27px;
  width: 27px;
  line-height: 27px;
  background: #ffffff;
  text-align: center;
  color: #999DA7;
  border-radius: 4px;
  border: 1px solid #F4F6FA;
  z-index: 1;
  transition: all 500ms ease;
}
.modalmediatemplet .pagination li a:hover, .modalmediatemplet .pagination li a.current {
  background: #05C46B;
  color: #ffffff;
}
.modalmediatemplet .btn-secondary {
  color: #07DD87;
  background-color: transparent;
  border-color: #21dd87;
  border-width: 1px;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
.modalmediatemplet .btn-secondary:hover {
  color: #ffffff;
  background-color: #05C46B;
  border-color: #05C46B;
}
.modalmediatemplet .btn-secondary:hover path#Unión_10 {
  fill: #ffffff;
}

.modal-xl {
  width: 100%;
  min-height: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.modal-xl pre {
  height: 100%;
}
.modal-xl .modal-content {
  border: 0px solid transparent;
  border-radius: 0px;
}
.modal-xl :not(pre) > code[class*=language-], .modal-xl pre[class*=language-] {
  margin-bottom: 0px;
}
.modal-xl .modal-body.codeSource {
  padding-bottom: 0px !important;
}
.modal-xl .modal-footer {
  z-index: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
}
.modal-xl button.btn.btn-secondary.br-color.copy-code {
  margin-right: 5px;
}

.modalCreateEmail {
  height: 100vh;
}
.modalCreateEmail .modal-content {
  height: 100vh;
}
.modalCreateEmail .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modalCreateEmail .modal-content .modal-body {
  padding-top: 0;
}
.modalCreateEmail .modal-content .modal-footer {
  border-top: none;
  z-index: -1;
}
.modalCreateEmail .modal-content .modal-footer div {
  opacity: 0;
}
.modalCreateEmail .type-new_email.disabled .card {
  border: none;
}
.modalCreateEmail .type-new_email.disabled .card:hover {
  border: none !important;
}
.modalCreateEmail .type-new_email.disabled .card:hover img {
  transform: none !important;
}
.modalCreateEmail .type-new_email.disabled .card::before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: not-allowed !important;
}
.modalCreateEmail .type-new_email.disabled.active .card {
  border: none;
}
.modalCreateEmail .type-new_email.active .card {
  border: 2px #23DD87 solid;
}
.modalCreateEmail .card {
  background-color: #ffffff;
  border: 0px;
  box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
  border: 1px solid rgba(101, 109, 119, 0.16);
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.modalCreateEmail .card img {
  transition: 0.5s;
}
.modalCreateEmail .card:hover {
  border: 1px #23DD87 solid;
}
.modalCreateEmail .card:hover img {
  transform: translateY(-42%);
}

.modalTemplate {
  height: 100vh;
}
.modalTemplate .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.modalTemplate .modal-content {
  height: 100vh;
}
.modalTemplate .type-new_email.active .card {
  border: 2px #23DD87 solid;
}
.modalTemplate .card {
  background-color: #ffffff;
  border: 0px;
  box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
  border: 1px solid rgba(101, 109, 119, 0.16);
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.modalTemplate .card img {
  transition: 0.5s;
}
.modalTemplate .card:hover {
  border: 1px #23DD87 solid;
}
.modalTemplate .card:hover img {
  transform: translateY(-42%);
}
.modalTemplate .template-list .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.5019607843) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
.modalTemplate .template-list .overlay .button-action {
  padding-top: 90px;
}
.modalTemplate .template-list .overlay .button-action .btn {
  min-width: 110px;
}
.modalTemplate .template-list .template-item.active .card {
  border: 2px #23DD87 solid;
}
.modalTemplate .template-list .template-item:hover .overlay {
  opacity: 1;
}
.modalTemplate .template-list .template-item .card-body {
  padding: 12px 12px 12px 12px;
}

.modalCodeVS .codeSourceTemp {
  position: absolute;
  top: 0;
  z-index: -10;
  overflow: hidden;
}
.modalCodeVS .editor__code > * {
  width: 100%;
  height: 100%;
  min-height: 84vh;
}
.modalCodeVS .modal-title {
  color: #fff;
}
.modalCodeVS .modal-title span {
  color: #23DD87;
  font-size: 2.2em;
  line-height: 0;
}
.modalCodeVS .modal-xl .modal-footer {
  background: #303030;
}
.modalCodeVS .modal-footer {
  border-top: 1px solid #303030;
  padding-bottom: 15px !important;
}
.modalCodeVS .modal-footer .btn-light {
  color: #212529;
  background-color: #333333;
  border-color: #808080;
}
.modalCodeVS .modal-content {
  background-color: #303030;
}
.modalCodeVS .modal-body {
  padding: 0;
}
.modalCodeVS .modal-header {
  border-bottom: 1px solid #404040;
}
.modalCodeVS .btn-secondary {
  color: #ffffff;
  background-color: #303030;
  border-color: #ffffff !important;
}

.filters-box .sort-field {
  padding-left: 0px;
}
.filters-box .sort-field .custom-select {
  width: 100%;
}

.text-edit.have-feedback {
  position: relative;
}
.text-edit.have-feedback::after {
  content: "•";
  color: #FFC129;
  margin-left: 5px;
  font-size: 26px;
  position: absolute;
  top: -8px;
}
.text-edit.have-feedback.no-pending::after {
  color: #224853;
}

.btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}

.email-item .dropdown {
  float: right;
  top: -35px;
  margin-right: 15px;
}
.email-item .dropdown-toggle::after, .email-item .dropdown-toggle::before {
  display: none;
}
.email-item .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
}
.email-item .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
.email-item .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
.email-item .dropdown-item span {
  position: relative;
  top: 1.5px;
}
.email-item .dropdown-item:focus, .email-item .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}

.tab-views a {
  border-radius: 8px;
  padding: 3px;
}
.tab-views a #icon-gallery path:first-of-type {
  fill: transparent;
}
.tab-views a.active {
  background-color: #AEB2B9;
  border: 0.5px solid #e9ecef;
}
.tab-views a.active rect {
  fill: #AEB2B9;
}
.tab-views a.active path {
  fill: #FAFAFA;
}
.tab-views a rect {
  fill: #FAFAFA;
}
.tab-views a path {
  fill: #aeb2b9;
}

.tab-content {
  display: none;
  width: 100%;
}
.tab-content.show {
  display: flex;
  flex-wrap: wrap;
}
.tab-content.view-list .card-email {
  background-color: #ffffff;
  border: 0px;
  box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
  border: 1px solid rgba(101, 109, 119, 0.16);
  overflow: hidden;
  max-height: 70px;
  border: 1px solid #E6E8E9;
  border-radius: 6px;
}
.tab-content.view-list .card-email div {
  display: inline-block;
}
.tab-content.view-list .card-email .create-date {
  font-size: 14px;
  color: #6a6e70;
}
.tab-content.view-list .card-email_image img {
  width: 100%;
  max-height: 55px;
  border-radius: 6px;
  border: 1px solid #E6E8E9;
}
.tab-content.view-list .card-email_buttons {
  height: 55px;
}

.list-initiative {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  max-height: 196px;
  overflow: auto;
}
.list-initiative .initiative-item {
  margin-bottom: 0px;
  padding: 3px 7px;
  cursor: pointer;
}
.list-initiative .initiative-item svg {
  vertical-align: baseline;
}
.list-initiative .initiative-item:hover, .list-initiative .initiative-item.active {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

span.error {
  display: none;
  color: red;
  font-size: 11px;
  padding: 5px 0;
}

.main-pagination {
  position: fixed;
  top: 51vh;
}
.main-pagination a {
  color: #9C9D9E;
}
.main-pagination .pagination-item {
  position: absolute;
  border: 0.8px #9C9D9E solid;
  padding: 7px 9px 9px;
  border-radius: 100px;
  animation-name: fadeInAnimation;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.main-pagination .pagination-item.disabled {
  opacity: 0.2;
}
.main-pagination .pagination-item svg path {
  stroke: transparent;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-pagination .prev-email {
  left: 25px;
}
.main-pagination .next-email {
  right: 25px;
}
.main-pagination .next-email svg {
  transform: rotate(180deg);
}

.container-status {
  color: #666769;
  font-size: 13px;
}
.container-status .title-status {
  color: #232E3C;
  font-weight: bold;
}

.container-xl.py-5.mb-5.container-email {
  width: 600px;
  padding: 0;
}

.email-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.email-container .skeleton-email {
  height: 600px;
  background-color: #f0f0f0;
}

.subject-container {
  max-width: 600px;
  margin: 12px auto;
}
.subject-container .subject-count {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #8D9096;
  padding: 3px 4px;
  border-radius: 4px;
  margin-left: -30px;
  margin-top: 8px;
  background: #DADCDE;
}
.subject-container .subject-count.alert-limit {
  color: #D63939;
  background: #F7E5E5;
}
.subject-container .alert-count {
  display: none;
  font-size: 11px;
  color: red;
  margin-bottom: 20px;
  padding-top: 6px;
}
.subject-container label {
  font-size: 14px;
  width: auto;
  color: #232E3C;
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
}
.subject-container .subject-name {
  font-size: 14px;
  max-width: 400px;
  width: 100%;
  display: inline-block;
  padding: 8px 35px 8px 8px;
  border: 1px #DADCDE solid;
  border-radius: 6px;
  outline: none;
}
.subject-container .subject-name:read-only {
  color: #666769;
  background-color: transparent;
  border: none;
}
.subject-container .buttons-subject {
  padding: 7px 0;
  float: right;
}
.subject-container .buttons-subject button {
  font-size: 14px;
  background: transparent;
  border: none;
  display: inline-block;
}
.subject-container .buttons-subject button.subject-edit {
  color: #232E3C;
}
.subject-container .buttons-subject button.subject-edit:hover {
  color: #05C46B;
}
.subject-container .buttons-subject button.subject-cancel {
  display: none;
  color: red;
}
.subject-container .buttons-subject button.subject-cancel:hover {
  color: #232E3C;
}
.subject-container .buttons-subject button.subject-save {
  display: none;
  color: #05C46B;
}
.subject-container .buttons-subject button.subject-save:hover {
  color: #232E3C;
}

body .history-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1015;
  display: none;
}
body.show-history .history-pin, body.show-history .history-overlay {
  display: block;
}
body .navbar .dropdown-toggle::after, body .navbar .dropdown-toggle::before {
  display: none;
}
body .navbar .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
  margin-top: 20px;
}
body .navbar .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
body .navbar .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
body .navbar .dropdown-item span {
  position: relative;
  top: 1.5px;
}
body .navbar .dropdown-item:focus, body .navbar .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}

#history-wrapper {
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Scrollbar Styling */
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1040;
  /* Sidebar Styles */
}
#history-wrapper ::-webkit-scrollbar {
  width: 10px;
}
#history-wrapper ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#history-wrapper ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5c5c5;
}
#history-wrapper #history-sidebar-wrapper {
  z-index: 1050;
  position: fixed;
  right: -430px;
  width: 430px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #E6E7E9;
  box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.0392156863) !important;
}
#history-wrapper.toggled #history-sidebar-wrapper {
  right: 0;
}
#history-wrapper #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#history-wrapper .toggled #page-content-wrapper {
  position: absolute;
}
#history-wrapper .history-sidebar-nav {
  width: 98%;
  margin: 0;
  padding: 25px 20px 0;
  top: 0;
  z-index: 3000;
  background: white;
}
#history-wrapper .history-sidebar-nav button {
  height: auto;
}
#history-wrapper .history-sidebar-nav .history-header {
  font-size: 14px;
  color: #707070;
  text-align: left;
}
#history-wrapper .scroll-container {
  width: 98%;
  position: relative;
  padding: 0 20px;
}
#history-wrapper .scroll-container .item-history {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 18px;
  padding-top: 18px;
  border-bottom: 1px solid #DDDDDD;
}
#history-wrapper .history-sidebar-nav h3 {
  color: #58595B;
  font-size: 18px;
  font-family: "Nexa-Bold";
  margin-bottom: 0px;
}
#history-wrapper .custom-control.custom-switch {
  margin-right: -7px;
}
#history-wrapper .history-sidebar-nav h3.text-green {
  color: #23DD87;
  font-size: 14px;
  font-family: "Nexa-Bold";
}
#history-wrapper .history-sidebar-nav h3.text-resolved {
  font-size: 14px;
  color: #58595B;
  font-family: "Nexa-Regular";
}
#history-wrapper .btn {
  padding: 5px 9px 7px !important;
}
#history-wrapper .btn-primary {
  color: #ffffff;
  background-color: #23DD87;
  border-color: #23DD87;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
#history-wrapper .btn-primary:hover {
  background-color: #05C46B;
  border-color: #05C46B;
}
#history-wrapper .btn-primary:not(:disabled):not(.disabled):active, #history-wrapper .btn-primary:not(:disabled):not(.disabled).active, #history-wrapper .show > .btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}
#history-wrapper .btn-primary.focus, #history-wrapper .btn-primary:focus {
  color: #fff;
  background-color: #05C46B;
  border-color: #05C46B;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#history-wrapper .btn-secondary {
  color: #9C9D9E;
  background-color: #ffffff;
  border-color: #9C9D9E;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
#history-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #23DD87;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#history-wrapper .form-control {
  border: 1px solid #E7E7E8;
}
#history-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #23DD87;
}
#history-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #23DD87;
  border-color: #23DD87;
}
#history-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #23DD87;
  background-color: #23DD87;
}
#history-wrapper .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#history-wrapper .dropdown-toggle::after {
  display: none;
}
#history-wrapper h3.text-comment {
  font-size: 14px;
  color: #707070;
}
#history-wrapper .sidebar-comment {
  position: relative;
  width: 328px;
  margin: 0;
  padding: 10px 20px;
  /* margin-top: 253px; */
  background-color: #ffffff;
}
#history-wrapper .sidebar-comment:hover, #history-wrapper .sidebar-comment.hover, #history-wrapper .sidebar-comment.active {
  background-color: #FAFAFA;
}
#history-wrapper .sidebar-comment:hover .badge-light, #history-wrapper .sidebar-comment.hover .badge-light, #history-wrapper .sidebar-comment.active .badge-light {
  color: #ffffff;
  background-color: #FFC129;
}
#history-wrapper .form-control {
  color: #58595B;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  font-size: 14px;
}
#history-wrapper .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
}
#history-wrapper .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
#history-wrapper .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
#history-wrapper .dropdown-item span {
  position: relative;
  top: 1.5px;
}
#history-wrapper .dropdown-item:focus, #history-wrapper .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  #history-wrapper .toggled {
    padding-left: 0;
  }
  #history-wrapper #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #history-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.modalrestore .view-header p {
  font-family: "Nexa-Light";
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modalrestore .view-header p b {
  font-family: "Nexa-Bold";
}
.modalrestore .view-email {
  position: relative;
  overflow: auto;
  max-height: 70vh;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

body .theme-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1015;
  display: none;
}

#theme-wrapper {
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Scrollbar Styling */
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1040;
  /* Sidebar Styles */
}
#theme-wrapper ::-webkit-scrollbar {
  width: 10px;
}
#theme-wrapper ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#theme-wrapper ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5c5c5;
}
#theme-wrapper #theme-sidebar-wrapper {
  z-index: 1050;
  position: fixed;
  right: -430px;
  width: 430px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #E6E7E9;
  box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.0392156863) !important;
}
#theme-wrapper.toggled #theme-sidebar-wrapper {
  right: 0;
}
#theme-wrapper #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#theme-wrapper .toggled #page-content-wrapper {
  position: absolute;
}
#theme-wrapper .theme-sidebar-nav {
  width: 98%;
  margin: 0;
  padding: 25px 20px 0;
  top: 0;
  z-index: 3000;
  background: white;
}
#theme-wrapper .theme-sidebar-nav button {
  height: auto;
}
#theme-wrapper .theme-sidebar-nav .theme-header {
  font-size: 14px;
  color: #707070;
  text-align: left;
}
#theme-wrapper .scroll-container {
  width: 98%;
  position: relative;
  padding: 0 20px;
}
#theme-wrapper .scroll-container .list-theme {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 18px;
}
#theme-wrapper .scroll-container .list-theme .item-theme {
  margin-bottom: 10px;
}
#theme-wrapper .scroll-container .list-theme .item-theme img {
  border-radius: 6px;
}
#theme-wrapper .scroll-container .list-theme .item-theme img:hover {
  border: 1px solid #23DD87;
}
#theme-wrapper .scroll-container .list-theme .item-theme.active img {
  border-radius: 6px;
  border: 1px solid #23DD87;
}
#theme-wrapper .scroll-container .list-theme .item-theme.active .btn-primary {
  background-color: #23DD87;
  border-color: #23DD87;
  color: #ffffff;
}
#theme-wrapper .scroll-container .list-theme .theme-title {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #707070;
  font-family: "Nexa-Bold";
}
#theme-wrapper .theme-sidebar-nav h3 {
  color: #58595B;
  font-size: 18px;
  font-family: "Nexa-Bold";
  margin-bottom: 0px;
}
#theme-wrapper .custom-control.custom-switch {
  margin-right: -7px;
}
#theme-wrapper .theme-sidebar-nav h3.text-green {
  color: #23DD87;
  font-size: 14px;
  font-family: "Nexa-Bold";
}
#theme-wrapper .theme-sidebar-nav h3.text-resolved {
  font-size: 14px;
  color: #58595B;
  font-family: "Nexa-Regular";
}
#theme-wrapper .btn {
  padding: 5px 9px 7px !important;
}
#theme-wrapper .btn-primary {
  background-color: #F7F9FC;
  border-color: #F7F9FC;
  color: #989EA7;
  border-radius: 4px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
#theme-wrapper .btn-primary:hover {
  background-color: #23DD87;
  border-color: #23DD87;
  color: #ffffff;
}
#theme-wrapper .btn-primary.focus, #theme-wrapper .btn-primary:focus {
  background-color: #F7F9FC;
  border-color: #F7F9FC;
  color: #989EA7;
  box-shadow: none;
  outline: none;
}
#theme-wrapper .btn-primary:not(:disabled):not(.disabled):active, #theme-wrapper .btn-primary:not(:disabled):not(.disabled).active, #theme-wrapper .show > .btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}
#theme-wrapper .btn-secondary {
  color: #9C9D9E;
  background-color: #ffffff;
  border-color: #9C9D9E;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
#theme-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #23DD87;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#theme-wrapper .form-control {
  border: 1px solid #E7E7E8;
}
#theme-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #23DD87;
}
#theme-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #23DD87;
  border-color: #23DD87;
}
#theme-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #23DD87;
  background-color: #23DD87;
}
#theme-wrapper .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#theme-wrapper .dropdown-toggle::after {
  display: none;
}
#theme-wrapper h3.text-comment {
  font-size: 14px;
  color: #707070;
}
#theme-wrapper .sidebar-comment {
  position: relative;
  width: 328px;
  margin: 0;
  padding: 10px 20px;
  /* margin-top: 253px; */
  background-color: #ffffff;
}
#theme-wrapper .sidebar-comment:hover, #theme-wrapper .sidebar-comment.hover, #theme-wrapper .sidebar-comment.active {
  background-color: #FAFAFA;
}
#theme-wrapper .sidebar-comment:hover .badge-light, #theme-wrapper .sidebar-comment.hover .badge-light, #theme-wrapper .sidebar-comment.active .badge-light {
  color: #ffffff;
  background-color: #FFC129;
}
#theme-wrapper .form-control {
  color: #58595B;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  font-size: 14px;
}
#theme-wrapper .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
}
#theme-wrapper .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
#theme-wrapper .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
#theme-wrapper .dropdown-item span {
  position: relative;
  top: 1.5px;
}
#theme-wrapper .dropdown-item:focus, #theme-wrapper .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  #theme-wrapper .toggled {
    padding-left: 0;
  }
  #theme-wrapper #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #theme-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.modaltheme .modal-body {
  font-size: 14px;
  color: #58595B;
}
.modaltheme .modal-body h5 {
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  margin-bottom: 20px;
  color: #58595B;
}
.modaltheme .modal-body p {
  font-family: "Nexa-Light";
  color: #58595B;
}
.modaltheme .modal-body .form-check-label {
  font-family: "Nexa-Light";
  color: #58595B;
}

body .component-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1015;
  display: none;
}
body.show-component .component-overlay {
  display: block;
}
body.show-component .components-option {
  display: block !important;
}
body .select2-results__option {
  font-family: "Nexa-Light";
  font-size: 14px;
  color: #58595B;
  line-height: 24px;
}
body .components-option {
  display: none;
  position: absolute;
  margin-top: -18px;
}
body .components-option .dropdown-toggle {
  border: 1px solid #C8CCD2;
  border-radius: 34px;
  background: #ffffff;
  padding: 0px 5px;
  position: absolute;
  z-index: 1020;
  height: 28px;
  width: 28px;
  display: block;
  text-align: center;
}
body .components-option .dropdown-toggle::after, body .components-option .dropdown-toggle::before {
  display: none;
}
body .components-option .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
  margin-top: 4px;
  z-index: 1080;
}
body .components-option .dropdown-menu li {
  position: relative;
}
body .components-option .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
body .components-option .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
body .components-option .dropdown-menu.background-menu {
  max-width: 50px;
  min-width: 50px;
}
body .components-option .dropdown-menu .bg-colors {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  margin: 5px auto;
  border: 1px solid #cccccc;
}
body .components-option .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
body .components-option .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
body .components-option .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
body .components-option .dropdown-item span {
  position: relative;
  top: 1.5px;
}
body .components-option .dropdown-item:focus, body .components-option .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}
body .component-space .components-option {
  left: -40px;
}

#component-wrapper {
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Scrollbar Styling */
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1040;
  /* Sidebar Styles */
}
#component-wrapper ::-webkit-scrollbar {
  width: 10px;
}
#component-wrapper ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#component-wrapper ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5c5c5;
}
#component-wrapper #component-sidebar-wrapper {
  z-index: 1050;
  position: fixed;
  translate: -430px;
  left: 0px;
  width: 430px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #E6E7E9;
  box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.0392156863) !important;
}
#component-wrapper.toggled #component-sidebar-wrapper {
  translate: 0px;
}
#component-wrapper #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#component-wrapper .toggled #page-content-wrapper {
  position: absolute;
}
#component-wrapper .component-sidebar-nav {
  width: 98%;
  margin: 0;
  padding: 25px 20px 0;
  top: 0;
  z-index: 3000;
  background: white;
}
#component-wrapper .component-sidebar-nav button {
  height: auto;
}
#component-wrapper .component-sidebar-nav .component-header {
  font-size: 14px;
  color: #707070;
  text-align: left;
}
#component-wrapper .component-sidebar-nav .component-header label {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
#component-wrapper .component-sidebar-nav .component-header .form-select {
  width: 100%;
}
#component-wrapper .component-sidebar-nav .component-header .select2-container--default .select2-selection--single {
  border: 1px solid #DADCDE;
  height: 44px;
}
#component-wrapper .component-sidebar-nav .component-header .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "Nexa-Light";
  font-size: 14px;
  color: #58595B;
  line-height: 40px;
}
#component-wrapper .component-sidebar-nav .component-header .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 3px;
  width: 20px;
}
#component-wrapper .scroll-container {
  width: 98%;
  position: relative;
  padding: 0 20px;
}
#component-wrapper .scroll-container .list-components {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 18px;
}
#component-wrapper .scroll-container .list-components .item-component {
  margin-bottom: 15px;
}
#component-wrapper .scroll-container .list-components .item-component .component-category {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  color: #58595B;
  font-family: "Nexa-Regular";
  margin-bottom: 15px;
}
#component-wrapper .scroll-container .list-components .item-component .component-title {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #707070;
  font-family: "Nexa-Regular";
}
#component-wrapper .scroll-container .list-components .item-component .item-component_container {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#component-wrapper .scroll-container .list-components .item-component .item-component_container:hover {
  border-color: #05C46B;
}
#component-wrapper .component-sidebar-nav h3 {
  color: #58595B;
  font-size: 18px;
  font-family: "Nexa-Bold";
  margin-bottom: 0px;
}
#component-wrapper .custom-control.custom-switch {
  margin-right: -7px;
}
#component-wrapper .component-sidebar-nav h3.text-green {
  color: #23DD87;
  font-size: 14px;
  font-family: "Nexa-Bold";
}
#component-wrapper .component-sidebar-nav h3.text-resolved {
  font-size: 14px;
  color: #58595B;
  font-family: "Nexa-Regular";
}
#component-wrapper .btn {
  padding: 5px 9px 7px !important;
}
#component-wrapper .btn-primary {
  background-color: #07DD87;
  border-color: #07DD87;
  color: #ffffff;
  border-radius: 4px;
  font-family: "Nexa-Regular", "Poppins", sans-serif !important;
  font-size: 12px;
  width: 100%;
}
#component-wrapper .btn-primary:hover {
  background-color: #05C46B;
  border-color: #05C46B;
}
#component-wrapper .btn-primary.focus, #component-wrapper .btn-primary:focus {
  background-color: #07DD87;
  border-color: #07DD87;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
#component-wrapper .btn-primary:not(:disabled):not(.disabled):active, #component-wrapper .btn-primary:not(:disabled):not(.disabled).active, #component-wrapper .show > .btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}
#component-wrapper .btn-secondary {
  color: #9C9D9E;
  background-color: #ffffff;
  border-color: #9C9D9E;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
#component-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #23DD87;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#component-wrapper .form-control {
  border: 1px solid #E7E7E8;
}
#component-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #23DD87;
}
#component-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #23DD87;
  border-color: #23DD87;
}
#component-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #23DD87;
  background-color: #23DD87;
}
#component-wrapper .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#component-wrapper .dropdown-toggle::after {
  display: none;
}
#component-wrapper h3.text-comment {
  font-size: 14px;
  color: #707070;
}
#component-wrapper .sidebar-comment {
  position: relative;
  width: 328px;
  margin: 0;
  padding: 10px 20px;
  /* margin-top: 253px; */
  background-color: #ffffff;
}
#component-wrapper .sidebar-comment:hover, #component-wrapper .sidebar-comment.hover, #component-wrapper .sidebar-comment.active {
  background-color: #FAFAFA;
}
#component-wrapper .sidebar-comment:hover .badge-light, #component-wrapper .sidebar-comment.hover .badge-light, #component-wrapper .sidebar-comment.active .badge-light {
  color: #ffffff;
  background-color: #FFC129;
}
#component-wrapper .form-control {
  color: #58595B;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  font-size: 14px;
}
#component-wrapper .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
}
#component-wrapper .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
#component-wrapper .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
#component-wrapper .dropdown-item span {
  position: relative;
  top: 1.5px;
}
#component-wrapper .dropdown-item:focus, #component-wrapper .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  #component-wrapper .toggled {
    padding-left: 0;
  }
  #component-wrapper #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #component-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.clipboard-button {
  position: fixed;
  bottom: 20px;
  left: 85px;
}
.clipboard-button .btn-clipboard {
  background: rgba(174, 178, 185, 0.1) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(174, 178, 185, 0.7);
  border-radius: 6px;
  color: rgb(174, 178, 185);
  transition: width 5s;
  width: 45px;
}
.clipboard-button .btn-clipboard span {
  display: none;
}
.clipboard-button .btn-clipboard:disabled:hover {
  background: rgba(174, 178, 185, 0.1) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(174, 178, 185, 0.7);
  color: rgb(174, 178, 185);
  opacity: 0.65;
}
.clipboard-button .btn-clipboard.active {
  background-color: #FFFFFF !important;
  border-color: #07DD87 !important;
  color: #07DD87 !important;
}
.clipboard-button .btn-clipboard.active path {
  fill: #07DD87;
}
.clipboard-button .btn-clipboard.active:hover {
  background-color: #07DD87 !important;
  border-color: #07DD87 !important;
  color: #ffffff !important;
  transition: width 5s;
  width: auto;
}
.clipboard-button .btn-clipboard.active:hover path {
  fill: #ffffff;
}
.clipboard-button .btn-clipboard.active:hover span {
  display: inline-block;
}

.modal-clipboard .modal-title {
  color: #58595B;
  font-size: 20px;
}
.modal-clipboard .current-text p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modal-clipboard .text-information {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modal-clipboard .list_clipboard_text {
  list-style: none;
  padding: 0;
}
.modal-clipboard .list_clipboard_text .clipboard_item {
  background: #F7F9FC 0% 0% no-repeat padding-box;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  padding: 15px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #58595B;
  font-size: 14px;
}
.modal-clipboard .list_clipboard_text .clipboard_item:hover {
  border: 1px solid #05C46B;
}
.modal-clipboard .list_clipboard_text .clipboard_item.active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #05C46B;
}
.modal-clipboard .btn-light .text-btn-gray {
  font-size: 14px;
}
.modal-clipboard .btn-primary-light {
  background-color: #FFFFFF;
  color: #07DD87;
  border-radius: 5px;
  padding: 2px 15px !important;
  margin: auto;
  border: 1px solid #07DD87;
}
.modal-clipboard .btn-primary-light:focus {
  box-shadow: none;
  outline: none;
}
.modal-clipboard .btn-primary-light .text-btn {
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #07DD87;
}
.modal-clipboard .btn-primary-light:hover {
  background: #07DD87 0% 0% no-repeat padding-box;
  border: 1px solid #07DD87;
}
.modal-clipboard .btn-primary-light:hover .text-btn {
  color: #ffffff;
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard {
  border: 1px solid #07DD87;
  background-color: #FFFFFF;
  color: #07DD87;
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard .text-btn {
  color: 7DD87;
  font-size: 14px;
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard:hover {
  background-color: #07DD87;
  border-color: #07DD87;
  color: #ffffff;
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard:disabled {
  background: rgba(174, 178, 185, 0.1) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(174, 178, 185, 0.7);
  color: rgb(174, 178, 185);
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard:disabled:hover {
  background: rgba(174, 178, 185, 0.1) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(174, 178, 185, 0.7);
  color: rgb(174, 178, 185);
  opacity: 0.65;
}
.modal-clipboard .btn-primary-light.btn-replaceClipboard:disabled .text-btn {
  color: rgb(174, 178, 185);
}
.modal-clipboard .dropdown .dropdown-item {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modal-clipboard .warning-text {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modal-clipboard .warning-text .warning {
  color: rgb(214, 57, 57);
}
.modal-clipboard .check-group label {
  width: 100%;
}
.modal-clipboard .check-group label span {
  font-size: 12px;
  color: #58595B;
}
.modal-clipboard .check-group .alert-message {
  font-size: 12px;
  color: rgb(214, 57, 57);
  padding-left: 18px;
  display: none;
}
.modal-clipboard .contact-text p {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #989EA7;
}
.modal-clipboard .contact-text a {
  color: #23DD87;
}

body .sample-overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1015;
  display: none;
}
body.show-sample .sample-pin, body.show-sample .sample-overlay {
  display: block;
}
body .navbar .dropdown-toggle::after, body .navbar .dropdown-toggle::before {
  display: none;
}
body .navbar .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
  margin-top: 20px;
}
body .navbar .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
body .navbar .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
body .navbar .dropdown-item span {
  position: relative;
  top: 1.5px;
}
body .navbar .dropdown-item:focus, body .navbar .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}

#sample-wrapper {
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Scrollbar Styling */
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1040;
  /* Sidebar Styles */
}
#sample-wrapper ::-webkit-scrollbar {
  width: 10px;
}
#sample-wrapper ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#sample-wrapper ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c5c5c5;
}
#sample-wrapper #sample-sidebar-wrapper {
  z-index: 1050;
  position: fixed;
  right: -430px;
  width: 430px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #E6E7E9;
  box-shadow: -5px 0px 8px rgba(0, 0, 0, 0.0392156863) !important;
}
#sample-wrapper.toggled #sample-sidebar-wrapper {
  right: 0;
}
#sample-wrapper #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#sample-wrapper .toggled #page-content-wrapper {
  position: absolute;
}
#sample-wrapper .sample-sidebar-nav {
  width: 98%;
  margin: 0;
  padding: 25px 20px 0;
  top: 0;
  z-index: 3000;
  background: white;
}
#sample-wrapper .sample-sidebar-nav button {
  height: auto;
}
#sample-wrapper .sample-sidebar-nav .sample-header {
  font-size: 14px;
  color: #707070;
  text-align: left;
}
#sample-wrapper .scroll-container {
  width: 98%;
  position: relative;
  padding: 0 20px;
}
#sample-wrapper .scroll-container .item-sample {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #707070;
  padding-bottom: 18px;
  padding-top: 18px;
  border-bottom: 1px solid #DDDDDD;
}
#sample-wrapper .sample-sidebar-nav h3 {
  color: #58595B;
  font-size: 18px;
  font-family: "Nexa-Bold";
  margin-bottom: 0px;
}
#sample-wrapper .custom-control.custom-switch {
  margin-right: -7px;
}
#sample-wrapper .sample-sidebar-nav h3.text-green {
  color: #23DD87;
  font-size: 14px;
  font-family: "Nexa-Bold";
}
#sample-wrapper .sample-sidebar-nav h3.text-resolved {
  font-size: 14px;
  color: #58595B;
  font-family: "Nexa-Regular";
}
#sample-wrapper .btn {
  padding: 5px 9px 7px !important;
}
#sample-wrapper .btn-primary {
  color: #ffffff;
  background-color: #23DD87;
  border-color: #23DD87;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
#sample-wrapper .btn-primary:hover {
  background-color: #05C46B;
  border-color: #05C46B;
}
#sample-wrapper .btn-primary:not(:disabled):not(.disabled):active, #sample-wrapper .btn-primary:not(:disabled):not(.disabled).active, #sample-wrapper .show > .btn-primary.dropdown-toggle {
  background-color: #05C46B;
  border-color: #05C46B;
}
#sample-wrapper .btn-primary.focus, #sample-wrapper .btn-primary:focus {
  color: #fff;
  background-color: #05C46B;
  border-color: #05C46B;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#sample-wrapper .btn-secondary {
  color: #9C9D9E;
  background-color: #ffffff;
  border-color: #9C9D9E;
  border-width: 1px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}
#sample-wrapper .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #23DD87;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#sample-wrapper .form-control {
  border: 1px solid #E7E7E8;
}
#sample-wrapper .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #23DD87;
}
#sample-wrapper .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #23DD87;
  border-color: #23DD87;
}
#sample-wrapper .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #23DD87;
  background-color: #23DD87;
}
#sample-wrapper .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(35, 221, 135, 0.5);
}
#sample-wrapper .dropdown-toggle::after {
  display: none;
}
#sample-wrapper h3.text-comment {
  font-size: 14px;
  color: #707070;
}
#sample-wrapper .sidebar-comment {
  position: relative;
  width: 328px;
  margin: 0;
  padding: 10px 20px;
  /* margin-top: 253px; */
  background-color: #ffffff;
}
#sample-wrapper .sidebar-comment:hover, #sample-wrapper .sidebar-comment.hover, #sample-wrapper .sidebar-comment.active {
  background-color: #FAFAFA;
}
#sample-wrapper .sidebar-comment:hover .badge-light, #sample-wrapper .sidebar-comment.hover .badge-light, #sample-wrapper .sidebar-comment.active .badge-light {
  color: #ffffff;
  background-color: #FFC129;
}
#sample-wrapper .form-control {
  color: #58595B;
  border: 1px solid #E7E7E8;
  border-radius: 4px;
  font-size: 14px;
}
#sample-wrapper .dropdown-menu {
  min-width: 10rem;
  font-size: 12px;
  color: #707070;
  border: 1px solid #E6E7E9;
  border-radius: 4px;
}
#sample-wrapper .dropdown-item {
  padding: 6px 14px;
  color: #707070;
  cursor: pointer;
}
#sample-wrapper .dropdown-item svg {
  position: relative;
  top: 0;
  margin-right: 5px;
}
#sample-wrapper .dropdown-item span {
  position: relative;
  top: 1.5px;
}
#sample-wrapper .dropdown-item:focus, #sample-wrapper .dropdown-item:hover {
  color: #4b4b4b;
  text-decoration: none;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  #sample-wrapper .toggled {
    padding-left: 0;
  }
  #sample-wrapper #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #sample-wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.modalrestore .view-header p {
  font-family: "Nexa-Light";
  font-size: 14px;
  letter-spacing: 0px;
  color: #58595B;
}
.modalrestore .view-header p b {
  font-family: "Nexa-Bold";
}
.modalrestore .view-email {
  position: relative;
  overflow: auto;
  max-height: 70vh;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

body {
  font-family: "Nexa-Regular", "Poppins", sans-serif !important;
}

.container-fluid {
  width: 100%;
  padding-right: var(--tblr-gutter-x, 1.5rem);
  padding-left: var(--tblr-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

a:hover {
  text-decoration: none;
}

.nav-link-title {
  font-family: "Nexa-Regular", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #232E3C;
  position: relative;
  top: 2px;
}

.title-body {
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #414042;
}

label {
  font-size: 14px;
  font-weight: 400;
  color: #414042;
}

.title-card {
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 15px;
  color: #232E3C;
}

.text-edit {
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  color: #07DD87;
}

.card {
  border-radius: 6px;
}

/** Background **/
.bg-light {
  background-color: #F4F6FA !important;
}

.bg-green {
  background-color: #05C46B !important;
}

.form-control {
  border: 1px solid #DADCDE;
  border-radius: 6px;
}

.form-control:focus {
  border-color: #05C46B;
  box-shadow: 0 0 0 0.2rem rgba(5, 196, 107, 0.25);
}

section.filters-box .card {
  box-shadow: rgba(35, 46, 60, 0.04) 0 2px 0 0;
}
section.filters-box .card-body {
  background: #ffffff;
  border-top: 1px solid #E6E8E9;
}
section.filters-box .card-form {
  border: 0px !important;
  background-color: #FAFAFA !important;
  border-radius: 6px;
  border-top: 0px;
}
section.filters-box .custom-select {
  border-radius: 6px;
}

section.thumbnails-boxes .card {
  background-color: #ffffff;
  border: 0px;
  box-shadow: rgba(35, 46, 60, 0.04) 0 2px 4px 0;
  border: 1px solid rgba(101, 109, 119, 0.16);
  width: 100%;
  height: 310px;
  overflow: hidden;
}
section.thumbnails-boxes .card img {
  transition: 0.5s;
}
section.thumbnails-boxes .card:hover img {
  transform: translateY(-42%);
}
section.thumbnails-boxes .card-toolbar {
  padding: 0px;
  padding-right: 50px;
}
section.thumbnails-boxes .card-body {
  border-top: 1px solid #E6E8E9;
  padding: 12px 12px 24px 12px;
}

/** Image **/
.img-50 {
  height: 100%;
  overflow: hidden;
}

#colorList {
  background: white;
  display: block;
  height: auto;
  padding: 5px;
  margin-left: 5px;
  border-radius: 6px;
}

.colors {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  margin: 5px auto;
  border: 1px solid #cccccc;
}

span .editable-text {
  display: block;
  padding: 2px 3px;
}

.editable-text {
  display: block;
  padding: 2px 3px;
}

.editable-text:focus-visible {
  outline: #3a3a3a auto 1px;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #666769;
  background-color: #e6e9ef;
  border-color: #e6e9ef;
}

pre {
  display: block;
  font-size: 77%;
  color: #212529;
  height: 70vh;
  margin-bottom: 0px;
  overflow: hidden;
}

pre code.hljs {
  display: block;
  padding: 1em;
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.modal-body.codeSource {
  padding-top: 0;
}

.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.swal-button {
  box-shadow: none;
  border-radius: 6px;
  padding: 10px 24px;
  margin: 0 6px;
  cursor: pointer;
  color: #ffffff;
  background-color: #23DD87;
  border: 1px solid #23DD87;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.swal-button.swal-button--catch {
  color: #07DD87;
  background-color: #ffffff;
  border: 1px solid #07DD87;
}

.swal-footer {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.swal-button:not([disabled]):hover {
  background-color: #05C46B;
  border-color: #05C46B;
  color: #ffffff;
}

.swal-modal {
  width: 478px;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 10001;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

.container-email .editable-text:hover, .container-email .editable-button:hover, .container-email .editable-image:hover {
  outline: #3a3a3a auto 1px;
  cursor: pointer;
}

.btn-imageBg {
  position: absolute;
  top: 10px;
  right: 10px;
}

/** Responsive **/
@media (max-width: 1140px) {
  section.thumbnails-boxes .card {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  section.thumbnails-boxes .card-body {
    padding: 12px 12px 40px 12px;
  }
}
@media (min-width: 1620px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/*# sourceMappingURL=style.css.map */
