img,
span.loading {
  vertical-align: middle;
}

legend,
td,
th {
  padding: 0;
}

.carousel-caption,
.carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.float-xs-left {
  float: left;
}

.btnbutton,
.input-group {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes wave {
  0% {
    transform: translate3d(-20px, 0, 0);
    -webkit-perspective: 1000;
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
  }
}

@-moz-keyframes wave {
  0% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes wave {
  0% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wave {
  0% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

span.loading {
  display: inline-block;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(/assets/img/spinner-solid-blue.svg);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

optgroup {
  font-weight: 700;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(/assets/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner,
.collapsing,
body.menu-open {
  overflow: hidden;
}

[role="button"] {
  cursor: pointer;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.carousel-caption .btn,
.text-hide,
.tooltip {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .green-btn {
    width: 300px !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.panel {
  background-color: #fff;
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  font-size: 16px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.btn.btn-close:before,
a.info {
  content: "";
}

.btn.btn-close:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  /* background-image: url(/assets/img/close-grey.svg); */
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}

body,
table {
  font-weight: 400;
  font-size: 14px;
  font-family: proxima-nova, Helvetica, sans-serif;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

body,
html {
  height: 100%;
}

body.light {
  background: #fff;
}

body.dark {
  background: #3964e7;
}

body.menu-open .grv-widget-tag {
  display: none;
}

.btn,
a.info {
  display: inline-block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
button:active,
button:hover {
  outline: 0;
}

a.info {
  height: 17px;
  width: 17px;
  background: url(/assets/img/info.svg) no-repeat;
  -webkit-transition: 0.2px;
  -moz-transition: 0.2px;
  -ms-transition: 0.2px;
  -o-transition: 0.2px;
  transition: 0.2px;
}

a.info.active {
  background-image: url(/assets/img/info-hover.svg);
}

a.icon span {
  vertical-align: middle;
  margin-left: 6px;
}

a,
a:link {
  font-weight: 500;
  text-decoration: none;
  outline: 0;
}

a:active,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img.profile,
img.rounded {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

b,
strong {
  font-weight: 600;
}

hr {
  border: 0;
  outline: 0;
  background: #e7e7e7;
  height: 2px;
  width: 100%;
  margin: 16px 0;
}

@media only screen and (min-width: 768px) {
  hr.lg {
    margin: 32px 0;
  }
}

.grecaptcha-badge {
  bottom: 90px !important;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }
}

.float-xs-right {
  float: right;
}

@media only screen and (min-width: 768px) {
  .float-sm-left {
    float: left;
  }

  .float-sm-right {
    float: right;
  }
}

@media only screen and (min-width: 992px) {
  .float-md-left {
    float: left;
  }

  .float-md-right {
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .float-lg-left {
    float: left;
  }

  .float-lg-right {
    float: right;
  }
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  font: inherit;
  overflow: visible;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  height: 42px;
  padding: 6px 12px;
  line-height: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btnbutton {
  -webkit-appearance: button;
}

.btn.btn-sm {
  height: 32px;
  padding: 6px 9px;
  line-height: 20px;
}

.btn.btn-block {
  display: block;
  text-align: center;
  width: 100% !important;
}

.btn .loading,
.btn.btn-hidden {
  display: none;
}

.btn.btn-white.btn-bordered:active,
.btn.btn-white.btn-bordered:hover {
  border: 1px solid;
}

.btn.btn-red-outline {
  color: #f50000;
  border: 1px solid #f50000;
  background: 0 0;
}

.btn.btn-red-outline:hover {
  background: rgba(0, 0, 0, 0.025);
}

.btn.btn-white-outline {
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
}

.btn.btn-white-outline:hover {
  color: #000;
  background: #fff;
}

.btn.btn-light {
  color: #161616;
  background: #f7f9fe;
}

.btn.btn-light:hover {
  background: #e6e9eb;
}

.btn.btn-light.btn-bordered {
  background: #f7f9fe;
  border: 1px solid rgba(19, 34, 80, 0.15);
}

.btn.btn-white {
  background: #fff;
}

.btn.btn-white:active,
.btn.btn-white:hover {
  color: #000;
  background: #fff;
}

.btn.btn-white.btn-bordered {
  color: #fff;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn.btn-white.btn-bordered:active,
.btn.btn-white.btn-bordered:hover {
  color: #fff;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn.btn-white.btn-bordered.btn-bordered-fill:active,
.btn.btn-white.btn-bordered.btn-bordered-fill:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

.btn.btn-blue {
  color: #fff;
  background: #3964e7;
}

.btn.btn-blue.btn-bordered {
  color: #365fdc;
  background: 0 0;
  border: 1px solid #c4d1f8;
}

.btn.btn-blue.btn-bordered:active,
.btn.btn-blue.btn-bordered:hover {
  color: #2351de;
  background: 0 0;
  border: 1px solid #7593ee;
}

.btn.btn-blue.btn-bordered.btn-bordered-fill:active,
.btn.btn-blue.btn-bordered.btn-bordered-fill:hover {
  color: #fff;
  background: #365fdc;
  border: none;
}

.btn.btn-blue:active,
.btn.btn-blue:hover {
  color: #fff;
  background: #365fdc;
}

.btn.btn-green,
.btn.btn-success {
  color: #fff;
  background: #1fd659;
}

.btn.btn-green.btn-bordered,
.btn.btn-success.btn-bordered {
  color: #1fd659;
  background: 0 0;
  border: 1px solid rgba(31, 214, 89, 0.3);
}

.btn.btn-green.btn-bordered:active,
.btn.btn-green.btn-bordered:hover,
.btn.btn-success.btn-bordered:active,
.btn.btn-success.btn-bordered:hover {
  color: #03cd43;
  background: 0 0;
  border: 1px solid rgba(31, 214, 89, 0.4);
}

.btn.btn-green.btn-bordered.btn-bordered-fill:active,
.btn.btn-green.btn-bordered.btn-bordered-fill:hover,
.btn.btn-success.btn-bordered.btn-bordered-fill:active,
.btn.btn-success.btn-bordered.btn-bordered-fill:hover {
  color: #fff;
  background: #1fd659;
  border: none;
}

.btn.btn-green:active,
.btn.btn-green:hover,
.btn.btn-success:active,
.btn.btn-success:hover {
  color: #fff;
  background: #03cd43;
}

.btn.btn-orange,
.btn.btn-warn {
  background: #ee822d;
  color: #fff;
}

.btn.btn-orange:hover,
.btn.btn-warn:hover {
  background: #e87e2c;
}

.btn.btn-orange.btn-orange-outline-disabled:disabled,
.btn.btn-orange.btn-warn-outline-disabled:disabled,
.btn.btn-warn.btn-orange-outline-disabled:disabled,
.btn.btn-warn.btn-warn-outline-disabled:disabled {
  color: #ee822d;
  border: 1px solid #ee822d;
  background: 0 0;
  opacity: 0.3;
}

.btn.btn-danger,
.btn.btn-red {
  background: #f50000;
  color: #fff;
}

.btn.btn-danger:hover,
.btn.btn-red:hover {
  background: red;
}

.btn.btn-danger.btn-danger-outline-disabled:disabled,
.btn.btn-danger.btn-red-outline-disabled:disabled,
.btn.btn-red.btn-danger-outline-disabled:disabled,
.btn.btn-red.btn-red-outline-disabled:disabled {
  color: #f50000;
  border: 1px solid #f50000;
  background: 0 0;
  opacity: 0.3;
}

.btn.btn-yellow {
  background: #ffc439;
  color: #000;
}

.btn.btn-yellow:hover {
  background: #ffb819;
}

.btn.btn-yellow.btn-yellow-outline-disabled:disabled {
  color: #ffc439;
  border: 1px solid #ffc439;
  background: 0 0;
  opacity: 0.3;
}

.btn.btn-transparent {
  background: 0 0;
  color: #404040;
}

.btn.btn-transparent:hover {
  border: 1px solid #404040;
}

.btn.btn-grey:active,
.btn.btn-grey:hover {
  color: #3964e7;
}

.btn.btn-bordered {
  color: #000;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.btn.btn-bordered:active,
.btn.btn-bordered:hover {
  color: #000;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.btn.btn-bordered.btn-bordered-fill:active,
.btn.btn-bordered.btn-bordered-fill:hover {
  color: #3964e7;
  background: #000;
  border: 1px solid #fff;
}

.btn.btn-borderless {
  border: none !important;
}

.btn.btn-borderless.btn-loading .loading {
  background-image: url(/assets/img/spinner-solid-blue.svg);
}

.btn img,
.btn span {
  vertical-align: middle;
}

.btn.btn-loading {
  position: relative;
  color: transparent !important;
}

.btn.btn-loading .loading {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/img/spinner-solid-white.svg);
}

.btn.btn-close {
  cursor: pointer;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.btn:disabled {
  opacity: 0.3;
}

.btn:disabled.btn-grey-disabled {
  background: #d5d5d5;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .btn.mx {
    display: block;
    text-align: center;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    line-height: 40px;
    font-size: 16px;
  }
}

.link {
  background: 0 0;
  padding: 0;
  border: none;
  text-decoration: underline;
}

.link em {
  font-style: normal;
  font-weight: 600;
}

button[disabled],
input[disabled] {
  opacity: 0.7;
}

.btn-group > .btn {
  vertical-align: middle;
}

.btn-group.menu > .btn {
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}

.btn.btn-grey {
  color: #132250;
  background: #eff2f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.form-group,
.input-group {
  margin-bottom: 10px;
}

.form-group label,
.input-group label {
  display: block;
  font-size: 14px;
  color: #676767;
  line-height: 20px;
  margin-bottom: 6px;
}

.form-group .form-control,
.input-group .form-control {
  display: inline-block;
  width: 100%;
}

.form-group:after,
.input-group:after {
  content: "";
  display: block;
  clear: both;
}

.input-group {
  position: relative;
  border: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}

.input-group .icon {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}

.input-group .icon.icon-ig {
  position: absolute;
  display: block;
  top: 15px;
  left: 16px;
}

.input-group .icon.icon-ig + .form-control {
  padding-left: 44px;
}

.input-group .form-control {
  padding: 6px 16px;
  height: 56px;
  color: #252525;
  font-size: 18px;
  outline: 0;
  background: 0 0;
  border: 1px solid rgba(19, 34, 80, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.input-group .form-control::-webkit-input-placeholder {
  color: #606060;
}

.input-group .form-control::-moz-placeholder {
  color: #606060;
}

.input-group .form-control:-ms-input-placeholder {
  color: #606060;
}

.input-group .form-control:disabled,
.input-group .form-control:disabled ~ label {
  color: #7c7c7c !important;
}

.input-group .form-control:focus {
  border: 1px solid #3964e7;
  -webkit-box-shadow: 0 0 0 2px #d7e0fa;
  -moz-box-shadow: 0 0 0 2px #d7e0fa;
  box-shadow: 0 0 0 2px #d7e0fa;
}

.input-group .form-control:disabled::-webkit-input-placeholder {
  color: #7c7c7c !important;
}

.input-group .form-control:disabled::-moz-placeholder {
  color: #7c7c7c !important;
}

.input-group .form-control:disabled:-ms-input-placeholder {
  color: #7c7c7c !important;
}

.input-group.input-dropdown > .dropdown > a:focus {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #3964e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px #d7e0fa;
  -moz-box-shadow: 0 0 0 2px #d7e0fa;
  box-shadow: 0 0 0 2px #d7e0fa;
}

.btn-group.vertical .btn:not(:last-child) {
  margin-bottom: 10px;
}

.btn-manage {
  display: flex;
  flex-direction: column;
}

/* .btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  

} */

.input-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 28px;
}

.input-switch input {
  display: none;
}

.input-switch span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: red;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.input-switch span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 5px;
  bottom: 5px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.input-switch span:after {
  content: "OFF";
  position: absolute;
  display: inline-block;
  margin-left: 58px;
  top: 4px;
  color: red;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.input-switch input:checked + span {
  background: #1fd659;
}

.input-switch input:checked + span:before {
  background: #fff;
  -webkit-transform: translateX(18px);
  -moz-transform: translateX(18px);
  -ms-transform: translateX(18px);
  -o-transform: translateX(18px);
  transform: translateX(18px);
}

.input-switch input:checked + span:after {
  content: "ON";
  color: #1fd659;
}

.input-switch input:disabled + span {
  background: #b6b6b6;
}

.input-switch input:disabled + span:before {
  background: #fff;
}

.input-switch input:disabled + span:after {
  content: "DISABLED";
  color: #b6b6b6;
}

label.check,
label.radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  height: 24px;
  line-height: 24px;
  color: #404040;
}

label.check > input,
label.radio > input {
  display: none;
}

label.check > input:checked + span:before,
label.radio > input:checked + span:before {
  background: #3964e7;
  border: 1px solid #3964e7;
}

label.check > span,
label.radio > span {
  display: inline-block;
  padding-left: 36px;
  color: #404040;
  font-size: 18px;
  text-align: left;
}

label.check > span:before,
label.radio > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: 0 0;
  border: 1px solid #cecece;
}

label.check > input:checked + span:before {
  background-image: url(/assets/img/check-white.svg);
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

label.check > span:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

label.radio > input:checked + span:before {
  background: #fff;
  border-width: 7px;
}

label.radio > span:before {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.form-group.list label.check,
.form-group.list label.radio {
  cursor: default;
  display: block;
  margin-bottom: 10px;
  padding: 6px 12px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  background: #fff;
}

.form-group.list label.check > span,
.form-group.list label.radio > span {
  padding-left: 36px;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.form-group.list label.check > span em,
.form-group.list label.radio > span em {
  font-style: normal;
  font-weight: 600;
}

.form-group.list label.check > span sub,
.form-group.list label.radio > span sub {
  font-size: 12px;
  position: relative;
  top: 1px;
  color: #161616;
  font-style: normal;
  font-weight: 400;
}

.form-group.list label.check > span .dull,
.form-group.list label.radio > span .dull {
  color: #676767;
  font-size: 16px;
}

.form-group.list label.check > span:before,
.form-group.list label.radio > span:before {
  top: 15px;
  left: 16px;
  height: 20px;
  width: 20px;
  background: 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.form-group.list label.check > span:after,
.form-group.list label.radio > span:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.form-group.list label.check.active,
.form-group.list label.radio.active {
  opacity: 0.6;
}

.form-group.list label.check > input:checked + span:before,
.form-group.list label.radio > input:checked + span:before {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background: #3964e7;
  box-shadow: 0 0 0 2px #3964e7;
}

.form-group.list label.check > input:checked + span:after,
.form-group.list label.radio > input:checked + span:after {
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  border: 1px solid #3964e7;
  -webkit-box-shadow: 0 0 0 2px #d7e0fa;
  -moz-box-shadow: 0 0 0 2px #d7e0fa;
  box-shadow: 0 0 0 2px #d7e0fa;
}

@media only screen and (max-width: 767px) {
  .form-group.list label.check.mx,
  .form-group.list label.radio.mx {
    height: 52px;
    padding: 6px 12px;
    line-height: 40px;
    font-size: 16px;
  }

  .form-group.list label.check.mx > span:before,
  .form-group.list label.radio.mx > span:before {
    top: 15px;
  }
}

.input-textarea {
  margin: 0;
}

.input-textarea textarea.form-control {
  display: block;
  height: auto !important;
  max-width: 100%;
  resize: vertical;
  padding: 8px 12px;
  line-height: 22px;
  min-height: 112px;
}

@media only screen and (max-width: 767px) {
  .input-textarea textarea.form-control.mx {
    display: block;
    width: 100%;
    min-height: 52px;
    height: auto;
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.range {
  margin-top: 16px;
  padding-bottom: 4px;
}

.range .input {
  position: relative;
  height: 32px;
  margin-bottom: 16px;
}

.range .input span {
  display: block;
}

.range .input .ui-slider {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 32px;
  background: 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.range .input .ui-slider .ui-slider-handle {
  cursor: pointer;
  margin-left: -12px;
  top: 4px;
  width: 24px;
  height: 24px;
  border: 4px solid #132250;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.15);
  -moz-box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.15);
  box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.15);
}

.range .input .ui-slider .ui-slider-handle:focus {
  outline: 0;
  background: #eaeaea;
}

.range .input .ui-slider .ui-slider-range {
  top: 14px;
  height: 4px;
  background: #132250;
}

.range .input .ui-slider.ui-slider-disabled .ui-slider-handle {
  border-color: #b6b6b6;
  -webkit-box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.05);
  -moz-box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.05);
  box-shadow: 0 0 0 4px rgba(19, 34, 80, 0.05);
}

.range .input .ui-slider:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 4px;
  background: #eaeaea;
}

.range .manual {
  display: flex;
}

.range .manual .input-group {
  flex-grow: 1;
}

.range .manual .input-group:not(:last-child) {
  margin-right: 16px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.validation-group .validation-message {
  display: none;
  text-align: left;
}

.validation-group.conflict .form-control,
.validation-group.invalid .form-control,
.validation-group.required .form-control {
  border: 2px solid #e20020 !important;
}

.validation-group.conflict .form-control:focus,
.validation-group.invalid .form-control:focus,
.validation-group.required .form-control:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(226, 0, 32, 0.12) !important;
  -moz-box-shadow: 0 0 0 2px rgba(226, 0, 32, 0.12) !important;
  box-shadow: 0 0 0 2px rgba(226, 0, 32, 0.12) !important;
}

.validation-group.conflict .validation-message.conflict,
.validation-group.invalid .validation-message.invalid,
.validation-group.required .validation-message.required {
  display: block;
  color: #e20020;
  line-height: normal;
  margin-top: 4px;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown {
  position: relative;
}

.dropdown > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  margin-left: 7px;
  vertical-align: middle;
  margin-top: -2px;
  background-image: url(/assets/img/caret.svg);
}

.dropdown.open > a:after,
.dropdown > a:hover:after {
  background-image: url(/assets/img/caret-blue.svg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1500;
  display: none;
  float: left;
  min-width: 130px;
  padding: 10px 0;
  margin: 3px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dropdown-menu li > a {
  position: relative;
  display: block;
  color: #224563;
  padding: 5px 16px;
  clear: both;
  white-space: nowrap;
  line-height: 19px;
  font-weight: 500;
}

.dropdown-menu li > a img.logout {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  top: 1px;
  vertical-align: top;
}

.dropdown-menu li > a:hover {
  background: #f3f3f3;
}

.dropdown-menu li.active > a {
  color: #000;
}

.dropdown-menu li.divider {
  height: 1px;
  margin: 8px 16px;
  background: #e7e7e7;
}

.dropdown-menu.checked li.active > a:after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/check.svg);
  position: absolute;
  top: 10px;
  right: 16px;
  width: 12px;
  height: 9px;
}

.input-group.input-dropdown > .dropdown > a:after,
.input-group.input-dropdown > .form-control {
  display: none !important;
}

.input-group.input-dropdown > .dropdown {
  height: 56px;
}

.input-group.input-dropdown > .dropdown > a {
  padding: 6px 16px;
  height: 100%;
  color: #161616;
  line-height: 42px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-group.input-dropdown > .dropdown > .dropdown-menu {
  width: 100%;
  max-height: 300px;
  text-align: center;
  font-size: 18px;
  overflow-y: auto;
}

.input-group.input-dropdown > .dropdown > .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-group.input-select > select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.input-group.input-select > select::ms-expand {
  display: none;
}

.input-group.input-dropdown > .dropdown:after,
.input-group.input-select:after {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 7px;
  width: 10px;
  height: 5px;
  top: 28px;
  right: 15px;
  background-image: url(/assets/img/caret-blue.svg);
  background-size: 10px 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.input-group.input-dropdown > .dropdown.open:after,
.input-group.input-select.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-search > .input-search-dropdown > .input-search-dropdown-menu {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 251px;
  background: #fff;
  border: 1px solid #cecece;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

table.table thead tr,
table.table tr {
  border-bottom: 1px solid #e7e7e7;
}

.input-search > .input-search-dropdown > .input-search-dropdown-menu > li {
  line-height: 24px;
}

.input-search
  > .input-search-dropdown
  > .input-search-dropdown-menu
  > li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

.input-search
  > .input-search-dropdown
  > .input-search-dropdown-menu
  > .load-more {
  position: absolute;
  display: block;
  bottom: -1px;
  left: -1px;
  right: -1px;
  text-align: center;
}

.input-search
  > .input-search-dropdown
  > .input-search-dropdown-menu
  > .load-more
  > a {
  display: block;
  padding: 7px 8px;
  color: #3964e7;
  background: #fff;
}

.input-search
  > .input-search-dropdown
  > .input-search-dropdown-menu.show-all
  > .load-more,
.input-search > .input-search-dropdown > .input-search-dropdown-menu:empty {
  display: none;
}

.input-search > .input-search-dropdown > .input-search-dropdown-menu.show-all {
  height: auto;
}

.input-search > .input-search-dropdown .input-search-item,
.input-search > .input-search-dropdown .load-more > a,
.input-search > .input-search-dropdown > .input-search-selection {
  padding: 14px 16px;
  color: #161616;
  font-size: 16px;
  line-height: 24px;
}

.input-search
  > .input-search-dropdown
  .input-search-item
  > .input-search-item-info,
.input-search > .input-search-dropdown .load-more > a > .input-search-item-info,
.input-search
  > .input-search-dropdown
  > .input-search-selection
  > .input-search-item-info {
  font-weight: 600;
  white-space: nowrap;
}

.input-search
  > .input-search-dropdown
  .input-search-item
  > .input-search-item-info
  > .input-search-item-subtitle,
.input-search
  > .input-search-dropdown
  .load-more
  > a
  > .input-search-item-info
  > .input-search-item-subtitle,
.input-search
  > .input-search-dropdown
  > .input-search-selection
  > .input-search-item-info
  > .input-search-item-subtitle {
  color: #676767;
  font-weight: 400;
}

.input-search > .input-search-dropdown .input-search-item:focus,
.input-search > .input-search-dropdown .input-search-item:hover,
.input-search > .input-search-dropdown .load-more > a:focus,
.input-search > .input-search-dropdown .load-more > a:hover {
  background: #f3f3f3;
}

.input-search > .input-search-dropdown > .input-search-selection {
  position: absolute;
  top: 0;
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.input-search
  > .input-search-dropdown
  > .input-search-selection
  > .close:after {
  content: "";
  display: inline-block;
  background-image: url(/assets/img/front/close.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.input-search.selected > .input-search-dropdown > .input-search-dropdown-menu,
.input-search:not(.selected)
  > .input-search-dropdown
  > .input-search-selection {
  display: none;
}

.input-group-igusername > .input-search-dropdown > .input-search-dropdown-menu {
  position: absolute;
  top: 56px;
  z-index: 1;
}

.input-group-igusername > .input-search-dropdown .input-search-item,
.input-group-igusername > .input-search-dropdown > .input-search-selection {
  display: flex;
}

.input-group-igusername > .input-search-dropdown .input-search-item > .profile,
.input-group-igusername
  > .input-search-dropdown
  > .input-search-selection
  > .profile {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.input-group-igusername
  > .input-search-dropdown
  .input-search-item
  > .input-search-item-info
  > span,
.input-group-igusername
  > .input-search-dropdown
  > .input-search-selection
  > .input-search-item-info
  > span {
  padding: 0 4px;
}

.input-group-igusername
  > .input-search-dropdown
  .input-search-item
  > .input-search-item-info.followers
  > span,
.input-group-igusername
  > .input-search-dropdown
  > .input-search-selection
  > .input-search-item-info.followers
  > span {
  padding: 0;
}

.input-group-igusername
  > .input-search-dropdown
  .input-search-item
  > .input-search-item-info.name,
.input-group-igusername
  > .input-search-dropdown
  > .input-search-selection
  > .input-search-item-info.name {
  padding: 0 12px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.input-group-igusername > .input-search-dropdown > .input-search-selection {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.input-group-igusername
  > .input-search-dropdown
  > .input-search-selection
  > .followers {
  display: none;
}

.text-center {
  text-align: center;
}

table.table,
table.table td.left,
table.table th.left {
  text-align: left;
}

.color-black {
  color: #161616 !important;
}

.color-muted {
  color: #909090 !important;
}

.color-danger,
.color-red {
  color: #f50000 !important;
}

.color-dark-red {
  color: #b30d0d !important;
}

strong.semi {
  font-weight: 500 !important;
}

table tr.negative {
  color: red;
}

table.table {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

table.table thead tr {
  border-top: 1px solid #e7e7e7;
}

table.table thead th {
  padding: 20px 0;
  height: 30px;
  color: #909090;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

table.table td.right,
table.table th.right {
  text-align: right;
}

table.table td {
  padding: 16px 0;
  line-height: 56px;
}

table.table-basic {
  width: 100%;
  text-align: left;
}

table.table-basic td {
  text-align: left;
  line-height: 32px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 12px;
  line-height: 1.17;
  font-weight: 400;
  font-family: proxima-nova, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 172px;
  padding: 9px 8px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}

.tooltip .tooltip-inner {
  color: #161616;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.tooltip .tooltip-inner .tooltip-order-content {
  text-align: left;
}

.av-notify {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1000;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .av-notify.av-notify-bottom {
    position: fixed;
    top: auto;
    bottom: 16px;
  }

  .av-notify.av-notify-left {
    text-align: left;
  }

  .av-notify.av-notify-center {
    text-align: center;
  }

  .av-notify.av-notify-right {
    text-align: right;
  }
}

.av-notify .notify,
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .av-notify .notify {
    position: relative;
  }
}

.av-notify .notify {
  position: absolute;
  display: block;
  bottom: 0;
}

.av-notify .notify .notify-container {
  display: inline-block;
  pointer-events: auto;
  vertical-align: top;
  margin: 0;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 16px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1055;
}

@media only screen and (max-width: 767px) {
  .av-notify .notify .notify-container {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    opacity: 1;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.av-notify .notify .notify-container p {
  display: inline-block;
  padding: 0 36px 0 0;
  margin: 0;
  max-width: 320px;
  width: auto;
}

.av-notify .notify .notify-container a {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}

.av-notify .notify .notify-container a.close {
  float: right;
  display: block;
  height: 22px;
  width: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  margin-left: 8px;
  text-decoration: none;
}

.modal-footer,
.modal-header {
  text-align: right;
}

.av-notify .notify .notify-container a.action {
  float: right;
  margin-left: 50px;
}

.av-notify .notify.notify-success .notify-container {
  background-color: rgba(31, 214, 89, 0.9);
}

.av-notify .notify.notify-info .notify-container {
  background-color: rgba(65, 188, 204, 0.9);
}

.av-notify .notify.notify-warn .notify-container {
  background-color: rgba(238, 130, 45, 0.9);
}

.av-notify .notify.notify-danger .notify-container,
.av-notify .notify.notify-err .notify-container {
  background-color: rgba(226, 0, 32, 0.9);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 10px 10px;
}

.modal-content {
  padding: 32px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=60);
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-footer {
  padding: 16px;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 0 auto 30px;
  }

  .modal-lg {
    width: 636px;
  }

  .modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .av-notify .notify .notify-container a.close {
    font-size: 30px;
  }

  .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .modal-dialog {
    margin: 0;
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    padding-top: 40px;
  }
}

.modal-dialog .modal-steps {
  font-size: 0;
  text-align: center;
  padding: 10px 0;
}

.modal-dialog .modal-steps span {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #b6b6b6;
}

.modal-dialog .modal-steps span.active {
  background-color: #909090;
}

.modal-dialog .modal-body {
  text-align: center;
}

.modal-dialog .modal-body .av-notify {
  margin-bottom: 16px;
}

.modal-dialog .modal-body .av-notify .notify {
  position: relative;
}

.modal-dialog .modal-header {
  position: relative;
  z-index: 1051;
}

.modal-dialog .modal-header .btn-close {
  top: -8px;
  right: -8px;
}

.modal-dialog .modal-header .btn-close:before {
  display: block;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-header .btn-close {
    top: 4px;
    right: 4px;
  }
}

.modal-dialog .modal-header .title {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  height: 18px;
  line-height: 18px;
  padding-bottom: 18px;
  text-transform: uppercase;
  margin-top: -12px;
  margin-left: 32px;
  letter-spacing: 0.5px;
}

.modal-dialog .modal-header .title a.info,
.modal-dialog .modal-header .title img {
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-header .title {
    margin-top: 0;
    margin-left: 16px;
  }
}

.modal-dialog .modal-top {
  margin-top: 48px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .modal-dialog .modal-top {
    margin-top: 24px;
  }

  .modal-dialog .modal-top > .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
  }
}

.modal-dialog .modal-top > .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.modal-dialog .modal-top > .icon .profile {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-top: -100px;
}

.modal-dialog .modal-top .title {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  color: #161616;
}

.modal-dialog .modal-top .title.title-space {
  letter-spacing: 0.5px;
}

.modal-dialog .modal-top .sub-title {
  margin-top: 6px;
  color: #676767;
  font-size: 18px;
  font-weight: 600;
}

.modal-dialog .modal-top p {
  margin: 10px 0 0;
  color: #676767;
  font-size: 16px;
  line-height: 18px;
}

.modal-dialog .modal-top p.disclaimer {
  position: relative;
  padding: 12px 8px 12px 52px;
  background: rgba(226, 0, 32, 0.9);
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
}

.modal-dialog .form-control.block {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .modal-dialog.modal-mo-bottom .modal-header .title {
    float: left;
    margin-left: 0;
    margin-top: 7px;
  }

  .modal-dialog.modal-mo-bottom .modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: auto;
  }

  .modal-dialog.modal-mo-center {
    position: relative;
  }

  .modal-dialog.modal-mo-center .modal-header {
    position: absolute;
    top: 16px;
    right: 16px;
    left: 16px;
  }

  .modal-dialog.modal-mo-center .modal-dialog {
    display: table;
    height: 100%;
    width: 100%;
  }

  .modal-dialog.modal-mo-center .modal-content {
    display: table-cell;
    vertical-align: middle;
  }

  .modal-content {
    padding-bottom: 50px;
  }
}

.modal-dialog .btn-group {
  padding-top: 12px;
}

.modal-dialog .btn-group .btn {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.modal-confirm .modal-dialog .title {
  font-size: 20px;
}

.modal-confirm .modal-dialog .btn-group .btn {
  font-size: 16px;
}

#creditsModal .modal-top .icon {
  background: #fcbd00;
  border: 8px solid #ffe17a;
  line-height: 64px;
  margin-top: -85px !important;
}

#addUserSubModal .modal-body form {
  text-align: left;
}

#addUserSubModal .modal-body form .btn-group {
  margin-top: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .modal-dialog .btn-group .btn {
    height: 56px;
  }

  #addUserSubModal .modal-body .modal-top {
    padding: 0 32px;
  }
}

#cancelModal .input-group.input-select select {
  font-weight: 600;
}

#cancelModal .input-group.input-textarea {
  margin-bottom: 21px;
}

#cancelModal .input-group.input-textarea textarea {
  height: 112px;
}

#confirmCancelDiscountModal,
#confirmCancelModal {
  color: #000;
}

#confirmCancelDiscountModal em,
#confirmCancelModal em {
  font-style: normal;
  font-weight: 600;
}

#confirmCancelDiscountModal .modal-body ul.discount-subs,
#confirmCancelModal .modal-body ul.discount-subs {
  list-style: none;
  margin: 0 -16px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#confirmCancelDiscountModal .modal-body ul.discount-subs > li,
#confirmCancelModal .modal-body ul.discount-subs > li {
  margin: 0 16px 32px;
  padding: 0 16px 16px;
  width: 202px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#confirmCancelDiscountModal .modal-body ul.discount-subs > li .sub-tag,
#confirmCancelModal .modal-body ul.discount-subs > li .sub-tag {
  display: inline-block;
  margin-bottom: 22px;
  padding: 9px 10px;
  top: 0;
  max-width: 170px;
  background: #ffeb38;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

#confirmCancelDiscountModal .modal-body ul.discount-subs > li .sub-description,
#confirmCancelModal .modal-body ul.discount-subs > li .sub-description {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
}

#confirmCancelDiscountModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount,
#confirmCancelModal .modal-body ul.discount-subs > li .sub-price.discount {
  margin-bottom: 12px;
  color: #828282;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}

#confirmCancelDiscountModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount
  .currency,
#confirmCancelModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount
  .currency {
  vertical-align: middle;
}

#confirmCancelDiscountModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount
  .price,
#confirmCancelModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount
  .price {
  margin: 0 6px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  vertical-align: middle;
}

#confirmCancelDiscountModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.discount
  .per,
#confirmCancelModal .modal-body ul.discount-subs > li .sub-price.discount .per {
  vertical-align: sub;
}

#confirmCancelDiscountModal
  .modal-body
  ul.discount-subs
  > li
  .sub-price.current,
#confirmCancelModal .modal-body ul.discount-subs > li .sub-price.current {
  margin-bottom: 22px;
  height: 18px;
  color: #eb5757;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
}

#confirmCancelDiscountModal .modal-body ul.discount-subs > li .btn-group .btn,
#confirmCancelModal .modal-body ul.discount-subs > li .btn-group .btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#confirmCancelDiscountModal .modal-body > hr,
#confirmCancelModal .modal-body > hr {
  margin: 0;
}

#confirmCancelDiscountModal .modal-body > p,
#confirmCancelModal .modal-body > p {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 16px;
}

#confirmCancelDiscountModal .modal-body .btn-group,
#confirmCancelModal .modal-body .btn-group {
  padding: 0;
}

#manageSubModal .input-dropdown,
#newSubModal .input-dropdown {
  margin-bottom: 10px;
}

#manageSubModal .input-dropdown > .dropdown a,
#newSubModal .input-dropdown > .dropdown a {
  text-align: left;
  color: #161616;
  font-size: 16px;
  font-weight: 400;
}

#manageSubModal .input-dropdown > .dropdown a em,
#newSubModal .input-dropdown > .dropdown a em {
  font-style: normal;
  font-weight: 600;
}

#manageSubModal .input-dropdown > .dropdown a .sub-description,
#newSubModal .input-dropdown > .dropdown a .sub-description {
  font-size: 18px;
  margin-right: 8px;
}

#manageSubModal .input-dropdown > .dropdown a .sub-price,
#newSubModal .input-dropdown > .dropdown a .sub-price {
  float: right;
}

#manageSubModal .input-dropdown > .dropdown a .sub-current,
#newSubModal .input-dropdown > .dropdown a .sub-current {
  display: inline-block;
  color: #3964e7;
}

#manageSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-description,
#newSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-description {
  margin-left: 32px;
}

#manageSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-current,
#newSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-current {
  padding: 5px;
  height: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.17;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(57, 100, 231, 0.1);
}

#dashboard,
body {
  background: #f3f3f3;
}

#manageSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-current:before,
#newSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-current:before {
  content: "CURRENT PLAN";
}

#manageSubModal
  .input-dropdown
  > .dropdown
  a[data-toggle="dropdown"]
  .sub-price,
#newSubModal .input-dropdown > .dropdown a[data-toggle="dropdown"] .sub-price {
  display: none;
}

.content,
.page {
  position: relative;
}

#manageSubModal .input-dropdown > .dropdown .dropdown-menu,
#newSubModal .input-dropdown > .dropdown .dropdown-menu {
  margin-top: 10px;
  padding: 0;
}

#manageSubModal .input-dropdown > .dropdown .dropdown-menu li,
#newSubModal .input-dropdown > .dropdown .dropdown-menu li {
  margin-left: 16px;
  margin-right: 16px;
}

#manageSubModal .input-dropdown > .dropdown .dropdown-menu li:not(:last-child),
#newSubModal .input-dropdown > .dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 2px solid #dadada;
}

#manageSubModal .input-dropdown > .dropdown .dropdown-menu li > a,
#newSubModal .input-dropdown > .dropdown .dropdown-menu li > a {
  margin-left: -16px;
  margin-right: -16px;
  padding: 18px 16px;
}

#manageSubModal .sub-details tr:last-child,
#newSubModal .sub-details tr:last-child {
  border: none;
}

