.elekit-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }

.elekit-modal-wrapper {
  width: 1200px;
  max-height: 675px;
  height: 100%;
  background-color: #fff;
  border-radius: 3px; }
.elekit-modal-header {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 20px 45px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 20px 45px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 20px 45px 0px rgba(0,0,0,0.05); }
.elekit-logo h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #535353; }
.elekit-menu ul {
  list-style: none; }
.elekit-menu ul li {
  display: inline-block; }
.elekit-menu ul li a {
  display: inline-block;
  padding: 5px 15px;
  color: #d5d5d5;
  font-weight: 600;
  transition: all ease .5s; }
.elekit-menu ul li a:hover,
.elekit-menu ul li a.active {
    color: #787878;
  }
.elekit-action {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #2d2d2d; }
.elekit-logo {
  display: flex;
  align-items: center; }
.elekit-logo img {
  margin-right: 12px;
  margin-left: 12px; }
.elekit-logo .back {
  display: none;
  outline: none;
  color: #8a8a8a;
  padding: 13px 15px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb; }
.elekit-logo h1, .elekit-action a.close {
  padding: 13px 20px;
  font-size: 25px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #636363;
  transition: all ease .5s; }
.elekit-action a.import {
  display: none;
  color: #fff;
  background-color: #2563eb;
  padding: 10px 15px;
  margin-right: 15px;
  border-radius: 3px; }
.elekit-action a.import:hover {
  background-color: #1951c9; }
.elekit-logo, .elekit-action a.close:hover {
  color: #a3a3a3;
}
.elekit-action a.back {
  color: #b3b3b3;
  padding: 0 20px; }

.elekit-content {
  height: 616px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f1f3f5;
  overflow: auto; }
.elekit-templates-content:not(.single) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 30px;
  column-gap: 20px;
  overflow-y: auto;
  padding: 40px; }
.elekit-templates-content.single {
  height: 100%;
  padding: 40px; }
.elekit-template-item {
  position: relative; }
.elekit-template-item .premium {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  background-color: #c13fd2;
  color: #fff;
  font-size: 11px;
  border-radius: 4px;
  z-index: 1; }
.elekit-template-item,
.elekit-template-item-child {
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px; }
.elekit-template-item .elekit-template-item-image {
  max-height: 250px;
  overflow: hidden; }
.elekit-template-item-wrapper {
  position: relative; }
.elekit-template-item-wrapper:hover .preview {
  opacity: 1;
}
.elekit-template-item-wrapper .preview {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 93%;
  background-color: rgba(0, 0, 0, 0.17);
  transition: all ease .3s; }
.elekit-template-item-wrapper .preview span {
  color: #fff; }
.elekit-template-item .template-item-heading,
.elekit-template-item-child .template-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px; }
.elekit-template-item-child .template-item-heading .action {
  display: flex; }
.elekit-template-item .template-item-heading h3,
.elekit-template-item-child .template-item-heading h3 {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b8b;
  margin: 0; }
.elekit-template-item img,
.elekit-template-item-child img {
  width: 100%; }
.elekit-template-item-child button.insert {
  margin-left: 5px;
  cursor: pointer;
  color: #ffffff;
  background-color: #80b2ff;
  padding: 5px 10px;
  border: 1px solid #80b2ff;
  border-radius: 5px; }
.elekit-template-item-child button.insert:hover {
  background-color: #508be4; }
.elekit-template-item-child a.preview {
  cursor: pointer;
  color: #ffffff;
  background-color: #dddddd;
  padding: 2px 4px;
  border: 1px solid #ddd;
  border-radius: 5px; }
.elekit-template-item-child a.preview span {
  font-size: 14px;
  color: #878787; }