/*
 * Bootstrap v3.4.1 grid optimized for Webshare
 */
/*
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT
 */

/*
 * Normalize.css optimized for Webshare
 */
/*
 * Normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css 
 */
html {
  font-size: initial;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
a {
  background-color: transparent;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
  /* outline: 1px dotted ButtonText; */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}

/* Bootstrap code */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height:100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height:100%;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1f284c;
  background-color: #FFF;
}
/* body.dark {
  color: #F4F8FB;
  background-color: #1E2431;
} */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #350674;
  text-decoration: none;
}
a:hover, a:visited, a.hover,a.active {
  text-decoration: underline;
}
/* a.f:focus, a.focus {
  box-shadow: 0 0 0 0.2rem rgb(167,130,236);
  border-radius:8px;
  padding: 7px;
} */
a:disabled, a.disabled {
  opacity: 0.5;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
/* @media (min-width: 1024px) {

} */
/* @media (min-width: 1200px) {

} */
@media (min-width: 1440px) {
  .container {
    width: 1340px;
	padding-right: 0;
	padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .container {
    /* width: 1480px; */
  }
}
/* .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


/* Optimized for Webshare buttons from Bootstrap v4.5.0 */
.btn {
  display: inline-block;
  color: #fff;
  fill: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #350674;
  border: 2px solid #350674;
  border-radius: 10px;
  padding: 9px 15px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  cursor:pointer;
  outline: none;
  outline-offset: 0;
}
.btn:hover{
	text-decoration: none;
}
.btn-lg {
  padding: 16px 18px;
  font-size: 16px;
}
.btn-xs{
	font-size: 12px;
	padding: 8px 11px;
	line-height: 16px;
}
.btn .icon{
  fill:#1f284c;
  vertical-align: -0.2em;
  font-size: 20px;
}
.btn.btn-sm .icon{
  /* margin-left: 6px; */
}
.btn.btn-lg .icon{
  /* margin-left: 8px; */
}
.btn.bordered{
	background-color: unset;
	color: #350674;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,.btn.hover {
  background: #550bb9;
  color: #FFF;
}
.btn:active,.btn.active {
  background: #550bb9;
  text-decoration: none;
}
/* .btn:focus,.btn.focus {
  box-shadow: 0 0 0 2px rgb(255,255,255), 0 0 0 4px rgb(251,199,87);
} */
.btn.disabled, .btn:disabled {
  opacity: 0.5;
}
.btn-white {
  color:#350674;
  fill:#350674;
  background-color: #FFF;
  border: 2px solid transparent;
}
.btn-white:hover {
  background-color:#E8DFFA;
  color:#350674;
}
.btn-white:active,.btn-white.active {
  background-color:#E0D3F8;
}
/* .btn-white:visited {
  background-color:#FFF;
} */
/* .btn-light-bg:visited,.btn-light-bg:active,.btn-light-bg.active {
  background-color:#E0D3F8;
} */
.btn-secondary {
  fill:#fff;
  color:#fff;
  background-color:#000;
  border: 2px solid transparent;
}
.btn-secondary.bordered {
  color:#000;
  border-color: #000;
}
.btn-secondary:hover {
  background-color:#fff;
  color:#000;
  border-color:#000;
}
.btn-secondary:active,.btn-secondary.active {
  background-color:#fff;
  color:#000;
  border-color:#000;
}
.btn-secondary:focus {
  background-color:#F5F5F5;
}
.btn-secondary.btn-icon:focus {
  background-color:#F1ECFC;
}


.btn-danger {
  fill:#fff;
  color:#fff;
  background-color:#f30050;
  border: 1px solid transparent;
}
.btn-danger:hover {
  background-color:#c90143;
}
.btn-danger:active,.btn-danger.active {
  background-color:#e0d3f8;
}
.btn-danger:focus {
  background-color:#c90143;
}
.btn-danger.btn-icon:focus {
  background-color:#F1ECFC;
}

.btn-gold {
    background: #ffe400;
    color: #000;
    border-color: #ffe400;
}
.btn-gold .icon{
    fill:#000;
}

.btn-block, .btn-sm-block{
	width: 100%;
}
.btn-icon {
  padding: 11px;
  line-height: 20px;
  min-width: 44px;
}
.btn-icon .icon{
  margin-left: 0;
  font-size: 20px;
}
.btn-icon.btn-white:focus,.btn-icon.btn-white.focus{
  background-color:inherit;
}

.btn-icon.btn-xs{
	padding: 6px;
	min-width: 32px;
	font-size: 16px;
	line-height: 16px;
}
.btn-icon.btn-xs .icon{
	font-size: 16px;
	vertical-align:baseline;
}



@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .btn{
    padding: 16px 18px;
	font-size: 16px;
  }
  .btn-icon {
    padding: 11px;
  }
  .btn-sm-block{
    width: auto;
  }
}
.btn-sm {
  padding: 11px 12px;
  line-height: 20px;
}
@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide-el {
  display: none !important;
}
.show-el {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.text-center {
  text-align: center !important; }
@-ms-viewport {
  width: device-width;
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important;
  }
}
/* 
.btn-icon.btn-success .icon{
  fill: #fff;
}
.btn-icon.dark .icon{
  fill: #fff;
  vertical-align: -0.25em;
}
.btn-icon.switch {
	border-radius:12px;
}
.btn-icon.switch:focus {
	outline: 2px solid #FFCC57;
}
.btn-icon.switch:hover,.btn-icon.switch:active,.btn-icon.switch.active {
	background-color: #E0F6EF;
}
.btn-icon.switch.white:hover,.btn-icon.switch.white:active,.btn-icon.switch.white.active {
	background-color: #FFF;
} 
.btn-icon.dark:hover,.btn-icon.dark:active,.btn-icon.dark.active {
	background-color: #02181A;
}*/
