@import url(https://fonts.googleapis.com/css?family=Nunito:400,400i,600,700&display=swap&subset=latin-ext);
@import url(../../vendor/bootstrap/bootstrap.min.css);
@import url(../../dist/icons/themify/themify-icons.css);
@import url(../../dist/icons/font-awesome/css/font-awesome.min.css);
.bg-primary {
  background: #ff5e6c !important;
  color: white !important;
}

.bg-primary-bright {
  background: #c0c5e4 !important;
}

.bg-primary-gradient {
  background: -webkit-linear-gradient(220deg, #ff5e6c, #65d993) !important;
  background: -moz- oldlinear-gradient(220deg, #ff5e6c, #65d993) !important;
  background: -o-linear-gradient(220deg, #ff5e6c, #65d993) !important;
  background: linear-gradient(230deg, #ff5e6c, #65d993) !important;
  color: white !important;
}

.bg-info {
  background: #00bcd4 !important;
  color: white !important;
}

.bg-info-bright {
  background: #e1efff !important;
}

.bg-info-gradient {
  background: -webkit-linear-gradient(220deg, #00bcd4, #28e4fc) !important;
  background: -moz- oldlinear-gradient(220deg, #00bcd4, #28e4fc) !important;
  background: -o-linear-gradient(220deg, #00bcd4, #28e4fc) !important;
  background: linear-gradient(230deg, #00bcd4, #28e4fc) !important;
  color: white !important;
}

.bg-secondary {
  background: dimgray !important;
  color: white !important;
}

.bg-secondary-bright {
  background: #ededed !important;
}

.bg-secondary-gradient {
  background: -webkit-linear-gradient(220deg, dimgray, #919191) !important;
  background: -moz- oldlinear-gradient(220deg, dimgray, #919191) !important;
  background: -o-linear-gradient(220deg, dimgray, #919191) !important;
  background: linear-gradient(230deg, dimgray, #919191) !important;
  color: white !important;
}

.bg-success {
  background: #0abb87 !important;
  color: white !important;
}

.bg-success-bright {
  background: #cef5ea !important;
}

.bg-success-gradient {
  background: -webkit-linear-gradient(220deg, #0abb87, #32e3af) !important;
  background: -moz- oldlinear-gradient(220deg, #0abb87, #32e3af) !important;
  background: -o-linear-gradient(220deg, #0abb87, #32e3af) !important;
  background: linear-gradient(230deg, #0abb87, #32e3af) !important;
  color: white !important;
}

.bg-danger {
  background: #ea4141 !important;
  color: white !important;
}

.bg-danger-bright {
  background: #fcd0df !important;
}

.bg-danger-gradient {
  background: -webkit-linear-gradient(220deg, #ea4141, #ff6969) !important;
  background: -moz- oldlinear-gradient(220deg, #ea4141, #ff6969) !important;
  background: -o-linear-gradient(220deg, #ea4141, #ff6969) !important;
  background: linear-gradient(230deg, #ea4141, #ff6969) !important;
  color: white !important;
}

.bg-danger-light {
  background: #ffd7d7 !important;
}

.bg-warning {
  background: #ff9d36 !important;
  color: white !important;
}

.bg-warning-bright {
  background: #ffe6cc !important;
}

.bg-warning-gradient {
  background: -webkit-linear-gradient(220deg, #ff9d36, #ffc55e) !important;
  background: -moz- oldlinear-gradient(220deg, #ff9d36, #ffc55e) !important;
  background: -o-linear-gradient(220deg, #ff9d36, #ffc55e) !important;
  background: linear-gradient(230deg, #ff9d36, #ffc55e) !important;
  color: white !important;
}

.bg-light {
  background: #e6e6e6 !important;
}

.bg-dark {
  background: #3a3f51 !important;
  color: white !important;
}

.bg-dark-bright {
  background: #d4d5d8 !important;
}

.bg-dark-gradient {
  background: -webkit-linear-gradient(220deg, #3a3f51, #585d6f) !important;
  background: -moz- oldlinear-gradient(220deg, #3a3f51, #585d6f) !important;
  background: -o-linear-gradient(220deg, #3a3f51, #585d6f) !important;
  background: linear-gradient(230deg, #3a3f51, #585d6f) !important;
  color: white !important;
}

.bg-facebook {
  background: #3b5998 !important;
  color: white !important;
}

.bg-twitter {
  background: #55acee !important;
  color: white !important;
}

.bg-linkedin {
  background: #0077b5 !important;
  color: white !important;
}

.bg-whatsapp {
  background: #43d854 !important;
  color: white !important;
}

.bg-instagram {
  background: #3f729b !important;
  color: white !important;
}

.bg-dribbble {
  background: #ea4c89 !important;
  color: white !important;
}

.bg-google {
  background: #db4437 !important;
  color: white !important;
}

.bg-youtube {
  background: #cd201f !important;
  color: white !important;
}

.text-primary {
  color: #ff5e6c !important;
}

.text-info {
  color: #00bcd4 !important;
}

.text-success {
  color: #0abb87 !important;
}

.text-danger {
  color: #ea4141 !important;
}

.text-warning {
  color: #ff9d36 !important;
}

.text-light {
  color: #e6e6e6 !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-twitter {
  color: #55acee !important;
}

.text-google {
  color: #db4437 !important;
}

.text-linkedin {
  color: #0077b5 !important;
}

.text-instagram {
  color: #3f729b !important;
}

.text-whatsapp {
  color: #43d854 !important;
}

.text-dribbble {
  color: #ea4c89 !important;
}

a {
  color: #ff5e6c;
  text-decoration: none;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
}

a.link-1 {
  color: black;
}

a.link-1:hover, a.link-1:focus {
  color: #828282;
}

a.link-2 {
  color: black;
}

a.link-2:hover, a.link-2:focus {
  color: #ff5e6c;
}

a:hover {
  text-decoration: none;
}

a:not(.active.list-group-item), a:not(.btn):hover, a:not(.btn):active, a:not(.btn):focus {
  text-decoration: none !important;
  color: black;
  outline: none;
}

a.btn:hover, a.btn:active, a.btn:focus {
  text-decoration: none !important;
}

.page-link {
  color: #ff5e6c;
}

.page-link:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
     -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
          box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.3);
}

.btn {
  font-size: 14px;
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 15px;
  line-height: 14px;
}

.btn[data-toggle="dropdown"] {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
}

.btn.btn-lg {
  padding: 15px 20px;
  font-size: 17px;
}

.btn.btn-block {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-square {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn.btn-rounded {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  padding: 10px 20px;
}

.btn.btn-rounded.btn-sm {
  padding: 5px 15px;
  font-size: 13px;
}

.btn.btn-rounded.btn-lg {
  padding: 20px 30px;
  font-size: 17px;
}

.btn.btn-floating {
  height: 35px;
  width: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.btn.btn-floating.btn-sm {
  height: 30px;
  width: 30px;
}

.btn.btn-floating.btn-lg {
  height: 50px;
  width: 50px;
}

.btn.btn-uppercase {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.btn.btn-uppercase.btn-sm {
  font-size: 11px;
}

.btn.btn-uppercase.btn-lg {
  font-size: 14px;
}

.btn.btn-shadow {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
}

.btn.btn-shadow:focus, .btn.btn-shadow:active {
  -webkit-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
     -moz-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.3) !important;
}

.btn.btn-primary, a.btn[href="#next"], a.btn[href="#previous"] {
  background: #ff5e6c;
  border-color: #ff5e6c;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover, a.btn:not(:disabled):not(.disabled):hover[href="#next"], a.btn:not(:disabled):not(.disabled):hover[href="#previous"], .btn.btn-primary:not(:disabled):not(.disabled):focus, a.btn:not(:disabled):not(.disabled):focus[href="#next"], a.btn:not(:disabled):not(.disabled):focus[href="#previous"], .btn.btn-primary:not(:disabled):not(.disabled):active, a.btn:not(:disabled):not(.disabled):active[href="#next"], a.btn:not(:disabled):not(.disabled):active[href="#previous"] {
  background: #ff929c;
  border-color: #ff929c;
}

.btn.btn-primary:not(:disabled):not(.disabled):focus, a.btn:not(:disabled):not(.disabled):focus[href="#next"], a.btn:not(:disabled):not(.disabled):focus[href="#previous"] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4) !important;
}

.btn.btn-primary.btn-pulse:not(:disabled):not(.disabled), a.btn.btn-pulse:not(:disabled):not(.disabled)[href="#next"], a.btn.btn-pulse:not(:disabled):not(.disabled)[href="#previous"] {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-primary:hover, a.btn:hover[href="#next"], a.btn:hover[href="#previous"] {
  -webkit-animation: none;
}

.btn.btn-gradient-primary {
  background: -webkit-linear-gradient(70deg, #65d993, #2ea25c);
  background: -moz- oldlinear-gradient(70deg, #65d993, #2ea25c);
  background: -o-linear-gradient(70deg, #65d993, #2ea25c);
  background: linear-gradient(20deg, #65d993, #2ea25c);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-primary:not(:disabled):not(.disabled):hover, .btn.btn-gradient-primary:not(:disabled):not(.disabled):focus, .btn.btn-gradient-primary:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #ff5e6c, #2ea25c);
  background: -moz- oldlinear-gradient(70deg, #ff5e6c, #2ea25c);
  background: -o-linear-gradient(70deg, #ff5e6c, #2ea25c);
  background: linear-gradient(20deg, #ff5e6c, #2ea25c);
  border-color: transparent;
}

.btn.btn-gradient-primary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.5);
}

.btn.btn-gradient-primary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-primary:hover {
  -webkit-animation: none;
}

.btn.btn-light-primary {
  background: rgba(61, 177, 107, 0.3);
  border-color: transparent;
  color: #0b7f39;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):hover, .btn.btn-light-primary:not(:disabled):not(.disabled):focus, .btn.btn-light-primary:not(:disabled):not(.disabled):active {
  background: rgba(61, 177, 107, 0.5);
  border-color: transparent;
}

.btn.btn-light-primary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(61, 177, 107, 0.2);
}

.btn.btn-light-primary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-primary:hover {
  -webkit-animation: none;
}

.btn.btn-outline-primary {
  background: none;
  border-color: #ff5e6c;
  color: #33a761;
  border-width: 1px;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):hover {
  background: #ff5e6c;
  border-color: #ff5e6c;
  color: white;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):focus, .btn.btn-outline-primary:not(:disabled):not(.disabled):active {
  background: #ff929c;
  border-color: #ff929c;
  color: white;
}

.btn.btn-outline-primary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(234, 92, 104, 0.4);
}

.btn.btn-outline-primary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 92, 104, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-primary:hover {
  -webkit-animation: none;
}

.btn.btn-secondary {
  background: dimgray;
  border-color: dimgray;
}

.btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):focus, .btn.btn-secondary:not(:disabled):not(.disabled):active {
  background: #4b4b4b;
  border-color: #4b4b4b;
}

.btn.btn-secondary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4) !important;
}

.btn.btn-secondary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-secondary:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-secondary {
  background: -webkit-linear-gradient(70deg, #919191, #5a5a5a);
  background: -moz- oldlinear-gradient(70deg, #919191, #5a5a5a);
  background: -o-linear-gradient(70deg, #919191, #5a5a5a);
  background: linear-gradient(20deg, #919191, #5a5a5a);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-secondary:not(:disabled):not(.disabled):hover, .btn.btn-gradient-secondary:not(:disabled):not(.disabled):focus, .btn.btn-gradient-secondary:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, dimgray, #5a5a5a);
  background: -moz- oldlinear-gradient(70deg, dimgray, #5a5a5a);
  background: -o-linear-gradient(70deg, dimgray, #5a5a5a);
  background: linear-gradient(20deg, dimgray, #5a5a5a);
  border-color: transparent;
}

.btn.btn-gradient-secondary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.5);
}

.btn.btn-gradient-secondary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-secondary:hover {
  -webkit-animation: none;
}

.btn.btn-light-secondary {
  background: rgba(105, 105, 105, 0.3);
  border-color: transparent;
  color: #373737;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):hover, .btn.btn-light-secondary:not(:disabled):not(.disabled):focus, .btn.btn-light-secondary:not(:disabled):not(.disabled):active {
  background: rgba(105, 105, 105, 0.5);
  border-color: transparent;
}

.btn.btn-light-secondary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.2);
}

.btn.btn-light-secondary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-secondary:hover {
  -webkit-animation: none;
}

.btn.btn-outline-secondary {
  background: none;
  border-color: dimgray;
  color: #5f5f5f;
  border-width: 1px;
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  background: dimgray;
  border-color: dimgray;
  color: white;
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #4b4b4b;
  border-color: #4b4b4b;
  color: white;
}

.btn.btn-outline-secondary:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(105, 105, 105, 0.4);
}

.btn.btn-outline-secondary.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(105, 105, 105, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-secondary:hover {
  -webkit-animation: none;
}

.btn.btn-success {
  background: #0abb87;
  border-color: #0abb87;
}

.btn.btn-success:not(:disabled):not(.disabled):hover, .btn.btn-success:not(:disabled):not(.disabled):focus, .btn.btn-success:not(:disabled):not(.disabled):active {
  background: #009d69;
  border-color: #009d69;
}

.btn.btn-success:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4) !important;
}

.btn.btn-success.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-success:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-success {
  background: -webkit-linear-gradient(70deg, #32e3af, #00ac78);
  background: -moz- oldlinear-gradient(70deg, #32e3af, #00ac78);
  background: -o-linear-gradient(70deg, #32e3af, #00ac78);
  background: linear-gradient(20deg, #32e3af, #00ac78);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-success:not(:disabled):not(.disabled):hover, .btn.btn-gradient-success:not(:disabled):not(.disabled):focus, .btn.btn-gradient-success:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #0abb87, #00ac78);
  background: -moz- oldlinear-gradient(70deg, #0abb87, #00ac78);
  background: -o-linear-gradient(70deg, #0abb87, #00ac78);
  background: linear-gradient(20deg, #0abb87, #00ac78);
  border-color: transparent;
}

.btn.btn-gradient-success:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.5);
}

.btn.btn-gradient-success.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-success:hover {
  -webkit-animation: none;
}

.btn.btn-light-success {
  background: rgba(10, 187, 135, 0.3);
  border-color: transparent;
  color: #008955;
}

.btn.btn-light-success:not(:disabled):not(.disabled):hover, .btn.btn-light-success:not(:disabled):not(.disabled):focus, .btn.btn-light-success:not(:disabled):not(.disabled):active {
  background: rgba(10, 187, 135, 0.5);
  border-color: transparent;
}

.btn.btn-light-success:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.2);
}

.btn.btn-light-success.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-success:hover {
  -webkit-animation: none;
}

.btn.btn-outline-success {
  background: none;
  border-color: #0abb87;
  color: #00b17d;
  border-width: 1px;
}

.btn.btn-outline-success:not(:disabled):not(.disabled):hover {
  background: #0abb87;
  border-color: #0abb87;
  color: white;
}

.btn.btn-outline-success:not(:disabled):not(.disabled):focus, .btn.btn-outline-success:not(:disabled):not(.disabled):active {
  background: #009d69;
  border-color: #009d69;
  color: white;
}

.btn.btn-outline-success:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.4);
}

.btn.btn-outline-success.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(10, 187, 135, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-success:hover {
  -webkit-animation: none;
}

.btn.btn-danger {
  background: #ea4141;
  border-color: #ea4141;
}

.btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active {
  background: #cc2323;
  border-color: #cc2323;
}

.btn.btn-danger:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4) !important;
}

.btn.btn-danger.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-danger:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-danger {
  background: -webkit-linear-gradient(70deg, #ff6969, #db3232);
  background: -moz- oldlinear-gradient(70deg, #ff6969, #db3232);
  background: -o-linear-gradient(70deg, #ff6969, #db3232);
  background: linear-gradient(20deg, #ff6969, #db3232);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-danger:not(:disabled):not(.disabled):hover, .btn.btn-gradient-danger:not(:disabled):not(.disabled):focus, .btn.btn-gradient-danger:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #ea4141, #db3232);
  background: -moz- oldlinear-gradient(70deg, #ea4141, #db3232);
  background: -o-linear-gradient(70deg, #ea4141, #db3232);
  background: linear-gradient(20deg, #ea4141, #db3232);
  border-color: transparent;
}

.btn.btn-gradient-danger:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.5);
}

.btn.btn-gradient-danger.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-danger:hover {
  -webkit-animation: none;
}

.btn.btn-light-danger {
  background: rgba(234, 65, 65, 0.3);
  border-color: transparent;
  color: #b80f0f;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):hover, .btn.btn-light-danger:not(:disabled):not(.disabled):focus, .btn.btn-light-danger:not(:disabled):not(.disabled):active {
  background: rgba(234, 65, 65, 0.5);
  border-color: transparent;
}

.btn.btn-light-danger:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.2);
}

.btn.btn-light-danger.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-danger:hover {
  -webkit-animation: none;
}

.btn.btn-outline-danger {
  background: none;
  border-color: #ea4141;
  color: #e03737;
  border-width: 1px;
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):hover {
  background: #ea4141;
  border-color: #ea4141;
  color: white;
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):focus, .btn.btn-outline-danger:not(:disabled):not(.disabled):active {
  background: #cc2323;
  border-color: #cc2323;
  color: white;
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(234, 65, 65, 0.4);
}

.btn.btn-outline-danger.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 65, 65, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-danger:hover {
  -webkit-animation: none;
}

.btn.btn-warning {
  background: #ff9d36;
  border-color: #ff9d36;
}

.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
  background: #e17f18;
  border-color: #e17f18;
}

.btn.btn-warning:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4) !important;
}

.btn.btn-warning.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-warning:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-warning {
  background: -webkit-linear-gradient(70deg, #ffc55e, #f08e27);
  background: -moz- oldlinear-gradient(70deg, #ffc55e, #f08e27);
  background: -o-linear-gradient(70deg, #ffc55e, #f08e27);
  background: linear-gradient(20deg, #ffc55e, #f08e27);
  border-color: transparent;
  color: white;
  color: #212529;
}

.btn.btn-gradient-warning:not(:disabled):not(.disabled):hover, .btn.btn-gradient-warning:not(:disabled):not(.disabled):focus, .btn.btn-gradient-warning:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #ff9d36, #f08e27);
  background: -moz- oldlinear-gradient(70deg, #ff9d36, #f08e27);
  background: -o-linear-gradient(70deg, #ff9d36, #f08e27);
  background: linear-gradient(20deg, #ff9d36, #f08e27);
  border-color: transparent;
}

.btn.btn-gradient-warning:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.5);
}

.btn.btn-gradient-warning.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-warning:hover {
  -webkit-animation: none;
}

.btn.btn-light-warning {
  background: rgba(255, 157, 54, 0.3);
  border-color: transparent;
  color: #cd6b04;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):hover, .btn.btn-light-warning:not(:disabled):not(.disabled):focus, .btn.btn-light-warning:not(:disabled):not(.disabled):active {
  background: rgba(255, 157, 54, 0.5);
  border-color: transparent;
}

.btn.btn-light-warning:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.2);
}

.btn.btn-light-warning.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-warning:hover {
  -webkit-animation: none;
}

.btn.btn-outline-warning {
  background: none;
  border-color: #ff9d36;
  color: #f5932c;
  border-width: 1px;
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):hover {
  background: #ff9d36;
  border-color: #ff9d36;
  color: white;
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):focus, .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
  background: #e17f18;
  border-color: #e17f18;
  color: white;
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(255, 157, 54, 0.4);
}

.btn.btn-outline-warning.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(255, 157, 54, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-warning:hover {
  -webkit-animation: none;
}

.btn.btn-outline-warning:not(:disabled):not(.disabled):hover, .btn.btn-outline-warning:not(:disabled):not(.disabled):focus, .btn.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
}

.btn.btn-info {
  background: #00bcd4;
  border-color: #00bcd4;
}

.btn.btn-info:not(:disabled):not(.disabled):hover, .btn.btn-info:not(:disabled):not(.disabled):focus, .btn.btn-info:not(:disabled):not(.disabled):active {
  background: #009eb6;
  border-color: #009eb6;
}

.btn.btn-info:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4) !important;
}

.btn.btn-info.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-info:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-info {
  background: -webkit-linear-gradient(70deg, #28e4fc, #00adc5);
  background: -moz- oldlinear-gradient(70deg, #28e4fc, #00adc5);
  background: -o-linear-gradient(70deg, #28e4fc, #00adc5);
  background: linear-gradient(20deg, #28e4fc, #00adc5);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-info:not(:disabled):not(.disabled):hover, .btn.btn-gradient-info:not(:disabled):not(.disabled):focus, .btn.btn-gradient-info:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #00bcd4, #00adc5);
  background: -moz- oldlinear-gradient(70deg, #00bcd4, #00adc5);
  background: -o-linear-gradient(70deg, #00bcd4, #00adc5);
  background: linear-gradient(20deg, #00bcd4, #00adc5);
  border-color: transparent;
}

.btn.btn-gradient-info:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn.btn-gradient-info.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-info:hover {
  -webkit-animation: none;
}

.btn.btn-light-info {
  background: rgba(0, 188, 212, 0.3);
  border-color: transparent;
  color: #008aa2;
}

.btn.btn-light-info:not(:disabled):not(.disabled):hover, .btn.btn-light-info:not(:disabled):not(.disabled):focus, .btn.btn-light-info:not(:disabled):not(.disabled):active {
  background: rgba(0, 188, 212, 0.5);
  border-color: transparent;
}

.btn.btn-light-info:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.2);
}

.btn.btn-light-info.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-info:hover {
  -webkit-animation: none;
}

.btn.btn-outline-info {
  background: none;
  border-color: #00bcd4;
  color: #00b2ca;
  border-width: 1px;
}

.btn.btn-outline-info:not(:disabled):not(.disabled):hover {
  background: #00bcd4;
  border-color: #00bcd4;
  color: white;
}

.btn.btn-outline-info:not(:disabled):not(.disabled):focus, .btn.btn-outline-info:not(:disabled):not(.disabled):active {
  background: #009eb6;
  border-color: #009eb6;
  color: white;
}

.btn.btn-outline-info:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.4);
}

.btn.btn-outline-info.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-info:hover {
  -webkit-animation: none;
}

.btn.btn-light {
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active {
  background: #c8c8c8;
  border-color: #c8c8c8;
}

.btn.btn-light:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4) !important;
}

.btn.btn-light.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-light {
  background: -webkit-linear-gradient(70deg, white, #d7d7d7);
  background: -moz- oldlinear-gradient(70deg, white, #d7d7d7);
  background: -o-linear-gradient(70deg, white, #d7d7d7);
  background: linear-gradient(20deg, white, #d7d7d7);
  border-color: transparent;
  color: white;
  color: inherit;
}

.btn.btn-gradient-light:not(:disabled):not(.disabled):hover, .btn.btn-gradient-light:not(:disabled):not(.disabled):focus, .btn.btn-gradient-light:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #e6e6e6, #d7d7d7);
  background: -moz- oldlinear-gradient(70deg, #e6e6e6, #d7d7d7);
  background: -o-linear-gradient(70deg, #e6e6e6, #d7d7d7);
  background: linear-gradient(20deg, #e6e6e6, #d7d7d7);
  border-color: transparent;
}

.btn.btn-gradient-light:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5);
}

.btn.btn-gradient-light.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-light:hover {
  -webkit-animation: none;
}

.btn.btn-outline-light {
  background: none;
  border-color: #e6e6e6;
  color: gainsboro;
  border-width: 1px;
  color: #212529;
}

.btn.btn-outline-light:not(:disabled):not(.disabled):hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: white;
}

.btn.btn-outline-light:not(:disabled):not(.disabled):focus, .btn.btn-outline-light:not(:disabled):not(.disabled):active {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: white;
}

.btn.btn-outline-light:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.4);
}

.btn.btn-outline-light.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(230, 230, 230, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-light:hover {
  -webkit-animation: none;
}

.btn.btn-outline-light:not(:disabled):not(.disabled):hover, .btn.btn-outline-light:not(:disabled):not(.disabled):focus, .btn.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
}

.btn.btn-dark {
  background: #3a3f51;
  border-color: #3a3f51;
}

.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
  background: #1c2133;
  border-color: #1c2133;
}

.btn.btn-dark:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4) !important;
}

.btn.btn-dark.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-dark:hover {
  -webkit-animation: none;
}

.btn.btn-gradient-dark {
  background: -webkit-linear-gradient(70deg, #626779, #2b3042);
  background: -moz- oldlinear-gradient(70deg, #626779, #2b3042);
  background: -o-linear-gradient(70deg, #626779, #2b3042);
  background: linear-gradient(20deg, #626779, #2b3042);
  border-color: transparent;
  color: white;
}

.btn.btn-gradient-dark:not(:disabled):not(.disabled):hover, .btn.btn-gradient-dark:not(:disabled):not(.disabled):focus, .btn.btn-gradient-dark:not(:disabled):not(.disabled):active {
  background: -webkit-linear-gradient(70deg, #3a3f51, #2b3042);
  background: -moz- oldlinear-gradient(70deg, #3a3f51, #2b3042);
  background: -o-linear-gradient(70deg, #3a3f51, #2b3042);
  background: linear-gradient(20deg, #3a3f51, #2b3042);
  border-color: transparent;
}

.btn.btn-gradient-dark:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
     -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.5);
}

.btn.btn-gradient-dark.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-gradient-dark:hover {
  -webkit-animation: none;
}

.btn.btn-light-dark {
  background: rgba(58, 63, 81, 0.3);
  border-color: transparent;
  color: #080d1f;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):hover, .btn.btn-light-dark:not(:disabled):not(.disabled):focus, .btn.btn-light-dark:not(:disabled):not(.disabled):active {
  background: rgba(58, 63, 81, 0.5);
  border-color: transparent;
}

.btn.btn-light-dark:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
     -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.2);
}

.btn.btn-light-dark.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-light-dark:hover {
  -webkit-animation: none;
}

.btn.btn-outline-dark {
  background: none;
  border-color: #3a3f51;
  color: #303547;
  border-width: 1px;
}

.btn.btn-outline-dark:not(:disabled):not(.disabled):hover {
  background: #3a3f51;
  border-color: #3a3f51;
  color: white;
}

.btn.btn-outline-dark:not(:disabled):not(.disabled):focus, .btn.btn-outline-dark:not(:disabled):not(.disabled):active {
  background: #1c2133;
  border-color: #1c2133;
  color: white;
}

.btn.btn-outline-dark:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(58, 63, 81, 0.4);
}

.btn.btn-outline-dark.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(58, 63, 81, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-dark:hover {
  -webkit-animation: none;
}

.btn.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: white;
}

.btn.btn-facebook:not(:disabled):not(.disabled):hover, .btn.btn-facebook:not(:disabled):not(.disabled):focus, .btn.btn-facebook:not(:disabled):not(.disabled):active {
  background: #1d3b7a;
  border-color: #1d3b7a;
}

.btn.btn-facebook:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4) !important;
}

.btn.btn-facebook.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-facebook:hover {
  -webkit-animation: none;
}

.btn.btn-outline-facebook {
  background: none;
  border-color: #3b5998;
  color: #314f8e;
  border-width: 1px;
}

.btn.btn-outline-facebook:not(:disabled):not(.disabled):hover {
  background: #3b5998;
  border-color: #3b5998;
  color: white;
}

.btn.btn-outline-facebook:not(:disabled):not(.disabled):focus, .btn.btn-outline-facebook:not(:disabled):not(.disabled):active {
  background: #1d3b7a;
  border-color: #1d3b7a;
  color: white;
}

.btn.btn-outline-facebook:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.4);
}

.btn.btn-outline-facebook.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-facebook:hover {
  -webkit-animation: none;
}

.btn.btn-google {
  background: #db4437;
  border-color: #db4437;
  color: white;
}

.btn.btn-google:not(:disabled):not(.disabled):hover, .btn.btn-google:not(:disabled):not(.disabled):focus, .btn.btn-google:not(:disabled):not(.disabled):active {
  background: #bd2619;
  border-color: #bd2619;
}

.btn.btn-google:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4) !important;
}

.btn.btn-google.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-google:hover {
  -webkit-animation: none;
}

.btn.btn-outline-google {
  background: none;
  border-color: #db4437;
  color: #d13a2d;
  border-width: 1px;
}

.btn.btn-outline-google:not(:disabled):not(.disabled):hover {
  background: #db4437;
  border-color: #db4437;
  color: white;
}

.btn.btn-outline-google:not(:disabled):not(.disabled):focus, .btn.btn-outline-google:not(:disabled):not(.disabled):active {
  background: #bd2619;
  border-color: #bd2619;
  color: white;
}

.btn.btn-outline-google:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.4);
}

.btn.btn-outline-google.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(219, 68, 55, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-google:hover {
  -webkit-animation: none;
}

.btn.btn-twitter {
  background: #55acee;
  border-color: #55acee;
  color: white;
}

.btn.btn-twitter:not(:disabled):not(.disabled):hover, .btn.btn-twitter:not(:disabled):not(.disabled):focus, .btn.btn-twitter:not(:disabled):not(.disabled):active {
  background: #378ed0;
  border-color: #378ed0;
}

.btn.btn-twitter:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4) !important;
}

.btn.btn-twitter.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-twitter:hover {
  -webkit-animation: none;
}

.btn.btn-outline-twitter {
  background: none;
  border-color: #55acee;
  color: #4ba2e4;
  border-width: 1px;
}

.btn.btn-outline-twitter:not(:disabled):not(.disabled):hover {
  background: #55acee;
  border-color: #55acee;
  color: white;
}

.btn.btn-outline-twitter:not(:disabled):not(.disabled):focus, .btn.btn-outline-twitter:not(:disabled):not(.disabled):active {
  background: #378ed0;
  border-color: #378ed0;
  color: white;
}

.btn.btn-outline-twitter:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(85, 172, 238, 0.4);
}

.btn.btn-outline-twitter.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(85, 172, 238, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-twitter:hover {
  -webkit-animation: none;
}

.btn.btn-linkedin {
  background: #0077b5;
  border-color: #0077b5;
  color: white;
}

.btn.btn-linkedin:not(:disabled):not(.disabled):hover, .btn.btn-linkedin:not(:disabled):not(.disabled):focus, .btn.btn-linkedin:not(:disabled):not(.disabled):active {
  background: #005997;
  border-color: #005997;
}

.btn.btn-linkedin:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4) !important;
}

.btn.btn-linkedin.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-linkedin:hover {
  -webkit-animation: none;
}

.btn.btn-outline-linkedin {
  background: none;
  border-color: #0077b5;
  color: #006dab;
  border-width: 1px;
}

.btn.btn-outline-linkedin:not(:disabled):not(.disabled):hover {
  background: #0077b5;
  border-color: #0077b5;
  color: white;
}

.btn.btn-outline-linkedin:not(:disabled):not(.disabled):focus, .btn.btn-outline-linkedin:not(:disabled):not(.disabled):active {
  background: #005997;
  border-color: #005997;
  color: white;
}

.btn.btn-outline-linkedin:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.4);
}

.btn.btn-outline-linkedin.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-linkedin:hover {
  -webkit-animation: none;
}

.btn.btn-whatsapp {
  background: #43d854;
  border-color: #43d854;
  color: white;
}

.btn.btn-whatsapp:not(:disabled):not(.disabled):hover, .btn.btn-whatsapp:not(:disabled):not(.disabled):focus, .btn.btn-whatsapp:not(:disabled):not(.disabled):active {
  background: #25ba36;
  border-color: #25ba36;
}

.btn.btn-whatsapp:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4) !important;
}

.btn.btn-whatsapp.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-whatsapp:hover {
  -webkit-animation: none;
}

.btn.btn-outline-whatsapp {
  background: none;
  border-color: #43d854;
  color: #39ce4a;
  border-width: 1px;
}

.btn.btn-outline-whatsapp:not(:disabled):not(.disabled):hover {
  background: #43d854;
  border-color: #43d854;
  color: white;
}

.btn.btn-outline-whatsapp:not(:disabled):not(.disabled):focus, .btn.btn-outline-whatsapp:not(:disabled):not(.disabled):active {
  background: #25ba36;
  border-color: #25ba36;
  color: white;
}

.btn.btn-outline-whatsapp:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(67, 216, 84, 0.4);
}

.btn.btn-outline-whatsapp.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(67, 216, 84, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-whatsapp:hover {
  -webkit-animation: none;
}

.btn.btn-instagram {
  background: #3f729b;
  border-color: #3f729b;
  color: white;
}

.btn.btn-instagram:not(:disabled):not(.disabled):hover, .btn.btn-instagram:not(:disabled):not(.disabled):focus, .btn.btn-instagram:not(:disabled):not(.disabled):active {
  background: #21547d;
  border-color: #21547d;
}

.btn.btn-instagram:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4) !important;
}

.btn.btn-instagram.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-instagram:hover {
  -webkit-animation: none;
}

.btn.btn-outline-instagram {
  background: none;
  border-color: #3f729b;
  color: #356891;
  border-width: 1px;
}

.btn.btn-outline-instagram:not(:disabled):not(.disabled):hover {
  background: #3f729b;
  border-color: #3f729b;
  color: white;
}

.btn.btn-outline-instagram:not(:disabled):not(.disabled):focus, .btn.btn-outline-instagram:not(:disabled):not(.disabled):active {
  background: #21547d;
  border-color: #21547d;
  color: white;
}

.btn.btn-outline-instagram:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(63, 114, 155, 0.4);
}

.btn.btn-outline-instagram.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(63, 114, 155, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-instagram:hover {
  -webkit-animation: none;
}

.btn.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: white;
}

.btn.btn-dribbble:not(:disabled):not(.disabled):hover, .btn.btn-dribbble:not(:disabled):not(.disabled):focus, .btn.btn-dribbble:not(:disabled):not(.disabled):active {
  background: #cc2e6b;
  border-color: #cc2e6b;
}

.btn.btn-dribbble:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4) !important;
}

.btn.btn-dribbble.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-dribbble:hover {
  -webkit-animation: none;
}

.btn.btn-outline-dribbble {
  background: none;
  border-color: #ea4c89;
  color: #e0427f;
  border-width: 1px;
}

.btn.btn-outline-dribbble:not(:disabled):not(.disabled):hover {
  background: #ea4c89;
  border-color: #ea4c89;
  color: white;
}

.btn.btn-outline-dribbble:not(:disabled):not(.disabled):focus, .btn.btn-outline-dribbble:not(:disabled):not(.disabled):active {
  background: #cc2e6b;
  border-color: #cc2e6b;
  color: white;
}

.btn.btn-outline-dribbble:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(234, 76, 137, 0.4);
}

.btn.btn-outline-dribbble.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(234, 76, 137, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-dribbble:hover {
  -webkit-animation: none;
}

.btn.btn-youtube {
  background: #cd201f;
  border-color: #cd201f;
  color: white;
}

.btn.btn-youtube:not(:disabled):not(.disabled):hover, .btn.btn-youtube:not(:disabled):not(.disabled):focus, .btn.btn-youtube:not(:disabled):not(.disabled):active {
  background: #af0201;
  border-color: #af0201;
}

.btn.btn-youtube:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4) !important;
}

.btn.btn-youtube.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-youtube:hover {
  -webkit-animation: none;
}

.btn.btn-outline-youtube {
  background: none;
  border-color: #cd201f;
  color: #c31615;
  border-width: 1px;
}

.btn.btn-outline-youtube:not(:disabled):not(.disabled):hover {
  background: #cd201f;
  border-color: #cd201f;
  color: white;
}

.btn.btn-outline-youtube:not(:disabled):not(.disabled):focus, .btn.btn-outline-youtube:not(:disabled):not(.disabled):active {
  background: #af0201;
  border-color: #af0201;
  color: white;
}

.btn.btn-outline-youtube:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(205, 32, 31, 0.4);
}

.btn.btn-outline-youtube.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(205, 32, 31, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-youtube:hover {
  -webkit-animation: none;
}

.btn.btn-github {
  background: #00405d;
  border-color: #00405d;
  color: white;
}

.btn.btn-github:not(:disabled):not(.disabled):hover, .btn.btn-github:not(:disabled):not(.disabled):focus, .btn.btn-github:not(:disabled):not(.disabled):active {
  background: #00223f;
  border-color: #00223f;
}

.btn.btn-github:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4) !important;
}

.btn.btn-github.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-github:hover {
  -webkit-animation: none;
}

.btn.btn-outline-github {
  background: none;
  border-color: #00405d;
  color: #003653;
  border-width: 1px;
}

.btn.btn-outline-github:not(:disabled):not(.disabled):hover {
  background: #00405d;
  border-color: #00405d;
  color: white;
}

.btn.btn-outline-github:not(:disabled):not(.disabled):focus, .btn.btn-outline-github:not(:disabled):not(.disabled):active {
  background: #00223f;
  border-color: #00223f;
  color: white;
}

.btn.btn-outline-github:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(0, 64, 93, 0.4);
}

.btn.btn-outline-github.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 64, 93, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-github:hover {
  -webkit-animation: none;
}

.btn.btn-behance {
  background: #1769ff;
  border-color: #1769ff;
  color: white;
}

.btn.btn-behance:not(:disabled):not(.disabled):hover, .btn.btn-behance:not(:disabled):not(.disabled):focus, .btn.btn-behance:not(:disabled):not(.disabled):active {
  background: #004be1;
  border-color: #004be1;
}

.btn.btn-behance:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4) !important;
}

.btn.btn-behance.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-behance:hover {
  -webkit-animation: none;
}

.btn.btn-outline-behance {
  background: none;
  border-color: #1769ff;
  color: #0d5ff5;
  border-width: 1px;
}

.btn.btn-outline-behance:not(:disabled):not(.disabled):hover {
  background: #1769ff;
  border-color: #1769ff;
  color: white;
}

.btn.btn-outline-behance:not(:disabled):not(.disabled):focus, .btn.btn-outline-behance:not(:disabled):not(.disabled):active {
  background: #004be1;
  border-color: #004be1;
  color: white;
}

.btn.btn-outline-behance:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(23, 105, 255, 0.4);
}

.btn.btn-outline-behance.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(23, 105, 255, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-behance:hover {
  -webkit-animation: none;
}

.btn.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: white;
}

.btn.btn-skype:not(:disabled):not(.disabled):hover, .btn.btn-skype:not(:disabled):not(.disabled):focus, .btn.btn-skype:not(:disabled):not(.disabled):active {
  background: #0091d2;
  border-color: #0091d2;
}

.btn.btn-skype:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4) !important;
}

.btn.btn-skype.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-skype:hover {
  -webkit-animation: none;
}

.btn.btn-outline-skype {
  background: none;
  border-color: #00aff0;
  color: #00a5e6;
  border-width: 1px;
}

.btn.btn-outline-skype:not(:disabled):not(.disabled):hover {
  background: #00aff0;
  border-color: #00aff0;
  color: white;
}

.btn.btn-outline-skype:not(:disabled):not(.disabled):focus, .btn.btn-outline-skype:not(:disabled):not(.disabled):active {
  background: #0091d2;
  border-color: #0091d2;
  color: white;
}

.btn.btn-outline-skype:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(0, 175, 240, 0.4);
}

.btn.btn-outline-skype.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-skype:hover {
  -webkit-animation: none;
}

.btn.btn-yahoo {
  background: #410093;
  border-color: #410093;
  color: white;
}

.btn.btn-yahoo:not(:disabled):not(.disabled):hover, .btn.btn-yahoo:not(:disabled):not(.disabled):focus, .btn.btn-yahoo:not(:disabled):not(.disabled):active {
  background: #230075;
  border-color: #230075;
}

.btn.btn-yahoo:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
          box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4) !important;
}

