.overlay-options {
  background: rgba(0, 0, 0, 0.7);
  height: 150px;
  width: 220px;
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
  text-align: center;
}

.overlay-options-visible {
  background: rgba(0, 0, 0, 0.7);
  height: 150px;
  width: 220px;
  position: absolute;
  z-index: 1;
  top: 0;
  /* display: inline-block; */
  text-align: center;
  border-radius: 5px;
}

.templateOptionButton {
  width: 56%;
}

.thumbStyle {
  object-fit: cover;
  width: 220px;
  height: 150px;
  border-radius: 5px;
}

.disabled-template-cell {
  padding-bottom: 10px;
  width: 220px;
}

.template-cell {
  padding-bottom: 10px;
  width: 220px;
}

.template-cell:hover img {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.template-cell:hover .overlay-options {
  display: block;
  cursor: pointer;
  border-radius: 5px;
}

.overlay-buttons-ul {
  list-style: none;
  position: absolute;
  right: 0;
}

.template-button-preview {
  width: 75px;
  height: 75px;
  /* background: blue; */
  background: var(--theme-color) !important;
  text-align: center;
}

.template-button-build {
  width: 75px;
  height: 75px;
  background: red;
  text-align: center;
}

.template-button-build:hover {
  cursor: pointer;
  opacity: 0.5;
}

.template-button-preview:hover {
  cursor: pointer;
  opacity: 0.5;
}

.templatePreview {
  width: 100% !important;
  height: 100% !important;
}

/* .templatePreview>.modal-content {
  height: 100%;
  margin: 20px;
  padding: 15px;
} */

.grayimage {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.template-note {
  color: rgb(184, 184, 184);
  font-size: 14px;
}

.template-url-subdomain {
  /* color: #2676ea; */
  color: var(--theme-color) !important;
  font-size: 14px;
}

.template-url {
  /* color: rgb(184, 184, 184); */
  font-size: 15px;
}

.template-error {
  /* color:#dc3545; */
  color: var(--color-red);
  font-size: 11px;
}

.template-success {
  color: #28a745;
  font-size: 11px;
}

.template-loader-container {
  text-align: center;
  height: 250px;
  color: #808394;
  vertical-align: middle;
  width: 300px;
  margin: 0 auto;
  margin-top: 90px;
}

.template-loader-container .template-loader-div {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-top: 25%;
}

.template-preview-container {
  padding-top: 20;
  /* overflow-y: auto; */
  height: 580px;
}

/* Dashboard */
.template-dashboard-template-main-div {
  padding: 30px;
  /* border: 1px solid rgb(219, 220, 224); */
  border: var(--custom-border) !important;
  border-radius: 5px;
  background: #e8ecf166;
  min-height: 157px;
}

.template-dashboard-template-main-div .heading-para {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.template-dashboard-template-main-div .promote-para {
  color: rgb(133, 134, 138);
}

.copy-template-page {
  height: 45px;
  /*  border: 1px solid rgb(219, 220, 224); */
  border: var(--custom-border) !important;
  background: white;
  border-radius: 5px;
  display: flex;
}

.copy-template-page .website-url {
  width: 75%;
  padding: 10px;
  border-right: 1px solid rgb(219, 220, 224);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy-template-page .url-copy {
  width: 25%;
  padding: 10px 18px;
  /* color: #2676ea; */
  color: var(--theme-color) !important;
  cursor: pointer;
}

.template-dashboard-website-live-main-div {
  height: 60px;
  /*  border: 1px solid rgb(219, 220, 224); */
  border: var(--custom-border) !important;
  background: white;
  border-radius: 5px;
  display: flex;
  margin-top: 20px;
  padding: 10px;
}

.template-dashboard-website-live-main-div .live-text {
  width: 85%;
  color: rgb(82, 188, 96);

  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}

.template-dashboard-website-live-main-div .live-action {
  padding-left: 20px;
}

.template-live-switch {
  position: relative;
  display: inline-block;
  /* width: 55px;
  height: 30px; */

  width: 54px;
  height: 33px;
}

.template-live-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -5px;
  right: 0px;
  bottom: 0;
  background-color: #c6c8cf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.template-live-slider:before {
  position: absolute;
  content: "";
  /* height: 22px;
  width: 22px; */
  left: 3px;
  bottom: 3px;
  /* background-color: white; */
  -webkit-transition: 0.4s;
  transition: 0.4s;

  width: 27px;
  height: 27px;
  background-color: #ffffff;
}

input:checked + .template-live-slider {
  /* background-color: #1665d8; */
  background-color: var(--theme-color);
}

.template-live-slider.template-live-round:before {
  border-radius: 50%;
  /* border-radius: 13.3px; */
}

.template-live-slider.template-live-round {
  /* border-radius: 43px; */
  border-radius: 16.5px;
}

input:checked + .template-live-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.template-dashboard-steps-main-div {
  padding: 20px;
  /* border: 1px solid rgb(219, 220, 224); */
  border: var(--custom-border) !important;
  border-radius: 5px;
  background: white;
  width: 48vw !important;
}

.template-dashboard-steps-main-div .dashboard-steps {
  display: flex;
  padding: 15px 0px;
}

.template-dashboard-steps-main-div .dashboard-steps:hover {
  cursor: pointer;
}

.template-dashboard-steps-main-div .dashboard-steps:hover .steps-icon-arrow {
  /* color: #2676ea; */
  color: var(--theme-color) !important;
}

.template-dashboard-steps-main-div .heading-para {
  margin-top: 0px;
  margin-bottom: 5px;
  /* font-size: 14px;
  font-weight: 600; */
  font-family: var(--font-family);
  font-size: var(--font-size16) !important;
  font-weight: var(--font-weight-500);
  font-stretch: var(--font-stretch-normal);
  font-style: var(--font-style-normal);
  line-height: var(--line-height-1-31);
  letter-spacing: var(--letter-spacing-normal);
  text-align: var(--text-align);
  color: var(--primary-text-color);
}

.template-dashboard-steps-main-div .description-para {
  /* color: rgb(133, 134, 138);   */
  font-size: var(--description-font-family);
  color: var(--secondary-text-color);
  font-family: var(--description-font-family);
  font-weight: var(--description-font-weight);
  font-stretch: var(--description-font-stretch);
  font-style: var(--description-font-style);
  letter-spacing: var(--description-letter-spacing);
  line-height: var(--description-line-height);
  text-align: var(--description-text-align);
}

.website-responses {
  width: 100% !important;
  height: 100% !important;
}

.website-responses > .modal-content {
  height: 100%;
  margin: 20px;
  padding: 15px;
}

.website-response-container {
  padding-top: 20;
  height: 580px;
}
.heading-theme-text-color {
  font-size: var(--font-size16);
  font-weight: var(--font-weight-500);
  font-stretch: var(--font-stretch-normal);
  font-style: var(--font-style-normal);
  line-height: var(--line-height-1-31);
  letter-spacing: var(--letter-spacing-normal);
  text-align: var(--text-align);
  color: var(--theme-color);
}

@media only screen and (min-width: 1367px) {
  .template-dashboard .col-lg-7 {
    width: 47.333333%;
  }
}
