body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #54372e;
  text-align: left;
  background: #fcf8f5;
}

#preloader {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  width: calc(100% - 72px);
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 72px;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;
}

#no-results-img {
  width: 240px;
  padding: 20px;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.page-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.7rem;
  position: relative;
}

.card {
  border: 1px solid #e9dcd3 !important;
  box-shadow: none !important;
}

#templates-panel .template {
  perspective: 500px;
}

.template:hover, .template:focus {
  transform: scale(1);
  z-index: 100;
}

.template .card {
  border: 1px solid #e9dcd3 !important;
  min-height: 420px;
  box-shadow: 0px 0px 0px -15px rgba(163, 150, 145, 0.0) !important;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

/* .template .card:hover {
  background: #fcf8f5;
} */

.favorite-templates .template .card {
  min-height: 260px !important;
}

.template .card.professional {
  border: 1px solid #f89d04 !important;
  background-color: #ffffff;
}

.template:hover, .template:focus {
  transform: scale(1);
  z-index: 100;
}

@keyframes cardScale {
	0%{
		transform: rotateX(0deg) scale(1) translateX(0px) translateY(0px);
	}
	25%{
		transform: rotateX(-5deg) scale(1.01) translateX(0px) translateY(0px);
	}
	50%{
		transform: rotateX(0deg) scale(1.02) translateX(0px) translateY(0px);
	}
	75%{
		transform: rotateX(5deg) scale(1.03) translateX(0px) translateY(0px);
	}
	100%{
		transform: rotateX(0deg) scale(1.04) translateX(0px) translateY(0px);
	}
}

.template:hover .card {
  background: #fdebdf !important;
  border: 1px solid #ffa46d !important;
  box-shadow: 7px 7px 0px 0px rgba(203, 156, 121, 0.2) !important;
  border-radius: 12px !important;

  /* -webkit-animation: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) cardScale 1;
  -moz-animation: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) cardScale 1;
  -o-animation: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) cardScale 1;
  -ms-animation: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) cardScale 1;
  animation: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) cardScale 1; */

  transform: rotateY(0deg) scale(1.03) translateX(0px) translateY(0px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.favorite-templates-panel {
    min-height: 200px;
}

.bg-templates {
  background: #fcf8f5;
}

.template .card .template-title h6 {
  font-family: "Playfair Display", sans-serif !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  font-size: 32px !important;
  margin-bottom: 15px !important;
}

.favorite-templates .template .card .template-title h6 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

#features-wrapper .template .card .template-title h6 {
  font-family: "Playfair Display", sans-serif !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  font-size: 24px !important;
  margin-bottom: 0px !important;
}

.table-action-buttons {
  color: #54372e;
}

.table-action-buttons-big {
  line-height: 2.4 !important;
  font-size: 16px !important;
  width: 40px !important;
  height: 42px !important;
  border: 1px solid #e9dcd3;
}

#template-buttons-group #save-button i {
  background: #ffa46d !important;
  color: #FFF !important;
  border: 1px solid #ffa46d;
}

#template-buttons-group #save-button i:hover,
#template-buttons-group #save-button i:focus {
  background: #54372e !important;
  border: 1px solid #54372e;
}

#features-wrapper .template .card {
  min-height: auto !important;
  border: 1px solid #e9dcd3 !important;
}

#features-wrapper .template .card:hover {
  border: 1px solid #ffa46d !important;
  color: #ffa46d !important;
  cursor: pointer;
  background: #fff !important;
}

#features-wrapper .template .card-body {
  min-height: auto !important;
}

#features-wrapper .template .card .template-icon i {
  color: #967a71 !important;
  background: rgba(115, 164, 193, 0.1) !important;
}

#features-wrapper .template .card:hover .template-icon i {
  color: #ffa46d !important;
  background: #fff4df !important;
}



.template:hover .card {
  background: #fdebdf !important;
  border: 1px solid #ffa46d !important;
}


.desktop-lgo {
  height: 40px !important;
  margin: 0;
  vertical-align: middle;
}

.header-brand {
  display: block;
  padding-bottom: 16px;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled1 .header-brand {
  padding-top: 15px;
  padding-bottom: 18px;
}

.badge {
  font-family: sans-serif !important;
  font-size: 10px !important;
  border-radius: 10px !important;
  font-weight: 400 !important;
  padding: 1px 7px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  box-shadow: none !important;
}

img#brand-img {
  padding: 10px 0;
  height: 60px;
}

#welcome-footer #footer-logo img {
  margin-top: -15px;
  margin-left: -2px;
  margin-bottom: 0.5rem;
  max-height: 32px;
}

.btn {
  font-size: 14px !important;
  text-transform: none !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
}

.swal2-popup {
  padding: 2em 3em !important;
}

.swal2-title {
  padding-top: 20px !important;
  font-size: 18px !important;
}

.swal2-icon {
  margin: 0 auto !important;
}

.swal2-html-container {
  font-size: 13px !important;
  margin: 0.5em 0 !important;
  color: #967a71 !important;
}

.swal2-actions button.swal2-styled {
  text-transform: none !important;
  font-size: 13px !important;
  border-radius: 5px !important;
  box-shadow: none !important;
}

.swal2-actions button.swal2-styled.swal2-confirm:hover {
  background-color: #967a71 !important;
  border-color: #967a71 !important;
}

.swal2-actions button.swal2-styled.swal2-cancel:hover {
  background-color: #f76e6e !important;
  border-color: #f76e6e !important;
}

.swal2-actions button.swal2-styled.swal2-confirm:focus {
  background-color: #ffa46d !important;
  border-color: #ffa46d !important;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgb(255, 164, 109, .85) !important;
  backdrop-filter: blur(2px) !important;
}

.swal2-popup {
  border-radius: 10px !important;
}

#swal2-wait-time {
  color: #967a71 !important;
}

.swal2-range {
  margin: .25rem 2rem .75rem !important;
}

.swal2-range input[type="range"] {
  background: linear-gradient(to right, #ffc39f 0%, #ffc39f 20%, #fff 20%, #fff 100%);
  border: solid 2px #ffa46d;
  border-radius: 8px;
  height: 8px !important;
  line-height: 8px !important;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

/*Chrome thumb*/
.swal2-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  height: 14px;
  width: 30px;
  border-radius: 4px;
  background: #b3988f;
  border: 2px solid #967a71;
}

/*Mozilla thumb*/
.swal2-range input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  height: 14px;
  width: 14px;
  border-radius: 5px;
  background: #e7e7e7;
  border: 1px solid #c5c5c5;
}