.btn.btn-yahoo.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-yahoo:hover {
  -webkit-animation: none;
}

.btn.btn-outline-yahoo {
  background: none;
  border-color: #410093;
  color: #370089;
  border-width: 1px;
}

.btn.btn-outline-yahoo:not(:disabled):not(.disabled):hover {
  background: #410093;
  border-color: #410093;
  color: white;
}

.btn.btn-outline-yahoo:not(:disabled):not(.disabled):focus, .btn.btn-outline-yahoo:not(:disabled):not(.disabled):active {
  background: #230075;
  border-color: #230075;
  color: white;
}

.btn.btn-outline-yahoo:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
     -moz-box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
          box-shadow: 0 0 0 0.2rem rgba(65, 0, 147, 0.4);
}

.btn.btn-outline-yahoo.btn-pulse:not(:disabled):not(.disabled) {
  -webkit-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
     -moz-box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
          box-shadow: 0 0 0 0 rgba(65, 0, 147, 0.9) !important;
  -webkit-animation: pulse 1.5s infinite !important;
}

.btn.btn-outline-yahoo:hover {
  -webkit-animation: none;
}

.btn.btn-apple, .btn.btn-google-play {
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}

.btn.btn-apple img, .btn.btn-google-play img {
  width: 35px;
  margin-right: 10px;
}

