/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/poppins-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/poppins-v20-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-500.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/poppins-v20-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-600.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-700.svg#Poppins")
      format("svg"); /* Legacy iOS */
}

.element-ready-logo {
  width: 100px;
  height: 70px;
}

.element-ready-logo img {
  max-width: 100% !important;
  height: 85px;
  margin-top: -7px;
}
.element-ready-adpage-tabs ul li {
  display: inline-block;
}
.element-ready-admin-dashboard-container {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 30px;
}
.element-ready-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.element-ready-nav-wrapper ul li.ui-tabs-active a .er-ad-icon-area,
.element-ready-nav-wrapper ul li.ui-tabs-active a span {
  color: #fff;
}
.element-ready-nav-wrapper ul li.ui-tabs-active a {
  background: linear-gradient(180deg, #3d5dff 0%, #6399ff 100%);
  box-shadow: 6px 6px 45px rgba(22, 102, 255, 0.15);
  border-radius: 12px 0px 0px 0px;
  color: #ffffff;
}
.element-ready-nav-wrapper ul li.ui-tabs-active a h3 {
  color: #ffffff;
}

.element-ready-nav-wrapper ul {
  display: flex;
  flex: 1;
  border-radius: 10px;
}

.element-ready-nav-wrapper ul li > a {
  background: #ffffff;
  color: #3467ff;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1px;
  position: relative;
}

.element-ready-nav-wrapper ul li a h3 {
  font-size: 20px;
  display: block;
  color: #1d3557;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
  margin: 10px 0 35px;
  letter-spacing: 1px;
}
.element-ready-nav-wrapper ul .element-ready-pro-licesne a h3 {
  margin: 0;
  padding: 20px 0;
}
.element-ready-nav-wrapper ul li a span {
  line-height: 20px;
  padding: 6px 10px;
  padding-top: 3px;
  border-radius: 5px;

  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}
.element-ready-nav-wrapper ul li a i {
  font-size: 60px;
  position: absolute;
  left: 27px;
  transform: rotate(45deg);
  top: 0px;
  opacity: 0.1;
}
.element-ready-nav-wrapper ul li.ui-tabs-active a i {
  opacity: 0.3;
}
.element-ready-nav-wrapper ul li {
  flex: 1;
  margin: 0 10px;
}
.element-ready-go-pro-btn a {
  background: linear-gradient(180deg, #3d5dff 0%, #6399ff 100%);
  box-shadow: 6px 6px 45px rgb(22 102 255 / 15%);
  border-radius: 12px 0px 0px 0px;
  color: #ffffff;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  position: relative;
  margin: 0;
  padding: 7px 80px;
}
.element-ready-go-pro-btn a i {
  font-size: 60px;
  position: absolute;
  left: 27px;
  transform: rotate(45deg);
  top: 0px;
  opacity: 0.1;
}
.element-ready-go-pro-btn a h3 {
  font-size: 24px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
}
.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
  box-shadow: none;
  outline: 0;
}

.element-ready-adpage-tab-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
}

.element-ready-adpage-tab-content.active {
  display: block;
}

.element-ready-dashboard {
}

.element-ready-components-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element-ready-dashboard-topbar .element-ready-title .title,
.element-ready-components-topbar .element-ready-title .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3467ff;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

.element-ready-dashboard-topbar .element-ready-title .title i,
.element-ready-components-topbar .element-ready-title .title i {
  height: 45px;
  width: 45px;
  background: #f1f1f1;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  margin-right: 15px;
}
.element-ready-components-topbar .element-ready-savechanges .button {
  background: #3467ff;
  line-height: 45px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 0;
  height: auto;
}
.element-ready-components-topbar .element-ready-savechanges .button i {
  padding-right: 6px;
}