/*IE & Edge input*/
.swal2-range input[type=range]::-ms-track {
}

#balance-status,
.input-box .form-control,
.awselect .front_face > .bg {
  border-radius: 5px !important;
}

.awselect .front_face > .bg {
  border: 1px solid #e9dcd3;
}

#balance-status {
  background: #fff4df !important;
  padding: 8px;
  border-radius: 0.5rem;
  border: 1px solid #ffd8bd;
}

.app-sidebar {
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
  box-shadow: 0 3px 6px 0px rgb(249 85 4 / 40%), 0 0px 2px 12px rgb(205 66 0 / 6%);
}

.app-header {
  box-shadow: none !important;
  border-bottom: 1px solid #e9dcd3;
}

.side-menu {
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
  margin-top: 98px !important;
  border-top: 0 !important;
}

.side-menu__item {
  margin: 0px 15px !important;
  padding: 2.5px 16px 3px 1px !important;
  border-radius: 10px !important;
}

.slide.is-expanded .side-menu__item,
.side-menu__item:hover,
.side-menu__item:focus {
  border-left: 0 !important;
}

.side-menu .side-menu__icon {
  padding-top: 10px !important;
  line-height: 1 !important;
  width: 38px;
  margin-right: 3px;
}

.side-menu .side-menu__label {
  margin-top: 3px;
  display: inline-block;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled1 .side-menu__item {
  margin: 0px 15px !important;
  border-radius: 10px !important;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled1 .side-menu .side-menu__icon {
  width: 38px !important;
  line-height: 1 !important;
  padding-top: 10px !important;
  height: auto !important;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled1 .side-menu .side-menu__label {
  margin-top: 3px;
  display: inline-block;
  white-space: nowrap;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
  height: auto;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.app.sidebar-mini.sidenav-toggled .side-menu .badge {
  display: none;
}

.app.sidebar-mini.sidenav-toggled.sidenav-toggled1 .side-menu .badge {
  display: block;
}

.app-sidebar .side-item.side-item-category {
  color: #727685;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 20px;
  position: relative;
  height: 14px;
}

.app-sidebar .side-item.side-item-category .no-wrapp span {
  background: #fff;
  padding: 0 6px;
}

.app-sidebar .side-item.side-item-category .line-side-item {
  position: absolute;
  top: -1px;
  width: calc(100% - 38px);
  z-index: -1;
}

.btn-cancel-upgrade {
  font-size: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #ffc95a;
  border-color: #ffc95a;
}

.upgrade-notice {
  background: #fcf8f5;
  border-radius: 8px;
  margin: 0 15px;
  padding: 10px 0;
  border: 1px solid #e9dcd3;
}

.profile-icon {
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
}

.special-btn {
  padding: 10px 12px 9px !important;
  font-size: 13px !important;
}

.btn-cancel, .btn-cancel-black {
    font-size: 10px;
    min-width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 35px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #967a71;
    border-color: #967a71;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.btn-cancel:hover, .btn-cancel-black:hover {
    color: #fff !important;
    background-color: #54372e;
    border-color: #54372e;
}

.img-rounded {
  border-radius: 6px;
}

.header-locale .header-icon {
  width: 24px;
  margin-right: 0;
  vertical-align: bottom !important;
  border-radius: 4px;
  height: 24px;
  padding: 0 !important;
}

.flag {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-size: cover;
  border: 0;
}

.flag-es {
  background-image: url('/img/flags/mx.svg');
}

.flag-us {
  background-image: url('/img/flags/us.svg');
}

.header-locale .dropdown-menu {
  left: -68px !important;
}

.header .dropdown-menu {
  top: 54px !important;
  border-radius: 5px !important;
}

.awselect .awselect-img {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.text-muted {
    color: #967a71 !important;
    font-weight: 400;
}

.favorite-templates-panel .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.7rem;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px !important;
  color: #977a71 !important;
  background-color: #fff;
  border: 1px solid #e9dcd3;
  box-shadow: none !important;
}

.favorite-templates-panel .nav-tabs .nav-link.active:hover,
.favorite-templates-panel .nav-tabs .nav-link.active {
  background-color: #ffa46d !important;
  border: 1px solid #ffa46d !important;
  pointer-events: none;
}

.favorite-templates-panel .nav-tabs .nav-link:hover {
  color: #54372e !important;
  background-color: #dfd0c3 !important;
  border: 1px solid #cfbeaf !important;
}

.favorite-templates-panel .nav-tabs .nav-link:focus,
.favorite-templates-panel .nav-tabs .nav-link.focus {
  background-color: #ffa46d;
  border-color: #ffa46d;
  color: #fff !important;
}

.ps {
  overflow: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.ps::-webkit-scrollbar{
  display: none !important;
}
.ps__rail-y {
  display: none !important;
}

.modal-title {
  margin-top: 10px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.modal-content {
  border: 0;
  border-radius: 9px;
}

#tts-project .awselect {
  margin-bottom: 0.5rem;
}

.swal2-file, .swal2-input, .swal2-textarea {
  border: 1px solid #fcf8f5 !important;
  border-radius: 5px !important;
  background: #fcf8f5 !important;
  box-shadow: none !important;
}

.swal2-file:hover, .swal2-input:hover, .swal2-textarea:hover,
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #fcf8f5 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.profile-dropdown img {
    width: 40px;
    height: 40px;
    border: 3px solid #ffa46d;
    /* border: 2px solid #e9dcd3; */
    border-radius: 50%;
    box-shadow: none !important;
}

.header .profile-dropdown .dropdown-menu {
    top: 54px !important;
}

.profile-dropdown .dropdown-menu.show {
    left: -140px !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.hr-dark {
  border: 0 !important;
  height: 2px !important;
  background: #a68982 !important;
}

hr {
  border: 0 !important;
  height: 1px !important;
  background: #e9dcd3 !important;
  opacity: 1;
}

#dashboard-background {
  background: #967a71 !important;
}

#dashboard-background .card-footer {
  border-top: 0 !important;
}

.text-muted-dark {
  color: #ffefe4 !important;
  font-weight: 500;
}

h5, h6, .h5, .h6 {
  line-height: 1.5;
}

.card-title {
  font-weight: 700;
  font-size: 16px;
  padding-top: 5px;
}

tbody > tr:last-child > td div {
  align-items: center
}

.widget-user-image-sm {
  height: 50px !important;
  width: 50px !important;
  border: 1px solid #e9dcd3 !important;
  overflow: hidden;
}

.widget-user-image-sm img {
  width: 100% !important;
}

.awselect {
  margin-bottom: 1.25rem !important;
}

.select-file {
  padding: 20px !important;
  border: 1px dashed #e9dcd3 !important;
  border-radius: 6px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-file > div {
  width: 100%;
}

#back-to-top {
  color: #fff !important;
  position: fixed !important;
  bottom: 20px !important;
  right: 32px !important;
}

#side-word-notification {
    background: #fcf8f5;
    padding: 5px 20px;
    border-radius: 15px;
}

td.details-control,
tr.shown td.details-control {
  background: none !important;
  text-align: left !important;
  line-height: 1;
}

.dataTable tbody tr.shown + tr td:first-of-type {
  padding: 0 5px !important;
  border-top: none !important;
}

.details-table tr:first-child td {
  border: none !important;
}

.details-table tr td {
  padding-right: 5px !important
}

.details-table .details-title, .details-table .details-result {
    font-weight: 700;
    min-width: 150px !important;
}

.dataTable tbody tr.shown,
.dataTable tbody tr.no-padding {
  background: #fff !important;
}

#textarea-outer-box #textarea-container #addTextRow,
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .buttons {
  background: #ffa46d;
  color: #fff;
  width: 40px;
  height: 35px;
}

#textarea-outer-box #textarea-container #addTextRow:hover,
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:focus {
  background-color: #fcb78d;
}

#textarea-outer-box #textarea-container #addTextRow,
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .buttons {
  text-shadow: none !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-text {
  width: 100%;
  margin: 0 0.5rem;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control {
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #e9dcd3;
  background: #fff !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:hover {
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #ffa46d;
  background: #fff !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:focus {
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #ffa46d;
  background: #fff4df !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-voice {
  padding-left: 0.5rem;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-voice div {
  box-shadow: none !important;
  height: 37px !important;
  width: 37px !important;
  clear: both;
  border-radius: 5px !important;
  position: relative;
  margin: 0 !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-voice div img {
  width: 37px !important;
  height: 37px !important;
  border-radius: 5px !important;
  -o-object-fit: cover;
  object-fit: cover !important;
  box-shadow: none !important;
}

#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons {
  display: flex;
  margin-right: 0;
}

#textarea-outer-box #textarea-container {
  min-height: 200px !important;
  background: #fcf8f5 !important;
  height: auto !important;
  padding: 15px 0 !important;
  border-radius: 5px;
  border: 1px solid #e9dcd3;
}

#textarea-settings {
  padding: 15px 0 30px;
}

.voice-neural-sign {
  font-size: 10px;
  color: #967a71;
  font-style: normal;
}

.special-buttons .btn-special {
  background: #fcf8f5;
  border-radius: 4px;
  font-size: 13px !important;
  font-weight: 500;
  box-shadow: none;
  color: #967a71;
  text-align: left;
  border: 1px solid #e9dcd3;
}

.special-buttons .dropdown-toggle::after {
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 17px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  color: #e0d9d5;
}

.btn-azure {
  background-color: #ffa46d !important;
  color: #FFF !important;
  box-shadow: none !important;
  filter: none !important;
  min-width: 40px !important;
}

.btn-azure:hover {
  background-color: #1171d9 !important;
}

.btn-muted,
.btn-muted:hover {
  background-color: #967a71 !important;
  color: #FFF !important;
  box-shadow: none !important;
  filter: none !important;
  min-width: 40px !important;
}

#waveform {
  border-radius: 6px !important;
}

.result-play {
  padding: 3px 6px 1px 6px !important;
  width: 30px !important;
  display: inline-block !important;
  margin: 0 1px !important;
  text-align: center !important;
}

#preview-box .create-project {
  min-height: 42px !important;
  width: calc(100% + 15px);;
  padding: 0px;
  margin-left: -16px;
  background: #fcf8f5 !important;
  color: #ffa46d;
  border-radius: 0 4px 4px 0 !important;
  border: 1px solid #e9dcd3;
  border-left: 1px solid #e5e7ed;
  text-align: center;
}

.format-div {
  margin-top: 3px;
  font-size: 13px;
  background: #fff;
  padding-left: 8px;
  padding-right: 5px
}

#textarea-outer-box {
  border: 0;
  border-top: 1px solid #e9dcd3;
  position: relative;
}

