@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
:root {
  --base-gutter: 30px;
  --md-gutter: 50px;
  --lg-gutter: 70px;
  --xl-gutter: 100px;
  --base-spacer-x: 16px;
  --base-spacer-y: 16px;
  --b-radius-6: 25px;
}

@media (max-width: 1599.98px) {
  :root {
    --base-gutter: 20px;
    --md-gutter: 30px;
    --lg-gutter: 50px;
    --xl-gutter: 70px;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --base-gutter: 20px;
    --md-gutter: 30px;
    --lg-gutter: 40px;
    --xl-gutter: 50px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --base-spacer-x: 10px;
    --base-spacer-y: 10px;
    --md-gutter: 20px;
    --lg-gutter: 30px;
    --xl-gutter: 40px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --base-spacer-x: 5px;
    --base-spacer-y: 5px;
    --md-gutter: 20px;
    --lg-gutter: 30px;
    --xl-gutter: 40px;
  }
}

.avengersthemeoptionswrap {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.avengersthemeoptionswrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avengersthemeoptionswrap ::-moz-selection {
  color: #ffffff;
  background: rgba(98, 60, 234, 0.8);
}

.avengersthemeoptionswrap ::selection {
  color: #ffffff;
  background: rgb(245 108 132);
}

.avengersthemeoptionswrap ul,
.avengersthemeoptionswrap li {
  list-style: none;
}

.avengersthemeoptionswrap a {
  color: initial;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  display: inline-block;
}

.avengersthemeoptionswrap label {
  margin-bottom: 0;
}

.avengersthemeoptionswrap .button {
  vertical-align: middle;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.avengersthemeoptionswrap .button:hover, .avengersthemeoptionswrap .button:focus {
  outline: none;
}

.avengersthemeoptionswrap .button:not(:disabled) {
  cursor: pointer;
}

.avengersthemeoptionswrap h1,
.avengersthemeoptionswrap h2,
.avengersthemeoptionswrap h3,
.avengersthemeoptionswrap h4,
.avengersthemeoptionswrap h5,
.avengersthemeoptionswrap h6{
  margin: 0;
  padding: 0;
}

.avengersthemeoptionswrap h1,
.avengersthemeoptionswrap h2,
.avengersthemeoptionswrap h3,
.avengersthemeoptionswrap h4,
.avengersthemeoptionswrap h5,
.avengersthemeoptionswrap h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.avengersthemeoptionswrap h1 a,
.avengersthemeoptionswrap h2 a,
.avengersthemeoptionswrap h3 a,
.avengersthemeoptionswrap h4 a,
.avengersthemeoptionswrap h5 a,
.avengersthemeoptionswrap h6 a {
  color: inherit;
}

.avengersthemeoptionswrap h1 a:hover,
.avengersthemeoptionswrap h2 a:hover,
.avengersthemeoptionswrap h3 a:hover,
.avengersthemeoptionswrap h4 a:hover,
.avengersthemeoptionswrap h5 a:hover,
.avengersthemeoptionswrap h6 a:hover {
  color: inherit;
}

.avengersthemeoptionswrap ul,
.avengersthemeoptionswrap ol {
  margin-bottom: 0;
}

.avengersthemeoptionswrap img,
.avengersthemeoptionswrap video {
  max-width: 100%;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt300 {
  padding-top: 300px;
}

.pb300 {
  padding-bottom: 300px;
}


.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.color__primary {
  color: #623cea !important;
}

a.color__primary:hover, a.color__primary:focus {
  color: #4218db;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__secondary {
  color: #fa7d51 !important;
}

a.color__secondary:hover, a.color__secondary:focus {
  color: #f9581f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__success {
  color: #05cb6b !important;
}

a.color__success:hover, a.color__success:focus {
  color: #049951;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__danger {
  color: #e0061a !important;
}

a.color__danger:hover, a.color__danger:focus {
  color: #ae0514;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__info {
  color: #00b2fc !important;
}

a.color__info:hover, a.color__info:focus {
  color: #008ec9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__dark {
  color: #22282d !important;
}

a.color__dark:hover, a.color__dark:focus {
  color: #0c0e10;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__white {
  color: #ffffff !important;
}

a.color__white:hover, a.color__white:focus {
  color: #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__black {
  color: #000000 !important;
}

.color__grey {
  color: #f4f6fc !important;
}

a.color__grey:hover, a.color__grey:focus {
  color: #ccd5f1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__grey2 {
  color: #808da1 !important;
}

a.color__grey2:hover, a.color__grey2:focus {
  color: #657389;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__twitter {
  color: #1da1f2 !important;
}

a.color__twitter:hover, a.color__twitter:focus {
  color: #0c85d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__linkedin {
  color: #0077b5 !important;
}

a.color__linkedin:hover, a.color__linkedin:focus {
  color: #005582;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color__instagram {
  color: #e1306c !important;
}

a.color__instagram:hover, a.color__instagram:focus {
  color: #c21c54;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background__primary {
  background-color: #623cea !important;
}

.background__secondary {
  background-color: #fa7d51 !important;
}

.background__success {
  background-color: #05cb6b !important;
}

.background__danger {
  background-color: #e0061a !important;
}

.background__info {
  background-color: #00b2fc !important;
}

.background__dark {
  background-color: #22282d !important;
}

.background__white {
  background-color: #ffffff !important;
}

.background__black {
  background-color: #000000 !important;
}

.background__grey {
  background-color: #f4f6fc !important;
}

.background__grey2 {
  background-color: #808da1 !important;
}

.background__twitter {
  background-color: #1da1f2 !important;
}

.background__linkedin {
  background-color: #0077b5 !important;
}

.background__instagram {
  background-color: #e1306c !important;
}

.gradient__primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 60, 234, 0.3)), to(rgba(98, 60, 234, 0.05)));
  background-image: linear-gradient(180deg, rgba(98, 60, 234, 0.3), rgba(98, 60, 234, 0.05));
  color: #623cea;
}

