html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
figure,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  background: #302e2e url("graph/back.gif") repeat center top;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wr-button {
  display: block;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #aaa;
}

.layout-head {
  position: relative;
  height: 200px;
  width: 978px;
  margin: 0 auto;
  border-bottom: 2px solid #302e2e;
  overflow: hidden;
  background: linear-gradient(
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url("graph/splash.jpg") top left no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-head img {
  height: 75%;
}


.layout-content {
  width: 980px;
  margin: 0 auto;
}

.layout-user-login {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.layout-footer {
  background: #111;
  width: 100%;
}

.footer-container {
  margin: 0 auto;
  width: 980px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
}

.footer-slogan {
  text-transform: uppercase;
  font-size: 10px;
  color: #ccc;
  margin-left: 10px;
  text-align: left;
  display: flex;
}

.footer-logo-item {
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 33px;
  width: 33px;
  margin: 5px 4px;
}

.logo-strava {
  background-image: url("graph/logo/strava.png");
}

.logo-garmin {
  background-image: url("graph/logo/garmin.png");
}

.logo-facebook {
  background-image: url("graph/logo/facebook.png");
}

.logo-instagram {
  background-image: url("graph/logo/instagram.png");
}

.user-login-box {
  background-color: #302e2e;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 4px;
  padding: 5px;
  z-index: 15;
  color: #ccc;
  font-size: 13px;
  max-width: 150px;
  box-shadow: 2px 3px 5px 0px rgb(53 53 53);
}

.user-login-box .login-form-trigger {
  text-align: right;
  display: block;
  background: url(graph/slider.png) no-repeat right center;
  padding-right: 12px;
  height: 20px;
  line-height: 20px;
}

.user-login-box .logged-box {
  text-align: right;
  display: flex;
  flex-direction: column;
}

.user-login-box .login-form {
  display: none;
}

.user-login-box .logged-box a {
  margin-top: 8px;
}

.user-login-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-login-box a {
  color: #e78c05;
}

.user-login-box .logged-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: url(graph/slider.png) no-repeat right center;
  padding-right: 12px;
}

.user-login-box .logged-data {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;

}

.user-login-box .logged-trigger img {
  margin: 0 0 0 5px;
}



.user-login-box input {
  width: calc(100% - 8px);
  font-size: 13px;
  margin: 3px 0;
  padding: 3px;
  border-radius: 4px;
}

.user-login-box .login-error {
  margin: 5px 0px;
  border: 1px solid #ce7b008c;
  padding: 5px;
  border-radius: 2px;
  background: #7f55176e;
  text-align: center;
}

.user-login-box .login-separator {
  text-align: center;
  margin: 10px 0 10px 0;
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

.user-login-box .strava-login-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FC4C02 0%, #FC6C3C 100%);
  color: white !important;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.2s;
  gap: 8px;
}

.user-login-box .strava-login-btn:hover {
  opacity: 0.9;
}

.user-login-box .strava-login-btn img {
  height: 20px;
  filter: brightness(0) invert(1);
}

.user-login-box input.checkbox {
  width: auto;
}

.user-login-box .wrButton {
  margin: 4px auto 8px auto;
  width: 100%;
}

.user-login-box .kreciola {
  display: block;
  margin: 8px auto;
}

.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #e78c05;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 15px;
}

.headLogo a {
  display: block;
  width: 157px;
  height: 242px;
}


#menu {
  width: 978px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #404040;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";	
  font-size: 16px;
  border-bottom: 2px solid #302e2e;
  gap: 10px;
}

#menu li {
  position: relative;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

#menu li span {
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #e78c05;
}

#menu > li > a {
  padding-left: 10px;
}

#menu li a {
  text-decoration: none;  
}

#menu li a:hover {
  text-decoration: underline;
}

#menu li:not(.sublist) {
  padding-right: 10px;
}

#menu li.sublist.opened:after {
  transform: rotate(180deg);
}
#menu li.sublist:after {
    content: "";
    -webkit-mask-image: url("graph/chevron-down.svg");
    mask-image: url("graph/chevron-down.svg");
    background-color: currentcolor;
    height: 18px;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 18px;
    display: inline-block;
    color: #e78c05;
    transition: transform 0.5s ease;
    margin-top: 2px;
  }

#menu li.current a,
#menu li.current span,
#menu li.current li.current a {
  font-weight: bold;
}

#menu li.current a:hover {
  text-decoration: none;
}

#menu li.current li a:hover {
  text-decoration: underline;
  color: #fa9f19;
}

#menu li.current li.current a:hover {
  text-decoration: none;
}

#menu li.current li a {
  font-weight: normal;
  color: #e78c05;
}

#menu li a.current {
  font-weight: bold;
  color: #881402;
}

#menu li ul {
  position: absolute;
  top: 38px;
  left: 0px;
  width: 165px;
  z-index: 10;
  background: #404040;
  border-radius: 4px;
  box-shadow: 4px 7px 12px -6px rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}


#menu li ul li {
  padding: 6px 10px;
}

#menu li ul li:hover {
  background: #555;
}


div#left {
  color: black;
  float: left;
  width: 605px;
  margin: 0px 2px 2px 0px;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 7px 10px 8px 10px;
  border-radius: 2px;
  background-color: #c1c1c1eb;
}