#textarea-outer-box .input-label {
  top: 1px;
}

#textarea-outer-box .input-label-content {
  font-size: 13px;
  top: -12px;
}

.format-buttons {
  position: relative;
  z-index: 2;
}

.line-buttons {
  position: relative;
  z-index: 1;
  margin-top: -27px;
}

.format-buttons #audio-format {
  background: #fff;
  padding: 0 5px;
}

#audio-format .label-control, #voice-types .label-control {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 800;
}

#audio-format > span {
    margin: 0 5px;
}

#audio-format > span:last-child {
    margin-right: 0;
}

.input-group-btn {
  position: absolute;
  right: 0;
  bottom: 0 !important;
  margin: 0 !important;
  top: auto;
}

.browse-file {
  border: 0 !important;
}

.input-box {
  margin-bottom: 1rem !important;
}

#support-messages-box {
  min-height: 400px;
  border-radius: 6px !important;
  height: 100%;
  padding: 25px !important;
  display: inline-block;
}

#support-messages-box div:last-child {
  margin-bottom: 0 !important;
}

#support-messages-box .support-response {
  float: right;
  background-color: #e5f1f4 !important;
  box-shadow: none !important;
  border-radius: 6px 0 6px 6px;
  position: relative;
}

#support-messages-box .support-response p {
  color: #ffa46d !important;
}

#support-messages-box .support-response:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 12px solid #e5f1f4;
  right: -11px;
  left: auto;
  top: 0px;
  position: absolute;
}

.page-leftheader .breadcrumb-item + .breadcrumb-item::before {
  color: #967a71 !important;
}

.page-leftheader .breadcrumb-item {
  font-size: 12px !important;
}

.page-leftheader .breadcrumb-item a {
  font-size: 12px !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  color: #967a71 !important;
  font-weight: 500 !important;
}

.text-info {
    color: #007BFF !important;
}

.page-leftheader .breadcrumb-item.active a {
  color: #ffa46d !important;
}

a {
  color: #967a71;
}

footer.footer {
  border-top: 1px solid #e9dcd3;
  padding-top: 10px;
}

.footer .container {
  padding-top: 10px;
}

