/**
 * Styling for the admin page
 *
 * @package Desinger Services
 */

 #lefty  {
  display: block;
  float: left;
  width: calc(100% - 450px);
  padding: 0 15px;
}
#description {
  margin: 0 auto;
  line-height: 2;
  background: #FFF;
  padding: 2em;
}
#description-insidee {
  overflow-y: auto;
  max-height: 400px;
  padding-right: 20px;
  font-size: 14px;
}
#description h3 span {
  font-weight: normal;
  font-size: 15px;
}
#description h3 {
  font-size: 20px;
  margin-top: 0;
}
#righty {
  display: block;
  float: left;
  width: 359px;
}
.postboxx .insidee{
  padding: 0;
}
.postboxx {
  width: 100%;
  padding: 1em;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, .5);
}
#admin_pro_links, #admin_pro_linkss {
  display: inline-block;
  width: 100%;
}

/*Admin notice*/
.designer-services-notice-wrapper.notice {
  padding: 10px !important;
}
.designer-services-notice-wrapper.notice .notice-dismiss {
  top: 5px;
  right: 5px;
}
.designer-services-notice {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
}
.designer-services-notice .designer-services-notice-img {
  padding-right: 30px;
  padding-left: 15px;
}
.designer-services-notice .designer-services-notice-content {
  flex-basis: 100%;
}
.designer-services-notice .designer-services-notice-heading {
  font-size: 18px;
}

.designer-services-notice a.button.button-primary {
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
  padding: 7px 14px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.designer-services-notice a.button.button-primary:hover,input.button.button-primary.import,a.button.button-success{
  background-image: linear-gradient(96deg, #F0AC0E 0%, #F56616 100%);
  border: 1px;
  color: #fff;
  font-weight: bold;
}

a.button.button-success {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.button.button-success:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
  color: #fff;
}

input.button.button-primary.import{
  padding: 9px 14px;
}

input.button.button-primary.import:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
  border: 1px solid;
}

/* ADMIN HEADER AND LINKS */

#admin_links {
  overflow: hidden;
}
#admin_links a,#admin_pro_links a,#admin_linkss a,#admin_pro_linkss a {
  display: inline-block;
  float: left;
  width: 33.333%;
  width: calc(100% / 4);
  padding: 1em;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
#admin_pro_links a {
  width: calc(100% / 3);
  padding: 15px 10px;
}

#admin_pro_linkss a {
  width: calc(100% / 1);
  padding: 15px 10px;
}

a.blue-button-1, #admin_links a:hover, a.blue-button-2:hover {
  background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 100%);
}
a#customizer, a.blue-button-2 {
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%);
}
a.blue-button-1:hover{
  background-image: linear-gradient(96deg, #6254e7 0%, #9289f1 100%) !important;
}
span.dashicons.dashicons-no,span.dashicons.dashicons-yes {
  color: red;
  font-size: 27px;
  margin: 0px;
}
span.dashicons.dashicons-yes{
  color: green;
}

/* New Table CSS */

.d-table {
  min-width: 300px;
  min-height: 300px;
  display: block;
  width: 1px solid red;
}
.d-table ul {
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
}
.d-column li {
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.d-row li {
  padding: 0px;
  display: inline-block;
  width: 50px;
  height: 20px;
}
li.feature {
  font-weight: bold;
  color: #000 !important;
}
li.free, li.plus {
  float: right;
  font-weight: bold;
  color: #000 !important;
}
li.wrong, li.right {
  float: right;
}
li.points {
  width: 70%;
}
.insidee.theme-bundle, .hndle, .insidee p {
    text-align: center;
}
p.offer{
  color: red;
  font-size: 20px;
  font-weight: 600;
}
.coupon-code{
  color: green;
  font-size: 20px;
  font-weight: 600;
}
h3.hndle.bundle, .hndle {
  text-align: center;
  font-size: 20px;
}
ul.d-column {
  margin-top: 25px;
}