#manageSubModal .sub-details td,
#manageSubModal .sub-details th,
#newSubModal .sub-details td,
#newSubModal .sub-details th {
  padding: 0 16px;
  height: 64px;
  white-space: nowrap;
}

#manageSubModal .sub-details td span,
#manageSubModal .sub-details th span,
#newSubModal .sub-details td span,
#newSubModal .sub-details th span {
  vertical-align: middle;
}

#manageSubModal .sub-details td,
#newSubModal .sub-details td {
  color: #444;
  font-size: 16px;
}

#manageSubModal .sub-details th,
#newSubModal .sub-details th {
  color: #000;
  font-size: 18px;
  text-align: right;
}

a,
a:link,
body {
  color: #132250;
}

#manageSubModal .sub-details .payment-info td img,
#manageSubModal .sub-details .payment-info th img,
#newSubModal .sub-details .payment-info td img,
#newSubModal .sub-details .payment-info th img {
  margin-right: 8px;
}

#manageSubModal .sub-details .payment-info .btn,
#newSubModal .sub-details .payment-info .btn {
  padding: 6px 8px;
  color: #132250;
  font-size: 16px;
  font-weight: 600;
}

#manageSubModal .sub-details .payment-info .btn i,
#newSubModal .sub-details .payment-info .btn i {
  margin-right: 4px;
  font-size: 14px;
  opacity: 0.5;
}