.table,
.footer .container {
  color: #967a71 !important;
  font-family: 'IBM Plex Sans';
}

.table td {
  font-family: 'IBM Plex Sans';
  background-color: #fff;
  border-bottom: 1px solid #e9dcd3;
  box-shadow: none !important;
}

.awselect .back_face ul li a {
  font-weight: 500 !important;
  color: #967a71 !important;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.awselect .back_face ul li a i {
  color: #ffa46d !important;
  background: #fff4df !important;
}

.input-box .form-control {
  border: 1px solid #e9dcd3;
}

.input-box .form-control,
.awselect .front_face .current_value {
  color: #967a71;
  font-weight: 500 !important;
  font-size: 13px;
  /* line-height: 1.5; descartado por input de titulo de audio en voiceover */
}

.input-box .form-control:-moz-placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
}

.input-box .form-control::-webkit-input-placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
}

.input-box .form-control:-ms-input-placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
}

.input-box .form-control::-ms-input-placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
}

.input-box .form-control::placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
}

.notification-new-user, .type-both, .notification-marketing, .user-group-admin, .payment-monthly, .glacier, .plan-regular, .support-resolved {
  background: #E1F0FF;
  color: #007BFF;
}

#prices-wrapper .price-card,
.tabs-menu-body .price-card {
  border-radius: 10px !important;
  box-shadow: none !important;
  border: 2px solid #e9dcd3 !important;
}

#prices-wrapper .card .plan-featured,
.tabs-menu-body .card .plan-featured {
  font-size: 12px;
  font-weight: 700;
  top: -5px !important;
  left: 50% !important;
  background-color: #ffa46d;
  border-radius: 5px !important;
  box-shadow: none !important;
  transform: translateX(-50%);
}

#prices-wrapper .card:hover,
.tabs-menu-body .card:hover {
  box-shadow: none !important;
  background: #fcf8f5 !important;
}

#prices-wrapper .price-card-border,
.tabs-menu-body .price-card-border {
  border: 2px solid #ffa46d !important;
}

#prices-wrapper .card .plan-cost,
.tabs-menu-body .card .plan-cost {
  font-size: 40px;
  font-weight: 700;
  color: #54372e;
  font-family: "Rubik", sans-serif;
}

#prices-wrapper .card:hover .plan-cost, #prices-wrapper .card:focus .plan-cost,
.tabs-menu-body .card:hover .plan-cost, .tabs-menu-body .card:focus .plan-cost {
    color: #ffa46d;
}

.curr-sym {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  margin-left: -10px;
}

.text-dark {
  color: #54372e !important;
}
.text-primary {
  color: #ffa46d !important;
}

#main-wrapper #main-background {
  background: #fff;
}

#main-wrapper .text-container h1 {
  text-shadow: none !important;
  line-height: 46px !important;
  font-size: 44px !important;
  font-family: "Rubik";
}

#main-wrapper .text-container span.sub {
  font-size: 21px !important;
  line-height: 40px !important;
  font-weight: 600;
  color: #ffa46d !important;
  font-family: "IBM Plex Mono";
}

#main-wrapper .text-container span.typed-cursor {
  font-size: 28px !important;
  color: #967a71 !important;
  font-family: "IBM Plex Mono";
}

#main-wrapper .gradient {
  background-image: linear-gradient(45deg, #ffa46d 10%, #ffa46d 36%, #ffa46d 47%, #ffa46d 67%, #ffa46d 76%, #ffa46d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#nav-wrapper {
  background: #fff;
}

#nav-wrapper .navbar-nav li.nav-item a.nav-link {
  text-transform: none;
  padding: 0px 15px;
  color: #967a71;
  text-shadow: none;
  font-size: 15px;
  font-weight: 500;
}

#nav-wrapper .frontend-buttons {
  margin-left: 1rem;
}

#nav-wrapper .fixed-top {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#nav-wrapper .fixed-top:not(.minimize-navbar) {
  padding-top: 30px;
  background: transparent;
  border-bottom: 1px solid transparent!important;
  z-index: 99 !important;
}

#nav-wrapper .fixed-top.minimize-navbar {
  padding-top: 0px;
  border-bottom: 1px solid #e9dcd3 !important;
  box-shadow: none !important;
  background: #fff;
}

#nav-wrapper #login-button {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #ffa46d !important;
    border: 1px solid #ffa46d !important;
    box-shadow: none !important;
}

#nav-wrapper #login-button:hover {
    background: #967a71 !important;
    border: 1px solid #967a71 !important;
    box-shadow: none !important;
}

#nav-wrapper .dashboard-button,
#nav-wrapper .register-button {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: #ffc95a !important;
    border: 1px solid #ffc95a !important;
    box-shadow: none !important;
    color: #fff;
}

#nav-wrapper .dashboard-button:hover,
#nav-wrapper .register-button:hover {
    background: #967a71 !important;
    border: 1px solid #967a71 !important;
    box-shadow: none !important;
    color: #fff;
}

#nav-wrapper .navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  z-index: 100;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: all ease-in 0.2s;
}

#nav-wrapper .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#main-wrapper .btn-test {
  color: #fff;
  background: #ffc95a !important;
  border: 1px solid #ffc95a !important;
  padding: 10px 30px !important;
  font-size: 20px !important;
}

#main-wrapper .btn-test:hover {
    background: #ffa46d !important;
    border: 1px solid #ffa46d !important;
    box-shadow: none !important;
}

#features-wrapper .description-home {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 1.4;
}

#features-wrapper .title h3 {
    font-family: "Rubik", sans-serif;
}

#features-wrapper .title p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.fask {
  font-family: "Rajdhani" !important;
  font-size: 120% !important;
  color: #ffa46d !important;
  line-height: 0 !important;
}

#features-wrapper #solutions-list .solution-content h5 {
  color: #54372e;
  font-size: 18px;
  font-weight: 600;
}

#features-wrapper #solutions-list .solution-content p {
    font-size: 14px;
    margin-bottom: 2rem;
    color: #967a71 !important;
}

#features-wrapper .feature-text {
    align-content: start;
    align-items: start;
    display: grid;
    padding: 0 1rem;
}

#features-wrapper .feature-text p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

#awselect_template-selection.awselect .front_face .placeholder {
  color: #967a71 !important;
  font-weight: 500 !important;
}

#awselect_template-selection.awselect .front_face:hover .placeholder {
  color: #ffa46d !important;
}

.number-font {
  line-height: 1;
}

.number-font span {
  line-height: 1;
}