.gradient__secondary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 125, 81, 0.3)), to(rgba(250, 125, 81, 0.05)));
  background-image: linear-gradient(180deg, rgba(250, 125, 81, 0.3), rgba(250, 125, 81, 0.05));
  color: #fa7d51;
}

.gradient__success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 203, 107, 0.3)), to(rgba(5, 203, 107, 0.05)));
  background-image: linear-gradient(180deg, rgba(5, 203, 107, 0.3), rgba(5, 203, 107, 0.05));
  color: #05cb6b;
}

.gradient__danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 6, 26, 0.3)), to(rgba(224, 6, 26, 0.05)));
  background-image: linear-gradient(180deg, rgba(224, 6, 26, 0.3), rgba(224, 6, 26, 0.05));
  color: #e0061a;
}

.gradient__info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 178, 252, 0.3)), to(rgba(0, 178, 252, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 178, 252, 0.3), rgba(0, 178, 252, 0.05));
  color: #00b2fc;
}

.gradient__dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 40, 45, 0.3)), to(rgba(34, 40, 45, 0.05)));
  background-image: linear-gradient(180deg, rgba(34, 40, 45, 0.3), rgba(34, 40, 45, 0.05));
  color: #22282d;
}

.gradient__white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  color: #ffffff;
}

.gradient__black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05));
  color: #000000;
}

.gradient__grey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 246, 252, 0.3)), to(rgba(244, 246, 252, 0.05)));
  background-image: linear-gradient(180deg, rgba(244, 246, 252, 0.3), rgba(244, 246, 252, 0.05));
  color: #f4f6fc;
}

.gradient__grey2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 141, 161, 0.3)), to(rgba(128, 141, 161, 0.05)));
  background-image: linear-gradient(180deg, rgba(128, 141, 161, 0.3), rgba(128, 141, 161, 0.05));
  color: #808da1;
}

.gradient__twitter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 161, 242, 0.3)), to(rgba(29, 161, 242, 0.05)));
  background-image: linear-gradient(180deg, rgba(29, 161, 242, 0.3), rgba(29, 161, 242, 0.05));
  color: #1da1f2;
}