.btn.btn-apple i, .btn.btn-google-play i {
  font-size: 40px;
  margin-right: 10px;
}

.btn.btn-apple > span, .btn.btn-google-play > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.btn.btn-apple > span span:nth-child(2), .btn.btn-google-play > span span:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.btn.btn-apple:hover, .btn.btn-apple:active, .btn.btn-apple:focus, .btn.btn-google-play:hover, .btn.btn-google-play:active, .btn.btn-google-play:focus {
  background: #040507;
  color: white;
}

.btn.btn-apple {
  border: 1px solid #040507;
  color: #040507;
}

.btn.btn-google-play {
  background: #040507;
  color: white;
}

.btn.btn-google-play > span span:nth-child(1) {
  text-transform: uppercase;
  font-size: 12px;
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    -moz-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
         box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@-o-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
       -moz-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

body {
  background-color: #ebebeb;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

body:not(.form-membership) {
  overflow: hidden;
}

.btn {
  border-color: transparent;
}

.btn-primary, a[href="#next"], a[href="#previous"] {
  background-color: #ff5e6c;
}

a {
  color: #ff5e6c;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #ff929c;
}

.form-control {
  font-size: 14px;
}

.page-loading {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 999;
}

.btn-icon {
  margin-right: .5rem;
}

.list-group-item {
  background-color: inherit;
  border-color: #ebebeb;
}

ul.list-inline .list-inline-item {
  margin-bottom: .5rem;
}

ul.list-inline .list-inline-item:not(:last-child) {
  margin-right: 0;
}

ul.list-inline:not(.social-links) .list-inline-item {
  margin-left: .5rem;
}

ul.list-inline.social-links .list-inline-item {
  margin-right: .5rem;
  margin-bottom: .6rem;
}

.files ul.list-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.files ul.list-inline .list-inline-item {
  margin-left: 0;
  margin-right: .5rem;
}

.connection-error svg {
  margin: 30px 0;
  height: 100px;
  width: 100%;
}

.connection-error svg path, .connection-error svg circle, .connection-error svg polygon {
  fill: #ea4141;
}

.form-control {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.form-control:focus {
  border-color: #ff5d6b;
  -webkit-box-shadow: 0 0 0 0.05rem #ff5e6c;
     -moz-box-shadow: 0 0 0 0.05rem #ff5e6c;
          box-shadow: 0 0 0 0.05rem #ff5e6c;
}

.custom-control-label {
  line-height: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff5e6c;
  border-color: #ff5e6c;
}

.dropdown-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
     -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px -10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
  background-color: #ebebeb;
  color: black;
}

figure.avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

figure.avatar .avatar-title {
  color: rgba(255, 255, 255, 0.8);
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
}

figure.avatar > a {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  color: #ff5e6c;
}

figure.avatar > a > img, figure.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure.avatar.avatar-sm {
  height: 1.5rem;
  width: 1.5rem;
}

figure.avatar.avatar-sm .avatar-title {
  font-size: 14px;
}

figure.avatar.avatar-sm.avatar-state-primary:before, figure.avatar.avatar-sm.avatar-state-success:before, figure.avatar.avatar-sm.avatar-state-danger:before, figure.avatar.avatar-sm.avatar-state-warning:before, figure.avatar.avatar-sm.avatar-state-info:before, figure.avatar.avatar-sm.avatar-state-secondary:before, figure.avatar.avatar-sm.avatar-state-light:before, figure.avatar.avatar-sm.avatar-state-dark:before {
  width: .8rem;
  height: .8rem;
}

figure.avatar.avatar-lg {
  height: 4rem;
  width: 4rem;
}

figure.avatar.avatar-lg .avatar-title {
  font-size: 29px;
}

figure.avatar.avatar-lg.avatar-state-primary:before, figure.avatar.avatar-lg.avatar-state-success:before, figure.avatar.avatar-lg.avatar-state-danger:before, figure.avatar.avatar-lg.avatar-state-warning:before, figure.avatar.avatar-lg.avatar-state-info:before, figure.avatar.avatar-lg.avatar-state-secondary:before, figure.avatar.avatar-lg.avatar-state-light:before, figure.avatar.avatar-lg.avatar-state-dark:before {
  width: 1.2rem;
  height: 1.2rem;
  right: -1px;
}

figure.avatar.avatar-xl {
  height: 6.3rem;
  width: 6.3rem;
}

figure.avatar.avatar-xl .avatar-title {
  font-size: 39px;
}

figure.avatar.avatar-xl.avatar-state-primary:before, figure.avatar.avatar-xl.avatar-state-success:before, figure.avatar.avatar-xl.avatar-state-danger:before, figure.avatar.avatar-xl.avatar-state-warning:before, figure.avatar.avatar-xl.avatar-state-info:before, figure.avatar.avatar-xl.avatar-state-secondary:before, figure.avatar.avatar-xl.avatar-state-light:before, figure.avatar.avatar-xl.avatar-state-dark:before {
  width: 1.2rem;
  height: 1.2rem;
  top: 2px;
  right: 7px;
}

figure.avatar.avatar-state-primary, figure.avatar.avatar-state-success, figure.avatar.avatar-state-danger, figure.avatar.avatar-state-warning, figure.avatar.avatar-state-info, figure.avatar.avatar-state-secondary, figure.avatar.avatar-state-light, figure.avatar.avatar-state-dark {
  position: relative;
}

figure.avatar.avatar-state-primary:before, figure.avatar.avatar-state-success:before, figure.avatar.avatar-state-danger:before, figure.avatar.avatar-state-warning:before, figure.avatar.avatar-state-info:before, figure.avatar.avatar-state-secondary:before, figure.avatar.avatar-state-light:before, figure.avatar.avatar-state-dark:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  top: -3px;
  right: -3px;
  border: 3px solid white;
}

figure.avatar.avatar-state-primary:before {
  background: #ff5e6c;
}

figure.avatar.avatar-state-success:before {
  background: #0abb87;
}

figure.avatar.avatar-state-danger:before {
  background: #ea4141;
}

figure.avatar.avatar-state-warning:before {
  background: #ff9d36;
}

figure.avatar.avatar-state-info:before {
  background: #00bcd4;
}

figure.avatar.avatar-state-secondary:before {
  background: dimgray;
}

figure.avatar.avatar-state-light:before {
  background: #e6e6e6;
}

figure.avatar.avatar-state-dark:before {
  background: #3a3f51;
}

.avatar-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2.2rem;
}

