.md-drppicker td.in-range {
  background-color: #344C88 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.md-drppicker td.active, .md-drppicker td.active:hover {
  background-color: #E06C42 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

table {
  border-spacing: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-drppicker.drops-down-right.ltr.shown.inline.double {
  width: 100% !important;
  margin-top: 12px !important;
}

.dropdowns {
  width: 75px !important;
}

.calendar.right {
  width: 100% !important;
}

.calendar.left {
  width: 100% !important;
  margin-left: 10px !important;
}

/* You can add global styles to this file, and also import other style files */

.custom-raleway-fontfamily {
  font-family: 'Raleway';
}

.custom-redhat-fontfamily {
  font-family: 'Red Hat Display';
}

.tilbage {
  font-weight: 500;
  font-style: italic;
}

.oversigten {
  font-weight: 900;
  font-style: italic;
}

.custom-fontweight800 {
  font-weight: 800;
}

button {
  font-size: 13px;
  height: 37px;
  font-weight: 700;
  font-family: 'Red Hat Display';
}

.w3-btn {
  font-size: 16px !important;
  height: 37px;
  font-weight: 900 !important;
  font-family: 'Red Hat Display';
}

.custom-font-size-110 {
  font-size: 110%;
}

.custom-padding-88 {
  padding: 88px;
}

.custom-orange {
  color: #e06c42;
}

.custom-font-size-18px {
  font-size: 18px;
}

.w3-border-width-right {
  border-right: 2px solid #DEDEDE !important;
}

.w3-border-width-left {
  border-left: 2px solid #DEDEDE !important;
}

.w3-border-customgray {
  border-color: gainsboro !important;
  border: 2px solid #DEDEDE !important;
}

.flex-container {
  display: flex;
  margin: 10px;
  padding: 10px;
  flex: 1 1 auto;
}

.flex-container-centered {
  display: flex;
  margin: 2px;
  padding: 0px;
  flex: 1 1 auto;
  justify-content: center;
}

.w3-favour {
  position: relative;
  top: -26px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.w3-fixed {
  overflow: hidden;
  /* background-color: #85c7b5 !important;*/
  /*background-color: #cbeade !important;*/
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #6b8f8d !important;
}

w3.bottom {
  position: fixed;
  width: 50%;
  bottom: 10px;
}

.w3-margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.w3-margin-top-20 {
  margin-top: 20px !important;
}

.w3-margin-top-14 {
  margin-top: 14px !important;
}

.w3-margin-top-25 {
  margin-top: 25px !important;
}

.w3-margin-top-40 {
  margin-top: 40px !important;
}

.w3-margin-top-45 {
  margin-top: 45px !important;
}

.w3-margin-top-50 {
  margin-top: 50px !important;
}

.w3-margin-top-55 {
  margin-top: 50px !important;
}

.w3-margin-top-60 {
  margin-top: 60px !important;
}

.w3-margin-top-65 {
  margin-top: 65px !important;
}

`
.w3-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.w3-hover-primary:hover {
  color: #faf9f4 !important;
  background-color: #6E8DD9 !important;
}

.employee {
  font-size: 14px !important;
  color: #16213c !important;
  font-family: Raleway;
}

.w3-secondary {
  color: #F7F7F7 !important;
  background-color: #344C88 !important;
}

.w3-light-blue {
  color: #F7F7F7 !important;
  background-color: #708cd4 !important;
}

.w3-dark-blue {
  color: #F7F7F7 !important;
  background-color: #384c84 !important;
}

.w3-primary {
  color: #F7F7F7 !important;
  /* color: #fd9464 !important;*/
  /* background-color: #85c7b5 !important;*/
  /*background-color: #cbeade !important;*/

  background-color: #16213C !important;
}

.w3-btngreen {
  color: #16213C !important;
  background-color: #6cc39a !important;
}

.w3-text-primary {
  /*color: #faf9f4 !important;*/
  /*color: #fd9464 !important;*/

  color: #16213C !important;
}

.w3-custom-drop-border {
  border: 2px solid #dedede !important;
}

.w3-custuom-height {
  height: 44px;
}

.w3-text-tertiary {
  color: #E06C42 !important;
}

.w3-text-secondary {
  color: #344C88 !important;
}

.w3-text-light-blue {
  color: #708cd4 !important;
}

.w3-tertiary {
  color: #F7F7F7 !important;
  background-color: #c43c44 !important;
}

.w3-red {
  color: #fff !important;
  background-color: #c43c44 !important;
}

.w3-margin-0 {
  margin: 0px !important;
}

/*Margin Small*/

.w3-margin-small {
  margin: 4px;
}

.w3-margin-top-small {
  margin-top: 4px;
}

.w3-margin-bottom-small {
  margin-bottom: 4px;
}

.w3-margin-right-small {
  margin-right: 4px;
}

.w3-margin-left-small {
  margin-left: 4px;
}

.w3-margin-left-0 {
  margin-left: 0px;
}

/*Margin xsmall*/

.w3-margin-xsmall {
  margin: 2px;
}

.w3-margin-top-xsmall {
  margin-top: 2px;
}

.w3-margin-bottom-xsmall {
  margin-bottom: 2px;
}

.w3-margin-right-xsmall {
  margin-right: 2px;
}

.w3-margin-left-xsmall {
  margin-left: 2px;
}

/*Margin Medium*/

.w3-margin-medium {
  margin: 6px;
}

.w3-margin-left-medium {
  margin-left: 6px;
}

.w3-margin-top-medium {
  margin-top: 6px;
}

.w3-margin-bottom-medium {
  margin-bottom: 6px;
}

.w3-margin-right-medium {
  margin-right: 6px;
}

/*Margin Large*/

.w3-margin-large {
  margin: 8px;
}

.w3-margin-left-large {
  margin-left: 8px;
}

.w3-margin-top-large {
  margin-top: 8px;
}

.w3-margin-bottom-large {
  margin-bottom: 8px;
}

.w3-margin-right-large {
  margin-right: 8px;
}

/*Margin Xlarge*/

.w3-margin-xlarge {
  margin: 10px;
}

.w3-margin-left-xlarge {
  margin-left: 10px;
}

.w3-margin-left-xxlarge {
  margin-left: 20px;
}

.w3-margin-left-xxxlarge {
  margin-left: 30px;
}

.w3-margin-left-xxxxxlarge {
  margin-left: 45px;
}

.w3-margin-top-xlarge {
  margin-top: 10px;
}

.w3-margin-top-12 {
  margin-top: 12px;
}

.w3-margin-bottom-xlarge {
  margin-bottom: 10px;
}

.w3-margin-right-xlarge {
  margin-right: 10px;
}

/*Margin XXlarge*/

.w3-margin-xxlarge {
  margin: 14px;
}

.w3-margin-bottom-38 {
  margin-bottom: 38px;
}

.custom-green-color {
  background-color: #69c59c;
}

.w3-margin-left-xxlarge {
  margin-left: 14px;
}

.w3-margin-left-3xlarge {
  margin-left: 30px;
}

.w3-margin-top-xxlarge {
  margin-top: 14px;
}

.w3-margin-top-3xlarge {
  margin-top: 32px;
}

.w3-margin-top-44 {
  margin-top: 44px;
}

.w3-margin-top-2large {
  margin-top: 16px;
}

.w3-margin-top-tolarge {
  margin-top: 20px;
}

.w3-margin-top-22 {
  margin-top: 22px;
}

.w3-margin-bottom-2large {
  margin-top: 16px;
}

.w3-margin-bottom-xxlarge {
  margin-bottom: 14px;
}

.w3-margin-right-xxlarge {
  margin-right: 14px;
}

.w3-margin-right-5xxlarge {
  margin-right: 55px;
}

.w3-margin-bottom-3xlarge {
  margin-bottom: 32px;
}

.w3-margin-bottom-4xlarge {
  margin-bottom: 42px;
}

.w3-margin-bottom-5xlarge {
  margin-bottom: 52px;
}

.w3-padding-0 {
  padding: 0px !important;
}

/*padding Small*/

.w3-padding-small {
  padding: 4px;
}

.w3-padding-top-small {
  padding-top: 4px;
}

.w3-padding-bottom-small {
  padding-bottom: 4px;
}

.w3-padding-right-small {
  padding-right: 4px;
}

.w3-padding-left-small {
  padding-left: 4px;
}

/*padding xsmall*/

.w3-padding-xsmall {
  padding: 2px;
}

.w3-padding-tiny {
  padding: 0px 6px !important;
}

.w3-padding-top-xsmall {
  padding-top: 2px;
}

.w3-padding-bottom-xsmall {
  padding-bottom: 2px;
}

.w3-padding-right-xsmall {
  padding-right: 2px;
}

.w3-padding-left-xsmall {
  padding-left: 2px;
}

/*padding Medium*/

.w3-padding-medium {
  padding: 6px;
}

.w3-padding-left-medium {
  padding-left: 6px;
}

.w3-padding-top-medium {
  padding-top: 6px;
}

.w3-padding-bottom-medium {
  padding-bottom: 6px;
}

.w3-padding-right-medium {
  padding-right: 6px;
}

/*padding Large*/

.w3-padding-large-all {
  padding: 8px;
}

.w3-padding-left-large {
  padding-left: 8px;
}

.w3-padding-top-large {
  padding-top: 8px;
}

.w3-padding-top-xxlarge {
  padding-top: 14px;
}

.w3-padding-bottom-large {
  padding-bottom: 8px;
}

.w3-padding-right-large {
  padding-right: 8px;
}

/*padding Xlarge*/

.w3-padding-xlarge {
  padding: 10px;
}

.w3-padding-left-xlarge {
  padding-left: 10px;
}

.w3-padding-top-xlarge {
  padding-top: 10px;
}

.w3-padding-bottom-xlarge {
  padding-bottom: 10px;
}

.w3-padding-right-xlarge {
  padding-right: 10px;
}

/*padding XXlarge*/

.w3-padding-xxlarge {
  padding: 14px;
}

.w3-padding-left-xxlarge {
  padding-left: 14px;
}

.w3-padding-top-xxlarge {
  padding-top: 14px;
}

.w3-padding-bottom-xxlarge {
  padding-bottom: 14px;
}

.w3-padding-right-xxlarge {
  padding-right: 14px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 5; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 100px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */

#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

/* Animations to fade the snackbar in and out */

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 100px;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    bottom: 100px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

div.o {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 14px;
  padding-bottom: 44px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

div.o > div {
    width: 200px;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

div.o.flex > div {
    flex: 1 1 auto;
    max-width: 18%;
    min-width: 18%;
  }

div.olarge {
  padding: 22px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

div.olarge > div {
    width: 200px;
    height: 350px;
    margin-bottom: 30px;
    margin-right: 40px;
  }

div.olarge.flexlarge > div {
    flex: 1 1 auto;
    max-width: 30%;
    min-width: 30%;
  }

.mt30 {
  margin-top: 30px;
}

.heightfull {
  min-height: 80vh;
}

.marginform .w3-full, .marginform .w3-half, .marginform .w3-third, .marginform .w3-quarter {
  margin-top: 8px;
}

.marginform .w3-input {
  padding: 4px;
}

.marginform label {
  font-weight: bold;
}

.w3-cursor {
  cursor: pointer;
}

.w3-tertiary {
  color: #F7F7F7 !important;
  background-color: #E06C42 !important;
}

.w3-tertiary-flag {
  color: #E06C42 !important;
}

a {
  font-family: Red Hat Display;
  Font-size: 14px;
  Font-weight: 800;
  /*Color: #344C88;*/
  Line-height: 19px
}

.w3-padding-right {
  padding-right: 30px !important;
}

h1 {
  text-transform: uppercase;
  Font-size: 27px;
  font-family: 'Red Hat Display';
  Font-weight: 900;
  Color: #F7F7F7;
}

h2 {
  Font-size: 20px;
  Font-weight: 900;
  font-family: 'Red Hat Display';
  Color: #16213C;
}

h3 {
  font-family: 'Red Hat Display';
  font-size: 16px;
  font-weight: 900;
  color: #16213C;
  margin-top: 22px;
  margin-bottom: 6px;
}

h4 {
  font-family: 'Red Hat Display';
  Font-size: 14px;
  Font-weight: 700;
  Color: #16213C;
}

h5 {
  font-family: 'Raleway';
  Font-size: 14px;
  Font-weight: 700;
  Color: #16213C;
}

p {
  font-size: 14px;
  font-family: 'Verdana';
  Font-weight: 400;
  line-height: 19px;
  Color: #16213C;
}

.p-text-style {
  font-size: 14px;
  font-family: 'Verdana';
  Font-weight: 400;
  line-height: 19px;
  Color: #16213C;
  padding-left:10px;
}

.rulescontainer p {
  Color: #F7F7F7;
  /*margin-left:-16px;*/
}

.rulescontainer h2 {
  Color: #F7F7F7;
}

.rulescontainer h3 {
  Color: #F7F7F7;
}

.rulescontainer h4 {
  Color: #F7F7F7;
  margin-left: -16px;
}

.rulescontainer h5 {
  Color: #F7F7F7;
  margin-left: -16px;
}

.custom-border-bottom {
  border-bottom: 4px solid #E06C42;
  width: 45px;
  height: 4px;
}

.w3-margin-bottom-26 {
  margin-bottom: 26px;
}

.margin-small {
  margin-bottom: 2px !important;
}

.w3-cursor {
  cursor: pointer;
}

/*Rules*/

.w3-apv {
  position: relative;
  top: -26px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.dot {
  height: 6px;
  width: 6px;
  background-color: #e06c42;
  border-radius: 50%;
  display: inline-block;
}

.bullet {
  height: 5px;
  width: 5px;
  margin-right: 6px;
  background-color: #e06c42;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}

.tagcolor {
  background-color: #E06C42;
}

.custom-border-orange {
  border-color: #E06C42;
  border-bottom-width: 4px;
}

.textBoxBorder {
  border: 3px solid #ccc !important;
}

.position {
  position: absolute;
  right: 70px;
  top: 81px;
}

.limitTextHeight {
  height: 656px;
  overflow: hidden;
}

.fixedbutton {
  position: fixed;
  bottom: 10px;
  right: 89px;
}

.borderColor {
  border-left-style: solid;
  border-left-color: #E06C42;
}

.numberposition {
  position: relative;
  left: -72px;
  top: 0px;
  font-family: 'Red Hat Display';
  font-size: 16px;
  font-weight: 900;
  height: 44px;
  width: 44px;
  padding-top: 11px;
}

.w3-tag-custom {
  display: inline-block;
  /*padding-left: 8px;
  padding-right: 8px;*/
  text-align: center;
  color: #f7f7f7;
}

.w3-mr-left-50 {
  margin-left: 22px;
}

.mrtop-46 {
  margin-top: -46px;
}

.mrtop-30 {
  margin-top: -30px;
}

.mrtop-15 {
  margin-top: -15px;
}

.ruleswrapper h3 {
  Font-size: 16px !important;
  Font-weight: 900 !important;
  font-family: Red Hat Display !important;
}

td {
  /*font-family: Red Hat Display;*/
  font-size: 14px;
  font-family: 'Verdana';
  Font-weight: 400;
  line-height: 19px;
  Color: #16213C;
}

th {
  Font-size: 16px !important;
  Font-weight: 900 !important;
  font-family: Red Hat Display;
}

.w3-card-complianter {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.oversigten {
  Font-size: 14px !important;
  Font-weight: 900 !important;
  font-family: Raleway;
  color: #344c88;
}

.tilbage {
  Font-size: 14px !important;
  Font-weight: 500 !important;
  font-family: Raleway;
  color: #344c88;
}

.leftarrowcolor {
  color: #344c88;
}

ul {
  list-style: none;
  font-size: 14px;
  margin-left: 0px;
}

ul li::before {
    content: "\2022";
    color: #e06c42;
    display: inline-block;
    /*width: 1em;*/
    margin-left: -1em;
    margin-right: 14px;
    text-indent: -1em;
  }

/*button, i {
  padding-right: 10px;
}*/

.margin-left-28 {
  margin-left: -4px;
}

.margin-topbottom {
  margin-top: 22px;
  margin-bottom: 6px;
}

.margin-left-29 {
  margin-left: 29px;
}

.margin-bottom-x {
  margin-bottom: 14px;
}

textarea {
  resize: vertical;
  overflow: auto;
}

.w3-margin-left-xlarge {
  margin-left: 20px;
}

.margin-left-10 {
  margin-left: 10px;
}

.w3-margin-left-xxlarge {
  margin-left: 30px;
}

.w3-margin-right-xxlarge {
  margin-right: 30px;
}

.w3-margin-right-largex {
  margin-right: 50px;
}

.w3-margin-all {
  margin-right: 44px;
  margin-left: 44px;
  margin-top: 44px;
  margin-bottom: 44px;
}

.w3-card-custom {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}

.customscrollbar {
  overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.customscrollbar::-webkit-scrollbar {
    display: none;
  }

/* Hide scrollbar for IE, Edge and Firefox */

.customscrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  /*scrollbar-width: none;*/ /* Firefox */
}

.cols2custom {
  width: 15.5%;
}

.h3style {
  margin-top: 22px;
  margin-bottom: 6px;
}

.margin-left-8 {
  margin-left: -8px;
}

.backstyle {
  margin-left: 12px;
  padding-right: 14px;
  width: -moz-fit-content;
  width: fit-content;
}

.btn {
  border: none;
  background-color: inherit;
  /* padding: 14px 28px;*/
  font-size: 16px;
  /*display: inline-block;*/
  /* margin-bottom: 6px;*/
}

.margin-topbottom {
  margin-top: 22px;
  margin-bottom: 6px;
}

.custom-bg {
  background-color: rgba(22,33,60,0.8);
}

.close-style {
  color: #16213C;
  font-size: 22px;
  background-color: transparent;
  margin-right: 0px;
  font-weight: bold;
  cursor:pointer;
}

.close-style:hover {
    color: #344C88 !important;
    background-color: transparent;
  }

.model-content-custom {
  height: auto;
  width: auto !important;
  margin-left: 124px;
  margin-right: 44px;
  margin-top: 0px;
  /*margin-top: 66px;*/
  margin-bottom: 66px;
}

.model-custom {
  display: block;
  /*padding-top: 0px;
  margin-left: 80px;*/
}

/* Toogle switch */

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 17px;
  border: 2px solid #D3D3D3;
  border-radius: 6px;
  top: 2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 2px solid var(--grey);
  border-radius: 5px;
  transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 15px;
    left: 2px;
    bottom: 2px;
    background-color: lightgrey;
    transition: 0.4s;
    border-radius: 2px;
  }

.switch input:checked + .slider:before {
  background-color: #e06c42;
}

input:checked + .slider:before {
  transform: translateX(15px);
}

input:checked + .slider {
  background-color: #f7f7f7;
}

.p-style {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 0px;
  margin-top: 0;
}

.customred {
  color: #BE3C45;
}

.hover:hover {
  color: #000 !important;
  background-color: #DEDEDE !important
}

.backtr:nth-child(even) {
  background: #f7f7f7;
}

.vaMatIcon {
  vertical-align: -6px;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-up:before {
  content: "\f0de";
  margin-top:5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #edecec;
    border-top: 1.5px solid #adb1b2 !important;
    border-bottom: 1.5px solid #adb1b2 !important;
    border-left: 1.5px solid #adb1b2 !important;
    border-right: 1.5px solid #adb1b2 !important;
    color: black;
    text-align: left;
    padding: 6px 10px;
    position: absolute;
    right: 0px;
    top: 28px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    Color: #16213C;
    Line-height: 19px;
    font-family: Verdana,sans-serif;
  }

.icon-blue {
  color: #344C88;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.cus-border {
  border: 2px solid #DEDEDE !important;
}

.padding-top-bottom {
  padding-top:22px;
  padding-bottom:6px
}

.button-style {
  font-size: 16px;  
  font-weight: 600;
  font-family: 'Red Hat Display';
}

.padding-22 {
  padding: 0px 22px !important;
}

.padding-tb-22 {
  padding: 22px 22px !important;
}

.right-22 {
    margin-right:22px;
}

.angular-editor-textarea {
  border: 2px solid #ddd !important;
}

.angular-editor-textarea h2 {
    Font-size: 20px !important;
    Font-weight: 900 !important;
    font-family: 'Red Hat Display' !important;
    Color: #16213C !important;
  }

.angular-editor-textarea h3 {
    font-family: 'Red Hat Display' !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #16213C !important;
    margin-top: 22px !important;
    margin-bottom: 6px !important;
  }

.angular-editor-textarea p {
    font-size: 14px !important;
    /*font-family: Calibri, sans-serif !important;*/
    color: rgb(0, 0, 0) !important;
    background-color: transparent !important;
    font-variant-numeric: normal !important;
    font-variant-east-asian: normal !important;
    vertical-align: baseline !important;
    white-space: pre-wrap !important;
  }

.w3-disabled-custom {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.mrtop-58 {
  margin-top: -70px;
}

.border-tb {
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
}



.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}

.emoji-mart {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #222427;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
}

.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar {
  border: 0 solid #d9d9d9;
}

.emoji-mart-bar:first-child {
  border-bottom-width: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.emoji-mart-bar:last-child {
  border-top-width: 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emoji-mart-anchors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 6px;
  color: #858585;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  display: block;
  flex: 1 1 auto;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color .1s ease-out;
}

.emoji-mart-anchor:hover,
.emoji-mart-anchor-selected {
  color: #464646;
}

.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: 0;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -3px; left: 0;
  width: 100%; height: 3px;
  background-color: #464646;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}

.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  padding: 0 6px 6px 6px;
  will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */
}

.emoji-mart-search {
  margin-top: 6px;
  padding: 0 6px;
  position: relative;
}

.emoji-mart-search input {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 5px 25px 6px 10px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  outline: 0;
}

.emoji-mart-search input::-webkit-search-decoration,
.emoji-mart-search input::-webkit-search-cancel-button,
.emoji-mart-search input::-webkit-search-results-button,
.emoji-mart-search input::-webkit-search-results-decoration {
  /* remove webkit/blink styles for <input type="search">
   * via https://stackoverflow.com/a/9422689 */
  -webkit-appearance: none;	  -webkit-appearance: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 2;
  padding: 0;
  border: none;
  background: none;
  line-height: 0;
}

.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
  cursor: default;
}

.emoji-mart-category .emoji-mart-emoji:hover:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #f4f4f4;
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: sticky;
  top: 0;
}

.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .95);
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

.emoji-mart-emoji-native {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "EmojiOne Color", "Android Emoji";
}

.emoji-mart-no-results {
  font-size: 14px;
  text-align: center;
  padding-top: 70px;
  color: #858585;
}

.emoji-mart-no-results .emoji-mart-category-label {
  display: none;
}

.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: .2em;
}

.emoji-mart-no-results .emoji-mart-emoji:hover:before {
  content: none;
}

.emoji-mart-preview {
  position: relative;
  height: 70px;
}

.emoji-mart-preview-emoji,
.emoji-mart-preview-data,
.emoji-mart-preview-skins {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.emoji-mart-preview-emoji {
  left: 12px;
}

.emoji-mart-preview-data {
  left: 68px; right: 12px;
  word-break: break-all;
}

.emoji-mart-preview-skins {
  right: 30px;
  text-align: right;
}

.emoji-mart-preview-name {
  font-size: 14px;
}

.emoji-mart-preview-shortnames {
  font-size: 12px;
  color: #888;
}

.emoji-mart-preview-shortname + .emoji-mart-preview-shortname,
.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon,
.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon {
  margin-left: .5em;
}

.emoji-mart-preview-emoticons {
  font-size: 11px;
  color: #bbb;
}

.emoji-mart-title span {
  display: inline-block;
  vertical-align: middle;
}

.emoji-mart-title .emoji-mart-emoji {
  padding: 0;
}

.emoji-mart-title-label {
  color: #999A9C;
  font-size: 26px;
  font-weight: 300;
}

.emoji-mart-skin-swatches {
  font-size: 0;
  padding: 2px 0;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch {
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after {
  opacity: .75;
}

.emoji-mart-skin-swatch {
  display: inline-block;
  width: 0;
  vertical-align: middle;
  transition-property: width, padding;
  transition-duration: .125s;
  transition-timing-function: ease-out;
}

.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }

.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }

.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }

.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }

.emoji-mart-skin-swatch:nth-child(5) { transition-delay: .12s }

.emoji-mart-skin-swatch:nth-child(6) { transition-delay: .15s }

.emoji-mart-skin-swatch-selected {
  position: relative;
  width: 16px;
  padding: 0 2px;
}

.emoji-mart-skin-swatch-selected:after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 4px; height: 4px;
  margin: -2px 0 0 -2px;
  background-color: #fff;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.emoji-mart-skin {
  display: inline-block;
  width: 100%; padding-top: 100%;
  max-width: 12px;
  border-radius: 100%;
}

.emoji-mart-skin-tone-1 { background-color: #ffc93a }

.emoji-mart-skin-tone-2 { background-color: #fadcbc }

.emoji-mart-skin-tone-3 { background-color: #e0bb95 }

.emoji-mart-skin-tone-4 { background-color: #bf8f68 }

.emoji-mart-skin-tone-5 { background-color: #9b643d }

.emoji-mart-skin-tone-6 { background-color: #594539 }

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */

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