.gradient__linkedin {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 181, 0.3)), to(rgba(0, 119, 181, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 119, 181, 0.3), rgba(0, 119, 181, 0.05));
  color: #0077b5;
}

.gradient__instagram {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 48, 108, 0.3)), to(rgba(225, 48, 108, 0.05)));
  background-image: linear-gradient(180deg, rgba(225, 48, 108, 0.3), rgba(225, 48, 108, 0.05));
  color: #e1306c;
}
.avengersthemeoptionswrap .button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 5px;
  color: #808da1;
  font-size: 15px;
  border: 0;
  font-weight: 700;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "DM Sans", sans-serif;
  background: #f4f6fc;
}

.avengersthemeoptionswrap .button:hover, .avengersthemeoptionswrap .button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: #ffffff;
  background: #05cb6b;
}

.avengersthemeoptionswrap .button.button__fade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 190px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .avengersthemeoptionswrap .button {
    height: 50px;
    line-height: 46px;
    font-size: 13px;
  }
}

.avengersthemeoptionswrap .button__delete {
  color: #ffffff;
  background: #e0061a;
}

.avengersthemeoptionswrap .button__delete:hover, .avengersthemeoptionswrap .button__delete:focus {
  background: red;
  color: #ffffff;
}

.avengersthemeoptionswrap .button__success {
  color: #ffffff;
  background: #05cb6b;
}

.avengersthemeoptionswrap .button__success:hover, .avengersthemeoptionswrap .button__success:focus {
  background: #f57082;
  color: #ffffff;
}

.avengersthemeoptionswrap .button__success.form-dirty {
  opacity: 1;
}

.avengersthemeoptionswrap .button--sm {
  height: 40px;
  line-height: 40px;
}

.avengersthemeoptionswrap .button__group .button:not(:last-child) {
  margin-right: 15px;
}
.theme__option__nav__wrap {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}
.theme__option__nav__wrap .plugin__version {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #687b95;
  font-family: "DM Sans", sans-serif;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .theme__option__nav__wrap .plugin__version {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 10px 10px 10px 20px;
  }
}

.theme__option__nav__wrap .theme__option__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}

.theme__option__nav__wrap .theme__option__nav .theme__option__nav__item {
  margin-bottom: 0;
}

.theme__option__nav__wrap .theme__option__nav .theme__option__nav__item .theme__option__nav__link {
  font-size: 16px;
  font-weight: 700;
  color: #687b95;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  padding: 17px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.theme__option__nav__wrap .theme__option__nav .theme__option__nav__item.active {
  color: #22282d;
  position: relative;
}

.theme__option__nav__wrap .theme__option__nav .theme__option__nav__item.active:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #f57082;
  content: "";
}