.avatar-group figure.avatar {
  margin-right: -1.2rem !important;
}

.avatar-group figure.avatar:last-child {
  margin-right: 0;
}

.avatar-group figure.avatar:hover {
  position: relative;
  z-index: 1;
}

.modal-content {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}

.modal-content .modal-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  background-color: whitesmoke;
  border-bottom: none;
}

.modal-content .modal-header .modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 13px;
  font-weight: 600;
}

.modal-content .modal-header .modal-title i, .modal-content .modal-header .modal-title figure.avatar {
  margin-right: .7rem;
  font-size: 17px;
}

.modal-content .modal-header .modal-title + button {
  text-shadow: none;
  font-size: 14px;
  margin: 0;
  background-color: #e1e1e1;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
}

.modal-content .modal-body {
  padding: 30px;
}

.modal-content .modal-footer {
  border-top: none;
  padding: 30px;
  padding-top: 0;
}

body:not(.no-blur-effect).modal-open .layout {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

body:not(.no-blur-effect) .modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.5);
  -moz-transform: translate(0, 0) scale(0.5);
   -ms-transform: translate(0, 0) scale(0.5);
    -o-transform: translate(0, 0) scale(0.5);
       transform: translate(0, 0) scale(0.5);
}

body:not(.no-blur-effect) .modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
   -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
       transform: translate(0, 0) scale(1);
}