div#right {
  float: left;
  width: 330px;
  padding: 7px 10px 8px 10px;
  border-radius: 2px;
  margin: 0px 0px 2px 0px;
  background-color: #c1c1c1eb;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

.info {
  padding: 4px 5px;
  width: 160px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  background: #404040;
}

.module {
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

strong {
  font-weight: bold;
}

a.red {
  color: #881402;
}

h2,
h2 a {
  color: #881402;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 24px;
  margin: 3px 0px 9px 0px;
}

h3 {
  color: #881402;
  font-family: Tahoma, sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 6px 0px;
}

.left h3 {
  font-size: 17px;
}

.right h3 a {
  color: #881402;
}

h3 span {
  font-size: 13px;
}

h4 {
  color: #881402;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 4px 0px;
}

.date {
  font-size: 12px;
}

.author {
  font-size: 12px;
}

a img.photo {
  float: left;
  margin: 0px 9px 5px 0px;
}

img.square,
.gallery img.big {
  float: left;
  margin: 0px 9px 5px 0px;
}

img.square,
img.min,
.gallery img.big {
  border: 1px solid transparent;
  padding: 1px;
  border-radius: 4px;
}

img.square:hover,
img.min:hover,
.gallery img.big:hover {
  opacity: 0.8;
}

.article a img.big,
.gallery-photo-list a img.photo,
.gallery a img.photo,
.tripUsers a img.photo {
  margin: 0;
}

div.clr {
  clear: both;
  height: 0px;
  width: 0px;
}

ul {
  list-style-type: none;
  font-size: 14px;
}

ul li {
  display: block;
}

ul.menu {
  float: left;
  margin: 10px 0;
  font-size: 14px;
  width: 100%;
}

ul.menu li {
  display: inline;
}

ul.menu li a {
  border-right: 7px solid #ffffff;
  display: block;
  padding: 7px 10px;
}

ul.menu li a:hover {
  border-right: 7px solid #97d553;
}

pre {
  text-align: left;
  border: 1px solid red;
  background: #333333;
  color: white;
  margin: 3px;
  padding: 3px;
}

a {
  color: #b47518;
  text-decoration: underline;
}

/* color:#; */

a:hover {
  color: #944437;
}

#menu a {
  color: #e78c05;
}

#menu a:hover {
  color: #fa9f19;
}

a.foot {
  color: #999;
  font-weight: normal;
  text-decoration: none;
}

a.foot:hover {
  color: #e78c05;
  text-decoration: underline;
}

select,
input,
textarea {
  border: 1px solid #aaa;
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  border: 0;
}

input.input_error {
  border: 1px solid red;
}

div.error {
  color: red;
}

.underLinks {
  text-align: right;
  padding: 5px;
}

.moduleNews .underLinks {
  float: left;
  width: 250px;
}

.moduleNews {
  padding-bottom: 20px;
}

.moduleNews .author {
  float: left;
  margin-top: 9px;
  width: 345px;
}

.underLinks a {
  color: #881402;
}

.userShowMini {
  width: 250px;
  overflow: hidden;
  margin: 5px 5px 5px 0px;
  padding: 5px 5px 5px 0px;
  font-size: 12px;
}

.userShowMini a img.photo {
  margin: 0px 5px 0px 0px;
}

.tags {
  font-size: 13px;
}

.posts .author {
  color: #cf7c00;
}

.posts .userShowMini,
.postAdd .userShowMini {
  margin: 0px;
  padding: 0px;
  width: auto;
}

.posts .blockAuthor,
.postAdd .blockAuthor {
  width: 140px;
  float: left;
  padding-right: 5px;
}

.posts .blockPost,
.postAdd .blockPost {
  width: 400px;
  float: left;
  font-size: 13px;
}

.posts .post {
  padding-bottom: 7px;
  margin-bottom: 6px;
  border-bottom: 1px solid #999;
}

