/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Custom Styles */

.fw-light{
    font-weight: 300;
}
.btn-primary{
    background-color: #134074;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

/* domain form style */

.domain-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.domain-form input{
    width: calc(100% - 300px);
    height: 60px;
}
.domain-form .btn{
    width: 150px;
    height: 60px;
    border-radius: 0;
}
.domain-form .btn-search{
    background-color: #8da9c4;
    color: #fff;
}
.domain-form .btn-transfer{
    background-color: rgb(49, 144, 207);
    color: #fff;
}


/* ----------- Table Style ------------- */
.limiter {
    width: 100%;
    margin: 0 auto;
  }
  
  .container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #c850c0;
    background: -webkit-linear-gradient(45deg, #4158d0, #c850c0);
    background: -o-linear-gradient(45deg, #4158d0, #c850c0);
    background: -moz-linear-gradient(45deg, #4158d0, #c850c0);
    background: linear-gradient(45deg, #4158d0, #c850c0);
  
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
  }
  .table-style1{
    box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
  }
  .wrap-table100 {
    width: 1170px;
    
  }
  
  table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  table * {
    position: relative;
  }
  table td, table th {
    padding-left: 8px;
  }
  table thead tr {
    height: 60px;
    background: #36304a;
  }
  table tbody tr {
    height: 50px;
  }
  table tbody tr:last-child {
    border: 0;
  }
  table td, table th {
    text-align: left;
  }
  table td.l, table th.l {
    text-align: right;
  }
  table td.c, table th.c {
    text-align: center;
  }
  table td.r, table th.r {
    text-align: center;
  }
  
  
  .table100-head th{
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    text-align: left;
    border-color: rgba(54, 48, 74, 0.9);
  }
  
  tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  
  tbody tr {

    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
    text-align: left;
  }
  
  tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
  }
  
  .column1 {
    width: 120px;
    padding-left: 10px;
  }
  
  .column2 {
    width: 160px;
  }
  
  .column3 {
    width: 180px;
  }
  
  .column4 {
    width: 110px;
   
  }
  
  .column5 {
    width: 170px;
    
  }
  
  .column6 {
    width: 222px;
   
    padding-right: 62px;
  }
  .column-action{
      width: 140px;
  }

  .ds-plan-table .normal-price{
    color: #ff0000;
    text-decoration: line-through;
  }
  
  .ds-plan-table .column2 {
    width: 62px;
  }
  .ds-plan-table .column5 {
    width: 128px;
  }
  .ds-plan-table .column4 {
    width: auto;
  }
  .ds-plan-table .column1 {
    width: auto;
  }
  
  @media screen and (max-width: 992px) {
    table {
      display: block;
    }
    table > *, table tr, table td, table th {
      display: block;
    }
    table thead {
      display: none;
    }
    table tbody tr {
      height: auto;
      padding: 37px 0;
    }
    table tbody tr td {
      padding-left: 40% !important;
      margin-bottom: 24px;
    }
    table tbody tr td:last-child {
      margin-bottom: 0;
    }
    table tbody tr td:before {
      font-size: 14px;
      color: #999999;
      line-height: 1.2;
      font-weight: unset;
      position: absolute;
      width: 40%;
      left: 30px;
      top: 0;
    }
    table tbody tr td:nth-child(1):before {
      content: "DISK SPACE";
    }
    table tbody tr td:nth-child(2):before {
      content: "BANDWIDTH";
    }
    table tbody tr td:nth-child(3):before {
      content: "MAILBOXES";
    }
    table tbody tr td:nth-child(4):before {
      content: "FTP ACCOUNTS";
    }
    table tbody tr td:nth-child(5):before {
      content: "DOMAINS";
    }
    table tbody tr td:nth-child(6):before {
      content: "DATABASES";
    }
    table tbody tr td:nth-child(7):before {
        content: "PRICE";
    }
    table tbody tr td:nth-child(8):before {
        content: "ORDER";
    }
  
    .column4,
    .column5,
    .column6 {
      text-align: left;
    }
  
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3,
    .column-action {
      width: 100%;
    }
  
    tbody tr {
      font-size: 14px;
    }
  }
  
  @media (max-width: 576px) {
    .container-table100 {
      padding-left: 15px;
      padding-right: 15px;
    }
  }