#manageSubModal .sub-details .btn-group,
#newSubModal .sub-details .btn-group {
  padding-top: 9px;
}

.modal .onboard .form-group {
  margin-bottom: 24px;
}

.modal .onboard .range {
  margin: 32px 0;
}

body {
  width: auto !important;
}

#dashboard .container {
  padding-left: 123px;
  padding-right: 123px;
}

#dashboard .container .content {
  padding: 0;
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  #dashboard .container {
    padding: 16px;
  }

  #dashboard .container.page {
    padding: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  #dashboard .container {
    padding-left: 42px;
    padding-right: 42px;
  }
}

body.blur .navbar,
body.blur .page {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.page {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .page {
    margin-top: 16px;
  }
}

.row.row-mini {
  margin: 0 -5px;
}

.row.row-mini .col-lg-1,
.row.row-mini .col-lg-10,
.row.row-mini .col-lg-11,
.row.row-mini .col-lg-12,
.row.row-mini .col-lg-2,
.row.row-mini .col-lg-3,
.row.row-mini .col-lg-4,
.row.row-mini .col-lg-5,
.row.row-mini .col-lg-6,
.row.row-mini .col-lg-7,
.row.row-mini .col-lg-8,
.row.row-mini .col-lg-9,
.row.row-mini .col-md-1,
.row.row-mini .col-md-10,
.row.row-mini .col-md-11,
.row.row-mini .col-md-12,
.row.row-mini .col-md-2,
.row.row-mini .col-md-3,
.row.row-mini .col-md-4,
.row.row-mini .col-md-5,
.row.row-mini .col-md-6,
.row.row-mini .col-md-7,
.row.row-mini .col-md-8,
.row.row-mini .col-md-9,
.row.row-mini .col-sm-1,
.row.row-mini .col-sm-10,
.row.row-mini .col-sm-11,
.row.row-mini .col-sm-12,
.row.row-mini .col-sm-2,
.row.row-mini .col-sm-3,
.row.row-mini .col-sm-4,
.row.row-mini .col-sm-5,
.row.row-mini .col-sm-6,
.row.row-mini .col-sm-7,
.row.row-mini .col-sm-8,
.row.row-mini .col-sm-9,
.row.row-mini .col-xs-1,
.row.row-mini .col-xs-10,
.row.row-mini .col-xs-11,
.row.row-mini .col-xs-12,
.row.row-mini .col-xs-2,
.row.row-mini .col-xs-3,
.row.row-mini .col-xs-4,
.row.row-mini .col-xs-5,
.row.row-mini .col-xs-6,
.row.row-mini .col-xs-7,
.row.row-mini .col-xs-8,
.row.row-mini .col-xs-9 {
  padding: 0 5px;
}

.aside {
  float: left;
  width: 260px;
  height: 400px;
  z-index: 1000;
}

.content {
  width: 100%;
  overflow: hidden;
  padding-left: 32px;
}

@media only screen and (max-width: 991px) {
  .aside {
    float: none;
    width: 100%;
    height: auto;
  }

  .content {
    width: 100%;
    padding: 0;
  }
}

.banner {
  padding: 4px 0;
  width: 100%;
  color: #fff;
  background: #41bccc;
  text-align: center;
}

.banner#dashboard-v2-banner {
  padding: 11px 22px;
  height: 50px;
  background: #3057c8;
}

