.wrapper{
    max-width: 80%;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box;
}
.wrapper .search-input{
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}
.search-input input{
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 20px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.search-input.active input{
    border-radius: 5px 5px 0 0;
}
.search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}
.search-input.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}
.autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}
.search-input.active .autocom-box li{
    display: block;
}
.autocom-box li:hover{
    background: #efefef;
}
.search-input .icon{
    position: absolute;
    right: 0px;
    top: 25%;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}
.success-actions {
    color: #007934
}
.disabled-actions {
    color: #9e9e9e
}
.error-actions {
  color: #d50000
}
.disabled-link {
    pointer-events: none;
}
.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #e9002b;
    position: absolute;
    transform: rotate(-45deg) !important;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -20px;
}
.pin:after {
    content: "";
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #e6e6e6;
    position: absolute;
    border-radius: 50%;
}
.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.pulse {
    background: #d6d4d4;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4.5px 0px 0px -12px;
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #e9002b;
    animation-delay: 1.1s;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}
.change-background-on-select {
    background-color: #34C75980 !important;
}

::selection{
    color: #fff;
    background: var(--primary-color);
}

.center-search-input {
    top: 10px;
    left: 80px;
}

.special-success {
    color: #7cb342;
}

.special-cancel {
    color: #d50000;
}

.special-purple {
    color: #7b1fa2;
}

.card {
    width: 180px !important;
}

.me { padding-left: 15px; background-size: cover; }
.container-dropdown { margin-top: 5px; align-items: center; display: flex; height: auto; justify-content: center; width: auto; }
.email-drop { background: #DD042B; color:white; font-weight: bold; border-radius: 16px; height: 32px; overflow: hidden; position: relative; width: 240px; -webkit-tap-highlight-color: transparent; transition: width 300ms cubic-bezier(0.4, 0.0, 0.2, 1), height 300ms cubic-bezier(0.4, 0.0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1), border-radius 300ms cubic-bezier(0.4, 0.0, 0.2, 1); }
.email-drop:not(.expand) { cursor: pointer; }
.email-drop:not(.expand):hover { background: #C2C0C2; }
.from { position: absolute; transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1); }
.from-contents { display: flex; flex-direction: row; transform-origin: 0 0; transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); text-align: center; }
.to { opacity: 0; position: absolute; transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1); }
.to-contents { transform: scale(.55); transform-origin: 0 0; transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1); }
.avatar { border-radius: 12px; height: 24px; left: 6px; position: relative; top: 4px; width: 24px; }
.name { font-size: 14px; line-height: 32px; margin-left: 20px; }
.top-drop { background: #DD042B; display: flex; flex-direction: row; height: 70px; transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1); width: 300px; }
.avatar-large { border-radius: 21px; height: 42px; margin-left: 12px; position: relative; top: 14px; width: 42px; }
.name-large { color: #efd8ef; font-size: 16px; line-height: 70px; margin-left: 20px; }
.x-touch { align-items: center; align-self: center; cursor: pointer; display: flex; height: 50px; justify-content: center; margin-left: auto; width: 50px; }
.x { background: #fb9ab9; border-radius: 10px; height: 20px; position: relative; width: 20px; }
.x-touch:hover .x { background: #ca748f; }
.line1 { background: #DD042B; height: 12px; position: absolute; transform: translateX(9px) translateY(4px) rotate(45deg); width: 2px; }
.line2 { background: #DD042B; height: 12px; position: absolute; transform: translateX(9px) translateY(4px) rotate(-45deg); width: 2px; }
.bottom-drop { background: #FFF; color:  #444247; font-size: 14px; height: 380px; padding-top: 5px; width: 300px; overflow-y: auto; max-height: 310px; }
.row-items { align-items: center; display: flex; flex-direction: row; height: 60px; }
.twitter { margin-left: 16px; height: 30px; position: relative; top: 0px; width: 30px; }
.medium { height: 30px; margin-left: 16px; position: relative; width: 30px; }
.link { margin-left: 16px; }
.link a { color:  #444247; text-decoration: none; }
.link a:hover { color:  #777579; }
.email-drop.expand { border-radius: 6px; box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.16); height: 380px; width: 300px; }
.expand .from { opacity: 0; transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1); }
.expand .from-contents { transform: scale(1.91); }
.expand .to { opacity: 1; transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1); }
.expand .to-contents { transform: scale(1); }

.padding__anchor_map {
    padding-left:30px; 
    padding-right: 30px;
}

.pl {
    display: block;
    width: 9.375em;
    height: 9.375em;
    position: fixed;
    z-index: 9999;
    left: 45%;
    top:40%;
}
  
.pl__arrows,
.pl__ring-rotate,
.pl__ring-stroke,
.pl__tick {
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
  
.pl__arrows {
  animation-name: arrows42;
  transform: rotate(45deg);
  transform-origin: 16px 52px;
}
  
.pl__ring-rotate,
.pl__ring-stroke {
  transform-origin: 80px 80px;
}

.pl__ring-rotate {
  animation-name: ringRotate42;
}

.pl__ring-stroke {
  animation-name: ringStroke42;
  transform: rotate(-45deg);
}
  
.pl__tick {
  animation-name: tick42;
}

.pl__tick:nth-child(2) {
  animation-delay: -1.75s;
}

.pl__tick:nth-child(3) {
  animation-delay: -1.5s;
}
  
.pl__tick:nth-child(4) {
  animation-delay: -1.25s;
}

.pl__tick:nth-child(5) {
  animation-delay: -1s;
}

.pl__tick:nth-child(6) {
  animation-delay: -0.75s;
}

.pl__tick:nth-child(7) {
  animation-delay: -0.5s;
}

.pl__tick:nth-child(8) {
  animation-delay: -0.25s;
}

/* Animations */
@keyframes arrows42 {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(405deg);
  }
}

@keyframes ringRotate42 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(720deg);
  }
}
  
@keyframes ringStroke42 {
  from,
    to {
    stroke-dashoffset: 452;
    transform: rotate(-45deg);
  }

  50% {
    stroke-dashoffset: 169.5;
    transform: rotate(-180deg);
  }
}

@keyframes tick42 {
  from,
    3%,
    47%,
    to {
    stroke-dashoffset: -12;
  }

  14%,
    36% {
    stroke-dashoffset: 0;
  }
}

.grid-badges{ grid-template-columns: 30% 30% 30%; }

.width700 {
  width: 650px !important;
}