.call .modal-content {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

.call .modal-content .modal-body {
  padding: 50px 0;
}

.call .call-background {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
          background-size: cover !important;
  background-position: center !important;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  opacity: .2;
}

.call .call-background + div {
  position: relative;
  z-index: 1;
  text-align: center;
}

.call .call-background + div .action-button {
  margin-top: 3rem;
}

.call .call-background + div .action-button .btn {
  font-size: 26px;
  width: 70px;
  height: 70px;
  margin: 0 20px;
}

nav.navigation {
  background: white;
}

nav.navigation .nav-group {
  width: 70px;
}

nav.navigation ul {
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

nav.navigation ul li {
  list-style: none;
}

nav.navigation ul li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  color: #828282;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
nav.navigation ul li .carttotal{
    width: 20px;
    height: 20px;
    background-color: #ff7373;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 45px;
    padding: 0px;
    text-align: center;
    color: #fff;
    margin-top: 3px;
    z-index: 1;
}
nav.navigation ul li a.notifiy_badge:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff7373;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

nav.navigation ul li a.success_badge:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: green;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

nav.navigation ul li a.warning_badge:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: orange;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

nav.navigation ul li a.active {
  color: #ff5e6c;
}

nav.navigation ul li a.logo {
  margin-bottom: 1rem;
  background-color: #ff5e6c;
}

nav.navigation ul li a.logo svg path {
  fill: rgba(255, 255, 255, 0.7);
}

nav.navigation ul li a.logo svg circle {
  fill: rgba(255, 255, 255, 0.7);
}

nav.navigation ul li a.logo i {
  font-size: 26px;
}

nav.navigation ul li a.logo:hover, nav.navigation ul li a.logo:focus {
  background-color: #ff5e6c;
}

nav.navigation ul li a:hover, nav.navigation ul li a:focus {
  color: #ff5e6c;
}

nav.navigation ul li a i {
  font-size: 19px;
}

nav.navigation ul li.brackets {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.rtl {
  direction: rtl;
}

body.rtl .btn-icon {
  margin-right: 0 !important;
  margin-left: .5rem;
}

body.rtl .mr-3.item-rtl {
  margin-right: 0 !important;
  margin-left: 1rem;
}

body.rtl ul.nav.nav-tabs {
  padding-right: 0;
}

body.rtl .files ul.list-inline, body.rtl ul.social-links {
  padding-right: 0;
}

body.rtl .files ul.list-inline li.list-inline-item, body.rtl ul.social-links li.list-inline-item {
  margin-right: 0;
  margin-left: .5rem;
}

body.rtl .modal .modal-content {
  text-align: right;
}

body.rtl .modal .modal-content .modal-header .modal-title i {
  margin-right: 0;
  margin-left: .7rem;
}

body.rtl .modal .modal-footer {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body.rtl .input-group .input-group-prepend .input-group-text {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
}

body.rtl .input-group .form-control {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
}

body.rtl .custom-file-label::after {
  right: auto;
  left: 0;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
}

body.rtl nav.navigation ul li a.notifiy_badge:before {
  left: 10px;
  right: auto !important;
}

body.rtl .sidebar-group .sidebar {
  margin-left: 30px;
  margin-right: 0 !important;
  text-align: right;
}

body.rtl .sidebar-group .sidebar > header ul.list-inline li.list-inline-item {
  margin-left: 0 !important;
  margin-right: .5rem !important;
}

body.rtl .sidebar-group .sidebar .list-group-item.open-chat:before {
  left: auto;
  right: 0;
}

body.rtl .sidebar-group .sidebar .list-group-item figure {
  margin-right: 0 !important;
  margin-left: 1rem;
}

body.rtl .sidebar-group .sidebar .list-group-item .avatar-group figure.avatar {
  margin-right: -2rem !important;
}

body.rtl .sidebar-group .sidebar .list-group-item .users-list-body {
  text-align: right;
}

body.rtl .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
  right: auto !important;
  left: 0;
  -webkit-box-shadow: 8px 1px 10px 5px #fff !important;
     -moz-box-shadow: 8px 1px 10px 5px #fff !important;
          box-shadow: 8px 1px 10px 5px #fff !important;
}

body.rtl .list-group {
  padding-right: 0;
}

body.rtl .chat .chat-header .chat-header-user {
  text-align: right;
}

body.rtl .chat .chat-header .chat-header-user figure {
  margin-right: 0 !important;
  margin-left: 1rem;
}

body.rtl .chat .chat-header .chat-header-action .list-inline-item {
  margin-right: .5rem !important;
  margin-left: 0 !important;
}

body.rtl .chat .chat-body .messages .message-item {
  text-align: right;
}

body.rtl .chat .chat-body .messages .message-item ul {
  padding-right: 0 !important;
}

body.rtl .chat .chat-body .messages .message-item .message-content.message-file .file-icon {
  margin-right: 0 !important;
  margin-left: 1rem;
}

body.rtl .chat .chat-body .messages .message-item.outgoing-message {
  margin-left: 0 !important;
  margin-right: auto;
}

body.rtl .chat + .sidebar-group .sidebar {
  margin-left: 0 !important;
  margin-right: 30px !important;
}

body.dark {
  background-color: #272935;
  color: rgba(255, 255, 255, 0.75);
}

body.dark .text-muted {
  color: rgba(255, 255, 255, 0.4) !important;
}

body.dark nav.navigation {
  background-color: #464852;
}

body.dark nav.navigation ul li a {
  color: rgba(255, 255, 255, 0.7);
}

body.dark nav.navigation ul li a:hover, body.dark nav.navigation ul li a:focus {
  background-color: #5a5c66;
}

body.dark .layout .content .sidebar-group .sidebar {
  background-color: #464852;
}

body.dark .layout .content .sidebar-group .sidebar .list-group-item .users-list-body p {
  color: rgba(255, 255, 255, 0.4);
}

body.dark .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
  background-color: #464852;
  -webkit-box-shadow: -8px 1px 10px 5px #464852;
     -moz-box-shadow: -8px 1px 10px 5px #464852;
          box-shadow: -8px 1px 10px 5px #464852;
}

body.dark .layout .content .sidebar-group .sidebar > form input[type=text] {
  background-color: #5a5c66;
  color: rgba(255, 255, 255, 0.7);
}

body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .sidebar-group .sidebar > form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .chat .chat-header {
  border-bottom-color: #32343e;
}

body.dark .layout .content .chat .chat-body .messages .message-item .message-content {
  background-color: #464852;
}

body.dark .layout .content .chat .chat-body .messages .message-item.outgoing-message .message-content {
  background-color: rgba(61, 177, 107, 0.3);
}

body.dark .layout .content .chat .chat-footer {
  border-top-color: #32343e;
}

body.dark .layout .content .chat .chat-footer .form  {
  background-color: #464852;
}

body.dark .layout .content .chat .chat-footer .form  input[type=text] {
  color: rgba(255, 255, 255, 0.7);
}

body.dark .layout .content .chat .chat-footer .form  input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .chat .chat-footer .form  input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .chat .chat-footer .form  input[type=text]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .layout .content .chat .chat-footer .form  input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark.rtl .layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
  -webkit-box-shadow: 8px 1px 10px 5px #464852 !important;
     -moz-box-shadow: 8px 1px 10px 5px #464852 !important;
          box-shadow: 8px 1px 10px 5px #464852 !important;
}

body.dark .modal-content {
  background-color: #464852;
}

body.dark .modal-content .modal-header {
  background-color: #5a5c66;
}

body.dark .list-group-item {
  border-color: #5a5c66;
}

body.dark .dropdown-menu {
  background-color: #5a5c66;
  border-color: transparent;
}

body.dark .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}

