﻿.ee-btns a {
  margin-right: 20px;
}
.ee-btns a:nth-child(2) {
  background-color: #E2445C;
}
.ee-btns a:nth-child(3) {
  background-color: #D90368;
}
.ee-btns a:nth-child(4) {
  background-color: #104547;
}
.ee-btns a:nth-child(5) {
  background-color: #4F000B;
}
.ee-btns a:nth-child(6) {
  background-color: #F28123;
}
.ee-btns a:last-child {
  margin-right: 0px;
}

.ee-btn {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #ffcc00;
  padding: 20px 0px;
  border-radius: 3px;
  overflow: hidden;
  max-width: 100%;
}

.ee-btn-50 {
    width: 50px;
}

.ee-btn-100 {
  width: 100px;
}

.ee-btn-150 {
  width: 150px;
}

.ee-btn-200 {
  width: 200px;
}

.ee-btn.link {
  transition: all 0.2s linear 0s;
}
.ee-btn.link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.link:hover {
  text-indent: -30px;
}
.ee-btn.link:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.add {
  transition: all 0.2s linear 0s;
}
.ee-btn.add:before {
  content: "+";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.add:hover {
  text-indent: -30px;
}
.ee-btn.add:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.save {
  transition: all 0.2s linear 0s;
}
.ee-btn.save:before {
  content: "\f0c7";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.save:hover {
  text-indent: -30px;
}
.ee-btn.save:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.cancel {
  transition: all 0.2s linear 0s;
}
.ee-btn.cancel:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.cancel:hover {
  text-indent: -30px;
}
.ee-btn.cancel:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.return {
  transition: all 0.2s linear 0s;
}
.ee-btn.return:before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.return:hover {
  text-indent: -30px;
}
.ee-btn.return:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.activate {
  transition: all 0.2s linear 0s;
}
.ee-btn.activate:before {
  content: "\f1e6";
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.ee-btn.activate:hover {
  text-indent: -30px;
}
.ee-btn.activate:hover:before {
  right: 0;
  text-indent: 0px;
}

.ee-btn.test {
    transition: all 0.2s linear 0s;
}
.ee-btn.test:before {
    content: "\f003";
    font-family: FontAwesome;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 3px 3px 0px;
    transition: all 0.2s linear 0s;
    text-align: center;
        
}
.ee-btn.test:hover {
    text-indent: -30px;
}
.ee-btn.test:hover:before {
    right: 0;
    text-indent: 0px;

}

.unsaved-changes-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    margin-bottom: 12px;
    background-color: #fffbeb;
    border-left: 3px solid #f59e0b;
    color: #92400e;
    font-size: 13px;
    border-radius: 3px;
}

.unsaved-changes-indicator i {
    font-size: 6px;
    color: #f59e0b;
}

@media (max-width: 768px) {
    .unsaved-changes-indicator {
        font-size: 12px;
        padding: 5px 10px;
    }
}