.rubik {
  font-family: "Rubik" !important;
}

.sofia {
  font-family: "Sofia Sans Condensed" !important;
}

.page-header {
  margin: 1.5rem 0 0.75rem;
}

.file-browser input.border-right-0 {
  border-radius: 5px 0 0 5px !important;
  position: relative !important;
  z-index: 0 !important;
  border: 1px solid #e9dcd3 !important;
}

.file-browser label {
  position: absolute !important;
  z-index: 3 !important;
}

.card-footer {
  border-color: #e9dcd3 !important;
}

.bold {
  font-weight: 500 !important;
}

.bolder {
  font-weight: 600 !important;
}

.btn.disabled, .btn:disabled {
  pointer-events: none;
  opacity: .25;
  background: #b2bfd2;
  border: 1px solid #728095;
  color: #3f4959 !important;
}

div.dataTables_wrapper div.row:nth-child(2) {
  min-height: 200px !important;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: 0px;
  text-align: center;
  padding: 1.2em 3em 1em;
}

.app-header .awselect .front_face {
  padding: 0.5rem 1rem !important;
  border-radius: 5px;
  margin-top: 4px;
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #8f7066;
}

#awselect_template-selection {
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
  box-shadow: none;
  width: 320px;
}

#awselect_template-selection .front_face > .bg {
  background-color: #fcf8f5 !important;
}

#awselect_template-selection .front_face:hover > .bg {
  background-color: #fff4df !important;
}

.dropdown.header-notify .icon {
  background-color: #fcf8f5;
  margin-top: 8px;
  border-radius: 5px;
  padding-top: 0 !important;
  width: 34px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9dcd3;
}

.dropdown.header-expand .icon {
  background-color: #fcf8f5;
  margin-top: 8px;
  border-radius: 5px;
  padding-top: 0 !important;
  width: 34px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9dcd3;
}

.dropdown.header-locale .icon {
  background-color: #fcf8f5;
  margin-top: 8px;
  border-radius: 5px;
  padding-top: 0 !important;
  width: 34px;
  height: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9dcd3;
}

.nav-link.icon .header-icon {
  font-size: 17px;
  text-align: center;
  color: #54372e;
  padding: 0 !important;
  margin-top: 5px;
}

.header-locale {
  padding-top: 0;
  margin-left: 0;
}

.profile-dropdown .nav-link {
  padding: 6px 0 0;
}

.header-notify .dropdown-menu.show {
  left: -327px !important;
  min-width: 320px !important;
}

.pulse {
  top: 5px;
  right: 5px;
}

.dropdown:hover .icon {
  background-color: #fff4df !important;
}

.dropdown:hover .icon span {
  color: #ffa46d !important;
}

.sidebar-mini .app-sidebar {
  border-right: 2px solid #ffa46d !important;
  background-color: #fff !important;
}

.sidebar-mini.sidenav-toggled .app-sidebar {
  width: calc(70px + 2px);
}

.sidebar-mini.sidenav-toggled1 .app-sidebar .header-brand {
  padding-bottom: 12px !important;
}

.sidebar-mini.sidenav-toggled .app-sidebar .header-brand .mobile-logo {
  height: 40px !important;
}

.sidebar-mini.sidenav-toggled .side-progress-position {
  display: block;
}

.sidebar-mini.sidenav-toggled.sidenav-toggled1 .hide-co,
.sidebar-mini:not(.sidenav-toggled) .hide-co {
  display: block;
}

.sidebar-mini.sidenav-toggled:not(.sidenav-toggled1) .hide-co {
  display: none;
}

.sidebar-mini.sidenav-toggled.sidenav-toggled1 .hide-ex,
.sidebar-mini:not(.sidenav-toggled) .hide-ex  {
  display: none;
}

.sidebar-mini.sidenav-toggled:not(.sidenav-toggled1) .hide-ex {
  display: block;
}

.no-wrapp {
  white-space: nowrap;
}

.overflow-h {
  overflow: hidden;
}

.app-sidebar__toggle {
  margin-left: 7px !important;
  margin-right: 0px !important;
}

.app-sidebar__toggle:hover .open-toggle span {
  color: #ffa46d !important;
}

#search-field input[type=search] {
  background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 9px 10px;
  font-size: 12px;
  border-radius: 5px;
  transition: all 0.5s;
  width: 15px;
  padding-left: 10px;
  color: #54372e;
  cursor: pointer;
  margin-top: 1px;
  font-weight: 600;
}

#search-field input[type=search]:hover {
  background-color: #fcf8f5 !important;
}

#search-field input[type=search]:focus {
  background-color: #fff4df !important;
}

.progress {
  overflow: hidden;
}

.view-action-button:hover, .view-action-button:focus {
  background: #fff4df;
  color: #ffa46d;
}

.no-border-radius-letf,
.no-border-radius-letf:hover,
.no-border-radius-letf:focus {
  border-radius: 0 5px 5px 0 !important;
}

.no-border-radius-right,
.no-border-radius-right:hover,
.no-border-radius-right:focus {
  border-radius: 5px 0 0 5px !important;
}

.chat-input {
  margin-bottom: 0 !important;
}

.chat-input .form-control {
  border: 2px solid #e9dcd3 !important;
  border-radius: 5px 0 0 5px !important;
  border-right: 0 !important;
}

.chat-input .form-control:focus {
  border: 2px solid #ffa46d !important;
  border-radius: 5px 0 0 5px !important;
  border-right: 0 !important;
}

.chat-input .special-btn {
  padding: 10px 12px 9px !important;
  font-size: 14px !important;
  border: 2px solid #ffa46d !important;
}

.chat-input .special-btn:hover,
.chat-input .special-btn:focus,
.chat-input .special-btn:active {
  background: #ffc39f !important;
  background-color: #ffc39f !important;
  border: 2px solid #ffa46d !important;
}

#chat-system .left-msg .message-img {
  background-size: 86%;
  background-color: #ffa46d !important;
}

#chat-system .right-msg .message-img {
  background-size: 100%;
  background-color: #fff !important;
}

#chat-system .message-img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 15px;
  border: 2px solid #ffa46d !important;
  background-size: 86%;
  background-color: #ffa46d !important;
}

#chat-system .message-bubble {
  max-width: 75%;
  padding: 15px;
  background: #fff4df;
  position: relative;
}

#chat-system .right-msg .message-bubble {
  background: #ffa46d;
  color: #fff;
  border-radius: 8px 8px 0 8px !important;
}