.banner#dashboard-v2-banner img {
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  .banner#dashboard-v2-banner {
    height: 64px;
    text-align: left;
  }

  .banner#dashboard-v2-banner img {
    display: inline-block;
    margin-right: 22px;
    width: 24px;
    height: 24px;
  }

  .banner#dashboard-v2-banner span {
    display: inline-block;
    margin: 0;
    width: 200px;
    line-height: 1.25;
    text-align: left;
  }

  .banner#dashboard-v2-banner .btn-close {
    margin-top: 25px;
    margin-right: 20px;
  }
}

.banner#sub-banner {
  padding: 0;
  height: 56px;
  background: #6e7071;
  -webkit-box-shadow: inset 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -5px 10px 0 rgba(0, 0, 0, 0.2);
}

.banner#sub-banner span {
  display: inline-block;
  margin: 18px 0;
}

@media only screen and (max-width: 767px) {
  .banner#sub-banner {
    height: auto;
  }

  .banner#sub-banner span {
    margin-top: 18px;
    margin-bottom: 9px;
  }
}

.banner#sub-banner .btn {
  margin: 12px 5px;
  height: 32px;
  color: #224563;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
  font-weight: 600;
  line-height: inherit;
}

.banner#sub-banner .btn:active,
.banner#sub-banner .btn:hover,
.banner#sub-banner .btn:visited {
  border: 1px solid #224563;
}

@media only screen and (max-width: 767px) {
  .banner#sub-banner .btn {
    margin-top: 6px;
    margin-bottom: 18px;
  }
}

.banner#sub-banner a:not(.btn):active,
.banner#sub-banner a:not(.btn):hover,
.banner#sub-banner a:not(.btn):visited {
  color: #a6b4c0;
  text-decoration: underline;
}

.banner.notice-banner {
  padding: 14px 32px;
  height: auto;
  background: #f56f00;
  line-height: 28px;
  text-align: center;
}

.banner.notice-banner img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.banner.notice-banner span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.banner.notice-banner span br {
  display: none;
}

.banner.notice-banner span em {
  font-style: normal;
  font-weight: 700;
}

.banner.notice-banner span.highlight {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.banner.notice-banner .btn-group {
  display: inline-block;
}

.banner.notice-banner .btn-group > .btn {
  color: #f56f00;
  height: 28px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}

.banner.notice-banner .btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.banner.notice-banner .btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.banner.notice-banner .btn-group > .btn.btn-white-outline {
  color: #fff;
}

.banner.notice-banner .btn-group > .btn.btn-white-outline:hover {
  color: #f56f00;
}

.banner.notice-banner .btn-group > .btn:not(.btn-close) {
  padding: 4px 10px;
  margin-left: 10px !important;
}

.banner.notice-banner .btn-group > .btn.btn-close {
  margin-top: 19px;
  margin-right: 24px;
  width: 12px;
  height: 12px;
  line-height: 1px;
}

.banner.notice-banner .btn-group > .btn.btn-close:before {
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/close.svg);
  background-size: 12px 12px;
}

.banner.notice-banner .btn-group > .btn.btn-close:hover {
  border: none;
}

@media only screen and (max-width: 991px) {
  .banner.notice-banner {
    padding: 16px;
  }

  .banner.notice-banner img {
    display: none;
  }

  .banner.notice-banner span {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  .banner.notice-banner span br {
    display: inline;
  }

  .banner.notice-banner .btn-group {
    float: none;
  }

  .banner.notice-banner .btn-group > .btn {
    margin-left: 0 !important;
    margin-top: 10px;
    width: 100%;
    height: 32px;
  }
}

.banner.notice-banner:after {
  content: "";
  display: block;
  clear: both;
}

.banner.success {
  background-color: #1fd659;
}

.banner.info {
  background-color: #41bccc;
}

.banner.warn {
  background-color: #ee822d;
}

.banner.danger {
  background-color: #f50000;
}

.banner form {
  display: inline-block;
}

.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.divider span {
  margin: 0 10px;
  color: grey;
}

.navbar {
  background: #3964e7;
  height: 64px;
  padding: 16px 0;
  font-size: 16px;
}

.navbar .container {
  padding: 0;
  width: 100%;
  height: 100%;
}

.navbar .container .content {
  position: relative;
  padding: 0 24px;
  height: 32px;
  overflow: visible;
}

.navbar .container .content .navbar-right {
  float: right !important;
  margin-top: -5px;
}

.navbar .container .content a.logo {
  position: absolute;
  margin-left: -100px;
}

.navbar .container .content a.logo > span {
  content: url(/assets/img/logo.svg);
  display: inline-block;
  width: 200px;
  height: 32px;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .navbar .container .content a.logo {
    margin-left: -17px;
  }

  .navbar .container .content a.logo > span {
    content: url(/assets/img/logo-icon.svg);
    width: 34px;
  }

  .navbar .container .content a.logo:not(.center) {
    float: left;
    position: relative;
    margin: 0;
    left: auto;
  }
}

.navbar .container .content a.back {
  float: left;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
}

.navbar .container .content a.back > span {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .navbar .container .content a.back:before {
    background-position: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .navbar .container .content a.back {
    margin-left: 0;
  }
}

.navbar .container .content .navbar-user {
  margin: 0;
}

.navbar .container .content .navbar-credits,
.navbar .container .content .navbar-user {
  display: inline-block;
}

.navbar .container .content .navbar-credits {
  margin-right: 20px;
  padding: 7px 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  border: 1.5px solid #6083eb;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

.navbar .container .content .navbar-credits:hover {
  border-color: #fff;
}

@media only screen and (min-width: 992px) {
  .navbar .container .content .navbar-credits {
    font-weight: 500;
  }

  .navbar
    .container
    .content
    .navbar-user.open
    > a[data-toggle="dropdown"]:before {
    opacity: 0.8;
  }
}

.navbar .container .content .navbar-user {
  padding: 0;
}

.navbar .container .content .navbar-user > a[data-toggle="dropdown"] {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .navbar .container .content .navbar-user > a[data-toggle="dropdown"]:before {
    margin-right: 12px;
  }
}

.chasefran {
  padding: 0px !important;
}

.logo {
  padding: 0px !important;
}

.navbar .container .content .navbar-user > a[data-toggle="dropdown"]:after {
  display: none;
}

.navbar .container .content .navbar-user > a[data-toggle="dropdown"] .username {
  vertical-align: middle;
}

.navbar .container .content .navbar-user .dropdown-menu {
  padding: 0;
  margin-top: 8px;
  left: auto;
  right: 0;
  width: 188px;
}

.navbar .container .content .navbar-user .dropdown-menu li > a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
}

.navbar .container .content .navbar-user .dropdown-menu li img {
  float: right;
  width: 14px;
  height: 16px;
}

.navbar .container .content .navbar-user .dropdown-menu li.divider {
  margin: 10px 20px;
}

.navbar .container .content .navbar-user .dropdown-menu li:first-child > a {
  padding-top: 20px;
}

.navbar .container .content .navbar-user .dropdown-menu li:last-child > a {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .navbar .container .content .navbar-user {
    position: static;
  }

  .navbar
    .container
    .content
    .navbar-user
    > a[data-toggle="dropdown"]
    .username {
    display: none;
  }

  .navbar .container .content .navbar-user .dropdown-menu {
    display: block;
    margin: 0;
    top: 100%;
    left: 0;
    right: auto;
    width: 100%;
    max-height: 0;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: max-height 0.2s ease;
    -moz-transition: max-height 0.2s ease;
    -ms-transition: max-height 0.2s ease;
    -o-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
  }

  /* .navbar .container .content .navbar-user.open>a[data-toggle="dropdown"]:before { */
  /* content: "";
    width: 17.5px;
    height: 20px; */
  /* background-image: url(/assets/img/close.svg); */
  /* background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat; */
  /* } */

  .navbar .container .content .navbar-user.open .dropdown-menu {
    max-height: 1000px;
    border-width: 1px;
  }
}

.navbar .container .content .btn-group {
  margin: -3px 0;
}

.navbar .container .content .btn-group .btn,
.navbar .container .content .btn-group span {
  margin-left: 12px;
}

.navbar .container .content .btn-group span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

.navbar .container .content .btn-group .btn {
  padding: 9px 16px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.navbar .container .content:after {
  content: "";
  display: table;
  clear: both;
}

.navbar ~ .content.center,
.navbar ~ section.center {
  display: flex;
  align-items: center;
  height: calc(100vh - 64px);
}

@media only screen and (max-width: 991px) {
  .navbar .container .content {
    position: static;
    padding: 0 16px;
  }

  .navbar {
    position: relative;
  }
}

.navbar.tabbed {
  padding: 0 16px;
  height: 64px;
  background: #f3f3f3;
  border-bottom: 1px solid #d7d8de;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}

.navbar.tabbed ul.menu {
  margin: 0 -16px;
  padding: 0 16px 24px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar.tabbed ul.menu > li {
  display: flex !important;
  vertical-align: top;
}

.navbar.tabbed ul.menu > li > a {
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-weight: 600;
  background: 0 0;
  padding: 0 0 2px;
  margin-right: 24px;
  color: black !important;
}

.navbar.tabbed ul.menu > li > a img {
  margin-right: 12px;
}

.navbar.tabbed ul.menu > li > a span {
  vertical-align: middle;
}

.navbar.tabbed ul.menu > li > a:hover {
  background: 0 0;
}

.navbar.tabbed ul.menu li a:hover,
.navbar.tabbed ul.menu li.active a {
  color: #000;
  border-bottom: 2px solid #3964e7;
}

.navbar.tabbed img.logout {
  top: 18px;
}

.navbar.tabbed + .content {
  margin-top: 56px;
}

.panel {
  display: block;
  position: relative;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 0 #eee;
  -moz-box-shadow: 0 0 10px 0 #eee;
  box-shadow: 0 0 10px 0 #eee;
  margin-bottom: 16px;
}

.panel p {
  font-size: 14px;
  line-height: 18px;
}

.panel.no-drop {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel.panel-grey {
  border: 0;
  background: #fbfbfb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel.panel-alt {
  background: 0 0;
  border: 1px solid #d8dee3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel.panel-alt:hover {
  background: #fff;
  border-color: #fff;
}

.panel .panel-foot-push {
  height: 4px;
}

.panel .panel-foot {
  position: absolute;
  height: 4px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 0 4px 4px;
}

.panel .panel-foot.green {
  background-color: #7ebb28;
}

.panel .panel-bg {
  position: absolute;
  left: 0;
  right: 0;
}

.panel .panel-width {
  margin: 0 -18px;
}

@media only screen and (max-width: 767px) {
  .panel p {
    line-height: 20px;
    font-size: 16px;
  }

  .panel .panel-width {
    margin: 0 -16px;
  }

  .panel {
    padding: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .panel.panel-left {
    float: left;
    width: 50%;
  }

  .panel.panel-right {
    float: right;
    width: 50%;
  }

  .panel .panel-width {
    margin: 0 -20px;
  }

  .panel {
    padding: 20px;
  }
}

.panel.panel-pad {
  padding: 32px;
}

.topbar {
  background: #fff;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .panel.panel-pad {
    padding: 16px;
  }

  .container {
    width: 100%;
  }
}

#userSubNav.topbar {
  position: relative;
}

#userSubNav.topbar > .user-sub {
  padding: 16px;
}

#userSubNav.topbar > .user-sub > .profile {
  position: relative;
  float: none;
  margin-bottom: 16px;
}

#userSubNav.topbar > .user-sub > .profile > .avatar:after {
  top: 0;
  right: -4px;
}

#userSubNav.topbar > .user-sub > .profile > .info > .dropdown > a {
  font-weight: 500;
}

#userSubNav.topbar > .user-sub > .profile > .info > .dropdown > a .username {
  display: inline-block;
  max-width: calc(100% - 140px);
  color: #2d59df;
  vertical-align: middle;
}

