.admin__panel {
  width: 380px;
  background-color: #202020;
  box-shadow: -9px 0px 17px -9px rgb(126, 126, 126);
  order: 3;
}

.panel__content {
  padding: 40px 0;
  margin: 0;
}
.mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4f4e4e;
  border-radius: 6px;
  margin: 0 35px;
  overflow: hidden;
}
.single__mode {
  color: white;
  width: 50%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.admin__panel__standard .mode .standard {
  background-color: #ffca30;
  color: #4f4e4e
}
.admin__panel__elementor .mode .elementor {
  background-color: #92003B;
  color: #e9e9e9
}
.admin__panel__elementor .mode .standard {
  color: #949494
}

.admin__panel__elementor {
  background-color: #2A121C
}
.admin__panel__elementor .code_btn {
  color: #F95195;
}

.work__time {
  color: white;
  margin: 40px 35px 0;
}
.time__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.time__items div {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.time__item {
  height: 60px;
  width: 78px;
  border: 1px solid #4f4e4e;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
}
.time__items span {
  font-size: 10px;
  margin-top: 6px;
}

.price {
  color: white;
  margin: 15px 35px;
}
.price__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.price__item1 {
  width: 196px;
  height: 40px;
}
.price__item2 {
  width: 78px;
  height: 40px;
}
.price__items div {
  border: 1px solid #4f4e4e;
  border-radius: 6px;
  background-color: #111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 600;
}
.price span {
  font-size: 48px;
  font-weight: bold;
}
hr {
  border: 1px solid #4f4e4e;
}
.code {
  margin: 20px 35px;
  color: white;
}
.code_btn {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #4f4e4e;
  border-radius: 6px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: #ffca30;
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 40px 0;
}
.code span {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}

.plugin {
  margin: 20px 35px 35px 35px;
  color: white;
}
.plugin span {
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}

.plugin__data {
  color: rgba(255, 255, 255, 0.5);
}
.panel__content a {
  transition: all .2s ease-in;
}
.panel__content  a:hover{
  background-color: #4f4e4e;
  transition: all .1s ease-out;
}
.plugin .code_btn {
  margin: 20px 0 20px 0;
}

.notes {
  margin: 20px 35px;
}
.notes p {
  color: white;
}
.notes .code_btn {
  margin: 10px 0 20px 0;
}


.admin__panel__elementor {
  display: none;
}

.admin__panel__standard .mode .elementor:hover {
  background-color: #4f4e4e;
}
.admin__panel__elementor .mode .standard:hover {
  background-color: #4f4e4e;
}