#chat-system .left-msg .message-bubble {
  border-radius: 8px 8px 8px 0 !important;
}

#chat-system .left-msg .message-bubble .msg-text,
#chat-system .left-msg .message-bubble .msg-info-time {
  color: #967a71;
}

#chat-system .msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

#chat-system .left-msg .message-bubble:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0;
  border-right: 12px solid #fff4df;
  left: -11px;
  right: auto;
  bottom: 0px;
  position: absolute;
}

#chat-system .right-msg .message-bubble:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #ffa46d;
  right: -11px;
  left: auto;
  bottom: 0px;
  position: absolute;
}

.sidebar-mini hr.hr-sidebar {
  margin-bottom: 0 !important;
}

.sidebar-mini.sidenav-toggled hr.hr-sidebar {
  margin-bottom: 15px !important;
}

.sidebar-mini.sidenav-toggled hr.hr-sidebar-alt {
  margin-bottom: 0px !important;
}

.sidebar-mini.sidenav-toggled.sidenav-toggled1 hr.hr-sidebar {
  margin-bottom: 0 !important;
}

.awselect .front_face .placeholder {
  color: #b8b2a5 !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.5;
}

.awselect .front_face span {
  line-height: 1.5;
}

#template-textarea {
  border-top: #e9dcd3 solid 1px;
  padding-top: 5px;
}

/* #template-textarea .richText {
  border: none;
  background-color: #FFF;
} */

/* #template-textarea .richText .richText-toolbar {
  border: #e9dcd3 solid 1px;
  border-radius: 6px;
  background-color: #FFF;
} */

#template-textarea .richText .richText-editor {
    border: none !important;
    padding: 10px;
    height: 500px;
    font-size: 13px;
    font-family: "IBM Plex Sans","Lato","Inter", sans-serif;
    color: #967a71;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ffa46d !important;
  border-color: #ffa46d !important;
  opacity: .5 !important;
}

#support-messages-box .support-message:not(.support-response) {
  box-shadow: none !important;
  background-color: #f1e6d3 !important;
  color: #ff9d00 !important;
  border-radius: 0 6px 6px 6px;
  position: relative;
}

#support-messages-box .support-message:not(.support-response) p {
  text-align: right !important;
  color: #ff9d00 !important;
}

#support-messages-box .support-message:not(.support-response) p span {
  float: left !important;
}

#support-messages-box .support-message:not(.support-response):before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-right: 12px solid #f1e6d3;
  left: -11px;
  right: auto;
  top: 0px;
  position: absolute;
}

.cell-box.support-header {
  bottom: 1.5rem !important;
  top: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.badge-pro {
  box-shadow: none !important;
  font-weight: 500;
  border-radius: 5px !important;
  padding: 9px;
  text-align: center;
  border: 0 !important;
  display: inline-block;
}

.template-view .template-icon a {
  position: absolute;
  right: 17px;
  cursor: pointer;
  transform: translateY(-50%);
}

.template .favorite {
  border: 1px solid #ffa46d !important;
  background-color: #fdebdf !important;
}

.template a i.star {
  font-size: 16px;
  padding-top: 7px;
  color: #ffa46d;
}

.template .pro a i.star {
  color: #ffa46d;
}

.template .favorite .template-icon i {
  background: #ffa46d !important;
  color: #fff !important;
}

.template .professional .template-icon i {
  background: #f89d04 !important;
  color: #fff !important;
}

.template:hover .template-icon i {
  background: #54372e !important;
  color: #dfd0c3 !important;
}
/*
.template:hover .card {
  border: 2px solid #e9dcd3 !important;
  background: #fcf8f5 !important;
} */

#code-textarea pre {
  margin-top: 10px;
  height: 400px;
  line-height: 0.7;
  background-color: #fcf8f5;
  border-radius: 0 6px 6px 0 !important;
}

#code-textarea pre code {
  font-family: "IBM Plex Mono";
  font-size: 12px;
  width: 100%;
  display: block;
}

.template .template-title .number-font {
  line-height: 1.3 !important;
}

.template .card-body {
  min-height: 250px;
}

.tabs-menu ul li .active {
  color: #fff !important;
  box-shadow: none !important;
}

.input-chatbot {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.file-select-btn {
  border: 2px solid #ffa46d;
  border-radius: 0 5px 5px 0 !important;
}

.file-select-btn:hover {
  border: 2px solid #3e4959;
}

.label-logo-set {
  position: relative;
  margin-top: -26px;
  background: #fff;
  display: table;
  padding: 0 6px;
  margin-left: -5px;
}

.checkout-wrapper-box #BankTransferCollapse p {
  line-height: 1.1rem !important;
  text-align: left !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.checkout-wrapper-box {
  border: 2px solid #e9dcd3;
  padding: 1.5rem 1.25rem !important;
  border-radius: 5px !important;
  height: 100%;
}

.checkout-wrapper-box label.gateway {
  border: 2px solid #fff !important;
  margin-bottom: 0.5rem;
  width: 100%;
}

.checkout-wrapper-box label.gateway[aria-expanded=true],
.checkout-wrapper-box label.gateway:hover {
  border: 2px solid #ffa46d !important;
}

.checkout-wrapper-box #BankTransferCollapse pre {
  text-align: left;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
}

.checkout-wrapper-box #BankTransferCollapse {
  border: 1px solid #e9dcd3;
  padding: 1rem;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
}

.checkout-wrapper-box .btn-group {
  margin-bottom: 0.5rem;
}

.paypal-text {
  border: 1px solid #e9dcd3;
  border-radius: 5px;
  line-height: 1.3;
}

#card-element {
  border-radius: 5px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

input.form-control.promocode-field {
  padding: 0.55rem 1rem !important;
  margin-right: 75px;
  border-radius: 5px 0 0 5px !important;
}

.gateway-container {
  width: 32%;
}

.awselect .back_face {
  border-top: 2px solid #ffa46d;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.awselect .bg {
  border-radius: 5px;
}

#chat-system {
  min-height: auto;
  height: calc(100vh - 320px);
}

#chat-system #chat-container {
  height: calc(100vh - 426px);
  /* border: 1px solid #e9dcd3; */
  border-radius: 10px;
}

.chat-input .form-control.no-msg-input:focus {
  border-color: #fbd1b7 !important;
}

.awselect.animate2 > .bg {
  box-shadow: 0px 4px 7px -2px rgb(0, 0 ,0, .2);
}

#features-wrapper #solutions-list .solution {
  background-color: #FFF;
  height: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  border: 2px solid #e9dcd3;
}