#userSubNav.topbar > .user-sub > .profile > .info > .dropdown > .dropdown-menu {
  padding: 0;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li.user-sub
  > a.profile {
  padding: 12px 64px 12px 20px;
}

.bi-caret-down {
  color: black !important;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li.user-sub
  > a.profile
  > .avatar:after {
  border-width: 3px;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li.user-sub
  > a.current:after {
  content: "";
  position: absolute;
  display: inline-block;
  margin-top: -12px;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li.divider {
  margin: 0 20px;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li
  > a.btn {
  margin: 12px 20px 20px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .dropdown
  > .dropdown-menu
  li
  > a.btn
  img {
  margin-right: 8px;
}

#userSubNav.topbar > .user-sub > .profile > .info > .subscription .icon {
  display: inline-block;
  vertical-align: middle;
}

#userSubNav.topbar > .user-sub > .profile > .info > .subscription .icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/cog.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

#userSubNav.topbar > .user-sub > .profile > .info > .subscription span {
  vertical-align: middle;
}

#userSubNav.topbar
  > .user-sub
  > .profile
  > .info
  > .subscription:hover
  .icon:before {
  background-image: url(/assets/img/cog-blue.svg);
}

#userSubNav.topbar > .user-sub > .btn {
  float: none;
  display: block;
  padding: 0 32px;
  height: 42px;
  color: #132250;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  border: 1px solid rgba(19, 34, 80, 0.15);
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}

#userSubNav.topbar > .user-sub > .btn:hover {
  color: #3964e7;
}

#userSubNav.topbar
  > .user-sub.active
  > .info
  > .dropdown
  > .dropdown-menu
  li.user-sub
  > a.profile
  > .avatar:after {
  border-width: 2px;
}

.drawer {
  position: fixed;
  margin-top: -15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 3000px;
  background: #fff;
  overflow: hidden;
  z-index: 1060;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.drawer .container {
  margin: 0;
  padding-top: 0;
  max-width: 692px;
}

.drawer .container .headerr {
  display: none;
  position: relative;
}

.drawer .container .headerr h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.drawer .container .setting .title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  margin-bottom: 6px;
}

.drawer .container .setting .title .icon {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-right: 10px;
}

.drawer .container .setting .description {
  color: #676767;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.drawer .container .setting .av-notify .notify {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.drawer
  .container
  .setting
  .av-notify
  .notify
  .notify-container {
  line-height: 20px;
  text-align: left;
}

.drawer
  .container
  .setting
  .av-notify
  .notify
  .notify-container
  .icon {
  float: left;
  display: block;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.drawer
  .container
  .setting
  .av-notify
  .notify
  .notify-container
  .icon:before {
  vertical-align: middle;
}

.drawer .container .setting .input-group {
  padding: 0;
  height: auto;
  background: 0 0;
  border: none;
}

.drawer .container .setting .input-group .form-control {
  color: #132250;
  margin: 0;
  height: 50px;
  font-weight: 500;
}

.drawer .container .divider {
  display: block;
  margin: 32px 0;
  color: #676767;
  height: 1px;
  background: #eaeaea;
}

.drawer .container #update .btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

.drawer .container input:disabled,
.drawer .container select:disabled {
  color: #b6b6b6;
  background: #eaeaea;
}

#userSubNav.topbar.open .btn-settings {
  background: #eff2f5;
  -webkit-box-shadow: inset 0 2px 8px 0 rgba(221, 223, 230, 0.9);
  -moz-box-shadow: inset 0 2px 8px 0 rgba(221, 223, 230, 0.9);
  box-shadow: inset 0 2px 8px 0 rgba(221, 223, 230, 0.9);
}

#userSubNav.topbar:not(.open) .drawer {
  height: 0;
}

@media only screen and (max-width: 991px) {
  #userSubNav.topbar > .user-sub {
    position: relative;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .dropdown {
    position: static;
    line-height: 18px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu {
    margin-top: 16px;
    left: -16px;
    right: -16px;
    max-height: 3000px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow-y: scroll;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu
    li.user-sub
    > a.profile {
    padding-left: 16px;
    padding-right: 60px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu
    li.divider {
    margin: 0 16px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu
    li
    > a.btn {
    margin-left: 16px;
    margin-right: 16px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu:before {
    content: "";
    display: block;
    margin: 0 16px;
    height: 1px;
    background: #e7e7e7;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .subscription {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #eff2f5;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    line-height: 40px;
    text-align: center;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .subscription .icon {
    margin: 0;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .subscription
    .icon:before {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .subscription span {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .drawer .container #update .btn,
  #userSubNav.topbar > .user-sub > .btn {
    font-weight: 500;
  }

  #userSubNav.topbar > .user-sub {
    position: relative;
    padding: 32px 58px;
  }

  #userSubNav.topbar > .user-sub > .profile {
    float: left;
    display: block;
    margin: 0;
  }

  #userSubNav.topbar > .user-sub > .profile > .avatar {
    margin-right: 32px;
  }

  #userSubNav.topbar > .user-sub > .profile > .avatar > img {
    width: 80px;
    height: 80px;
  }

  #userSubNav.topbar > .user-sub > .profile > .avatar:after {
    top: 0;
    width: 20px;
    height: 20px;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .dropdown > a .username {
    max-width: calc(100% - 364px);
    font-size: 22px;
    line-height: 1.09;
  }

  #userSubNav.topbar > .user-sub > .profile > .info > .dropdown > a:after {
    line-height: 22px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu {
    margin: 10px 0 0;
    min-width: 320px;
  }

  #userSubNav.topbar
    > .user-sub
    > .profile
    > .info
    > .dropdown
    > .dropdown-menu
    li
    > a.btn {
    height: 56px;
    font-weight: 500;
    line-height: 42px;
  }

  #userSubNav.topbar > .user-sub > .btn-settings {
    position: absolute;
    margin: 12px 0 0;
    right: 58px;
    width: auto;
    height: 56px;
    line-height: 48px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }

  .drawer {
    position: fixed;
    display: flex;
    margin-top: 0;
    padding: 0;
    top: 0;
    height: 100vh;
    align-items: center;
    flex-flow: column;
    overflow-y: scroll;
    visibility: visible;
    opacity: 1;
  }

  .drawer .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .drawer .container .headerr {
    display: block;
    height: 56px;
  }

  .drawer .container #update .btn,
  .drawer .container .setting .input-group .form-control {
    height: 56px;
  }

  #userSubNav.topbar:not(.open) .drawer {
    visibility: hidden;
    opacity: 0;
  }
}

#range input:disabled,
#speed select:disabled {
  color: #b6b6b6;
  background: #eaeaea;
}

#content-message {
  display: flex;
  padding: 0;
  background: #f3f3f3;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#content-message .content-message-header {
  padding: 16px 16px 0;
}

#content-message .content-message-header img {
  margin-bottom: 32px;
  width: 64px;
  height: 64px;
}

#content-message .content-message-header h1 {
  font-size: 64px;
}

#content-message .content-message-header h2 {
  font-size: 56px;
}

#content-message .content-message-header h3 {
  font-size: 48px;
}

#content-message .content-message-header h4 {
  font-size: 32px;
}

#content-message .content-message-header h5 {
  font-size: 24px;
}

#content-message .content-message-header h6 {
  font-size: 16px;
}

#content-message .content-message-header h1,
#content-message .content-message-header h2,
#content-message .content-message-header h3,
#content-message .content-message-header h4,
#content-message .content-message-header h5,
#content-message .content-message-header h6 {
  text-align: center;
  font-weight: 600;
}

#content-message .content-message-body {
  padding: 16px;
}

#content-message .content-message-body p {
  color: #676767;
  font-size: 16px;
}

#content-message .content-message-footer {
  padding: 0 16px 16px;
}

#content-message .content-message-footer .btn {
  width: 100%;
  height: 64px;
  font-size: 18px;
  line-height: 52px;
}

#content-message .content-message-body,
#content-message .content-message-footer,
#content-message .content-message-header {
  width: 382px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #content-message .content-message-body,
  #content-message .content-message-footer,
  #content-message .content-message-header {
    width: 100%;
  }
}

.content-checkout {
  padding: 0;
  color: #161616;
  overflow: visible;
}

.content-checkout label.check,
.content-checkout label.radio,
.content-checkout table {
  font-size: 16px;
}

.content-checkout > .panel {
  margin-bottom: 0;
}

.content-checkout > .panel:not(.panel-left):not(.panel-right) > div {
  float: none;
  margin: auto;
}

.content-checkout .validation-message {
  display: none;
}