.postAdd .blockPost textarea {
  width: 400px;
  height: 50px;
  float: left;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postAdd .wrPrimary {
  margin: 4px auto;
  padding: 0 20px;
  width: 220px;
}

.postAdd .blockAuthor label {
  display: block;
}
.postAdd .blockAuthor .author {
  width: 130px;
}

.postAdd .blockAuthor .captcha {
  width: 130px;
}

.postShort {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.postShort .blockPost {
  font-size: 12px;
  padding-left: 20px;
  overflow: hidden;
}

.postShort .objectShowMini {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.moduleTrip {
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}

.moduleTrip .underLinks {
  margin: 2px 5px 2px 0px;
  padding: 2px 5px 2px 0px;
}

.icons {
  width: 400px;
  top: 0px;
  right: 0px;
  position: absolute;
  text-indent: 9999px;
}

.icon {
  width: 17px;
  height: 17px;
  overflow: hidden;
  float: right;
  margin-left: 2px;
}

.moduleTrip .tripUsers {
  float: left;
  width: 470px;
}

.iconAbout {
  background: url("graph/icons3.png?3") no-repeat 0px 0px;
}

.iconRace {
  background: url("graph/icons3.png?3") no-repeat -17px 0px;
  width: 17px;
}

.iconAzs {
  background: url("graph/icons3.png?3") no-repeat -34px 0px;
  width: 16px;
}

.iconGallery {
  background: url("graph/icons3.png?3") no-repeat -50px 0px;
}

.iconDays {
  background: url("graph/icons3.png?3") no-repeat -67px 0px;
}

.iconMountain {
  background: url("graph/icons3.png?3") no-repeat -84px 0px;
  width: 34px;
}

.iconRoad {
  background: url("graph/icons3.png?3") no-repeat -351px 0px;
  width: 16px;
}

.icon100 {
  background: url("graph/icons3.png?3") no-repeat -118px 0px;
  width: 24px;
}

.iconNight {
  background: url("graph/icons3.png?3") no-repeat -142px 0px;
}

.iconSnowbike {
  background: url("graph/icons3.png?3") no-repeat -232px 0px;
}

.iconGps {
  background: url("graph/icons3.png?3") no-repeat -161px 0px;
}

.iconPlace1 {
  background: url("graph/icons3.png?3") no-repeat -180px 0px;
}

.iconPlace2 {
  background: url("graph/icons3.png?3") no-repeat -198px 0px;
}

.iconPlace3 {
  background: url("graph/icons3.png?3") no-repeat -216px 0px;
}

.iconRank1 {
  background: url("graph/icons3.png?3") no-repeat -249px 0px;
}

.iconRank2 {
  background: url("graph/icons3.png?3") no-repeat -266px 0px;
}

.iconRank3 {
  background: url("graph/icons3.png?3") no-repeat -283px 0px;
}

.iconRank4 {
  background: url("graph/icons3.png?3") no-repeat -300px 0px;
}

.iconRank5 {
  background: url("graph/icons3.png?3") no-repeat -317px 0px;
}

.iconClose {
  background: url("graph/icons3.png?3") no-repeat -334px 0px;
}

.iconRank {
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  font-weight: bold;
}

.tripSidebar label {
  width: 110px;
  display: block;
  float: left;
}

.tripSidebar .iconsCheckboxes {
  width: 170px;
  margin-top: 10px;
  float: left;
}

.tripSidebar .iconsCheckboxes .tripFilterSelect {
  max-width: 140px;
}

.tripSidebar .usersCheckboxes {
  width: 140px;
  margin-top: 10px;
  float: left;
}

.tripSidebar .usersCheckboxes input {
  float: left;
  width: 20px;
  margin: 3px 3px 0px 0px;
  padding: 0px;
}

.tripSidebar .usersCheckboxes label {
  width: 114px;
  height: 18px;
}

.tripSidebar .usersCheckboxes a {
  display: block;
  float: left;
  width: 130px;
}


.tripDetails > div {
  margin-bottom: 10px;
}

.tripPhotoList {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  overflow: hidden;
}

.tripDetails .userShowMini {
  margin: 0px 5px 5px 0px;
  padding: 0px 5px 5px 0px;
}

.tripPhotoList img.square {
  float: none;
  margin: 0;
}

.tripFilter {
  margin: 10px 0px 20px 40px;
}

.tripFilter .filterValue {
  font-weight: bold;
}

.tripPhoto {
  margin: auto;
  text-align: center;
}

.tripPhoto a {
  float: none;
  margin: auto;
}

.tripPhoto a img.photo {
  float: none;
  margin: auto;
}

.tripInfo {
  background: #dddddd;
  margin: 0px 5px 5px 5px;
  padding: 5px;
  border: 1px solid silver;
  width: 173px;
  font-size: 13px;
  border-radius: 4px;
  float: right;
}

.tripInfo .infoName {
  font-weight: bold;
}

.trip .tripUsers .userShowMini {
  float: left;
  width: 180px;
  height: 48px;
}

.noPhotoTrip {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 9px 5px 0;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  color: #555;
  border: 1px solid silver;
  padding: 1px;
}

.noPhotoTripClosest {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 1px 2px;
}

.trip-closest-first {
  display: none;
}


.trip-closest-first img.square {
  margin: 0 5px 5px 0;
}

.trip-closest-first__bikers {
  margin-top: 5px;
}

.tripCounter {
  border-top: 1px solid #333;
  margin-top: 10px;
  padding-top: 7px;
  margin-right: 60px;
  font-size: 12px;
}

.tripCounter strong {
  font-weight: bold;
}

.userList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.userList .userItem {
  width: 100px;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.userList .userItem img,
.userList .userItem h3,
.userList .noPhoto {
  margin: 0;
  border: 0;
}




.userBikeList li {
  clear: both;
}

.name {
  font-weight: bold;
}

.off {
  color: #555;
}

.objectShowMini {
  width: 130px;
  overflow: hidden;
  margin: 0px 5px 5px 0px;
  padding: 0px 5px 5px 0px;
  font-size: 12px;
}

span.selected {
  font-weight: bold;
}

.userTable {
  border-spacing: 0px;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  font-size: 12px;
  width: 605px;
}

.userTableShort {
  width: 330px;
}

.userTable a img.photo {
  margin: 0px;
}

.userTable .distance {
  white-space: nowrap;
}

.userTable th {
  color: #881402;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 3px 0px;
}

.userTable td {
  vertical-align: middle;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  padding: 0px 5px;
}

.userTable td.number {
  text-align: right;
}

.userTable td.wide {
  width: 68px;
}

.userTable td.slim {
  width: 48px;
}

.userTable td.iteration {
  width: 10px;
}

.userTable td.photo {
  padding: 0px;
  width: 39px;
}

.strava-profile-image {
  border-radius: 4px;
}

.userTable td.iteration {
  width: 10px;
}

.userTableShort td.wide {
  width: 48px;
}

.userTableShort td.slim {
  width: 28px;
}

.userTable tr:hover {
  background: silver;
}

.userTableGuest td {
  padding: 2px 5px;
}

.bikeItem img {
  float: left;
  margin: 0px 5px 5px 0px;
}

.placeItem {
  position: relative;
}

.placeItem .underLinks {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.placePhoto {
  margin: auto;
  text-align: center;
}

.forumCategory {
  width: 605px;
  border-bottom: 1px solid #999;
  overflow: hidden;
  position: relative;
}

.forumCategory h3 {
  width: 350px;
}

.forumCategory .lastPost {
  font-size: 12px;
  text-align: right;
  width: 240px;
  position: absolute;
  right: 0px;
  bottom: 2px;
}

.forumTopics {
  margin-bottom: 20px;
}

.forumTopic {
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.forumTopicTitle {
  width: 363px;
  margin-top: 4px;
  float: left;
}

.forumTopicTitle a {
  font-size: 13px;
  width: 350px;
  float: left;
}

.forumTopic .lastPost {
  font-size: 12px;
  text-align: right;
  width: 198px;
  margin: 4px 4px 0px 0px;
  float: left;
}

.forumTopic .lastPostAvatar {
  width: 40px;
  height: 40px;
  float: left;
}

.forumTopic .lastPost a img.photo {
  float: right;
  margin: 0px 0px 0px 5px;
}

.tagItem {
  margin: 0px 4px 4px 0px;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  background: #edc07eb5;
  color: #111;
}

.size0 {
  display: none;
}

.size1 {
  font-size: 12px;
  line-height: 19px;
}

.size2 {
  font-size: 14px;
  line-height: 20px;
}

.size3 {
  font-size: 17px;
  line-height: 21px;
}

.size4 {
  font-size: 21px;
  line-height: 23px;
}

.size5 {
  font-size: 24px;
  line-height: 24px;
}

.size6 {
  font-size: 28px;
  line-height: 27px;
}

.size7 {
  font-size: 31px;
  line-height: 30px;
}

.cloudsize0 {
  display: none;
}

.cloudsize1 {
  font-size: 17px;
  line-height: 20px;
}

.cloudsize2 {
  font-size: 22px;
  line-height: 22px;
}

.cloudsize3 {
  font-size: 25px;
  line-height: 23px;
}

.cloudsize4 {
  font-size: 27px;
  line-height: 25px;
}

.cloudsize5 {
  font-size: 30px;
  line-height: 26px;
}

.cloudsize6 {
  font-size: 32px;
  line-height: 29px;
}

.cloudsize7 {
  font-size: 38px;
  line-height: 32px;
}

.right .size1 {
  font-size: 11px;
  line-height: 12px;
}

.right .size2 {
  font-size: 13px;
  line-height: 14px;
}

.right .size3 {
  font-size: 13px;
  line-height: 15px;
}

.right .size4 {
  font-size: 15px;
  line-height: 16px;
}

.right .size5 {
  font-size: 17px;
  line-height: 18px;
}

.right .size6 {
  font-size: 17px;
  line-height: 18px;
}

.right .size7 {
  font-size: 19px;
  line-height: 20px;
}

.articleCategory {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.right .tripClosestItem h4 {
  margin: 0px 0px 3px 0px;
}

.tripClosestAddButton, .raceClosestAddButton {
  margin: 0px auto 0 auto;
}

.tripClosestItem {
  margin: 5px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #999;
  font-size: 12px;
}

.noTripClosest {
  font-size: 12px;
}

.addTripClosestLink {
  display: block;
  margin-top: 4px;
}

.champaigne {
  margin: 3px 6px;
  padding: 3px 6px;
  border: 1px solid green;
  border-radius: 2px;
}

input.error {
  border: 1px solid #d30000;
}

label.error {
  color: #d30000;
  font-size: 11px;
  margin-top: -4px;
}

.tripClosestUserButton, .raceClosestUserButton {
  margin: 0 auto;
}

.tripClosestUserItem {
  margin: 5px 5px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid #999;
  font-size: 12px;
  float: left;
  width: 297px;
  overflow: hidden;
  min-height: 3px;
}

.tripClosestUserItem h4 {
  margin: 0px;
}

.tripClosestUserItem .trip-closest-block {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.tripClosestUserItem .trip-closest-block-user {
  flex: 1;
}

.tripClosestUserItem .trip-closest-block-user img {
  margin-bottom: 0;
}

.tripClosestUserItem .update-date {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #565656;
}

.percent-0 a,
.percent-0 h4 a,
.percent-0 h4,
.percent-0 {
  color: #565656;
}

.percent-0 h4 {
  text-decoration: line-through;
}

.tripClosestUserItem .percent {
  font-size: 20px;
  line-height: 39px;
}

.tripClosestUserSubmit {
  margin: 5px;
  padding: 5px;
  border: 1px solid #999;
  width: 570px;
  font-size: 14px;
  border-radius: 4px;
}

.tripClosestUserSubmit fieldset {
  margin-bottom: 4px;
}

.tripClosestUserSubmit label {
  display: block;
  float: left;
  font-weight: bold;
  width: 150px;
}

.tripClosestUserSubmit textarea {
  width: 260px;
  height: 60px;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tripClosestUserSubmit label.error {
  font-weight: normal;
  float: none;
  font-size: 11px;
}

.tripClosestUserSubmit select {
  font-size: 15px;
  padding: 4px;
}

.tripClosestUserSubmit .add-logged-user-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.tripClosestUserSubmit select.select-percent-huge {
  font-size: 15px;
  padding: 4px;
}

.tripClosestUserSubmit .userShowMini {
  margin: 0px;
  padding: 0px;
}


.msg {
  margin: 5px auto;
  padding: 5px;
  border: 2px solid gray;
  color: gray;
  text-align: center;
}

.userLoginMsg {
  margin: 5px;
  padding: 5px;
  background: #404040;
  border: 1px solid #333;
  width: 160px;
  font-size: 11px;
  color: #999;
}

.tab {
  margin-left: 20px;
}

.yearTab {
  width: 130px;
  float: left;
}

.tagShortList {
  margin: 0px 0px 15px 0px;
}

.std_form {
  width: 400px;
}

.std_form label {
  display: block;
  float: left;
  width: 150px;
}

.std_form input,
.std_form select {
  float: left;
  margin-right: 3px;
  width: 200px;
}

.std_form input.checkbox {
  border: 0 none;
  width: auto;
}

.std_form textarea {
  height: 100px;
  width: 200px;
}

.std_form input.button {
  width: 100px;
  margin-left: 150px;
}

.std_form strong {
  display: block;
  float: left;
  width: 370px;
}

.std_form .loginData input {
  width: 100px;
}

.std_form span.info {
  clear: both;
  display: block;
  margin: 3px 5px 10px 150px;
  font-size: 12px;
}

.seasonItem {
  margin-bottom: 20px;
}

div.noPhoto {
  width: 100px;
  height: 100px;
  border: 1px solid #555;
  margin: 0 9px 5px 0;
  float: left;
  background: #ccc;
  opacity: 0.5;
  text-align: center;
  line-height: 100px;
  font-style: italic;
}

div.noPhotoSmall {
  width: 35px;
  height: 35px;
  border: 1px solid #555;
  margin: 0;
  float: left;
  padding: 1px;
  background: #ccc;
  opacity: 0.5;
  color: #555;
  text-align: center;
  line-height: 35px;
}

.tripUsers div.noPhotoSmall {
  margin-right: 5px;
}

.moduleRace {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

form.race,
form.stats {
  border: 1px solid silver;
  margin: 5px;
  padding: 5px;
}

th a.selected {
  text-decoration: none;
  color: #881402;
}

form.race label {
  width: 100px;
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
}

form.race input,
form.race select {
  width: 150px;
  display: block;
  float: left;
  margin: 0px 5px 5px 0px;
}

.race h3 {
  margin: 6px 0 0 0;
}

.race span.small {
  font-size: 11px;
}

form.stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

form.stats .chartType {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

form.stats .seasonType {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

form.stats .persons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

form.stats label {
  flex: 1;
}

form.stats button {
  margin: 8px auto;
  max-width: 300px;
  padding: 8px;
}

h3.nolink a {
  color: #881402;
}

.moduleTrack .photo {
  float: left;
  margin: 0 9px 5px 0;
}

.mapTitle {
  text-align: center;
  margin-bottom: 5px;
}

a.a_photo img.map {
  margin: 0 9px 0 0;
}

dt {
  clear: both;
  float: left;
  font-size: 16px;
  margin-right: 7px;
  padding-top: 5px;
}

dd {
  padding-top: 8px;
}

dl.stats dt {
  clear: both;
  float: left;
  margin-right: 3px;
  padding-top: 0px;
  font-size: 14px;
}

dl.stats dd {
  padding-top: 5px;
  font-weight: bold;
  font-size: 14px;
  padding-top: 0px;
}

dl.stats dd span {
  position: relative;
}

dl.stats dd div.other {
  font-size: 12px;
  position: absolute;
  background: #ddd;
  padding: 3px;
  border: 1px solid silver;
  left: 13px;
  top: 0px;
  z-index: 3;
  font-weight: normal;
  width: 150px;
  cursor: pointer;
}

dl.stats dd div.shortOther {
  width: 85px;
}

dl.stats .closeTick {
  float: right;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #777;
  color: #555;
}

.nextLink {
  float: right;
  text-align: right;
  width: 195px;
  display: block;
  outline: none;
  font-size: 11px;
}

.centerLink {
  float: left;
  text-align: center;
  width: 195px;
  display: block;
  outline: none;
  font-size: 11px;
}

.prevLink {
  float: left;
  text-align: left;
  width: 195px;
  display: block;
  outline: none;
  font-size: 11px;
}

.season h3 {
  margin-top: 21px;
  margin-bottom: 3px;
}

.season h4 {
  margin: 12px 0px 2px 0px;
}

.green {
  color: green;
}

.red {
  color: #cc3300;
}

.yellow {
  color: #e9ff53;
}

.smallLegend {
  font-size: 13px;
  font-style: italic;
}

.small {
  font-size: 13px;
}

.tiny {
  font-size: 12px;
}

.right {
  float: right;
}

.breadcrumb {
  font-size: 12px;
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
  padding-bottom: 6px;
}

.breadcrumb span {
  color: #945500;
}

.tripClosestItem img.square {
  margin: 0 5px 5px 0;
}

.contact-form {
  margin: 5px 0px 5px 100px;
  padding: 5px;
  width: 435px;
}

.contact-form label {
  color: #333333;
  font-size: 13px;
}

.contact-form fieldset {
  float: left;
  width: 200px;
  margin: 5px 10px 0px 0px;
}

.contact-form fieldset.wide {
  width: 400px;
}

.contact-form textarea {
  width: 388px;
  height: 120px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}

.tx-form {
  color: #333333;
  margin: 10px 0px 5px 100px;
  padding: 5px;
  width: 435px;
}

.photoContainer {
  height: 206px;
  overflow: hidden;
  margin-bottom: 20px;
}

.fullscreenIco {
  display: block;
  width: 48px;
  height: 48px;
  float: right;
  background-image: url("graph/fullscreen.png");
  text-indent: -9999px;
}

h2.gallery {
  width: 540px;
  float: left;
}

.sidebarTrack h3 {
  margin: 2px 0px;
}

.sidebarTrack label {
  padding: 0px 10px 0px 0px;
  color: #555;
  margin: 2px;
}

.tagBox label input {
  margin: 1px 3px;
}

.sidebarTrack .floatBox {
  width: 159px;
  float: left;
}

.sidebarTrack .icon {
  float: left;
}

.sidebarTrack label.checked {
  color: #000;
}

.sidebarTrack label:hover {
  color: #000;
}

.absoluteBox {
  position: absolute;
  left: 10px;
  top: 155px;
}

.sortBox .sortItem {
  float: left;
  line-height: 24px;
  margin: 2px 30px 2px 2px;
  cursor: pointer;
  color: #881402;
}

.sortBox .sortItem .directionDESC,
.sortBox .sortItem .directionASC {
  display: none;
}

.sortBox .sortItemDESC .directionDESC {
  display: inline !important;
}

.sortBox .sortItemDESC .directionASC {
  display: none !important;
}

.sortBox .sortItemASC .directionDESC {
  display: none !important;
}

.sortBox .sortItemASC .directionASC {
  display: inline !important;
}

.sortBox .sortItemSelected .directionDESC,
.sortBox .sortItemSelected .directionASC {
  display: inline;
}

.sortBox .sortItemSelected {
  font-weight: bold;
}

.sortBox .value {
  display: none;
}

.sortBox .sortItem:hover {
  text-decoration: underline;
}

.sortBox label {
  display: block;
  float: left;
  width: 104px;
  line-height: 24px;
}

.queryTextBox label {
  background: inherit;
}

.tagBox {
  overflow: hidden;
  clear: both;
}

.tagBox label {
  display: block;
  float: left;
  margin: 0px 2px 0px 0px;
}

input.gray {
  color: #777;
}

.tagBox label.qTag input {
  width: 232px;
  padding: 2px;
  font-size: 13px;
}

.tagBox label.qTag {
  width: 310px;
}

.tagBox label.qTag .iconClose {
  float: right;
  margin-top: 4px;
  cursor: pointer;
}

.queryTextBox label {
  width: 104px;
  float: left;
  display: block;
  line-height: 24px;
}

.queryTextBox input {
  width: 472px;
  font-size: 15px;
  padding: 4px;
  float: left;
}

.searchInfo .clearAll {
  font-size: 12px;
  float: right;
  cursor: pointer;
  width: 200px;
  text-align: left;
  margin: 5px 10px 5px 0px;
  border: 1px solid #888;
  background: #d4d4d4;
  border-radius: 2px;
  padding: 3px;
  line-height: 17px;
}

.searchInfo .clearAll .icon {
  float: left;
  margin-right: 10px;
}

.queryTextBox .clearAll .icon {
  float: right;
}

.moduleTrack {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.moduleTrack h3 {
  margin: 1px 0px 6px 0px;
}

.moduleTrack .trackInfo {
  float: left;
  width: 385px;
}

.trackInfo .attr {
  display: block;
  float: left;
  margin-right: 20px;
}

.trackInfo .attrName {
  float: left;
  margin-right: 4px;
  color: #666;
  height: 18px;
  line-height: 18px;
}

.trackInfo .attrValue {
  float: left;
  margin-top: 1px;
}

.moduleTrack .trackInfo .category .attrValue {
  width: 285px;
}

.moduleTrack .trackInfo .tags .attrValue {
  width: 315px;
  margin-top: 2px;
}

.trackInfo .icon {
  float: left;
}

.trackDetail .downloadInfo {
  width: 100px;
  float: left;
  margin-top: 20px;
}

.trackDetail .trackInfo {
  width: 500px;
  float: left;
}

.trackDetail .trackInfo .tags .attrValue {
  width: 285px;
}

.trackDetail .trackMap {
  width: 605px;
  height: 450px;
}

.trackDetail .mapModuleBig .trackMap {
  position: absolute;
  width: 958px;
  height: 750px;
}

.trackDetail .mapSwitcher {
  font-size: 12px;
  cursor: pointer;
  width: 150px;
  text-align: center;
  margin: 5px 0 0 -1px;
  border: 1px solid #888;
  border-bottom: 0px;
  background: #d4d4d4;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  padding: 3px;
  line-height: 17px;
}

.trackDetail .mapSwitcherSmall {
  display: none;
}

.trackDetail .mapSwitcherBig {
  display: block;
}

.trackDetail .mapModuleBig .mapSwitcherSmall {
  display: block;
}

.trackDetail .mapModuleBig .mapSwitcher .mapSwitcherBig {
  display: none;
}

.downloadIcon {
  width: 64px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  display: block;
  font-size: 12px;
  padding-top: 32px;
  float: left;
  margin-right: 15px;
  cxolor: #444;
}

.gmapsIcon {
  background-image: url("graph/track-gmaps.png");
}

.gearthIcon {
  background-image: url("graph/track-gearth.png");
}

.gpxIcon {
  background-image: url("graph/track-gpx.png");
}

.trackDetail .ranking .icon {
  margin-right: 5px;
}

.track_list {
  padding-top: 63px;
}

.track {
  position: relative;
}

.track .filterName {
  width: 160px;
  float: left;
  color: #666;
}

.track .filterBox {
  margin: 0px 0px 4px 20px;
  float: left;
  width: 600px;
}

.track .filterValues {
  float: left;
  width: 400px;
  vertical-align: top;
}

.track .filterValues .icon {
  display: inline-block;
  float: none;
}

.track_list_gray {
  opacity: 0.5;
}

.moduleMovie {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #777;
}

.moduleMovie .underLinks {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.moduleMovie img.min {
  float: left;
  margin: 0px 5px 5px 0px;
}

.article .left table,
.trip .left table {
  border-collapse: collapse;
}

.article .left td,
.trip .left td {
  border: 1px solid #666;
  padding: 2px;
}

.article .left th,
.trip .left th {
  border: 1px solid #666;
  padding: 2px;
  background: #a0a0a0;
}

.article .left th.name {
  border: 1px solid #666;
  padding: 2px;
  font-weight: bold;
  background: inherit;
}

.article .left table.num td {
  text-align: right;
}

.article .left tr:hover,
.trip .left tr:hover {
  background: #ddd;
}

em.text-muted {
  color: #777;
}

.wr-gallery figure.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
}

@media only screen and (max-width: 895px) {
  .wr-gallery figure.gallery {
    justify-content: center;
    margin: 0;
  }
}

.wr-gallery .thumbnail {
  width: 100px;
  height: 100px;
  margin: 1px;
}

.wr-gallery figcaption {
  display: none;
}

.wr-gallery img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 2px;
}

.gallery-photo-list {
  display: flex;
  flex-wrap: wrap;
}

.gallery-photo-list-trip-mode {
  margin-top: 10px;
}

.gallery-photo-list a:nth-child(6) {
  display: none;
}

.navobile-navigation {
  background-color: #111;
}

.navobile-navigation .sublist span {
  color: #a2a2a2;
}

.navobile-navigation .sublist ul {
  display: block !important;
}

.navobile-navigation .sublist ul a,
.navobile-navigation .sublist ul span {
  padding-left: 20px;
}

.navobile-navigation a,
.navobile-navigation span {
  border-bottom: 1px solid #333;
  padding: 9px;
  text-decoration: none;
}

.navobile-navigation a,
.navobile-navigation span {
  display: block;
}

.navobile-navigation .current>a {
  background-color: #b47518;
  color: #111;
}

.mobile-header-bar {
  background-color: #111;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 11;
  box-shadow: 4px 7px 12px -6px rgba(0, 0, 0, 0.75);
}

.mobile-header-bar .header-title {
  display: block;
  flex: 1;
  margin: 0 0 0 calc(50% - 100px);
  text-decoration: none;
}

.mobile-header-bar h2 {
  font-family: Arial, Tahoma, sans-serif;
  color: #e78c05;
  font-size: 18px;
  margin: 0;
}

.mobile-header-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin: 0 8px;
}

.mobile-header-bar .menu-button {
  text-decoration: none;
  height: 35px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e78c05;
  border-radius: 5px;
  fill: #e78c05;
}

.mobile-only,
.navobile-mobile-only {
  display: none;
}

@media screen and (max-width: 895px) and (min-width: 0px) {
  .addTrip .tripUsers {
    grid-template-columns: 1fr;
  }
  .mobile-only {
    display: block;
  }

  .navobile-mobile-only {
    display: none;
  }

  .navobile-navigation-visible {
    display: block;
  }

  .layout-head {
    display: none;
  }

  .layout-content {
    padding-top: 50px;
  }

  .navobile-bound {
    overflow-y: auto;
  }

}

.medals {
  display: flex;
  flex-wrap: wrap;
}

.medal svg {
  width: 50px;
  height: 50px;
  margin: 0 auto;

}

.medal-guest svg {
  width: 30px;

}

.medal {
  width: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.medal .year {
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

.race-closest-item {
  margin-bottom: 5px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}

.race-closest-item__header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}

.race-closest-item__bikers {
  float: right;
  display: flex;
  margin-top: 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

.race-closest-item__bikers a img.photo {
  margin: 0;
  float: none;
}

.race-closest-item__photo {
  float: right;
}

div.tagsinput { 
	background: #fff;
	padding: 4px 4px 0;
  flex: 1;
	height: 80px;
  overflow-y: auto;
  border-radius: 4px;

}
div.tagsinput span.tag { 
  border-radius: 4px;
	display: block;
	float: left;
	padding: 4px 8px;
	text-decoration: none;
	background: #edc07e;
	color: #111;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 13px;
}
div.tagsinput span.tag a { 
	color: #111;
	text-decoration: none;
	font-size: 13px;  
}
div.tagsinput input {
  width: 100px;
  margin: 0px;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 4px;
  background: transparent;
  color: #111;
  outline: 0px;
  margin-right: 4px;
  margin-bottom: 4px;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #e78c05;
}

input:checked+.slider:before {
  transform: translateX(26px);
}
.wrForm {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.wrForm fieldset {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.wrForm input, .wrForm select {
  font-size: 15px;
  padding: 4px;
  border-radius: 4px;
}
.wrForm textarea {
  padding: 4px;
  border-radius: 4px;
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.wrForm textarea.about {
  height: 100px;
}



.wrForm label {
  font-size: 12px;
  font-weight: normal;
}
.wrForm label.error {
  font-size: 11px;
  margin-top: -4px;
}
.wrForm .cols {
  display: flex;
  gap: 8px;
  flex-direction: row;
}
.wrForm .cols fieldset {
  flex: 1;
}
.wrForm fieldset.switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 4px;
}
.wrForm fieldset.switch label:not(.switch) {
  width: 65px;
}
.wrForm fieldset.switch label.longLabel:not(.switch) {
  width: 145px;
  font-size: 14px;
}
.wrNewsletterForm {
  margin-top: 8px;
}
.wrNewsletterForm .wrButton {
  margin-top: 8px;
}
.wrForm fieldset.switch label.switch {
  width: 50px;
}
.wrForm fieldset.switch .description {
  font-size: 11px;
  color: #555;
  flex: 1;
  margin-left: 8px;
}
.wrForm fieldset.switch .description--selected {
  color: #111;
}
.wrForm .tripUsers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 4px;
  overflow: auto;
  max-height: 252px;
  padding: 0 4px 0 0;
}
.wrForm fieldset.switch .labelUserName:not(.switch) {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}
.wrForm .avatar {
  width: 25px;
  height: 25px;

}

.wrForm .tripUsers .user-switch {
  height: 35px;
}
.wrForm .names {
  font-size: 11px;
  color: #333;
}
.wrForm .avatar a img.photo {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
}
.wrForm .noAvatar {
  width: 25px;
  height: 25px;
  border: 1px solid #555;
  border-radius: 4px;
  margin: 0;
  padding: 1px;
  background: #ccc;
  opacity: 0.5;
  color: #555;
  text-align: center;
  line-height: 25px;
}
.wrForm .crashRubberInputs {
  visibility: hidden;
  display: flex;
  gap: 4px;
}
.wrForm .crashRubberInputs--visible {
  visibility: visible;
}
.wrForm .crashRubberInputs input {
  width: 49px;
  font-size: 13px;
  padding: 2px;
  opacity: inherit;
  height: inherit;
}
.wrForm .crashRubberInputs input::placeholder {
  color: #aaa;
}
.wrForm .buttons {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.contextLink {
  font-size: 14px;
  margin-left: 10px;
  float: right;
  font-weight: normal;
  color: #881402;
}

.wrButton {
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 240px;
  min-width: 120px;
  height: 38px;
  line-height: 38px;
}

.wrPrimary {
  background: #e78c05;
  color: white;
  border: none;
  font-weight: bold;
}

.wrPrimary:hover {
  background: #b47518;
}

.wrPrimary:active {
  background: #944437;
}

.wrPrimary:disabled {
  background: #ccc;
  color: #777;
  cursor: not-allowed;
  opacity: 0.6;
}

.wrSecondary {
  background: #ffffff45;
  color: #333;
  border: 2px solid #e78c05;
}
.wrSecondary:hover {
  color: #333;
}
.dropzone {
  border: 2px dashed #888;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  color: #555;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
  background: #ffffff4d;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}

.dropzone .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body #onesignal-slidedown-container #onesignal-slidedown-dialog {
  background-color: #302e2e !important;
}

body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-message {
  color: #ccc !important;
}

body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
  background-color: #e78c05 !important;
  color: #fff !important;
  border-radius: 999px !important;
}

body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.secondary {
  background-color: #302e2e !important;
  color: #e78c05 !important;
  border-radius: 999px !important;
}