body.dark .dropdown-menu .dropdown-item:focus, body.dark .dropdown-menu .dropdown-item:hover, body.dark .dropdown-menu .dropdown-item:active, body.dark .dropdown-menu .dropdown-item.active {
  background-color: #464852;
}

body.dark input[type=text], body.dark textarea, body.dark select {
  background-color: #5a5c66;
  color: rgba(255, 255, 255, 0.7);
  border-color: #6e707a;
}

body.dark input[type=text]:focus, body.dark textarea:focus, body.dark select:focus {
  color: rgba(255, 255, 255, 0.7);
  background-color: #5a5c66;
  border-color: #aaacb6;
}

body.dark input[type=text]::-webkit-input-placeholder, body.dark textarea::-webkit-input-placeholder, body.dark select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark input[type=text]::-moz-placeholder, body.dark textarea::-moz-placeholder, body.dark select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark input[type=text]::-ms-input-placeholder, body.dark textarea::-ms-input-placeholder, body.dark select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark input[type=text]::placeholder, body.dark textarea::placeholder, body.dark select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.dark .custom-control-label::before {
  background-color: #5a5c66;
  border-color: #6e707a;
}

body.dark .input-group-text {
  background-color: #464852;
  color: rgba(255, 255, 255, 0.7);
  border-color: #6e707a;
}