.element-ready-common .quomodo_sm_switch {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 22px 11px;
  margin-top: 30px;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.quomodo_sm_switch .element-ready-data-tooltip {
  position: absolute;
  left: 50%;
  bottom: 108%;
  transform: translateX(-50%);
  z-index: 2;
  background: #3467ff;
  color: #ffffff;
  line-height: 20px;
  border-radius: 5px;
  padding: 4px 10px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.5s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.quomodo_sm_switch:hover .element-ready-data-tooltip {
  opacity: 1;
  visibility: visible;
}

.quomodo_sm_switch .element-ready-data-tooltip::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3467ff;
}
.element-ready-admin-dashboard-container
  .quomodo_sm_switch
  .quomodo_switch
  + label {
  width: 66px;
  height: 28px;
  background: #edf0ff;
  border: 1px solid #d8e2ff;
  border-radius: 46px;
}
.element-ready-admin-dashboard-container
  .quomodo_switch_common
  .quomodo_switch:checked
  + label:before {
  background: linear-gradient(180deg, #3d5dff 0%, #6399ff 100%);
  border: 0;
  border-radius: 46px;
}
.element-ready-admin-dashboard-container
  .quomodo_sm_switch
  .quomodo_switch
  + label:after {
  top: 6px;
  left: 5px;
}
.element-ready-admin-dashboard-container
  .quomodo_sm_switch
  .quomodo_switch:checked
  + label:after {
  margin-left: 40px;
  background-color: #fff;
}
.element-ready-common .quomodo_sm_switch strong {
  font-weight: 500;
  color: #2b2b34;
  font-size: 18px;
}
.element-ready-data {
  margin-top: 30px;
}
.element-ready-data strong {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  display: inline-block;
}
.element-ready-data input[type="text"] {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5ecff;
  box-shadow: 6px 6px 45px rgba(22, 102, 255, 0.06);
  border-radius: 4px;
}

.element-ready-data.typhography {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #f6f6f6;
  border-radius: 7px;
}

.element-ready-custom-select {
  position: relative;
  font-family: "Poppins";
}

.element-ready-custom-select select {
  display: none;
}
.element-ready-custom-select.er-template-select select {
  display: block;
}

.element-ready-custom-select .select-selected {
  background-color: #3467ff;
}

.element-ready-custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.element-ready-custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.element-ready-custom-select .select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.element-ready-custom-select .select-items {
  position: absolute;
  background-color: #3467ff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.element-ready-custom-select .select-hide {
  display: none;
}

.element-ready-custom-select .select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
  margin-top: 30px;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none; /* Remove outline */
  opacity: 1;
  border-radius: 30px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #3467ff;
  cursor: pointer;
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #3467ff;
  cursor: pointer;
  border-radius: 50%;
}

.element-ready-checkbox {
}
.element-ready-checkbox .item {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.element-ready-checkbox .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.element-ready-checkbox .item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.element-ready-checkbox .item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.element-ready-checkbox .item input:checked ~ .checkmark {
  background-color: #3467ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.element-ready-checkbox .item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.element-ready-checkbox .item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.element-ready-checkbox .item .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.element-ready-radio-button .radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.element-ready-radio-button .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.element-ready-radio-button .radio-btn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.element-ready-radio-button .radio-btn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.element-ready-radio-button .radio-btn input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.element-ready-radio-button .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.element-ready-radio-button .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.element-ready-radio-button .radio-btn .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.element-ready-pro {
  position: relative;
}
.element-ready-pro::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f6f6f600;
  z-index: 9;
  cursor: pointer;
}
.element-ready-pro .element-ready-pro-item {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.element-ready-pro .quomodo_sm_switch strong span {
  background: linear-gradient(103deg, #3467ff 0%, #968dfe 100%);
  color: #ffffff;
  line-height: 20px;
  border-radius: 30px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 10px;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 1px;
}

.element-ready-pro.quomodo_switch_common .quomodo_switch + label {
  border-color: #000000;
}
.element-ready-pro.quomodo_switch_common .quomodo_switch + label::after {
  background: #000000;
}

.element-ready-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.element-ready-modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  width: 30%;
  height: 52%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}
.element-ready-modal-body .element-ready-content {
  height: auto;
  position: relative;
  z-index: 10;
}
.element-ready-modal-body .element-ready-content .element-ready-modal-link {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  background: #3467ff;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 5px;
  text-decoration: none;
}

.element-ready-modal-body .element-ready-content .element-ready-modal-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 40%;
  opacity: 0.1;
}

.element-ready-modal-body .element-ready-content .element-ready-modal-text {
  text-align: left;
  padding: 50px 50px 80px;
}
.element-ready-modal-body .element-ready-content .element-ready-modal-text p {
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
}
.element-ready-modal-body
  .element-ready-content
  .element-ready-modal-text
  ul
  li
  a {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  font-family: "Poppins";
  text-transform: capitalize;
  color: #2b2929;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 99;
  padding-right: 20px;
  padding-top: 20px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: 0px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: 0px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .element-ready-nav-wrapper ul li a h3 {
    font-size: 18px;
    margin: 5px 0 26px;
  }
  .element-ready-common .quomodo_sm_switch strong {
    font-size: 14px;
  }
  .element-ready-nav-wrapper ul li a i {
    font-size: 50px;
    left: 16px;
  }
  .element-ready-go-pro-btn a {
    padding: 9px 45px;
  }
  .element-ready-go-pro-btn a h3 {
    font-size: 18px;
  }
  .element-ready-modal-content {
    width: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  .element-ready-nav-wrapper ul li a span {
    bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .element-ready-nav-wrapper {
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  .element-ready-nav-wrapper ul {
    width: 100%;
  }
  .element-ready-nav-wrapper ul li a h3 {
    font-size: 14px;
    margin: 0px 0 15px;
  }
  .element-ready-nav-wrapper ul li a span {
    font-size: 10px;
    bottom: 5px;
  }
  .element-ready-common .quomodo_sm_switch strong {
    font-size: 14px;
  }
  .element-ready-common .quomodo_sm_switch {
    padding: 20px 10px;
  }
  .element-ready-nav-wrapper ul li a i {
    font-size: 50px;
    left: 15px;
  }
  .element-ready-go-pro-btn a {
    padding: 20px 15px;
    line-height: 28px;
  }
  .element-ready-go-pro-btn a h3 {
    font-size: 14px;
  }
  .element-ready-modal-content {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .element-ready-nav-wrapper {
    flex-wrap: wrap;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .element-ready-nav-wrapper ul {
    width: 100%;
  }
  .element-ready-nav-wrapper ul li a h3 {
    font-size: 14px;
    margin: 15px 0;
  }
  .element-ready-nav-wrapper ul li a span {
    display: none;
  }
  .element-ready-nav-wrapper ul li > a {
    line-height: 30px;
  }
  .element-ready-admin-dashboard-container {
    margin: 5px 0px;
  }
  .element-ready-nav-wrapper ul li.ui-tabs-active a::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3467ff;
  }
  .element-ready-nav-wrapper ul li a i {
    font-size: 40px;
    left: 14px;
  }
  .element-ready-go-pro-btn {
    display: none;
  }
  .element-ready-modal-content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .element-ready-nav-wrapper {
    flex-wrap: wrap;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .element-ready-nav-wrapper ul {
    width: 100%;
  }
  .element-ready-nav-wrapper ul li a span {
    display: none;
  }
  .element-ready-admin-dashboard-container {
    margin: 5px 0px;
  }
  .element-ready-nav-wrapper ul li.ui-tabs-active a::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #3467ff;
  }
  .element-ready-nav-wrapper ul {
    display: block;
  }
  .element-ready-nav-wrapper ul li {
    display: block;
  }
  .element-ready-nav-wrapper ul li > a {
    line-height: 15px;
  }
  .element-ready-nav-wrapper ul li a i {
    font-size: 46px;
  }
  .element-ready-components-topbar {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .element-ready-go-pro-btn {
    display: none;
  }
  .element-ready-modal-content {
    width: 90%;
  }
  .element-ready-modal-body .element-ready-content .element-ready-modal-text {
    padding: 30px 20px 80px;
  }
  .element-ready-admin-dashboard-container .ui-tabs .ui-tabs-nav li {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .element-ready-modal-content {
    width: 80%;
  }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .element-ready-nav-wrapper ul li a h3 {
    margin: 20px 0 20px !important;
  }
  .element-ready-nav-wrapper ul li a {
    margin-bottom: 20px;
  }
  .element-ready-nav-wrapper ul li a::before {
    display: none;
  }
  .element-ready-savechanges {
    display: block !important;
  }
  .element-ready-savechanges > div {
    margin-bottom: 10px;
  }
}
.element-ready-admin-search input[type="search"] {
  width: 180px;
  min-height: 48px;
  border-radius: 5px;
  border: 1px solid #e5ecff;
  box-shadow: 6px 6px 45px rgba(22, 102, 255, 0.06);
  border-radius: 4px;
  padding-left: 20px;
}
.element-ready-common .quomodo_sm_switch.element-ready-enable-all-switch {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 8px 20px;
  margin-right: 5px;
  margin-top: 0;
  width: 200px;
  color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.element-ready-common
  .quomodo_sm_switch.element-ready-enable-all-switch.active {
  color: black;
  background: #3467ff;
  padding: 13px 30px;
}
.element-ready-components-topbar
  .element-ready-savechanges
  .element-raedy-button-laoding,
.element-ready-admin-button
  #element-ready-modules-button-sbt.element-raedy-button-laoding {
  background: #9a024b;
  background: -moz-linear-gradient(
    -45deg,
    #055296 0%,
    #54a3ee 50%,
    #3c36f0 50%,
    #1e69de 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #6db3f2 0%,
    #017bed 50%,
    #005ec2 50%,
    #1e69de 100%
  );
  background: linear-gradient(
    135deg,
    #025aa7 0%,
    #045aaa 50%,
    #3690f0 50%,
    #1e69de 100%
  );
  border: none;
  background-size: 200px 300px;
  animation: er-textFill 5s ease infinite;
}

@keyframes er-textFill {
  0% {
    border-radius: 10px;
    background-position: 0% 10%;
  }
  50% {
    border-radius: 20px;
    background-position: 10% 100%;
  }
  100% {
    border-radius: 15px;
    background-position: 0% 10%;
  }
}

.element-ready-admin-button #element-ready-modules-button-sbt {
  background: #3467ff;
  line-height: 45px;
  padding: 1px 30px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border: 0;
  height: auto;
  cursor: pointer;
}
.element-ready-admin-dashboard-container
  .quomodo_switch_common
  .quomodo_switch
  + label:after {
  background-color: #2b2b34;
}
.element-ready-savechanges {
  display: inline-flex;
  align-self: center;
  width: 50%;
  justify-content: flex-end;
}
.element-ready-admin-search {
  margin-right: 4px;
}

/* header-footer */
.element-ready-header-footer {
  width: 50%;
}
.element-ready-nav-wrapper ul .element-ready-header-footer > a h3 {
  margin: 0;
}
.element-ready-nav-wrapper ul .element-ready-header-footer > a {
  display: flex;
  flex-direction: column;
}
#quomodo-components-all-disable {
  background: #3467ff;
  cursor: pointer;
}
#quomodo-components-all-disable strong {
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .element-ready-components-topbar {
    display: block;
  }

  .element-ready-savechanges {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .element-ready-savechanges > div {
    flex: 1 !important;
    display: inline-flex;
  }
  .element-ready-admin-search input[type="search"] {
    width: 100%;
  }

  .element-ready-components-topbar > div {
    flex: 1;
    clear: both;
    margin-bottom: 10px;
  }
}

/*header-footer end */

/* Pro Connect */

.element-ready-pro-connect {
  margin: 12px 0;
  padding: 15px 15px 0 15px;
  border: 1px solid #e1e1e1;
}

.element-ready-pro-connect .quomodo-row {
  border-bottom: 1px solid #e1e1e1;
  padding: 3px 0;
}

.element-ready-pro-connect .quomodo-row:last-child {
  border: none;
  padding-bottom: 0;
}

.element-ready-pro-connect .quomodo-row .element-ready-col.right {
  text-align: right;
}

.element-ready-pro-connect .quomodo-row .element-ready-col.left {
  text-align: left;
}

.element-ready-pro-connect .quomodo-row .element-ready-col .secondary {
  background: #3467ff;
  color: #ffffff;
  font-size: 14px;
  border: none;
}

.element-ready-pro-connect .quomodo-row .element-ready-col .primary {
  background: #011652;
  color: #ffffff;
  font-size: 14px;
  border: none;
}

.element-ready-pro-connect .quomodo-row .element-ready-col .danger {
  background: #c81a03e1;
  color: #ffffff;
  font-size: 14px;
  border: none;
}

.quomodo_switch_common .quomodo_switch + label:before {
  background: #fff;
}

.element-ready-custom-select2 .select2-container {
  width: 250px;
}

.element-ready-custom-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  min-width: 150px;
}

/* PortFolio Edit Page*/
.element-ready-dash-portfolio-header {
  margin-top: 20px;
  padding: 10px;
}
.element-ready-dash-portfolio-header a {
  padding: 7px 25px;
  margin-right: 12px;
  background: #3467ff;
  border: 1px solid #d3d3d3;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.element-ready-dash-portfolio-header a:hover {
  background: hsl(219, 88%, 16%);
  color: #fff;
}

.element-ready-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit !important;
  border: 0 !important;
  color: inherit !important;
}

.element-ready-admin-dashboard-container .ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px !important;
  background: no-repeat;
  color: inherit;
  padding: inherit;
}

.element-ready-admin-dashboard-container ul.ui-tabs-nav {
  margin: 15px 0;
  padding: 0;
  border: 0;
  background: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.element-ready-admin-dashboard-container .ui-tabs .ui-tabs-nav li {
  float: none;
  top: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.element-ready-admin-dashboard-container .ui-tabs .ui-tabs-nav li a {
  float: none;
  padding: inherit;
  display: flex;
  gap: 19px;
  padding: 19px 33px;
  justify-content: left;
  border: 1px solid #e5ecff;
  margin-left: 0;
}
.element-ready-admin-dashboard-container .ui-tabs .er-adm-text-area span {
  position: static;
  transform: none;
  padding-left: 0;
  color: #1d3557;
  opacity: 0.6;
  font-size: 16px;
}
.element-ready-admin-dashboard-container
  .ui-tabs
  .ui-tabs-active
  .er-adm-text-area
  span {
  color: #fff;
  opacity: 1;
}
.element-ready-admin-dashboard-container
  .ui-tabs
  .er-adm-text-area
  .element-ready-title {
  margin: 0;
}
.element-ready-admin-dashboard-container .ui-tabs .er-adm-text-area {
  justify-content: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.element-ready-admin-dashboard-container .ui-tabs .er-ad-icon-area {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e6ebff;
  color: #5c7fe8cc;
}
.element-ready-nav-wrapper ul li.ui-tabs-active a .er-ad-icon-area {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.element-ready-admin-dashboard-container .ui-tabs .ui-tabs-panel {
  display: inherit;
  border: inherit;
  padding: 0 40px;
  margin-top: 0;
  background: #ffffff;
}

/* Email List */

.cr-email-header {
  background: #ffff;
  color: rgba(0, 0, 0, 0.4);
  padding: 15px 15px;
  text-align: center;
  text-decoration: blink;
  font-size: 18px;
}

#element-ready-cf-email-list_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  padding: 26px;
  margin-top: 20px;
  background: #fff;
}
#element-ready-cf-email-list_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 2px 9px;
  width: 55px;
}

/* deshboard css style */
img {
  max-width: 100%;
  vertical-align: middle;
}

.quomodo-dashboard-thumb {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
}

.quomodo-dashboard-thumb img {
  width: 100%;
}

.quomodo-section-title {
  text-align: center;
  padding-top: 40px;
}

.quomodo-section-title span {
  font-size: 20px;
  color: #4367ff;
  font-family: "Poppins";
}
.quomodo-section-title .quomodo-title {
  font-weight: 700;
  font-size: 36px;
  color: #333459;
  font-family: "Poppins";
  line-height: 44px;
  margin-top: 12px;
}

.justify-content-center {
  justify-content: center;
}

.quomodo-deshboard-play-box-wrapper {
  margin-bottom: 60px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4367ff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #4367ff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#4367ff, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.quomodo-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .quomodo-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .quomodo-grid-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quomodo-deshboard-play-box {
  width: 800px;
  background-image: url(../img/overlay-img.png);
  opacity: 0.84;
  border-radius: 8px;
  height: 400px;
  position: relative;
}
.quomodo-deshboard-play-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(104.52deg, #1d3557 1.98%, #809dff 98.39%);
  opacity: 0.84;
  border-radius: 8px;
}
.quomodo-deshboard-play-box-wrapper {
  overflow: hidden;
  position: relative;
  background-image: url(../img/dash-banner-top.png);
  height: 483px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quomodo-deshboard-doc {
  background: #e6f2ffcd;

  padding: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  text-align: center;
  justify-content: space-between;
  height: 574px;
}

.quomodo-deshboard-doc.quomodo-deshboard-feature {
  background: #f8edd6d8;
}
.quomodo-deshboard-doc.quomodo-deshboard-feature a {
  background: linear-gradient(94.51deg, #ffa412 19.44%, #ffc15e 97.25%);
  box-shadow: 0px 4px 28px rgba(255, 164, 19, 0.39);
}
.quomodo-deshboard-doc.quomodo-deshboard-feature a:hover {
  color: #ffa412;
  border-color: #ffa412;
}
.quomodo-deshboard-doc.quomodo-deshboard-support {
  background: #fcebf0;
}

.quomodo-deshboard-doc.quomodo-deshboard-support a {
  background: linear-gradient(94.51deg, #f9394a 19.44%, #ff7d89 97.25%);
  box-shadow: 0px 4px 36px rgba(250, 57, 74, 0.4);
  border-color: #f9394a;
}
.quomodo-deshboard-doc.quomodo-deshboard-support a:hover {
  color: #f9394a;
}

.quomodo-deshboard-doc .quomodo-title {
  font-size: 28px;
  color: #2b2b34;
  font-family: "Poppins";
  font-weight: 500;
  margin: 0;
  line-height: 38px;
}

.quomodo-deshboard-doc p {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 26px;
  color: #1d3557;
  margin: 7px 0 25px;
}
.er-dash-suggest-list {
  display: flex;
  flex-direction: column;
}
.element-ready-adpage-tabs .er-dash-suggest-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
}
.dashboard-er-feature-requuest-section {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/request-banner-dsh.png);
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.quomodo-deshboard-doc a {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins";
  background: linear-gradient(94.51deg, #3d5dff 19.44%, #6399ff 97.25%);
  box-shadow: 6px 6px 45px rgb(22 102 255 / 15%);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 4px;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.quomodo-deshboard-doc a:hover {
  background: transparent;
  color: #4367ff;
}

.quomodo-deshboard-pro-buy-box {
  background: #4367ff;
  padding: 30px 30px 13px;
  border-radius: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.quomodo-deshboard-pro-buy-box::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../img/dashboard-shape-1.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -2;
}
.quomodo-deshboard-pro-buy-box::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../img/dashboard-shape-2.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}

.quomodo-deshboard-pro-buy-content {
  text-align: center;
  padding: 65px 65px 0px;
}

.quomodo-deshboard-pro-buy-content .quomodo-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins";
  margin: 0 0 18px;
}

.quomodo-deshboard-pro-buy-content p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins";
}
.quomodo-deshboard-pro-buy-content > a {
  background: #ffcc33;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #333459;
  text-decoration: none;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 4px;
  margin-top: 7px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffcc33;
}
.quomodo-deshboard-pro-buy-content > a:hover {
  background: transparent;
  color: #ffcc33;
  transition: all linear 0.3s;
}
.quomodo-deshboard-pro-buy-content ul {
  margin: 45px 0 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.quomodo-deshboard-pro-buy-content ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins";
  white-space: nowrap;
  display: inline-block;
  margin: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .quomodo-section-title .quomodo-title {
    font-size: 30px;
    line-height: 40px;
    margin-left: -100px;
    margin-right: -100px;
  }
  .quomodo-deshboard-play-box-wrapper {
    margin-left: -100px;
    margin-right: -100px;
  }
  .quomodo-deshboard-doc {
    padding: 30px;
  }
  .quomodo-deshboard-doc .quomodo-thumb {
    position: relative;
    margin-top: 30px;
  }
  .quomodo-deshboard-doc .quomodo-title {
    font-size: 24px;
    line-height: 34px;
  }
  .quomodo-deshboard-doc.quomodo-deshboard-feature {
    padding: 30px;
  }
  .quomodo-deshboard-doc.quomodo-deshboard-support {
    padding: 30px;
  }
  .quomodo-deshboard-doc.quomodo-deshboard-support .quomodo-thumb {
    left: 30px;
  }
  .quomodo-deshboard-pro-buy-content {
    margin-left: -200px;
    margin-right: -200px;
  }
  .quomodo-deshboard-pro-buy-content ul li a {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .quomodo-deshboard-doc.quomodo-deshboard-support {
    padding: 30px;
  }
  .quomodo-deshboard-doc.quomodo-deshboard-support .quomodo-thumb {
    position: relative;
    left: 30px;
  }
  .quomodo-deshboard-pro-buy-content ul {
    flex-wrap: wrap;
  }
  .quomodo-deshboard-pro-buy-content ul li {
    margin-top: 10px;
  }
}

.element-ready-api-data-form-wrapper a {
  color: #3467ff;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .element-ready-components-topbar {
    display: block;
  }
  .element-ready-savechanges {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .element-ready-nav-wrapper ul li a span {
    font-size: 12px;
  }
}

#element-ready--lite-snackbar {
  visibility: hidden;
  min-width: 300px;
  margin-left: -125px;
  background-color: #3467ff;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 10;
  right: 10%;
  bottom: 30px;
  font-size: 17px;
}

#element-ready--lite-snackbar.show {
  visibility: visible;
  -webkit-animation: er-notice-fadein 0.5s, er-notice-fadeout 0.5s 2.5s;
  animation: er-notice-fadein 0.5s, er-notice-fadeout 0.5s 2.5s;
}

@-webkit-keyframes er-notice-fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes er-notice-fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes er-notice-fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes er-notice-fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/** Feature Form **/
.dashboard-er-feature-requuest-section {
  display: flex;
  justify-content: space-around;
  padding: 100px;
}
.er-dash-desc-column {
  flex: 1 1 0%;
}
.er-dash-form-column {
  background: #ffffff;
  /* Drop Shadow */

  box-shadow: 6px 6px 45px rgba(22, 102, 255, 0.1);
  border-radius: 6px;
  padding: 25px;
  width: 38%;
}
.er-dash-feature-form-wrapper .er-dshf-header h4 {
  background: #eef7ff;
  border-radius: 4px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.er-dash-form-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 25px;
}

.er-dash-form-control label {
  color: #617289;
  font-size: 18px;
  font-weight: 400;
}

.er-dash-form-control input {
  background: #ffffff;
  border: 1px solid #d5e1ff;
  border-radius: 4px;
  padding: 2px 14px;
  height: 50px;
}

.er-dash-form-control textarea {
  background: #ffffff;
  border: 1px solid #d5e1ff;
  border-radius: 4px;
  padding: 7px 14px;
  min-height: 120px;
  width: 100%;
}

.er-dash-feature-form-wrapper button.submit-button {
  background: linear-gradient(94.51deg, #3d5dff 19.44%, #6399ff 97.25%);
  box-shadow: 6px 6px 45px rgba(22, 102, 255, 0.15);
  border-radius: 4px;
  border: 0;
  padding: 13px 20px;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.dashboard-er-feature-requuest-section .er-dsah-inner-content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 61px;
  letter-spacing: -0.01em;
  color: #2b2b34;
}
.dashboard-er-feature-requuest-section .er-dsah-inner-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #495c78;
}
.dashboard-er-feature-requuest-section .er-dsah-inner-content li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1d3557;
}
.er--dash--footer {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/er-dash-footer-bg.png);
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  gap: 35px;
  padding: 100px;
  display: flex;
  justify-content: space-around;
}
.er--dash--footer .err-dash-f-right-col div {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #1d3557;
}
.er--dash--footer .err-dash-f-right-col div span {
  display: block;
  color: #219653;
}
.er--dash--footer .err-dash-f-right-col h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #219653;
}
.er--dash--footer .err-dash-f-right-col h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #2b2b34;
  margin: 0 0 15px;
}
.er--dash--footer .er-f-dash-rate-us {
  background: linear-gradient(94.51deg, #ffa412 19.44%, #ffc15e 97.25%);
  box-shadow: 0px 4px 28px rgb(255 164 19 / 39%);
  border-radius: 4px;
  padding: 14px 18px;
  margin-top: 35px;
  display: flex;
  color: #ffff;
  text-decoration: none;
  justify-content: space-between;
  gap: 30px;
  width: 128px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.quomodo-deshboard-doc a:hover,
.er-dash-feature-form-wrapper button.submit-button:hover,
.quomodo-deshboard-doc.quomodo-deshboard-feature a:hover,
.er-f-dash-rate-us:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.innner-dsh-form input:focus,
.innner-dsh-form textarea:focus {
  outline: 0.5px solid rgb(237, 97, 97);
  border: 0;
  border-radius: 0;
}
.er-dsah-form-message {
  font-size: 36px;
  padding-bottom: 20px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .er--dash--footer,
  .dashboard-er-feature-requuest-section {
    flex-direction: column;
  }
  .er-dash-form-column {
    width: 100%;
  }
  .quomodo-grid-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .er--dash--footer {
    flex-direction: column;
    gap: 95px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1460px) {
  .quomodo-grid-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .element-ready-admin-dashboard-container .ui-tabs .er-ad-icon-area {
    display: none;
  }
}

/* Dashboard Menu Hover Effects */

#adminmenu a.toplevel_page_element_ready_elements_dashboard_page:hover {
  color: #fff !important;
}

/* hover menu color */
#adminmenu a.toplevel_page_element_ready_elements_dashboard_page {
  position: relative;
  z-index: 10;
}
#adminmenu a.toplevel_page_element_ready_elements_dashboard_page::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    rgba(95, 149, 252, 1) 0%,
    rgba(61, 93, 255, 1) 50%
  );
  transition: all linear 0.3s;
  z-index: -1;
}

#adminmenu a.toplevel_page_element_ready_elements_dashboard_page:hover {
  opacity: 1;
}
#adminmenu a.toplevel_page_element_ready_elements_dashboard_page:hover::before {
  width: 100%;
  animation: elementsready-move 3s linear 0.1s infinite;
}

#adminmenu
  li.wp-has-current-submenu
  a.wp-menu-open.toplevel_page_element_ready_elements_dashboard_page {
  background: linear-gradient(
    90deg,
    rgba(95, 149, 252, 1) 0%,
    rgba(61, 93, 255, 1) 50%
  );
  color: #fff;
}

@-webkit-keyframes elementsready-move {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}