@media (max-width: 991.98px) {
  .theme__option__nav__wrap .theme__option__nav .theme__option__nav__item .theme__option__nav__link {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .theme__option__nav__wrap .theme__option__nav .theme__option__nav__item .theme__option__nav__link {
    font-size: 16px;
  }
}

.theme__option__tab {
  padding-top: 25px;
}

.theme__option__tab__item {
  display: none;
}

.theme__option__tab__item.show {
  display: block;
}

.av-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.av-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.av-col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.av-col,
.av-col-xs-6,
.av-col-sm-6,
.av-col-md-6,
.av-col-lg-4,
.av-col-lg-3,
.av-col-lg-9 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .av-col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .av-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .av-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .av-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .av-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .av-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.dc-text__block {
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
}

.dc-text__block__big__pad {
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 10px;
}
h3.sidebar-head {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.text-center {
    text-align: center !important;
}
.av-primary-btn {
	background: #f57082;
    border-radius: 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px;
    color: #FFFFFF !important;
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px auto;
}
.av-support-wrapper {
    background: #E2F2FF;
    border-radius: 13px;
    padding: 17px 12px;
}
.d-flex {
    display: flex !important;
}
.av-support-wrapper p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
    margin: 0;
}
ul{
	list-style:none;
}
ul.av-plugins-list {
    margin: 0;
    padding: 30px 25px;
}
.av-plugins-list li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    list-style: none;
    margin: 0 0 30px 0;
    padding-left: 35px;
    position: relative;
}
.av-plugins-list li:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 20px;
    background-image: url(../images/av-list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

@media (max-width: 767.98px) {
  .dc-text__block__big__pad {
    padding: 40px 25px;
  }
}

.button__primary:not(.hover__highlight) {
  background: #623cea;
  color: white;
  border-color: #623cea;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-property: background, color, box-shadow, border;
  -webkit-transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, box-shadow, border;
  transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__primary:not(.hover__highlight):disabled {
  cursor: not-allowed;
  background: #fa7d51;
}

.button__primary:not(.hover__highlight) .icon {
  color: #623cea;
  background: white;
}

.button__primary.hover__highlight {
  color: #623cea;
  border-color: rgba(98, 60, 234, 0.2);
}

.button__primary.hover__highlight .icon {
  background: #623cea;
  color: #ffffff;
}

a.button__primary.active, a.button__primary:hover,
button.button__primary.active,
button.button__primary:hover {
  background: #4f25e8;
  color: white;
  border-color: #4f25e8;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

a.button__primary.active:disabled, a.button__primary:hover:disabled,
button.button__primary.active:disabled,
button.button__primary:hover:disabled {
  cursor: not-allowed;
  background: #fa7d51;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button__primary.hover__highlight:hover .icon,
button.button__primary.hover__highlight:hover .icon {
  background: white;
  color: #623cea;
}

.button__secondary:not(.hover__highlight) {
  background: #fa7d51;
  color: white;
  border-color: #fa7d51;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-property: background, color, box-shadow, border;
  -webkit-transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, box-shadow, border;
  transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__secondary:not(.hover__highlight):disabled {
  cursor: not-allowed;
  background: #fa7d51;
}

.button__secondary:not(.hover__highlight) .icon {
  color: #fa7d51;
  background: white;
}

.button__secondary.hover__highlight {
  color: #623cea;
  border-color: rgba(98, 60, 234, 0.2);
}

.button__secondary.hover__highlight .icon {
  background: #623cea;
  color: #ffffff;
}

a.button__secondary.active, a.button__secondary:hover,
button.button__secondary.active,
button.button__secondary:hover {
  background: #f96a38;
  color: white;
  border-color: #f96a38;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

a.button__secondary.active:disabled, a.button__secondary:hover:disabled,
button.button__secondary.active:disabled,
button.button__secondary:hover:disabled {
  cursor: not-allowed;
  background: #fa7d51;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button__secondary.hover__highlight:hover .icon,
button.button__secondary.hover__highlight:hover .icon {
  background: white;
  color: #fa7d51;
}

.button__success:not(.hover__highlight) {
  background: #f57082;
  color: white;
  border-color: #f57082;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition-property: background, color, box-shadow, border;
  -webkit-transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, border, -webkit-box-shadow;
  transition-property: background, color, box-shadow, border;
  transition-property: background, color, box-shadow, border, -webkit-box-shadow;
}

.button__success:not(.hover__highlight):disabled {
  cursor: not-allowed;
  background: #fa7d51;
}

.button__success:not(.hover__highlight) .icon {
  color: #05cb6b;
  background: white;
}

.button__success.hover__highlight {
  color: #623cea;
  border-color: rgba(98, 60, 234, 0.2);
}

.button__success.hover__highlight .icon {
  background: #623cea;
  color: #ffffff;
}

a.button__success.active, a.button__success:hover,
button.button__success.active,
button.button__success:hover {
  background: #04b25e;
  color: white;
  border-color: #04b25e;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

a.button__success.active:disabled, a.button__success:hover:disabled,
button.button__success.active:disabled,
button.button__success:hover:disabled {
  cursor: not-allowed;
  background: #fa7d51;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button__success.hover__highlight:hover .icon,
button.button__success.hover__highlight:hover .icon {
  background: white;
  color: #05cb6b;
}
h3.hndle {
	margin: 10px;
}
/*help Section css*/
table.help_table {
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
}
table.help_table th, table.help_table td {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #f79646 #ccc;
}
input.avengers-input{
	display:block;
	width:100%;
}