.grve-primary-1,
a.grve-primary-1 {
  color: #6040ff;
}

.grve-primary-2,
a.grve-primary-2 {
  color: #FF4433;
}

.grve-primary-3,
a.grve-primary-3 {
  color: #9FD630;
}

.grve-primary-4,
a.grve-primary-4 {
  color: #FFB751;
}

body.gwel-admin-screen {
  background-color: #ffffff;
}
body.gwel-admin-screen #wpcontent {
  background-color: #ffffff;
}
body.gwel-admin-screen #wpcontent #e-admin-top-bar-root {
  display: none;
}

#gwel-admin-panel-wrapper {
  width: 90%;
  max-width: 1170px;
  padding: 5%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
#gwel-admin-panel-wrapper .gwel-item {
  padding: 60px;
  border-radius: 12px;
  min-height: 200px;
}
#gwel-admin-panel-wrapper .gwel-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 18px;
  line-height: 1.6em;
  gap: 12px;
}
#gwel-admin-panel-wrapper .gwel-title {
  font-size: 24px;
  margin: 0;
}
#gwel-admin-panel-wrapper .gwel-link {
  margin-top: 30px;
  text-decoration: none;
  color: inherit;
  font-weight: 200;
  font-size: 18px;
}
#gwel-admin-panel-wrapper .gwel-link.gwel-btn-link {
  color: #ffffff;
  background-color: #000000;
  padding: 12px 24px;
  border-radius: 6px;
}
#gwel-admin-panel-wrapper .gwel-link:hover {
  text-decoration: underline;
}
#gwel-admin-panel-wrapper .gwel-intro {
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 200;
  grid-column: 1 / span 12;
  background-color: #000000;
  background-image: url("../images/admin/welcome-intro.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
#gwel-admin-panel-wrapper .gwel-intro .gwel-item-content {
  max-width: 590px;
  gap: 24px;
  font-size: 24px;
}
#gwel-admin-panel-wrapper .gwel-intro .gwel-logo {
  height: 50px;
}
#gwel-admin-panel-wrapper .gwel-intro .gwel-logo svg {
  width: auto;
  height: 100%;
  display: block;
}
#gwel-admin-panel-wrapper .gwel-widgets {
  grid-column: 1 / span 7;
  color: #000000;
  background-color: #D3E65B;
}
#gwel-admin-panel-wrapper .gwel-support {
  grid-column: 8 / span 5;
  color: #ffffff;
  background-color: #219FEE;
}
#gwel-admin-panel-wrapper .gwel-tutorials {
  grid-column: 1 / span 5;
  color: #000000;
  background-color: #E7E7E7;
}
#gwel-admin-panel-wrapper .gwel-templates {
  grid-column: 6 / span 7;
  color: #ffffff;
  background-color: #000000;
  background-image: url("../images/admin/welcome-templates.jpg");
  background-position: center;
  background-size: cover;
}
#gwel-admin-panel-wrapper .gwel-footer {
  grid-column: 1 / span 12;
  background-color: #000000;
  padding: 20px 30px;
  border-radius: 6px;
}
#gwel-admin-panel-wrapper .gwel-footer .gwel-item-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  max-width: none;
}
#gwel-admin-panel-wrapper .gwel-footer .gwel-item-content svg {
  fill: currentColor;
}
#gwel-admin-panel-wrapper .gwel-footer .gwel-item-content a {
  color: currentColor;
}
@media screen and (max-width: 1150px) {
  #gwel-admin-panel-wrapper .gwel-item {
    padding: 40px;
  }
  #gwel-admin-panel-wrapper .gwel-item-icon {
    height: 40px;
  }
}
@media screen and (max-width: 860px) {
  #gwel-admin-panel-wrapper .gwel-item {
    grid-column: 1 / span 6;
  }
  #gwel-admin-panel-wrapper .gwel-support {
    grid-column: 1 / span 3;
  }
  #gwel-admin-panel-wrapper .gwel-tutorials {
    grid-column: 4 / span 3;
  }
}
@media screen and (max-width: 768px) {
  #gwel-admin-panel-wrapper .gwel-item {
    background-image: none;
    grid-column: 1 / span 6;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #gwel-admin-panel-wrapper .gwel-item-content {
    align-items: center;
    text-align: center;
  }
}

body {
  --gwel-primary-c: #D3E65B;
}
body.admin-color-light {
  --gwel-primary-c: #04a4cc;
}
body.admin-color-blue {
  --gwel-primary-c: #096484;
}
body.admin-color-coffee {
  --gwel-primary-c: #c7a589;
}
body.admin-color-ectoplasm {
  --gwel-primary-c: #a3b745;
}
body.admin-color-midnight {
  --gwel-primary-c: #e14d43;
}
body.admin-color-ocean {
  --gwel-primary-c: #9ebaa0;
}
body.admin-color-sunrise {
  --gwel-primary-c: #dd823b;
}

#gwel-admin-wrap {
  width: 90%;
  max-width: 1170px;
  padding: 2% 5%;
}
#gwel-admin-wrap .gwel-admin-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
#gwel-admin-wrap .gwel-admin-header a {
  color: #000;
  text-decoration: none;
}
#gwel-admin-wrap .gwel-widgets-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 60px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widget-title-wrapper {
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dedee1;
  margin-bottom: 36px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widget-title-wrapper .gwel-title {
  font-size: 22px;
  margin: 0;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widget-title-wrapper .gwel-switch-wrapper {
  gap: 10px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-title {
  font-size: 16px;
  margin: 0;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch {
  position: relative;
  font-size: 12px;
  width: 3.000em;
  height: 1.625em;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch.gwel-switch-text {
  width: auto;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch .gwel-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E2E8;
  transition: .4s;
  border-radius: 1.625em;
  width: 3.000em;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch .gwel-switch-slider:before {
  position: absolute;
  content: "";
  height: 1.125em;
  width: 1.125em;
  left: 0.250em;
  bottom: 0.250em;
  background-color: #7d7d7d;
  transition: .4s;
  border-radius: 50%;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch input[type='checkbox'] {
  font-size: inherit;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  width: 3.000em;
  height: 1.625em;
  margin: 0;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch input[type='checkbox']:checked + .gwel-switch-slider {
  background-color: #000;
}
#gwel-admin-wrap .gwel-widget-section .gwel-switch-wrapper .gwel-switch input[type='checkbox']:checked + .gwel-switch-slider:before {
  -ms-transform: translateX(1.375em);
  transform: translateX(1.375em);
  background-color: var(--gwel-primary-c);
}
#gwel-admin-wrap .gwel-widget-section .gwel-widgets-list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widgets-list .gwel-widget {
  padding: 20px;
  background-color: #F7F7FB;
  border: 1px solid #F0F0F6;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-height: 50px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widgets-list .gwel-widget-buttons {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widgets-list .gwel-widget-buttons a {
  color: #9F9FA6;
  text-decoration: none;
  transition: color .3s ease;
}
#gwel-admin-wrap .gwel-widget-section .gwel-widgets-list .gwel-widget-buttons a:hover {
  color: #000;
}
@media screen and (max-width: 1024px) {
  #gwel-admin-wrap .gwel-widget-section .gwel-widgets-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #gwel-admin-wrap .gwel-widget-section .gwel-widgets-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