#welcome-footer {
  background-color: #54372e;
}

#frontend-local.dropdown.header-locale .icon {
  background-color: rgba(202,183,173,.2) !important;
}

#frontend-local.dropdown.header-locale:hover .icon {
  background-color: rgba(202,183,173,.35) !important;
}

#frontend-local.dropdown.header-locale .dropdown-menu {
  left: 0 !important;
  margin-top: 15px !important;
}

#frontend-local.dropdown.header-locale .dropdown-menu-arrow.dropdown-menu-right:before,
#frontend-local.dropdown.header-locale .dropdown-menu-arrow.dropdown-menu-right:after {
  left: 6px;
  right: auto;
}

#welcome-footer #footer-logo p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3rem;
  color: #cab7ad;
}

#welcome-footer ul li a {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  color: #cab7ad;
  outline: none;
}

#welcome-footer h6 {
  font-family: "Inter", sans-serif;
  color: #cab7ad;
  line-height: 1.3em;
  font-size: 13px;
  font-weight: 400;
}

#welcome-footer #copyright {
    font-family: "Lato", sans-serif;
    border-top: 2px solid #977a71;
    height: 64px;
    padding: 24px 0px 0px 0px;
}

#welcome-footer #footer-links h5 {
    color: #f8a46e;
}

#welcome-footer #copyright p {
    font-size: 12px;
    line-height: 1em;
    color: #cab7ad;
    font-weight: 600;
}

.grecaptcha-badge {
  z-index: -1;
}

#blog-wrapper .blog {
  min-height: auto;
}

#blog-wrapper .blog img {
  border-radius: 10px;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}




#toast-container>div {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 6px !important;
  padding: 20px 30px 20px 50px !important;
  width: 340px !important;
  margin: 6px 0 10px !important;
  opacity: 1 !important;
}

.toast-icon {
  position: absolute;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.toast-message {
  line-height: 1.2 !important;
  font-family: 'Inter' !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

.toast-title {
  font-weight: 600 !important;
  font-family: 'Poppins' !important;
  margin-bottom: 3px !important;
}

.toast-bottom-right {
  right: 25px !important;
  bottom: 25px !important;
}

.toast-close-button {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-shadow: none !important;
  opacity: .8 !important;
}

.toast-close-button:hover {
  opacity: 1 !important;
}

#toast-container>div.toast.toast-success {
  background-color: #fff4df !important;
  border: 2px solid #ffa46d !important;
  color: #ffa46d !important;
}

#toast-container>div.toast.toast-success .toast-close-button {
  color: #ffa46d !important;
}

#toast-container>div.toast.toast-error {
  background-color: #fabbbb !important;
  border: 2px solid #dc2626 !important;
  color: #dc2626 !important;
}

#toast-container>div.toast.toast-error .toast-close-button {
  color: #dc2626 !important;
}

.alert-flex {
  display: flex;
  align-items: center;
}

.alert-flex .alert i {
  font-size: 20px !important;
}

.fl-main-container[data-position$=-right] {
  right: 25px !important;
}

.fl-main-container[data-position^=top-] {
  top: 20px !important
}

.fl-main-container .fl-container.fl-flasher .fl-content .fl-icon {
  font-size: 20px !important;
}

.fl-main-container .fl-container.fl-flasher .fl-content .fl-message {
  font-weight: 500 !important;
  color: #dc2626 !important;
}

.fl-main-container .fl-container.fl-flasher.fl-error:not(.fl-rtl) {
  border: 2px solid #dc2626 !important;
  background-color: #fabbbb !important;
  color: #dc2626 !important;
  border-radius: 6px !important;
}

.fl-main-container .fl-container.fl-flasher.fl-error .fl-title {
  color: #dc2626 !important;
}

.fl-main-container .fl-container.fl-flasher.fl-error .fl-content .fl-icon {
  color: #dc2626 !important;
}

.fl-main-container .fl-container.fl-flasher.fl-success:not(.fl-rtl) {
  border: 2px solid #ffa46d !important;
  background-color: #fff4df !important;
  color: #ffa46d !important;
  border-radius: 6px !important;
}

.fl-main-container .fl-container.fl-flasher.fl-success .fl-title {
  color: #ffa46d !important;
}

.fl-main-container .fl-container.fl-flasher.fl-success .fl-content .fl-icon {
  color: #ffa46d !important;
}

.app-content {
  min-height: calc(100vh - 100px);
  margin-top: 0px;
  margin-bottom: 0 !important;
}

.app-content .side-app {
  padding: 75px 2rem 0 2rem;
  max-width: 1480px;
  margin: 0 auto;
}

/* FRONT */

#features-wrapper,
#feedbacks-wrapper,
#prices-wrapper,
#blog-wrapper,
#contact-wrapper {
  padding: 0 0 90px 0;
}

#features-wrapper {
  z-index: 1;
}

#features-wrapper.intro {
  padding: 0 0 70px 0;
}

#contact-wrapper {
  background-image: none;
}

.card-header .btn-link:not(.collapsed) {
  color: #ffa46d !important;
}

#faq-wrapper {
  background: #fcf8f5;
}

#faq-wrapper #accordion .card {
  background: #fcf8f5;
  border-bottom: 2px solid #e9dcd3 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

#faq-wrapper #accordion:last-child .card {
  border-bottom: 0 !important;
}

#feedbacks-wrapper .feedback .contenedor {
  background: #fcf8f5;
  border-radius: 12px;
  padding: 25px;
  min-height: 350px;
}

#feedbacks-wrapper .feedback .comment {
  font-size: 14px;
  font-style: normal;
  color: #967a71;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#feedbacks-wrapper .feedback .feedback-image {
  text-align: center;
  padding-left: 0 !important;
}
#feedbacks-wrapper .feedback img {
  padding: 5px;
  border: 1px solid #dfe1e7;
  width: 90px;
  height: 90px;
  border-radius: 100% !important;
  margin-left: 20px;
}

#feedbacks-wrapper .feedback .comment span.up {
  font-size: 24px;
}

#feedbacks-wrapper .feedback .comment span.down {
  font-size: 15px;
}

#feedbacks-wrapper .feedback .cont-img {
  display: block;
  text-align: center;
}

.offers-prev i, .offers-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fcf8f5;
  text-align: center;
  color: #977a71;
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: none;
  border: 1px solid #f0e8e6;
  font-weight: bold;
  font-size: 20px;
}