body.dark .nav-tabs .nav-link.active {
  border-color: #5a5c66;
  border-bottom-color: #464852;
  background-color: #464852;
  color: rgba(255, 255, 255, 0.7);
}

body.dark .nav-tabs .nav-link:hover, body.dark .nav-tabs .nav-link:focus {
  border-color: #5a5c66;
  border-bottom-color: #464852;
}

body.dark .nav-tabs {
  border-bottom-color: #5a5c66;
}

body.dark .custom-file-label {
  background-color: #5a5c66;
  border-color: #6e707a;
  color: rgba(255, 255, 255, 0.7);
}

body.dark .custom-file-label:after {
  background-color: #464852;
  color: rgba(255, 255, 255, 0.7);
}

body.dark .btn.btn-light {
  background-color: #5a5c66;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}

body.dark .btn.btn-light:focus, body.dark .btn.btn-light:hover {
  border-color: transparent !important;
  background-color: #5a5c66 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
     -moz-box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
          box-shadow: 0 0 0 0.2rem rgba(90, 92, 102, 0.6) !important;
}

body.dark figure.avatar.avatar-state-danger:before, body.dark figure.avatar.avatar-state-dark:before, body.dark figure.avatar.avatar-state-info:before, body.dark figure.avatar.avatar-state-light:before, body.dark figure.avatar.avatar-state-primary:before, body.dark figure.avatar.avatar-state-secondary:before, body.dark figure.avatar.avatar-state-success:before, body.dark figure.avatar.avatar-state-warning:before {
  border-color: #464852;
}

body.form-membership {
  background: url(../../dist/media/img/bg2.jpg) white;
  background-attachment: fixed;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  padding: 3rem 0;
}

body.form-membership .form-wrapper {
  background-color: white;
  padding: 3rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 430px;
  margin: 50px auto;
  text-align: center;
}

body.form-membership .form-wrapper .logo {
  background-color: white;
  width: 100px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}

body.form-membership .form-wrapper h5 {
  text-align: center;
  margin-bottom: 2rem;
}

body.form-membership .form-wrapper form .form-control {
  margin-bottom: 1.5rem;
}

body.form-membership .form-wrapper hr {
  margin: 2rem 0;
}
/*
@media screen and (max-width: 1200px) {
  body:not(.rtl) #subshow.sidebar-group {
    position: fixed;
    right: -50%;
    top: 0;
    bottom: 0;
    width: 30%;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 25px 0px 30px 5px black;
       -moz-box-shadow: 25px 0px 30px 5px black;
            box-shadow: 25px 0px 30px 5px black;
    visibility: hidden;
  }
  body:not(.rtl) #subshow.sidebar-group .sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
  }
  body:not(.rtl) #subshow.sidebar-group.mobile-open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
   
}
*/
@media screen and (max-width: 760px) {
  body:not(.rtl) #mainshow.sidebar-group{
    position: fixed;
    right: -50%;
    top: 0;
    bottom: 0;
    width: 30%;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 25px 0px 30px 5px black;
       -moz-box-shadow: 25px 0px 30px 5px black;
            box-shadow: 25px 0px 30px 5px black;
    visibility: hidden;
  }
  body:not(.rtl) #mainshow.sidebar-group .sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
  }
  body:not(.rtl) #mainshow.sidebar-group.mobile-open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  body.rtl .sidebar-group #pos {
    position: fixed;
    left: -50%;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: -25px 0px 30px 5px black;
       -moz-box-shadow: -25px 0px 30px 5px black;
            box-shadow: -25px 0px 30px 5px black;
    visibility: hidden;
  }
  body.rtl .sidebar-group #pos.sidebar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
  }
  body.rtl .sidebar-group.mobile-open #pos {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  body.rtl .chat + .sidebar-group #pos.sidebar {
    margin-right: 0 !important;
  }
}