@media only screen and (min-width: 992px) {
  .content-checkout > .panel:not(.panel-left):not(.panel-right) {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .content-checkout > .panel {
    height: 100%;
  }

  .content-checkout > .panel-left {
    padding-right: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .content-checkout > .panel-left > .form {
    margin-right: -100px;
  }

  .content-checkout > .panel-left:after {
    content: "";
    display: block;
    clear: both;
  }

  .content-checkout > .panel-right {
    padding-left: 56px;
    border-radius: 0;
    border-right: 1px solid #e3e3e3;
  }

  .content-checkout > .panel-right > .summary {
    margin-left: 100px;
  }
}

.content-checkout > .panel-right {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.content-checkout .form {
  position: relative;
}

.content-checkout .form .billing-features {
  margin-top: 12px;
}

.content-checkout .form .billing-features > .billing-feature {
  margin-bottom: 6px;
  line-height: 20px;
}

.content-checkout .form .billing-features > .billing-feature > span.icon {
  display: inline-block;
  margin-left: -2px;
  margin-right: 8px;
  width: 22px;
  text-align: center;
}

.content-checkout .form .billing-features > .billing-feature > span.message {
  color: #464646;
  font-size: 16px;
  vertical-align: middle;
}

.content-checkout
  .form
  .billing-features
  > .billing-feature
  > span.message
  > em {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-style: solid;
  border-image: url(/assets/img/border-dash.png) 1 repeat;
  border-image-width: 0 0 1px 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.content-checkout .form > .secure {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}

.content-checkout .form > .secure > img {
  margin: 0;
}

.content-checkout .form > .secure > img.seal {
  width: 90px;
}

.content-checkout .form > .secure > .divider {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  width: 2px;
  height: 38px;
  background: #dfdfdf;
}

.content-checkout .form > .form-header {
  margin-bottom: 16px;
}

.content-checkout .form > .form-header .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.content-checkout .form > .form-header .title > .icon {
  display: inline-block;
  width: 28px;
  height: 34px;
  background-image: url(/assets/img/front/party-popper.png);
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}

@media only screen and (min-width: 992px) {
  .content-checkout .form > .secure {
    top: 42px;
    right: 56px;
  }

  .content-checkout .form > .form-header .title {
    font-size: 32px;
  }
}

.content-checkout .form > .form-header .statement {
  margin-bottom: 32px;
  color: #676767;
  font-size: 16px;
  line-height: 1.38;
}

.content-checkout .form > .form-header .statement em {
  font-style: normal;
  color: #000;
  font-weight: 600;
}

.content-checkout .form .info-banner {
  margin: 0 8px;
  padding: 10px;
  color: #676767;
  width: 100%;
  background: rgba(34, 69, 99, 0.07);
  font-size: 18px;
  text-align: center;
}

.content-checkout .form .info-banner em {
  font-style: normal;
  color: #000;
  font-weight: 600;
}

.content-checkout .form .form-group {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -8px;
  margin-right: -8px;
}

.content-checkout .form .form-group > .form-group-header {
  margin: 0 8px 20px;
  flex-grow: 1;
  line-height: 20px;
}

.content-checkout .form .form-group > .form-group-header > .sub-title {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}

.content-checkout .form .form-group > .form-group-header > .sub-title-info {
  float: right;
  color: grey;
  letter-spacing: 1px;
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info
  > span {
  display: inline-block;
  height: 18px;
  vertical-align: middle;
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info
  > span:not(:last-child) {
  margin-right: 2px;
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card {
  background: url(/assets/img/payment/card-default.svg);
  margin-left: 0;
  width: 32px;
  height: 21px;
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.card-visa {
  background: url(/assets/img/payment/card-visa.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.card-mastercard {
  background: url(/assets/img/payment/card-mastercard.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.card-discover {
  background: url(/assets/img/payment/card-discover.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.card-amex {
  background: url(/assets/img/payment/card-amex.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.invalid.card-visa,
.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.required.card-visa {
  background: url(/assets/img/payment/card-visa-bw.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.invalid.card-mastercard,
.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.required.card-mastercard {
  background: url(/assets/img/payment/card-mastercard-bw.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.invalid.card-discover,
.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.required.card-discover {
  background: url(/assets/img/payment/card-discover-bw.svg);
}

.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.invalid.card-amex,
.content-checkout
  .form
  .form-group
  > .form-group-header
  > .sub-title-info.card-list
  .card.required.card-amex {
  background: url(/assets/img/payment/card-amex-bw.svg);
}

@media only screen and (max-width: 767px) {
  .content-checkout
    .form
    .form-group
    > .form-group-header
    > .sub-title-info.card-list {
    display: block;
    margin-top: 10px;
    float: none;
  }

  .content-checkout .form .form-group > .form-group-header {
    margin: 0 8px 15px;
  }
}

.content-checkout .form .form-group > .form-group-header > .billing-features {
  display: none;
}

.content-checkout .form .form-group > .form-group-header > .unselect-all {
  float: right;
  font-size: 16px;
  line-height: 20px;
}

.content-checkout .form .form-group > .form-group-header > .unselect-all > a {
  color: #83b93f;
  font-weight: 400;
}

.content-checkout .form .form-group > .input-group {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  min-width: 0;
  flex-basis: 100%;
  flex-grow: 1;
}

.content-checkout .form .form-group > .input-group > .form-control {
  display: block;
  margin: 0;
  padding: 6px 16px;
  max-width: none;
  height: 56px;
  font-size: 18px;
  line-height: 1.2;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control::-moz-placeholder {
  color: transparent;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control:-ms-input-placeholder {
  color: transparent;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:disabled:not(:placeholder-shown):not(
    .placeholder-shown
  ),
.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:valid:not(:placeholder-shown):not(
    .placeholder-shown
  ) {
  padding-top: 24px;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:disabled:not(:placeholder-shown):not(
    .placeholder-shown
  ):focus,
.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:valid:not(:placeholder-shown):not(
    .placeholder-shown
  ):focus {
  padding-top: 23px;
}

.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:disabled:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ label,
.content-checkout
  .form
  .form-group
  > .input-group
  > .form-control[placeholder]:valid:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ label {
  margin-top: 6px;
  top: 0;
  font-size: 16px;
}

.content-checkout .form .form-group > .input-group > .form-control.mask {
  -webkit-text-security: disc;
}

.content-checkout .form .form-group > .input-group > label {
  color: #7c7c7c;
  pointer-events: none;
  position: absolute;
  margin-top: -10px;
  top: 28px;
  width: 100%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.content-checkout .form .form-group > .input-group > .icon {
  display: block;
  top: 20px;
  left: inherit;
  right: 16px;
}

.content-checkout .form .form-group > .input-group > .icon.left {
  left: 16px;
  right: auto;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control[placeholder]:disabled:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ .dropdown
  > a,
.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control[placeholder]:valid:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ .dropdown
  > a {
  padding-top: 24px;
  line-height: 24px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control[placeholder]:disabled:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ .dropdown
  > a:focus,
.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control[placeholder]:valid:not(:placeholder-shown):not(
    .placeholder-shown
  )
  ~ .dropdown
  > a:focus {
  padding-top: 23px;
  line-height: 24px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control#billing-id
  ~ .dropdown
  > .dropdown-menu {
  padding: 0;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .form-control#billing-id
  ~ .dropdown
  > .dropdown-menu
  > li:not(:first-child) {
  border-top: 2px solid #dadada;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown
  > a:not(.user-billing-info) {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown
  > .dropdown-menu {
  margin: 0;
  border: 1px solid #b9b9b9;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown
  > .dropdown-menu
  > li {
  margin: 0 15px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown
  > .dropdown-menu
  > li
  > a {
  margin: 0 -15px;
  color: #161616;
  text-align: left;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown
  > .dropdown-menu
  > li
  > a.user-billing-info {
  display: flex;
  padding: 6px 15px;
  height: 56px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-dropdown
  > .dropdown.open
  a:focus {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

@media only screen and (min-width: 992px) {
  .content-checkout .form .form-group > .input-group.input-group-state {
    flex-basis: 60%;
  }

  .content-checkout .form .form-group > .input-group.input-group-code,
  .content-checkout .form .form-group > .input-group.input-group-month,
  .content-checkout .form .form-group > .input-group.input-group-year,
  .content-checkout .form .form-group > .input-group.input-group-zip {
    flex-basis: 20%;
  }

  .content-checkout
    .form
    .form-group
    > .input-group.input-group-confirm-password,
  .content-checkout .form .form-group > .input-group.input-group-password {
    flex-basis: 40%;
  }
}

.content-checkout
  .form
  .form-group
  > .input-group.input-group-igusername
  > input {
  padding-left: 54px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-group-igusername
  > input[placeholder]:valid:not(:placeholder-shown):not(.placeholder-shown)
  ~ .icon {
  background: url(/assets/img/camera-blue.svg);
}

.content-checkout
  .form
  .form-group
  > .input-group.input-group-igusername
  > input:focus {
  padding-left: 53px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-group-igusername
  > label {
  padding-left: 38px;
}

.content-checkout
  .form
  .form-group
  > .input-group.input-group-igusername
  > .icon {
  background: url(/assets/img/camera-grey.svg);
  top: 15px;
  width: 24px;
  height: 24px;
}

.content-checkout .form .form-group > .input-group.user-subs {
  margin: 0 8px 20px;
  width: 100%;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  .validation-message {
  margin-bottom: 6px;
  font-size: 16px;
}

.content-checkout .form .form-group > .input-group.user-subs > .user-sub-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label {
  height: auto;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label:last-child
  > span:after {
  border-bottom: 1px solid #dadada;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > input:checked
  ~ span:before {
  background: url(/assets/img/check-white.svg) center no-repeat #3964e7;
  border: 1px solid #3964e7;
  background-size: 14px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span {
  display: flex;
  color: #676767;
  font-size: 16px;
  align-items: center;
  padding: 11px 11px 11px 40px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span
  > .profile {
  margin-right: 16px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span
  > .sub-info {
  display: inline-block;
  vertical-align: middle;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span
  > .sub-info
  > span {
  margin-right: 5px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span
  .username {
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span
  em {
  font-style: normal;
  color: #000;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span:before {
  content: "";
  display: block;
  position: absolute;
  margin-top: -12px;
  margin-left: 0;
  margin-right: 0;
  top: 50%;
  left: 0;
  height: 24px;
  width: 24px;
  background: center;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label
  > span:after {
  content: "";
  display: block;
  border-top: 1px solid #dadada;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label:first-child:last-child {
  cursor: auto;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label:first-child:last-child
  > span {
  padding-left: 11px;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label:first-child:last-child
  > span:before {
  display: none;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs
  > .user-sub-list
  > label:after {
  content: "";
  display: block;
  clear: both;
}

.content-checkout
  .form
  .form-group
  > .input-group.user-subs.required
  .validation-message.required {
  display: inline-block;
}

.content-checkout .form .form-group + hr {
  margin-top: 0;
}

.content-checkout .form > .btn {
  height: 56px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.content-checkout .form hr {
  margin: 32px 0;
  height: 1px;
}

.content-checkout .form > .divider {
  margin: 16px 0;
}

.content-checkout .form > .statement {
  margin-top: 16px;
  color: #676767;
  text-align: center;
}

.content-checkout .form > .statement > a {
  color: #161616;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 992px) {
  .content-checkout .form {
    float: right;
    padding: 42px 56px;
    background: #fff;
    width: 626px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
}

.content-checkout .summary > .summary-toggle {
  display: none;
  width: 100%;
}

.content-checkout .summary > .summary-toggle > div {
  display: table-cell;
  padding: 0;
}

.content-checkout .summary > .summary-toggle > div:first-child {
  float: left;
  text-align: left;
}

.content-checkout .summary > .summary-toggle > div:first-child > a,
.content-checkout .summary > .summary-toggle > div:first-child > img {
  vertical-align: middle;
}

.content-checkout .summary > .summary-toggle > div:first-child > a {
  margin-left: 6px;
  color: #224563;
  font-size: 16px;
}

.content-checkout .summary > .summary-toggle > div:first-child > a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 7px;
  background-image: url(/assets/img/caret-blue.svg);
  background-size: 10px 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.content-checkout .summary > .summary-toggle > div:last-child {
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

.content-checkout .summary > .summary-toggle.open div:first-child a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .content-checkout .summary > .summary-toggle {
    display: table;
  }

  .content-checkout .summary > .summary-toggle.open ~ .summary-content {
    margin-top: 16px;
    max-height: 400px;
  }

  .content-checkout
    .summary
    > .summary-toggle:not(.open)
    ~ .summary-content
    > table.summary-table
    > tbody
    > tr
    > td,
  .content-checkout
    .summary
    > .summary-toggle:not(.open)
    ~ .summary-content
    > table.summary-table
    > tbody
    > tr
    > th,
  .content-checkout
    .summary
    > .summary-toggle:not(.open)
    ~ .summary-content
    > table.summary-table
    > tfoot
    > tr
    > td,
  .content-checkout
    .summary
    > .summary-toggle:not(.open)
    ~ .summary-content
    > table.summary-table
    > tfoot
    > tr
    > th {
    border-top: none;
  }

  .content-checkout .summary > .summary-content {
    max-height: 0;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    -ms-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
}

.content-checkout .summary > .summary-content > table.summary-table {
  width: 100%;
  text-align: left;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  .title {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr
  td:first-child,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > th,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > th {
  font-weight: 600;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  .username
  img {
  margin-right: 16px;
  width: 32px;
  height: 32px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead:before {
  content: "";
  display: block;
  padding: 19px 0;
}

@media only screen and (max-width: 991px) {
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > thead:before {
    padding: 11px 0;
  }

  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > thead
    .username {
    text-align: center;
  }
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > th,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > th {
  font-size: 18px;
  line-height: 1;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > td.username,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > th.username,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > td.username,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > th.username {
  padding: 0;
  font-size: 18px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > td
  > a,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > th
  > a,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > td
  > a,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr
  > th
  > a {
  font-size: 16px;
  color: #224563;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr
  td:last-child {
  text-align: right;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr
  td[colspan="2"] {
  text-align: center;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr:last-child
  > td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr:last-child
  > th,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr:last-child
  > td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > thead
  > tr:last-child
  > th {
  padding-bottom: 21px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr:first-child
  td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr:first-child
  th,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr:first-child
  td,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr:first-child
  th {
  padding-top: 32px;
  border-top: solid 1px #d0d0d0;
}

@media mobile {
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tbody
    > tr:last-child
    > td,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tbody
    > tr:last-child
    > th,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > thead
    > tr:last-child
    > td,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > thead
    > tr:last-child
    > th {
    padding-bottom: 15px;
  }

  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tbody
    > tr:first-child
    td,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tbody
    > tr:first-child
    th,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tfoot
    > tr:first-child
    td,
  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tfoot
    > tr:first-child
    th {
    padding-top: 24px;
  }
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr
  > td {
  white-space: nowrap;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td {
  padding-top: 20px;
  padding-bottom: 0;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form {
  display: flex;
  padding: 32px 0;
  border-top: 1px solid #d0d0d0;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group {
  margin-right: 16px;
  margin-bottom: 0;
  flex-grow: 1;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control {
  margin-bottom: 0;
  padding: 14px 16px;
  height: 48px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control[placeholder]:not(:placeholder-shown):not(.placeholder-shown) {
  text-transform: uppercase;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control:disabled {
  color: #7c7c7c;
  background: 0 0;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control:disabled::-webkit-input-placeholder {
  color: #7c7c7c;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control:disabled::-moz-placeholder {
  color: #7c7c7c;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .form-control:disabled:-ms-input-placeholder {
  color: #7c7c7c;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group
  > .loading {
  top: 15px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group.invalid
  > .form-control,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  > .form-group
  > .input-group.required
  > .form-control {
  padding-left: 15px;
  padding-right: 15px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.promo
  > td
  > form
  .btn {
  padding: 14px 16px;
  height: 48px;
  font-size: 18px;
  line-height: 20px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.subtotal
  > td {
  border-top: 1px solid #d0d0d0;
  padding: 20px 0;
  white-space: nowrap;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.subtotal
  > td
  > div {
  font-weight: 400;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.subtotal
  > td
  > div
  > .subtotal-promo-code {
  font-weight: 600;
  text-transform: uppercase;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.subtotal
  > td
  > div
  > .clear {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(/assets/img/front/close.svg) center no-repeat;
  background-size: 12px 12px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tbody
  > tr.subtotal
  > td
  > div:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .content-checkout .summary > .summary-content > table.summary-table > tbody {
    padding: 6px 0;
  }

  .content-checkout
    .summary
    > .summary-content
    > table.summary-table
    > tbody
    > tr.promo
    > td
    > form {
    padding: 20px 0;
  }
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > td:last-child,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  > tfoot
  > tr
  > th:last-child {
  text-align: right;
}

.content-checkout .summary > .summary-content > table.summary-table td,
.content-checkout .summary > .summary-content > table.summary-table th {
  padding: 12px 0;
  width: 50%;
  line-height: 1.38;
  vertical-align: top;
}

.content-checkout .summary > .summary-content > table.summary-table td > span,
.content-checkout .summary > .summary-content > table.summary-table th > span {
  display: inline-block;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  td
  > span.icon,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  th
  > span.icon {
  vertical-align: top;
  margin-top: -2px;
  margin-right: 12px;
  padding: 6px;
  width: 24px;
  height: 24px;
  line-height: 12px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  td
  > span.icon
  > .fa,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  th
  > span.icon
  > .fa {
  color: #fff;
  font-size: 13px;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  td
  > span
  > .sub,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  th
  > span
  > .sub {
  font-weight: 400;
}

.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  td
  > span
  em,
.content-checkout
  .summary
  > .summary-content
  > table.summary-table
  th
  > span
  em {
  font-style: normal;
}

.content-checkout .summary > .summary-content > .summary-features > ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.content-checkout .summary > .summary-content > .summary-features > ul > li {
  font-size: 16px;
}

.content-checkout
  .summary
  > .summary-content
  > .summary-features
  > ul
  > li:before {
  content: url(/assets/img/check-blue.svg);
  display: inline-block;
  margin-left: 5px;
  margin-right: 17px;
  width: 14px;
  vertical-align: middle;
}

.content-checkout
  .summary
  > .summary-content
  > .summary-features
  > ul
  > li:not(:last-child) {
  margin-bottom: 10px;
}

.content-checkout .summary > .summary-content > .btn-group {
  display: none;
}

@media only screen and (max-width: 991px) {
  .content-checkout .summary > .summary-content > .btn-group {
    display: block;
    margin-top: 14px;
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .content-checkout .summary {
    float: left;
    width: 308px;
  }

  .content-checkout:after {
    content: "";
    display: block;
    clear: both;
  }
}

.content-checkout .input-group {
  padding: 0;
  height: auto;
  background: 0 0;
  border: none;
}

.content-checkout .input-group > .form-control {
  float: none;
}

.content-checkout .input-group > .loading {
  background: url(/assets/img/spinner-solid.svg);
  position: absolute;
  top: 19px;
  right: 16px;
  width: 18px;
  height: 18px;
  border: none;
}

.content-checkout .icon.icon-lock {
  width: 14px;
  height: 18px;
  background: url(/assets/img/lock.svg);
}

.content-checkout .icon.icon-help {
  width: 18px;
  height: 18px;
  background: url(/assets/img/help-outline.svg);
}

.user-billing-info {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.user-billing-info > .cc-brand {
  margin-right: 16px;
  order: 1;
}

.user-billing-info > span {
  display: inline-block;
  margin-right: 16px;
  white-space: nowrap;
  flex: none;
}

.user-billing-info > span > em {
  font-style: normal;
  font-weight: 600;
}

.user-billing-info > span.cc-number {
  width: 75px;
  font-weight: 600;
  order: 2;
}

.user-billing-info > span.cc-number > .cc-mask {
  font-size: 20px;
}

.user-billing-info > span.cc-name {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: auto;
  order: 3;
}

.user-billing-info > span.cc-exp {
  margin-right: 32px;
  order: 4;
}

.user-billing-info > .cc-selected {
  display: none;
  width: 14px;
  order: 5;
}

.user-billing-info.selected > span.cc-exp {
  margin-right: 18px;
}

.user-billing-info.selected > .cc-selected {
  display: inline;
}

@media only screen and (min-width: 992px) {
  .user-billing-info.selected > span.cc-exp {
    margin-right: 44px;
  }

  .user-billing-info {
    font-size: 18px;
  }

  .user-billing-info > span.cc-number {
    width: 90px;
  }

  .user-billing-info > span.cc-number > .cc-mask {
    font-size: 24px;
  }

  .user-billing-info > span.cc-name {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: auto;
  }

  .user-billing-info > span.cc-exp {
    margin-right: 58px;
  }
}

#buyCredits form button[type="submit"] {
  margin: 0 10px 0 0;
}

.content-settings {
  color: #000;
}

.content-settings h1 {
  position: absolute;
  top: 16px;
  left: 16px;
  font-weight: 700;
}

.content-settings .bullet {
  margin: 0 6px;
}

.content-settings .bullet:before {
  content: "\2022";
}

.content-settings .btn {
  padding: 6px 16px;
  min-width: 50px;
  min-height: 50px;
  font-size: 18px;
  line-height: 38px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.content-settings .panel-content {
  margin-top: 64px;
}

.content-settings .form-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.content-settings .sub-table td {
  font-size: 18px;
  line-height: 22px;
  border-top: 1px solid #e7e7e7;
}

.content-settings .table td a:not(.btn) {
  color: #3964e7;
  font-weight: 600;
  text-decoration: underline;
}

.content-settings .table td em {
  font-style: normal;
  font-weight: 600;
}

.content-settings .table td > span {
  vertical-align: baseline;
}

#content-transactions .table td .cc-number .cc-digits,
.content-settings .add .btn span {
  vertical-align: middle;
}

.content-settings .table td .light {
  color: #676767;
}

.content-settings .table td .total {
  font-weight: 600;
}

.content-settings .add {
  position: absolute;
  top: 24px;
  right: 32px;
}

.content-settings .add .btn img {
  margin-right: 6px;
}

@media only screen and (max-width: 991px) {
  .content-settings .add {
    position: relative;
    top: 0;
    right: 0;
    margin: 20px 0;
    text-align: center;
  }

  .content-settings .add .btn {
    width: 100%;
  }

  .content-settings .actions .btn {
    line-height: 34px;
  }
}

.content-settings .actions {
  text-align: right;
}

.content-settings .actions .btn .icon {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .content-settings {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
}

#content-account form .form-group {
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .content-settings h1 {
    font-size: 32px;
    top: 32px;
    left: 32px;
    line-height: 44px;
  }

  .content-settings .btn {
    padding: 6px 32px;
    width: 190px;
    height: 56px;
    line-height: 38px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
  }

  .content-settings .actions .btn .icon {
    margin-right: 10px;
  }

  #content-account form .form-group .input-group {
    width: 50%;
  }
}

#content-subs .table td.user-sub .profile .avatar {
  margin-right: 32px;
}

#content-subs .table td.user-sub .profile .avatar img {
  width: 80px;
  height: 80px;
}

#content-subs .table td.user-sub .profile .avatar:after {
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
}

@media only screen and (max-width: 991px) {
  #content-subs .table td.user-sub .profile .avatar {
    margin-right: 16px;
  }

  #content-subs .table td.user-sub .profile .avatar img {
    width: 56px;
    height: 56px;
  }

  #content-subs .table td.user-sub .profile .avatar:after {
    right: -3px;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }

  #content-subs .table td.user-sub .profile .info .username {
    margin-bottom: 5px;
  }

  #content-subs .table td.user-sub .profile .info .info {
    font-size: 16px;
  }
}

#content-payment-methods .table td.payment-method .cc-number .cc-brand,
#content-subs .table td.billing-info img {
  margin-right: 8px;
}

#content-subs .table td.billing-info div + div,
#content-subs .table td.sub-info div + div {
  margin-top: 8px;
  font-size: 16px;
}

#content-subs .table td.actions .btn[data-target="#manageAccountModal"] {
  color: #132250;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  #content-subs
    .table
    td.actions
    .btn[data-target="#manageAccountModal"]
    .icon {
    font-size: 20px;
  }
}

#content-subs
  .table
  td.actions
  .btn[data-target="#manageAccountModal"]
  .icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/cog.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

#content-subs .table td.actions .btn[data-target="#manageAccountModal"]:hover {
  color: #3964e7;
}

#content-subs
  .table
  td.actions
  .btn[data-target="#manageAccountModal"]:hover
  .icon:before {
  background-image: url(/assets/img/cog-blue.svg);
}

#content-payment-methods .panel-pad {
  margin-bottom: 10px;
}

#content-payment-methods .table td.payment-method {
  font-weight: 600;
}

#content-payment-methods .table td.payment-method .cc-number .cc-mask {
  margin-right: 6px;
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  #content-payment-methods .table td.payment-method .cc-expiry,
  #content-payment-methods .table td.payment-method .cc-name {
    font-size: 16px;
    font-weight: 400;
  }

  #content-payment-methods .table td.payment-method .cc-name {
    margin-top: 6px;
    margin-left: 44px;
  }

  #content-payment-methods
    .table
    td.actions
    .btn[data-target="#deletePaymentMethodModal"]
    .icon {
    font-size: 18px;
  }
}

#content-payment-methods
  .table
  td.actions
  .btn[data-target="#deletePaymentMethodModal"] {
  color: #e20020;
  font-weight: 600;
}

#content-payment-methods
  .table
  td.actions
  .btn[data-target="#deletePaymentMethodModal"]
  .icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/assets/img/close-red.svg);
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

#content-payment-methods
  .table
  td.actions
  .btn[data-target="#deletePaymentMethodModal"]:hover {
  border-color: #e20020;
}

@media only screen and (min-width: 992px) {
  #content-payment-methods .panel-pad {
    margin-bottom: 0;
  }
}

#content-transactions .table td.payment-method .cc-brand {
  margin-right: 10px;
}

#content-transactions .table td .cc-number .cc-brand {
  margin-right: 4px;
}

@media only screen and (max-width: 991px) {
  #content-transactions .table td.trans-amount .total,
  #content-transactions .table td.trans-date .date {
    margin-bottom: 10px;
  }

  #content-transactions .table td.trans-date .sub {
    margin-bottom: 6px;
  }

  #content-transactions .table td.trans-amount {
    vertical-align: top;
  }

  #content-transactions .table td.trans-amount .cc-number,
  #content-transactions .table td.trans-date .desc,
  #content-transactions .table td.trans-date .sub {
    font-size: 16px;
  }

  #content-transactions .table td.trans-amount .cc-number .cc-brand {
    margin-right: 2px;
  }
}

.box-highlight {
  height: 42px;
  padding: 6px 12px;
  line-height: 30px;
  position: relative;
  background: #fff;
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #1fd659;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.box-highlight .left {
  display: inline-block;
  float: left;
}

.box-highlight .right {
  display: inline-block;
  float: right;
  text-align: right;
}

#confirmSubModal form .panel table:first-child tr.current-sub-info {
  color: rgba(0, 0, 0, 0.5);
}

#confirmSubModal form .panel table:first-child tr hr {
  height: 2px;
}

@media only screen and (max-width: 991px) {
  body.content-overlay .post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #070c1b;
    opacity: 0.5;
    z-index: 1499;
  }

  body.content-collapse .page.container {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  body.content-collapse {
    padding-right: 15px;
    overflow: hidden;
  }
}

#postContainer .post-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#postContainer .post-notice .inner {
  margin-top: 64px;
  padding: 0 24px;
  text-align: center;
}

#postContainer .post-notice .inner img {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
}

#postContainer .post-notice .inner .title {
  margin-bottom: 12px;
  padding: 0 64px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
}

#postContainer .post-notice .inner p {
  margin: 0 auto 20px;
  color: #676767;
  font-size: 16px;
  line-height: 1.38;
}

#postContainer .post-notice .inner p em {
  font-style: normal;
  color: #161616;
  font-weight: 600;
}

#postContainer .post-notice .inner .btn {
  width: 164px;
  height: 56px;
  font-size: 18px;
  line-height: 42px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}

@media only screen and (min-width: 992px) {
  #postContainer {
    display: flex;
    flex-wrap: wrap;
  }

  #postContainer .post-notice .inner {
    margin: 220px auto 0;
    width: 538px;
  }

  #postContainer .post-notice .inner .title {
    padding: 0;
  }
}

.post-col {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}

.post-col .post {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eee;
  z-index: 100;
  overflow: hidden;
}

.post-col .post .av-notify {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.post-col .post .av-notify .notify .notify-container {
  font-weight: 400;
  line-height: 22px;
}

.post-col .post .av-notify .notify .notify-container a {
  text-decoration: none;
  font-weight: 600;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}

.post-col .post .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 50;
}

.post-col .post .image.image-fade:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.65) 85%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.65) 85%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.65) 85%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.post-col .post .post-type {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 75;
}

.post-col .post:hover .post-counts.counts-desktop {
  opacity: 1 !important;
}

.post-col .post .post-counts {
  float: left;
  padding-top: 5px;
  padding-left: 8px;
}

.post-col .post .post-counts.counts-desktop {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 75;
  background: rgba(0, 0, 0, 0.5);
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-col .post .post-counts.counts-desktop .center-counts {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.post-col .post .post-counts .post-count {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  width: auto;
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
}

.post-col .post .post-counts .post-count img {
  top: 6px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin-right: 8px;
}

.post-col .post .post-bottom {
  position: absolute;
  display: flex;
  padding: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-end;
  z-index: 100;
}

.post-col .post .post-bottom .post-status-group {
  flex-grow: 1;
  font-size: 10px;
}

.post-col .post .post-bottom .post-status-group .post-status {
  margin-top: 16px;
  margin-right: 16px;
  display: inline-block;
  color: #fff;
}

.post-col .post .post-bottom .post-status-group .post-status .icon {
  position: relative;
  margin-right: 16px;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #eff2f5;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 9px 10px 12px;
}

.post-col .post .post-bottom .post-status-group .post-status .icon .status,
.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status
  .icon
  .status:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  display: block;
}

.post-col .post .post-bottom .post-status-group .post-status .icon:before {
  position: absolute;
  display: block;
  margin-left: -9px;
  top: 50%;
  left: 50%;
}

.post-col .post .post-bottom .post-status-group .post-status .icon .status {
  top: -2px;
  right: -10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.post-col .post .post-bottom .post-status-group .post-status .sent {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.post-sent-likes
  .icon:before {
  content: url(/assets/img/post-likes-grey.svg);
  margin-top: -7.5px;
  width: 18px;
  height: 17px;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.post-sent-likes.done
  .icon:before {
  content: url(/assets/img/post-likes-blue.svg);
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.post-sent-views
  .icon:before {
  content: url(/assets/img/post-views-grey.svg);
  margin-top: -7px;
  width: 18px;
  height: 14px;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.post-sent-views.done
  .icon:before {
  content: url(/assets/img/post-views-blue.svg);
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.error
  .icon
  .status {
  background: #e20020;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.error
  .icon
  .status:after {
  content: url(/assets/img/likes-failed.svg);
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.busy
  .icon
  .status {
  background: #f39639;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.busy
  .icon
  .status:after {
  content: url(/assets/img/likes-pending.svg);
  left: -2px;
  width: 60px;
  -webkit-animation: wave 2s 1s linear infinite;
  -moz-animation: wave 2s 1s linear infinite;
  -o-animation: wave 2s 1s linear infinite;
  animation: wave 2s 1s linear infinite;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.done
  .icon
  .status {
  background: #1fd659;
}

.post-col
  .post
  .post-bottom
  .post-status-group
  .post-status.done
  .icon
  .status:after {
  content: url(/assets/img/likes-delivered.svg);
}

.post-col .post .post-bottom .post-actions {
  text-align: right;
}

.post-col .post .post-bottom .post-actions .post-add {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.post-col .post .post-bottom .post-actions .post-add:before {
  content: url(/assets/img/plus.svg);
  position: absolute;
  display: block;
  margin-top: -11px;
  margin-left: -11px;
  top: 50%;
  left: 50%;
}

.post-col .post .post-bottom .post-actions .post-add:disabled {
  opacity: 0.3;
}

.post-col .post:not(.post-empty):after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 197px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 51;
}

.post-col .post-modal {
  position: relative;
  margin-top: -67px;
  z-index: 101;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}

.post-col .post-modal .modal-content {
  position: relative;
  margin-top: 24px;
  padding: 16px;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}

.post-col .post-modal .modal-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.post-col .post-modal .modal-content form {
  margin-top: 24px;
}

.post-col .post-modal .modal-content form .input-group {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.22;
}

.post-col .post-modal .modal-content form .input-group .icon {
  top: 14px;
  left: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.post-col .post-modal .modal-content form .input-group .bonus,
.post-col .post-modal .modal-content form .input-group label {
  top: 10px;
  position: absolute;
  font-size: 16px;
  line-height: 1.38;
}

.post-col .post-modal .modal-content form .input-group label {
  right: 16px;
  color: #161616;
  font-weight: 600;
}

.post-col .post-modal .modal-content form .input-group .bonus {
  right: 61px;
  color: #676767;
}

.post-col .post-modal .modal-content form .input-group .form-control {
  padding: 10px 156px 10px 46px;
  height: 42px;
  color: #000;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group
  .form-control::-webkit-input-placeholder {
  color: 676767;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group
  .form-control::-moz-placeholder {
  color: 676767;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group
  .form-control:-ms-input-placeholder {
  color: 676767;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group.likes-input
  .form-control
  ~ .icon {
  width: 18px;
  height: 17px;
  background-image: url(/assets/img/post-likes-blue.svg);
  background-size: 18px 17px;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group.likes-input
  .form-control:disabled
  ~ .icon {
  background-image: url(/assets/img/post-likes-grey.svg);
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group.views-input
  .form-control
  ~ .icon {
  width: 18px;
  height: 14px;
  background-image: url(/assets/img/post-views-blue.svg);
  background-size: 18px 14px;
}

.post-col
  .post-modal
  .modal-content
  form
  .input-group.views-input
  .form-control:disabled
  ~ .icon {
  background-image: url(/assets/img/post-views-grey.svg);
}

.post-col .post-modal .modal-content form .summary table td,
.post-col .post-modal .modal-content form .summary table th {
  padding: 10px 16px;
  color: #676767;
  font-size: 16px;
  line-height: 1.25;
}

.post-col .post-modal .modal-content form .summary table td.credits,
.post-col .post-modal .modal-content form .summary table th.credits {
  color: #161616;
  text-align: right;
}

.post-col
  .post-modal
  .modal-content
  form
  .summary
  table
  td.validation-group.invalid,
.post-col
  .post-modal
  .modal-content
  form
  .summary
  table
  th.validation-group.invalid {
  color: #e20020;
  font-weight: 600;
}

.post-col
  .post-modal
  .modal-content
  form
  .summary
  table
  td.validation-group.invalid:before,
.post-col
  .post-modal
  .modal-content
  form
  .summary
  table
  th.validation-group.invalid:before {
  content: url(/assets/img/error.svg);
  display: inline-block;
  margin-right: 7px;
  width: 18px;
  height: 18px;
  vertical-align: top;
}

.post-col .post-modal .modal-content form .summary table tbody > tr {
  border-bottom: 1px solid #eaeaea;
}

.post-col .post-modal .modal-content form .summary table tfoot > tr {
  border: none;
}

.post-col .post-modal .modal-content form .summary table tfoot > tr .credits {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
}

.post-col .post-modal .modal-content form .btn-group {
  display: flex;
}

.post-col .post-modal .modal-content form .btn-group .btn {
  padding: 0;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  flex-grow: 1;
}

.post-col .post-modal .modal-content form .btn-group .btn:not(:last-child) {
  margin-right: 10px;
}

.post-col
  .post-modal
  .modal-content
  form
  .btn-group.validation-group.invalid
  .btn-credits:not(:hover) {
  color: #e20020;
  background: #fcebed;
}

@media only screen and (min-width: 768px) {
  .post-col .post-modal .modal-content form .btn-group {
    position: absolute;
    padding: 16px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .post-col .post-modal .modal-content form .btn-group .btn {
    font-weight: 500;
  }
}

.post-col .post-modal .modal-content .btn-close {
  position: absolute;
  padding: 0;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  color: #132250;
  background: 0 0;
}

@media only screen and (max-width: 991px) {
  .post-col .post-modal .modal-content form .summary {
    margin-bottom: 14px;
  }

  .post-col .post-modal .modal-content .btn-close {
    top: -21px;
    width: 48px;
    height: 48px;
    background: #eff2f5;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
  }

  .post-col .post-modal .modal-content .btn-close:before {
    content: "\F62A";
    display: block;
    font-family: "bootstrap-icons";
    font-size: 36px;
    font-weight: 300;
    line-height: 0.75;
    color: black;
    width: auto;
    height: auto;
    background: 0 0;
  }

  .post-col .post-modal .bi-x-lg {
    display: none;
  }

  .post-col .post-modal .modal-content .btn-close {
    top: 12px;
    width: 30px;
    height: 30px;
    background-color: transparent;
  }

}

@media only screen and (min-width: 992px) {
  .post-col .post-modal {
    position: absolute;
    margin: 0;
    top: 0;
    left: 16px;
    right: 16px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
  }

  .post-col .post-modal .modal-content {
    padding: 22px 16px 16px;
    margin: 0;
  }
}

.post-col.open .post .post-bottom .post-actions,
.post-col.open .post .post-bottom .post-status-group {
  display: none;
}

@media only screen and (max-width: 767px) {
  .post-col {
    padding: 0;
    min-height: max-content;
    margin-bottom: 80px;
  }

  .post-col.open .post-modal {
    max-height: 1000px;
    overflow: visible;
  }

  .post-col .post .image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }

  .post-col .post-modal {
    max-height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-col .post-modal {
    position: absolute;
    margin: 0;
    top: 0;
    left: 16px;
    right: 16px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
  }

  .post-col .post-modal .modal-content {
    margin-top: 0px;
  }

  .post-col {
    width: 50%;
    padding-inline: 16px;
    margin-bottom: 32px;
  }

  .post-col .post .image {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
  }

  .post-col.open .post-modal {
    visibility: visible;
    opacity: 1;
  }

  #postContainer {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  .post-col {
    width: 362px;
    height: 330px;
  }

  .post-col.open .post-modal {
    visibility: visible;
    opacity: 1;
  }

  .post-col.open .post-modal .modal-content {
    -webkit-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.08);
  }
}

#postMore {
  padding-bottom: 36px;
  text-align: center;
  height: 78px;
}

.user-sub .profile {
  width: 100%;
  white-space: nowrap;
}

.user-sub .profile .avatar {
  position: relative;
  display: inline-block;
  margin-right: 16px;
}

.user-sub .profile .avatar img {
  width: 42px;
  height: 42px;
  border: 1px solid #dddfe6;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.user-sub .profile .avatar:after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  right: 4px;
  width: 12px;
  height: 12px;
  background: #e20020;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .user-sub .profile .avatar:after {
    width: 12px;
    height: 12px;
    border: 4px solid #fff;
  }
}

.user-sub .profile .info {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.user-sub .profile .info .username {
  display: block;
  color: #000;
  max-width: 200px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-sub .profile .info .username a {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  opacity: 0.5;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .user-sub .profile .info .username {
    font-size: 18px;
    line-height: 1.11;
  }
}

.user-sub .profile .info .subscription {
  display: block;
  margin-top: 10px;
  color: #132250;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.user-sub .profile .info .subscription .icon {
  margin-right: 10px;
}

.user-sub .profile .info .subscription:hover {
  color: #3964e7;
}

.user-sub.active > .profile > .avatar:after {
  background: #1fd659;
  border-width: 3px;
}

.user-sub.invalid > .profile > .avatar:after {
  background: #b6b6b6;
  border-width: 3px;
}

.ig-username .profile {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}

.ig-username .username {
  margin-left: 16px;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

label .placeholder {
  background-color: transparent !important;
}

#manageSubModal .input-dropdown > .dropdown a[data-toggle="dropdown"]:before,
#newSubModal .input-dropdown > .dropdown a[data-toggle="dropdown"]:before {
  content: "\F59D";
  position: absolute;
  color: #e20020;
  left: 16px;
  font-size: 18px;
  font-family: "bootstrap-icons";
  font-weight: 700;
}

.btn-custom-border {
  border-radius: 25px !important;
}

#confirm-otp .container {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}

#confirm-otp .otp-inputs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

#confirm-otp .otp-field {
  width: 50px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
}

#confirm-otp .otp-field:focus {
  border-color: #007bff;
}

#confirm-otp .btn-group {
  margin-top: 30px;
}

#confirm-otp h2 {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}