.offers-prev i:hover, .offers-next i:hover {
  transition: all ease 0.3s;
  box-shadow: none;
  border: 1px solid #e9dcd3;
  font-weight: bold;
  font-size: 20px;
}

#contact-wrapper .form-control {
  background: #fcf8f5 !important;
  border: 1px solid #e9dcd3;
}

#blog-wrapper .blog-box {
  min-height: 325px;
  padding: 1rem;
  border-radius: 16px;
  background-color: #fcf8f5;
  box-shadow: none;
  transition: all 0.2s;
  border: 1px solid #fcf8f5;
}

#blog-wrapper .blog-box:hover {
  box-shadow: none;
  border: 1px solid #e9dcd3;
}

#blog-wrapper .blog-box .blog-img img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.2s;
  box-shadow: none;
}

#blog-wrapper .blog-box .blog-info h5 {
  font-size: 14px;
  font-weight: 700;
  color: #ffa46d;
}

#features-wrapper .feature-text h4 {
  color: #54372e !important;
}

.remove-voice {
  display: none !important;
}











/* Intro JS */

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #fff;
  min-width: 300px;
  max-width: 450px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(33, 33, 33, 0.15);
}

.introjs-tooltip-header {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  min-height: 1.5em;
}

.introjs-tooltip-title {
  font-family: 'IBM Plex Sans';
  color: #ffa46d;
  font-size: 22px;
  font-weight: 500;
}

.introjs-tooltiptext {
  padding: 10px 15px 0;
  font-family: 'Inter';
  color: #967a71 !important;
  font-size: 14px;
  font-weight: 400;
}

.introjs-bullets ul li a {
  background: #e9dcd3;
}

.introjs-bullets ul li a.active {
  width: 15px;
  background: #ffa46d;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 5px;
  margin: 15px 15px 20px;
  border-radius: 4px;
  background-color: #e9dcd3;
}

.introjs-progressbar {
  background-color: #ffc95a;
}

.introjs-tooltipbuttons {
  border-top: 1px solid #e9dcd3;
  padding: 20px 15px 10px;
  text-align: right;
  white-space: nowrap;
}

.introjs-button {
  font-size: 14px !important;
  text-transform: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 400;
  border-radius: 5px !important;
  min-width: 80px;
  padding: 3px 10px !important;
  color: #fff !important;
  background-color: #fcbf98 !important;
  border: 2px solid #fcbf98 !important;
  text-align: center;
}

.introjs-button:focus {
  box-shadow: none !important;
  min-width: 80px;
  color: #fff !important;
  background-color: #ffa46d !important;
  border: 2px solid #ffa46d !important;
}

.introjs-button:hover {
  box-shadow: none !important;
  min-width: 80px;
  color: #fff !important;
  background-color: #fcbf98 !important;
  border: 2px solid #ffa46d !important;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}

.introjs-skipbutton {
  color: #967a71;
}

@media (max-width: 540px) {

  #main-wrapper #main-background {
    background-position: center bottom !important;
  }

  #main-wrapper .upload-responsive {
    margin-top: -60% !important;
    text-align: center !important;
  }

  #main-wrapper .text-container h1 {
    text-align: center;
    padding: 0 30px;
    line-height: 40px !important;
    font-size: 36px !important;
  }

  #main-wrapper .text-container h3 {
    text-align: center;
    padding: 0 30px;
    line-height: 24px !important;
    font-size: 22px !important;
    margin-bottom: 15px;
  }

  #main-wrapper .text-container span.sub {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  #main-wrapper .text-container div {
    text-align: center;
  }

  #main-wrapper .text-container div div {
    margin-top: 20px;
  }

  .navbar-brand {
    margin-right: 0;
    margin-left: 1rem;
  }

}


@media (max-width: 768px) {

  .fixed-top-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  .frontend-body .navbar-collapse {
    background: #FFF;
    padding: 1rem;
    box-shadow: none !important;
    border-top: 2px solid #ffa46d;
    padding-top: .5rem;
  }

  .desk-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
  }

  .nav-link-mobile {
    font-size: 15px;
    padding: 3px 6px;
    color: #967a71 !important;
  }
  .nav-link-mobile:hover {
    color: #967a71 !important;
  }

  .nav-link-mobile.active,
  .nav-link-mobile.active:hover {
    color: #ffa46d !important;
  }

  #nav-wrapper .frontend-buttons {
    margin-left: 0;
  }

}

@media (min-width: 769px) {

  .foo-margin {
    margin-left: 250px !important;
    width: calc(100% - 250px) !important;
  }

  .desk-menu {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

}

@media (min-width: 1280px) {

  .screen-vcenter {
    height: calc(100vh - 275px) !important;
  }

}

@media (min-width: 1400px) {

  #main-wrapper .text-container h1 {
    line-height: 60px !important;
    font-size: 55px !important;
  }

  #main-wrapper .text-container span.sub {
    font-size: 21px !important;
    line-height: 24px !important;
  }

}

@media (min-width: 1600px) {

  #main-wrapper .text-container h3 {
    text-align: right;
  }

  #main-wrapper .text-container div {
    text-align: right;
    margin-top: 40px;
  }

  #main-wrapper .text-container div div {
    margin-top: 0px;
  }

  #main-wrapper .text-container h1 {
    text-align: right;
    line-height: 64px !important;
    font-size: 60px !important;
  }

  #main-wrapper .text-container span.sub {
    font-size: 21px !important;
    line-height: 24px !important;
  }

}

.mh-50 {
  min-height: 50px;
}

.mh-100 {
  min-height: 100px;
}

.mh-200 {
  min-height: 200px;
}

.mh-300 {
  min-height: 300px;
}

.mh-400 {
  min-height: 400px;
}

.mh-500 {
  min-height: 500px;
}

.mh-600 {
  min-height: 600px;
}

.mh-700 {
  min-height: 700px;
}

.mh-800 {
  min-height: 800px;
}

.mh-900 {
  min-height: 900px;
}

.ls-m3 {
  letter-spacing: -2px;
}

.ls-m2 {
  letter-spacing: -1px;
}

.ls-m1 {
  letter-spacing: -.5px;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: .5px;
}

.ls-2 {
  letter-spacing: 1px;
}

.ls-3 {
  letter-spacing: 2px;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 1.1 !important;
}

.lh-3 {
  line-height: 1.2 !important;
}

.lh-4 {
  line-height: 1.3 !important;
}

.lh-5 {
  line-height: 1.4 !important;
}

.lh-6 {
  line-height: 1.5 !important;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}
#fff4df