@media screen and (max-width: 992px) {
  body:not(.rtl) .sidebar-group, body .sidebar-group {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  body:not(.rtl) .sidebar-group, body .sidebar-group {
    width: 75%;
  }
  body:not(.rtl) .sidebar-group .sidebar .list-group-item .users-list-body h5, body .sidebar-group .sidebar .list-group-item .users-list-body h5 {
    font-size: 16px !important;
  }
  .layout .content {
    padding: 20px !important;
  }
  .layout .content .chat .chat-header {
    display: block !important;
    padding-bottom: 15px !important;
  }
  .layout .content .chat .chat-header .chat-header-user h5 {
    font-size: 19px !important;
  }
  .layout .content .chat .chat-header .chat-header-action {
    margin-top: 15px;
  }
  .layout .content .chat .chat-body .messages .message-item {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 576px) {
  body:not(.rtl) .sidebar-group, body .sidebar-group {
    width: 100%;
  }
  body.form-membership {
    padding: 20px;
  }
  body.form-membership .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.tab-content {
  padding-top: 30px;
}

.tab-content .form-item {
  margin-bottom: .8rem;
}

.layout {
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.layout .content {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout .content .sidebar-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout .content .sidebar-group .sidebar {
  margin-right: 30px;
  background: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout .content .sidebar-group .sidebar:not(.active) {
  display: none;
}

.layout .content .sidebar-group .sidebar > header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  height: 80px;
  font-weight: 700;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.layout .content .sidebar-group .sidebar > header > span {
  font-size: 22px;
}

.layout .content .sidebar-group .sidebar > header ul {
  margin-bottom: 0;
}

.layout .content .sidebar-group .sidebar > header ul li {
  margin-bottom: 0;
}

.layout .content .sidebar-group .sidebar > form {
  padding: 10px 20px;
}

.layout .content .sidebar-group .sidebar > form input[type="text"] {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: none;
  height: auto;
  padding: 10px 15px;
  background-color: #ebebeb;
}

.layout .content .sidebar-group .sidebar > form input[type="text"]:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.layout .content .sidebar-group .sidebar .sidebar-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}

.layout .content .sidebar-group .sidebar .list-group-item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.layout .content .sidebar-group .sidebar .list-group-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  background-color: #ff5e6c;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.layout .content .sidebar-group .sidebar .list-group-item.open-chat:before {
  opacity: 1;
}

.layout .content .sidebar-group .sidebar .list-group-item.open-chat .users-list-body p {
  font-weight: 600;
  color: #646464;
}

.layout .content .sidebar-group .sidebar .list-group-item figure {
  margin-right: 1rem;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-width: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body h5 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .2rem;
  line-height: 1;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
  color: #969696;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  -webkit-box-shadow: -8px 1px 10px 5px #ffffff;
     -moz-box-shadow: -8px 1px 10px 5px #ffffff;
          box-shadow: -8px 1px 10px 5px #ffffff;
  bottom: 0;
  padding: 0 5px;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action [data-toggle="dropdown"] i {
  font-size: 18px;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action .new-message-count {
  width: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  font-size: 13px;
  height: 23px;
  background-color: #ff5e6c;
  color: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.layout .content .sidebar-group .sidebar .list-group-item .users-list-body .users-list-action.action-toggle {
  display: none;
}

.layout .content .sidebar-group .sidebar .list-group-item:hover .users-list-action.action-toggle {
  display: block;
}

.layout .content .chat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout .content .chat .chat-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 20px;
}

.layout .content .chat .chat-header .chat-header-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout .content .chat .chat-header .chat-header-user figure {
  margin-right: 1rem;
}

.layout .content .chat .chat-header .chat-header-user h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}

.layout .content .chat .chat-header .chat-header-action ul {
  margin-bottom: 0;
}

.layout .content .chat .chat-header .chat-header-action ul > li > a {
  font-size: 16px;
}

.layout .content .chat .chat-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 20px 0;
}

.layout .content .chat .chat-body:not(.no-message) {
  overflow: auto;
}

.layout .content .chat .chat-body.no-message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.layout .content .chat .chat-body.no-message .no-message-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.layout .content .chat .chat-body.no-message .no-message-container i {
  font-size: 7em;
  opacity: .15;
  margin-bottom: 15px;
}

.layout .content .chat .chat-body.no-message .no-message-container p {
  font-size: 16px;
  color: #828282;
}

.layout .content .chat .chat-body .messages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.layout .content .chat .chat-body .messages .message-item {
  max-width: 75%;
  margin-bottom: 20px;
}

.layout .content .chat .chat-body .messages .message-item .message-content {
  background: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 20px;
}

.layout .content .chat .chat-body .messages .message-item .message-content.message-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-break: break-word;
}

.layout .content .chat .chat-body .messages .message-item .message-content.message-file .file-icon {
  font-size: 24px;
  margin-right: 1rem;
  color: #828282;
}

.layout .content .chat .chat-body .messages .message-item .message-content.message-file ul {
  margin-top: 3px;
  margin-bottom: 0;
}

.layout .content .chat .chat-body .messages .message-item .message-content.message-file ul li.list-inline-item {
  margin-left: 0;
  margin-right: .5rem;
}

.layout .content .chat .chat-body .messages .message-item .message-action {
  color: #828282;
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
}

.layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:before, .layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:after {
  content: "\e64c";
  font-family: 'themify';
}

.layout .content .chat .chat-body .messages .message-item .message-action .ti-double-check:after {
  margin-left: -4px;
}

.layout .content .chat .chat-body .messages .message-item.outgoing-message {
  margin-left: auto;
}

.layout .content .chat .chat-body .messages .message-item.outgoing-message .message-content {
  background-color: #cdcdcd;
}

.layout .content .chat .chat-body .messages .message-item.outgoing-message .message-action {
  text-align: right;
}

.layout .content .chat .chat-footer {
  border-top: 2px solid #e1e1e1;
  padding-top: 20px;
}

.layout .content .chat .chat-footer .form  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

.layout .content .chat .chat-footer .form  .form-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.layout .content .chat .chat-footer .form  .form-buttons .btn {
  margin-left: .5rem;
}

.layout .content .chat .chat-footer .form  input[type="text"] {
  border: none;
  background-color: inherit;
}

.layout .content .chat .chat-footer .form  input[type="text"]:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.layout .content .chat + .sidebar-group {
  margin-right: 0px;
}

.layout .content .chat + .sidebar-group .sidebar {
  margin-left: 30px;
  margin-right: 0px;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    background-color: #eceff1;
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.chip .close {
    float: right;
    padding-left: 0px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.paylist{
 
}

#carttotal {
    width: 50px;
    height: 50px;
    background-color: #ff7373;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    padding: 0px;
    text-align: center;
    color: #fff;
    margin-top: 3px;
    z-index: 1;
    font-size: 26px;
    line-height: 50px;
}


.container-fluid {
    background-color: #C5CAE9
}

.heading {
    font-size: 40px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding-left: 20px
}

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

.form-card {
    margin-left: 20px;
    margin-right: 20px
}

.form-card input,
.form-card textarea {
    padding: 10px 15px 5px 15px;
    border: none;
    border: 1px solid lightgrey;
    border-radius: 6px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: arial;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

.form-card input:focus,
.form-card textarea:focus {
    -moz-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    -webkit-box-shadow: 0px 0px 0px 1.5px skyblue !important;
    box-shadow: 0px 0px 0px 1.5px skyblue !important;
    font-weight: bold;
    border: 1px solid #304FFE;
    outline-width: 0
}
 

 
 

input:focus+label {
    color: #304FFE
}

.btn-pay {
    background-color: #304FFE;
    height: 60px;
    color: #ffffff !important;
    font-weight: bold
}

.btn-pay:hover {
    background-color: #3F51B5
}

.fit-image {
    
    object-fit: cover
}

img {
    border-radius: 5px
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid lightgrey;
    cursor: pointer;
    margin: 0px 25px 10px 0px;
}

.radio:hover {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2)
}

.radio.selected {
    box-shadow: 0px 0px 0px 1px rgba(255, 93, 107, 0.3);
    border: 2px solid #ff5d6b
}

.label-radio {
    font-weight: bold;
    color: #000000
}

.givemop{
	    margin-bottom: 10px;
    line-height: 50px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
        border: 6px solid #ff5d6b;
    color: #ff5d6b;
}

.payway{
	line-height: 28px;
    color: red;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 6px 0px;
}

 
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-A{
	background: #9E9E9E;
	margin: 10px 10px 0px 0px;
}

.label-B{
	background: #4a89dc;
    margin: 10px 10px 0px 0px;
}

.label-C{
	background: #F44336;
    margin: 10px 10px 0px 0px;
}

.label-D{
	background: #8BC34A;
    margin: 10px 10px 0px 0px;
}

.labelp-A{
	background: #9E9E9E;
	margin: 10px 10px 0px 0px;
}

.labelp-B{
	background: #9E9E9E;
    margin: 10px 10px 0px 0px;
}

.labelp-C{
	background: #8BC34A;
    margin: 10px 10px 0px 0px;
}

.labelp-D{
	background: #F44336;
    margin: 10px 10px 0px 0px;
}

.labelp-E{
	background: #F44336;
    margin: 10px 10px 0px 0px;
}

.labelp-P{
	background: #2cc185;
	margin: 10px 10px 0px 0px;
}

.labelp-Z{
	background: #2cc185;
	margin: 10px 10px 0px 0px;
}

.labelp-X{
	background: #fb6d9d;
	margin: 10px 10px 0px 0px;
}



.labels-A{
	background: #9E9E9E;
	margin: 10px 10px 0px 0px;
}

.labels-B{
	background: #4a89dc;
    margin: 10px 10px 0px 0px;
}

.labels-C{
	background: #4a89dc;
    margin: 10px 10px 0px 0px;
}

.labels-D{
	background: #8BC34A;
    margin: 10px 10px 0px 0px;
}

.labels-E{
	background: #F44336;
    margin: 10px 10px 0px 0px;
}

.labels-F{
	background: #4a89dc;
    margin: 10px 10px 0px 0px;
}

.labels-G{
	background: #8BC34A;
    margin: 10px 10px 0px 0px;
}
.speech-bubble {
    position: relative;
    border-radius: 17px;
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 13px;
    background-color: #E5E5EA;
    overflow: hidden;
    min-width: 60%;
}
.speech-right {
    max-width: 240px;
    float: left;
}
.speech-left {
    max-width: 240px;
    float: right;
}

.input-simple-2.has-icon i{
	position:absolute;
	z-index:2;
	right:0px;
	font-size:12px;
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	color:#666666;
}

.input-simple-2{
	box-sizing: border-box;
	display:block;
	width:100%;
}

.input-simple-2 input{
	border:solid 1px rgba(0,0,0,0.1);
	background-color:transparent;
	height:50px;
	line-height:50px;
	border-radius:3px!important;
	text-indent:15px;
	box-sizing: border-box;
	display:block;
	width:100%;
	font-size:12px;
	outline: none; 
	appearance: none;
	-webkit-appearance: none;
	transition:all 250ms ease;
}

.input-simple-2.textarea.has-icon i{margin-top:0px;}
.input-simple-2.textarea textarea{
	padding-top:5px;
	padding-right:30px;
	height:50px;
	border-radius:3px!important;
	padding-top:10px;
	padding-left:15px;
	line-height:28px;
	background-color:transparent;
	border:solid 1px rgba(0,0,0,0.1);
	transition:all 250ms ease;
    font-size:12px;
}

.input-simple-2.textarea textarea:focus{height:130px;}
.input-simple-2.has-icon input{text-indent:15px!important;}
.input-simple-2 input::placeholder, .input-simple-2 textarea::placeholder{color:#959595;}
.input-simple-2.input-blue input:focus{border:solid 1px #5D9CEC!important;}
.input-simple-2.input-green input:focus{border:solid 1px #A0D468!important;}
.input-simple-2.input-red input:focus{border:solid 1px #FC6E51!important;}

.select-box-2{border:solid 1px rgba(0,0,0,0.1); border-radius:3px!important; font-size:12px;}
.select-box-2 select{padding-left:15px!important; color:#a3a3a3;}
.select-box-2{background-position:center 10;}

.textarea-simple-2{
	width:100%;
	display:block;
	padding:0px;
	text-indent: 0px;
	transition:all 250ms ease;
}