﻿.wipe {
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  float: left;
}

.wipe-opened {
  width: 100%;
}

.wipe-closed {
  width: 0px;
  overflow: hidden;
  padding: 0 !important;
  position: relative !important;
}

.custom-control-input:checked ~ .custom-control-label.border-info::before {
  color: #fff;
  border-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-primary::before {
  color: #fff;
  border-color: #007bff !important;
  background-color: #007bff !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-gray::before {
  color: #fff;
  border-color: #6c757d !important;
  background-color: #6c757d !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-warning::before {
  color: #fff;
  border-color: #ffc107 !important;
  background-color: #ffc107 !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-danger::before {
  color: #fff;
  border-color: #dc3545 !important;
  background-color: #dc3545 !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-success::before {
  color: #fff;
  border-color: #28a745 !important;
  background-color: #28a745 !important;
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.border-secondary::before {
  color: #fff;
  border-color: #6c757d !important;
  background-color: #6c757d !important;
  box-shadow: none;
}

.msg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.msg .bubble {
  float: left;
  max-width: 75%;
  width: auto;
  height: auto;
  display: block;
  background: #ebebeb;
  border-radius: 5px;
  position: relative;
  margin: 10px 0 3px 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.msg .bubble.alt {
  margin: 10px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble.follow {
  margin: 2px 0 3px 25px;
}

.msg .bubble.altfollow {
  margin: 2px 25px 3px 0px;
  background: #DCF8C6;
  float: right;
}

.msg .bubble .txt {
  padding: 8px 0 8px 0;
  width: 100%;
}

.msg .bubble .txt .name {
  font-weight: 600;
  font-size: 14px;
  display: inline-table;
  padding: 0 0 0 15px;
  margin: 0 0 4px 0;
  color: #3498db;
}

.msg .bubble .txt .name0 {
  color: #35cd96 !important;
}

.msg .bubble .txt .name1 {
  color: #3498db !important;
}

.msg .bubble .txt .name2 {
  color: #db5ec2 !important;
}

.msg .bubble .txt .name3 {
  color: #91ab01 !important;
}

.msg .bubble .txt .name4 {
  color: #e69f73 !important;
}

.msg .bubble .txt .name5 {
  color: #6bcbef !important;
}

.msg .bubble .txt .name6 {
  color: #dfb610 !important;
}

.msg .bubble .txt .name7 {
  color: #fd85d4 !important;
}

.msg .bubble .txt .name8 {
  color: #bd88eb !important;
}

.msg .bubble .txt .name9 {
  color: #b04632 !important;
}

.msg .bubble .txt .name span {
  font-weight: normal;
  color: #b3b3b3;
  overflow: hidden;
}

.msg .bubble .txt .name.alt {
  color: #2ecc51;
}

.msg .bubble .txt .message {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px 0 15px;
  margin: auto;
  color: #2b2b2b;
  display: table;
}

.msg .bubble .txt .timestamp {
  font-size: 11px;
  margin: auto;
  padding: 0 15px 0 0;
  display: table;
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #999;
}

.msg .bubble .bubble-arrow {
  position: absolute;
  float: left;
  left: -11px;
  top: 0px;
}

.msg .bubble .bubble-arrow.alt {
  bottom: 20px;
  left: auto;
  right: 4px;
  float: right;
}

.msg .bubble .bubble-arrow:after {
  content: "";
  position: absolute;
  border-top: 15px solid #ebebeb;
  border-left: 15px solid transparent;
  -ms-border-radius: 4px 0 0 0px;
  border-radius: 4px 0 0 0px;
  width: 0;
  height: 0;
}

.msg .bubble .bubble-arrow.alt:after {
  border-top: 15px solid #DCF8C6;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.msg .bubble .atasament-mesaj-curent {
  font-size: 14px;
}

@media (min-width: 481px) {
  .responsive-sobmap {
    height: 70vh;
  }
}
@media (max-width: 480px) {
  .responsive-sobmap {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .card.card-outline-tabs .card-header .nav-item:first-child .nav-link.active {
    border-left: 1px solid #dee2e6;
  }
}
/*--------------------------Notification--------------------------*/
.notifica.nu:hover > .da {
  display: none !important;
}

.notifica.nu:hover > .nu {
  display: block !important;
}

.notifica.da:hover > .da {
  display: block !important;
}

.notifica.da:hover > .nu {
  display: none !important;
}

/*--------------------------Notification--------------------------*/
