T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/phox/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/phox/css/core.scss
// Varibles
:root {
  --karla: Karla, sans-serif;
  --poppins: Poppins, sans-serif;
  --montserrat: Montserrat, sans-serif;
  --main-clr: #6c63ff;
  --btn-bg: #efeeff;
  --head-clr: #f6f7f8;
  --domain-btn: #8f88ff;
}

// Body
html {
  scroll-behavior: smooth;

  body {
    background-color: #fff;
  }
}


// Modal
.panel-primary>.panel-heading {
  color: #fff;
  background-color: var(--main-clr);
  border-color: var(--main-clr);

  h4,
  button,
  h3 {
    color: inherit;
  }
}

// General

.btn-primary {
  color: #fff;
  background-color: var(--main-clr);
  border-color: var(--main-clr);
  font-family: var(--montserrat);
  font-weight: 400;
  border-radius: 2px;
  transition: all .3s;

  &:hover {
    background-color: #242424;
  }

  &:focus,
  &.focus &.active,
  &:active {
    background-color: #242424;
    outline: none;
  }
}

.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--main-clr);
  border-color: var(--main-clr);
  font-family: var(--montserrat);
  font-weight: 400;
  border-radius: 2px;
  transition: all .3s;

  &:hover {
    background-color: #242424;
  }

  &:focus {
    background-color: #242424;
    outline: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--popins);
  color: #242424;
}

.panel-default>.panel-heading {
  color: #242424;
  background-color: var(--head-clr);
  border-color: #eee;
  font-family: var(--poppins);
}

.panel-title {
  font-size: 15px;
}

.form-control {
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  font-family: var(--karla);
  color: #666;
}

.cart-sidebar {

  a.list-group-item:focus,
  a.list-group-item:hover,
  button.list-group-item:focus,
  button.list-group-item:hover {
    color: var(--main-clr);
    text-decoration: none;
    background-color: transparent;
    outline: none;
  }
}

div.header-lined {
  margin-bottom: 40px;

  h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: var(--poppins);
    font-size: 27px;
    color: #242424;
    font-weight: 400;
  }

  small {
    font-family: var(--karla);
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    display: block;
  }

  ol.breadcrumb {
    margin-top: 10px;
    padding-left: 0;
    background: 0 0;
    font-size: 13px;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    font-family: var(--karla);
    color: #666;

    >.active {
      color: #242424;
    }
  }
}

.btn-danger {
  font-family: var(--montserrat);
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  transition: all .3s;
}

.btn-default {
  color: #242424;
  background-color: #fff;
  border-color: #eee;
  font-family: var(--montserrat);
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  transition: all .3s;
}

.alert {
  border-radius: 2px;
  font-family: var(--karla);
  font-size: 15px;
}

.btn-link {
  color: var(--main-clr);

  &:hover,
  &:focus {
    color: #242424;
  }
}

// Header
section#header {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  border-radius: 0;

  .wdes-header {
    display: flex;

    // Logo
    .logo img {
      max-height: 40px;
    }

    // Menu
    section#main-menu {
      background-color: transparent;
      width: 60%;
      margin: 0 auto;
      display: flex;
      align-items: center;

      .navbar-main {
        background-color: transparent;
        min-height: initial;
        width: 100%;
        font-family: var(--montserrat);
        font-weight: 400;
        font-size: 14px;

        .navbar-nav {
          text-align: center;
          width: 100%;

          >.active>a,
          >.active>a:focus,
          >.active>a:hover,
          >.open>a,
          >.open>a:focus,
          >.open>a:hover,
          >li>a:focus,
          >li>a:hover {
            color: var(--main-clr);
            background-color: transparent;
          }

          >li {
            float: none;
            display: inline-block;

            >a {
              color: #242424;
              padding: 0 10px;
              transition: all 0.3s;

              .caret {
                margin-left: -2px;
              }
            }

            &[menuitemname="Open Ticket"] {
              display: none;
            }
          }

          ul.dropdown-menu {
            border: 1px solid #e6e8ec;
            border-radius: 4px;
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
            left: 10px;
            top: 30px;

            >li {
              >a {
                color: #666;
                font-size: 13px;
                padding: 8px 15px;
                transition: all .3s;
              }
            }

            >.active>a,
            >.active>a:focus,
            >.active>a:hover,
            >.open>a,
            >.open>a:focus,
            >.open>a:hover,
            >li>a:focus,
            >li>a:hover {
              color: var(--main-clr);
              background-color: transparent;
            }
          }
        }
      }
    }

    // Shortcuts
    ul.top-nav {
      margin-top: 0;
      display: flex;
      align-items: center;

      >li {
        margin-right: 20px;

        &:last-child {
          margin-right: 0;
        }

        >a {
          padding: 0;
          color: #242424;
          font-size: 16px;
          transition: all .3s;

          i {
            color: inherit;
          }

          &:hover {
            color: var(--main-clr);
          }
        }
      }

      a.wdes-notifications {
        position: relative;

        span.wdes-new-notification {
          position: absolute;
          right: -2px;
          top: 0;
          background-color: var(--main-clr);
          width: 5px;
          height: 5px;
          border-radius: 50%;
        }
      }

      .wdes-account-area {
        margin: 0;
        padding: 0;
        list-style: none;

        >li {
          >a {
            font-family: var(--montserrat);
            font-weight: 400;
            font-size: 13px;
            color: var(--main-clr);
            text-decoration: none;
            background-color: var(--btn-bg);
            padding: 5px 10px;
            border-radius: 2px;
            transition: all .3s;

            &:hover,
            &:focus {
              background-color: var(--main-clr);
              color: #fff;
              outline: none;
            }
          }
        }

        .dropdown-menu {
          border: 1px solid #e6e8ec;
          border-radius: 4px;
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
          left: 10px;
          top: 30px;

          a {
            color: #666;
            font-size: 13px;
            padding: 8px 15px;
            transition: all .3s;
            font-family: var(--montserrat);

            &:hover,
            &:focus {
              background-color: transparent;
              color: var(--main-clr);
              outline: none;
            }
          }

          li.active {
            a {
              color: #fff;
              background-color: var(--main-clr);
            }
          }
        }

        .nav-divider {
          display: none;
        }
      }
    }
  }
}

// Notifications
.popover-user-notifications ul li {
  min-height: initial;
  border-bottom: 1px solid #eee;
  padding: 10px;


  a {
    display: block;
    padding: 0;
    text-decoration: none;
    color: #666;
    font-family: var(--karla);
    font-size: 14px;

    i {
      font-size: 11px !important;
      background-color: #9e98ff;
      padding: 9px !important;
      border-radius: 50%;
      color: #fff !important;
      width: 30px;
      height: 30px;
    }

    &:hover {
      background-color: #fff;
      color: #242424;
    }
  }
}

// Content
section#main-body {
  padding: 60px 0;

  section#home-banner {
    margin: 0;
    margin-bottom: 60px;
    padding: 0;
    background-color: transparent;
    color: #242424;

    .row {
      display: flex;

      >div {
        display: flex;
        align-items: center;
      }
    }

    // Img
    .wdes-domain-img {
      max-width: 100%;
      height: 370px;
      padding-left: 70px;
    }

    // Text
    .wdes-domain-info {
      >h2 {
        color: #242424;
        font-family: var(--poppins);
        font-size: 39px;
        font-weight: 600;
        line-height: 1.3em;
        margin: 0 0 36px;
        padding: 0;
      }

      .wdes-input-group {
        display: flex;

        input.form-control {
          height: initial;
          box-shadow: 0 10px 37.2px 2.8px #eee;
          border-radius: 30px;
          font-family: var(--poppins);
          font-size: 14px;
          padding: 18.5px;
          width: 56%;
          margin-right: 10px;
        }

        span.input-group-btn {
          width: calc(44% - 10px);
          display: flex;
          justify-content: space-between;

          input {
            width: 100%;
            font-family: var(--poppins);
            font-size: 14px;
            border-radius: 30px;
            width: 48%;
            transition: all .3s;

            &.search {
              background-color: var(--main-clr);
              border: 1px solid var(--main-clr);
            }

            &.transfer {
              background-color: transparent;
              border: 1px solid var(--main-clr);
              color: var(--main-clr);
            }

            &:hover,
            &:focus {
              background-color: #242424;
              border: 1px solid #242424;
              color: #fff;
            }

            &:focus {
              outline: none;
            }
          }
        }
      }
    }
  }

  // Shortcuts
  .home-shortcuts {
    margin: 0;
    background: transparent;
    color: #242424;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0;

    li {
      border: 0;
      width: calc(100% / 4 - 25px);
      color: #242424;
      box-shadow: 0 0 25px #eee;
      border-radius: 3px;
      float: none;
      padding: 0;

      a {
        padding: 40px 20px;
      }

      i {
        font-size: 45px;
        color: var(--main-clr);
        margin-bottom: 15px;
      }

      p {
        font-family: var(--poppins);
        font-size: 15px;
        font-weight: 400;
        margin: 0;
        color: #242424;
        text-transform: capitalize;
      }
    }
  }

  // News
  .wdes-tweets-block {
    display: inline-block;
    width: 100%;
    margin: 30px 0 60px;

    >h2 {
      text-align: center;
      font-family: var(--poppins);
      font-size: 33px;
      font-weight: 500;
      margin: 0;
      color: #242424;
      text-transform: capitalize;
    }

    >p {
      text-align: center;
      font-family: var(--karla);
      font-size: 17px;
      color: #666;
      margin: 13px 0 0;
    }

    .wdes-items-blocks {
      display: flex;
      justify-content: space-between;
      margin-top: 45px;

      div.announcement-single {
        margin: 0;
        width: calc(100% / 3 - 20px);
        box-shadow: 0 0 25px #eee;
        border-radius: 3px;
        padding: 40px 20px;

        .wdes-announcement-date {
          color: #666;
          font-size: 15px;
          font-family: var(--karla);
          font-weight: 400;

          i {
            padding-right: 5px;
          }
        }

        h3 {
          margin: 15px 0;

          a {
            font-family: var(--poppins);
            font-size: 19px;
            font-weight: 400;
            line-height: 29px;
            color: #242424;
            transition: all .3s;
            text-decoration: none;

            &:hover {
              color: var(--main-clr);
            }
          }
        }

        .fb_iframe_widget {
          overflow: hidden;
          width: 157px;
        }
      }
    }
  }
}

// Footer
section#footer {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 15px;
  font-family: var(--karla);

  a.wdes-back-to-top {
    float: right;
    padding-top: 3px;

    i {
      font-size: 22px;
      color: #666;
      transition: all .3s;
    }

    &:hover {
      i {
        color: var(--main-clr);
      }
    }
  }
}

// Login Page
.wdes-page-login {
  background-color: var(--main-clr);
  color: #fff;

  section#main-body {
    background-color: var(--main-clr);
    padding: 0;
    height: 100%;

    .main-content {
      margin-bottom: 0;
      text-align: center;

      .alert {
        margin: 20px 0 0;
      }

      .logo {
        margin-top: 60px;
        margin-bottom: 30px;
        display: inline-block;

        img {
          max-height: 50px;
        }
      }

      .logincontainer {
        margin: 0 auto;
        padding: 40px 30px;
        max-width: 370px;
        background-color: #fff;
        border-radius: 3px;
        margin-bottom: 30px;
        box-shadow: 0 0 12px #635bea;
        margin-top: 10px;

        div.header-lined {
          display: flex;
          flex-flow: column;

          h1 {
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            border-bottom: 0;
            font-weight: 400;
            color: #242424;
            display: flex;
            flex-flow: column;
            order: 2;
            font-family: var(--poppins);
            font-weight: 400;
            font-size: 33px;
            line-height: 41px;
          }

          small {
            order: 1;
            font-family: var(--karla);
            color: #666;
            font-size: 14px;
            margin-bottom: 7px;
          }
        }

        form.login-form {
          margin-top: 30px;
          text-align: left;
          padding: 0;
          border: 0;

          .alert {
            margin: 30px 0 0;
            font-size: 14px;
            font-family: var(--karla);
          }

          label {
            color: #666;
            font-family: var(--karla);
            font-weight: 400;
            font-size: 15px;
            margin-bottom: 5px;
            width: 100%;

            a.wdes-btn-forget {
              float: right;
              color: var(--main-clr);
              font-size: 13px;
            }
          }

          input[type="email"],
          input[type="password"] {
            background-color: #fff;
            border: 1px solid #eee;
            box-shadow: none;
            border-radius: 1px;
            padding: 10px;
            transition: all .3s;
            color: #666;
            font-family: var(--karla);
            font-weight: 400;
            font-size: 14px;
            height: initial;

            &:hover,
            &:focus {
              outline: none;
              border: 1px solid var(--main-clr);
              color: #242424;
            }
          }

          .wdes-rememberme {
            font-size: 14px;
            color: #666;
          }

          input#login {
            margin-top: 10px;
            background-color: var(--main-clr);
            border: 0;
            box-shadow: none;
            color: #fff;
            border-radius: 2px;
            padding: 10px;
            font-family: var(--karla);
            font-size: 15px;
            font-weight: 400;
            transition: all .3s;
            width: 100%;

            &:hover,
            &:focus {
              background-color: #242424;
              outline: none;
            }
          }
        }

        // Social Media
        .social-signin-btns .btn {
          text-align: center;
          padding-left: 0;
          padding-right: 0;
        }

        a.wdes-register {
          display: table;
          margin: 20px auto 0;
          text-align: center;
          font-family: var(--karla);
          font-size: 14px;
          color: #242424;
          text-decoration: none;
          padding-bottom: 3px;
          border-bottom: 1px solid #fff;
          transition: all .3s;

          &:hover {
            border-bottom: 1px solid #242424;
          }
        }
      }
    }
  }
}

// Register Page
.wdes-page-register {
  background-color: var(--main-clr);

  section#main-body {
    background-color: var(--main-clr);
    padding: 0;
    height: 100%;

    .main-content {
      margin-bottom: 0;

      .wdes-wrap-register {
        padding: 60px 0;

        a.logo {
          display: table;
          margin: 0 auto;
          margin-bottom: 40px;

          img {
            max-height: 50px;
          }
        }

        #registration {
          margin: 0 auto;
          padding: 40px 30px;
          background-color: #fff;
          border-radius: 3px;
          margin-bottom: 30px;
          box-shadow: 0 0 12px #635bea;
          margin-top: 10px;

          .wdes-register-title {
            text-align: center;
            margin: 0 auto 20px;
            font-family: var(--poppins);
            font-weight: 400;
            font-size: 30px;
            color: #242424;
            display: inline-block;
            width: 100%;
          }

          .sub-heading {
            height: initial;
            border-top: 0;
            text-align: left;
            margin-top: 20px;
            margin-bottom: 20px;

            span {
              display: block;
              position: static;
              padding: 0;
              top: -11px;
              color: #242424;
              background-color: transparent;
              font-family: var(--poppins);
              font-size: 16px;
              font-weight: 400;
            }
          }

          .field,
          .form-control {
            position: relative;
            vertical-align: top;
            border: 1px solid #eee;
            display: -moz-inline-stack;
            display: inline-block;
            color: #666;
            outline: 0;
            background: #fff;
            height: 36px;
            width: 100%;
            border-radius: 2px;
            font-size: 13px;
            box-shadow: none;
            transition: all .3s;
            font-family: var(--karla);
            font-size: 14px;

            &:hover,
            &:focus {
              outline: none;
              border: 1px solid var(--main-clr);
            }
          }

          .intl-tel-input.separate-dial-code .selected-flag {
            background-color: transparent;
          }

          .wdes-align-register {
            display: flex;
            justify-content: space-between;

            .form-group {
              width: 48%;
            }
          }

          .generate-password {
            border: 1px solid #eee;
            border-radius: 1px;
            font-family: var(--karla);
            font-size: 14px;
            color: #666;
            padding: 6px 13px;
            background-color: #f8f8f8;
            transition: all .3s;

            &:hover,
            &:focus {
              outline: none;
            }
          }

          .marketing-email-optin {
            margin: 0;
            padding: 0;
            background-color: #fff;
            border-radius: 0;
            border: 0;

            h4 {
              color: #242424;
              background-color: transparent;
              font-family: var(--poppins);
              font-size: 16px;
              font-weight: 400;
              margin-top: 20px;
              margin-bottom: 20px;
            }

            p {
              color: #666;
              font-family: var(--karla);
              font: 14px;
              margin: 0;
            }

            .bootstrap-switch {
              margin-top: 15px;
              border: 1px solid #eee;
              border-radius: 35px;
              font-family: var(--karla);
              text-transform: uppercase;

              .bootstrap-switch-handle-on.bootstrap-switch-success {
                background-color: var(--main-clr);
              }
            }
          }

          .tospanel {
            font-family: var(--karla);
            padding-left: 5px;
            margin-bottom: 5px;
            display: inline-block;

            label {
              color: #242424;
              font-size: 14px;

              a {
                color: var(--main-clr);
              }
            }
          }

          input.wdes-btn-register {
            width: 100%;
            background-color: var(--main-clr);
            border: 0;
            padding: 11px;
            color: #fff;
            font-family: var(--montserrat);
            font-size: 15px;
            font-weight: 400;
            transition: all .3s;
            border-radius: 3px;
            margin-top: 10px;

            &:hover,
            &:focus {
              background-color: #242424;
              outline: none;
            }
          }

          .wdes-footer-register {
            display: block;
            text-align: center;
            margin-top: 22px;
            font-family: var(--karla);
            font-size: 14px;
            color: #242424;

            a {
              color: var(--main-clr);
              text-decoration: none;
              transition: all .3s;
              padding-bottom: 3px;
              border-bottom: 1px solid #fff;

              &:hover,
              &:focus {
                border-bottom: 1px solid var(--main-clr);
                outline: none;
              }
            }
          }
        }
      }
    }
  }
}

// Password Reset
.wdes-page-pwreset {
  background-color: var(--main-clr);

  section#main-body {
    background-color: var(--main-clr);
    padding: 0;
    height: 100%;

    .main-content {
      margin-bottom: 0;
      text-align: center;

      .logo {
        margin-top: 60px;
        margin-bottom: 30px;
        display: inline-block;

        img {
          max-height: 50px;
        }
      }

      .logincontainer {
        margin: 0 auto;
        padding: 40px 30px;
        max-width: 370px;
        background-color: #fff;
        border-radius: 3px;
        margin-bottom: 30px;
        box-shadow: 0 0 12px #635bea;
        margin-top: 10px;

        .alert {
          margin: 20px 0;
        }

        >p {
          font-family: var(--karla);
          font-weight: 400;
          font-size: 14px;
          color: #666;
          margin: 0;
        }

        div.header-lined {
          display: flex;
          flex-flow: column;

          h1 {
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            border-bottom: 0;
            font-weight: 400;
            color: #242424;
            display: flex;
            flex-flow: column;
            order: 2;
            font-family: var(--poppins);
            font-weight: 400;
            font-size: 33px;
            line-height: 41px;
          }

          small {
            order: 1;
            font-family: var(--karla);
            color: #666;
            font-size: 14px;
            margin-bottom: 7px;
          }
        }

        form {
          text-align: left;

          label {
            font-family: var(--karla);
            font-size: 15px;
            color: #242424;
            margin-bottom: 10px;
            margin-top: 25px;
          }

          input {
            border: 1px solid #eee;
            border-radius: 2px;
            font-family: var(--karla);
            font-size: 15px;
            color: #666;
            padding: 10px;
            height: initial;
            transition: all .3s;
            box-shadow: none;

            &:hover,
            &:focus {
              outline: none;
              border: 1px solid var(--main-clr);
            }
          }

          button {
            width: 100%;
            padding: 10px;
            border-radius: 2px;
            font-family: var(--montserrat);
            font-size: 14px;

            &:focus {
              outline: none;
              background-color: #242424;
            }
          }
        }
      }
    }
  }
}

// ClientArea
// Sidebar
.sidebar,
.cart-sidebar {
  .panel {
    border: 0;
    box-shadow: none;
    margin-bottom: 30px;

    .list-group-item {
      padding: 7px 0;
    }

    >.panel-heading {
      background-color: transparent;
      padding: 0;

      .panel-title {
        font-size: 15px;
        font-weight: 400;
        font-family: var(--montserrat);
        line-height: 26px;
        color: #242424;
      }
    }

    .panel-body,
    .list-group {
      padding: 15px 0;
      font-family: var(--karla);
      font-size: 15px;
      color: #666;
      line-height: 24px;

      strong {
        color: #242424;
      }

      em {
        font-style: normal;
      }

      a.list-group-item {
        padding: 0;
        border: 0;
        margin-bottom: 10px;

        &:last-child {
          margin-bottom: 0;
        }

        i:not(.fa-circle):not(.fa-dot-circle):not(.no-transform) {
          float: none;
          line-height: 24px;
          font-size: 13px;
          color: #666;
          padding-right: 17px;
        }

        &:hover {
          background-color: transparent;
          color: #242424;
        }
      }
    }

    >.panel-footer {
      background-color: transparent;
      border-top: 0;
      padding: 0;

      a.btn {
        display: inline-block;
        border: 0;
        box-shadow: none;
        width: initial;
        font-family: var(--montserrat);
        font-weight: 400;
        font-size: 13px;
        color: var(--main-clr);
        text-decoration: none;
        background-color: var(--btn-bg);
        padding: 5px 10px;
        border-radius: 2px;
        transition: all .3s;

        &:hover,
        &:focus {
          background-color: var(--main-clr);
          color: #fff;
        }
      }
    }
  }
}

// Content
@media (max-width: 767px) {

  .tiles .tile:nth-child(1),
  .tiles .tile:nth-child(2) {
    border-bottom: 1px solid #eee;
  }

  .tiles .tile:nth-child(2) {
    border: 1px solid #eee;
  }
}

.tiles {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;

  .tile {
    padding: 30px 10px;
    background-color: transparent;
    border-right: 0;
    border: 1px solid #eee;
    border-radius: 3px;
    width: calc(100% / 4 - 15px);
    text-align: center;
    position: relative;
    transition: all .3s;

    &:hover {
      background-color: transparent;
      border-color: var(--main-clr);
    }

    &:last-child {
      border: 1px solid #eee;

      &:hover {
        background-color: transparent;
        border-color: var(--main-clr);
      }
    }

    .icon {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 18px;
      line-height: 1;
      color: var(--main-clr);
    }

    .stat {
      margin-top: 0;
      font-size: 40px;
      line-height: 1;
      font-family: var(--poppins);
      color: var(--main-clr);
      font-weight: 400;
      margin-bottom: 11px;
    }

    .title {
      text-transform: capitalize;
      font-size: 16px;
      font-family: var(--poppins);
      font-weight: 400;
      color: #242424;
    }
  }
}

// Panels
.client-home-panels {
  .panel {
    font-size: 14px;
    font-family: var(--karla);
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 2px;

    >.panel-heading {
      background-color: var(--head-clr);
      border-bottom: 1px solid #eee;
      font-weight: 400;
      border-radius: 0;
      padding: 16px;

      .panel-title {
        font-family: var(--montserrat);
        font-weight: 400;
        font-size: 15px;
        color: #242424;

        >i {
          color: #666;
        }
      }
    }

    .panel-body {
      p {
        padding: 15px;
        margin: 0;
        color: #666;
        font-size: 14px;
      }
    }

    >.list-group {
      border: 0;

      .list-group-item {
        padding: 15px;
        font-size: 14px;
        transition: all .3s;

        .text-domain {
          color: var(--main-clr);
        }

        .label {
          border-radius: 2px;
          font-size: 12px;
          font-weight: 400;
          float: right;
        }
      }
    }

    a.list-group-item:focus,
    a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
      color: #242424;
      background-color: var(--btn-bg);
    }

    .panel-footer {
      display: none;
    }
  }

  div[menuitemname="Register a New Domain"] {
    background-color: var(--main-clr);
    border: 0;
    padding: 40px 10px;
    text-align: center;

    >.panel-heading {
      background-color: transparent;
      border-bottom: 0;
      padding: 0;
      margin-bottom: 16px;

      .panel-title {
        font-size: 20px;
        color: #fff;

        i {
          display: none;
        }
      }
    }

    .input-group {
      display: inline-block;
    }

    input.form-control {
      background-color: white;
      border: 0;
      border-radius: 2px;
      color: #666;
      font-family: var(--karla);
      font-size: 14px;
      width: 100%;
      padding: 20px;
      text-align: center;
      margin-bottom: 10px;

      &:focus {
        outline: none;
        box-shadow: none;
        z-index: inherit;
      }
    }

    input[type="submit"] {
      border: 0;
      margin-left: 0;
      font-family: var(--karla);
      font-size: 15px;
      padding: 11px;
      color: #fff;
      width: 48.5%;
      border-radius: 2px !important;

      &:focus {
        outline: none;
      }
    }

    input[value="Register"] {
      background-color: var(--domain-btn);
      margin-right: 1.5%;
    }

    input[value="Transfer"] {
      background-color: #242424;
      margin-left: 1.5%;
    }
  }
}

// Table Pages
.view-filter-btns {
  .list-group-item .badge {
    background-color: #f8f8f8;
    color: #666;
  }
}

.panel-sidebar.view-filter-btns .list-group-item.active,
.panel-sidebar.view-filter-btns .list-group-item.active:focus,
.panel-sidebar.view-filter-btns .list-group-item.active:hover {
  background-color: transparent;
}

.panel-sidebar a.list-group-item.active i,
.panel-sidebar a.list-group-item.active:focus i,
.panel-sidebar a.list-group-item.active:hover i {
  color: var(--main-clr);
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  background-color: var(--main-clr);
  color: #fff;
}

.dataTables_wrapper .dataTables_info {
  background-color: var(--head-clr);
  border-bottom: 1px solid #eee;
  color: #666;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  border: 1px solid #eee;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_length {
  background-color: var(--head-clr);
  color: #666;
}

.dataTables_wrapper table.table-list thead th {
  border: 0 !important;
  background-color: #fff !important;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: var(--main-clr);
}

.table-list>tbody>tr>td {
  background-color: #fff !important;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
  transition: all .3s;

  a {
    color: var(--main-clr);
  }
}

.table-list>tbody>tr {
  &:hover {
    td {
      background-color: var(--btn-bg) !important;
    }
  }
}


.dataTables_wrapper .dataTables_length label .form-control {
  background-color: #FFF;
  border: 1px solid #eee;
  box-shadow: none;

  &:focus {
    outline: none;
    box-shadow: none;
  }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: var(--main-clr);
  border-color: var(--main-clr);
}

.status {
  border: 1px solid #eee;
  border-radius: 2px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #eee;
}

// Product Page
.product-status-active {
  background-color: var(--main-clr);
  border-radius: 2px;
  color: #fff;
}

div.product-details div.product-icon {
  margin: 0;
  padding: 70px 0;
  background-color: transparent;
  border-radius: 0;
  font-size: initial;
  line-height: initial;

  >i {
    font-size: 60px;
    color: #fff;
  }

  h3 {
    font-family: var(--poppins);
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    margin: 20px 0 0;
  }

  .product-status-text {
    text-align: center;
    background-color: var(--btn-bg);
    display: inline-table;
    margin-top: 19px;
    border-radius: 2px;
    font-family: var(--karla);
    font-size: 15px;
    text-transform: capitalize;
    color: var(--main-clr);
    padding: 7px 20px;
  }
}

.wdes-product-btn {
  border-radius: 0;
  font-family: var(--karla);
  font-size: 14px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #867ffa;
  padding: 10px;
  transition: all .3s;
  text-align: center;

  &:hover,
  &:focus {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #867ffa;
  }
}

.wdes-product-info {
  border: 1px solid #eee;
  padding: 20px;
  font-family: var(--karla);
  font-size: 15px;
  color: #666;

  .wdes-item-info {
    margin-bottom: 15px;

    h4 {
      color: #242424;
      font-family: var(--montserrat);
      font-size: 15px;
      font-weight: 400;
      margin: 0 0 10px;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.wdes-tabs-overview {
  ul.nav-tabs {
    background-color: var(--head-clr);
    border-radius: 2px 2px 0 0;
    padding-left: 20px;
    padding-right: 20px;

    >li {
      margin-right: 20px;

      &:last-child {
        margin-right: 0;
      }

      >a {
        font-family: var(--karla);
        font-size: 15px;
        font-weight: 400;
        color: #666;
        border: 0;
        border-bottom: 3px solid transparent;
        padding-left: 0;
        padding-right: 0;
      }
    }
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li.active>a:hover {
    border: 0;
    color: #555;
    background-color: transparent;
    border-bottom: 3px solid var(--main-clr);
    padding-left: 0;
    padding-right: 0;
    color: var(--main-clr);
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    background-color: transparent;
  }
}

div.product-details-tab-container {
  margin: 0;
  padding: 20px;
  border: 0;
  border-top: 0;
  background-color: white;
  box-shadow: 0 0 20px #eee;
  font-family: var(--karla);
  font-size: 15px;
  color: #666;

  .row {
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;

    &:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0;
    }
  }
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
  background-color: transparent;
  color: var(--main-clr);
}

textarea#cancellationreason {
  border: 1px solid #eee;
  border-radius: 2px;
  margin: 10px 0;
  box-shadow: none;
  font-family: var(--karla);
  font-size: 15px;
  color: #666;
  padding: 15px;
}

.wdes-select-cancel {
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  margin-left: 10px;
}

// Prorduct Addons
.wdes-addon-item {
  font-family: var(--karla);

  .panel {
    background-color: #fff;
    border: 1px solid #eee !important;
    box-shadow: none;

    .panel-heading {
      background-color: var(--head-clr);
      color: #242424;
      font-size: 15px;
      border-bottom: 1px solid #eee;

      .pull-right {
        font-size: 14px;
      }
    }

    .panel-body {
      color: #666;
    }

    .panel-footer {
      display: none;
    }
  }
}

.wdes-product-domain-details {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 30px;
  color: #666;
  font-family: var(--karla);
  margin-top: 20px;
}

.wdes-passpay {
  table {
    font-family: var(--karla);
    font-size: 15px;
    color: #666;
  }

  tr.masspay-invoice-detail {
    border-bottom: 1px solid #eee;

    td {
      font-size: 14px;
    }
  }

  td {
    background-color: #fff !important;
    border-top: 0 !important;
  }

  .bg-info strong {
    color: var(--main-clr);
  }

  .masspay-total {
    td {
      background-color: var(--head-clr) !important;
      border: 1px solid #eee;
    }
  }

}

.ticket-number {
  display: block;
  font-size: 13px;
  font-style: normal;
  color: #666;
}

div[menuitemname="Ticket Information"] {
  button.btn.btn-success.btn-sm.btn-block {
    background-color: var(--main-clr);
    border: 1px solid var(--main-clr);
    color: #fff;
    font-family: var(--montserrat);
    font-size: 14px;
  }
}

div[menuitemname="CC Recipients"] {
  .panel-footer {
    margin-top: 15px;

    #inputAddCcEmail {
      &:focus {
        outline: none;
        box-shadow: none;
      }
    }
  }
}

.ticket-reply {
  margin: 20px 0;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 2px;
  font-family: var(--karla);
  font-size: 14px;

  .user {
    padding: 15px;
    background-color: var(--head-clr);

    i {
      color: #242424;
      font-size: 14px;
      padding: 0 11px 0 0;
      margin-top: 3px;
    }

    .name {
      display: block;
      font-size: 15px;
    }

    .type {
      font-size: 14px;
      font-weight: 400;
      color: #666;
      margin-left: 23px;
    }

    .date {
      color: #666;
      font-size: 13px;
    }
  }
}

.ticket-reply.staff {
  border: 1px solid var(--btn-bg);

  .user {
    background-color: var(--btn-bg);
  }
}

.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
  font-size: 13px;
}

.ticket-reply .rating-done .rated {
  font-family: var(--karla);
  font-size: 14px;
  color: #666;
}

.wdes-view-ticket {
  border: 1px solid #eee;
  box-shadow: none;

  #ticketReply {
    color: var(--main-clr);
    background-color: #ffffff;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
  }
}

div.announcement-single {
  margin: 0 0 30px 0;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 30px;
  transition: all .3s;

  &:hover,
  &:focus {
    border: 1px solid var(--main-clr);
  }

  a.title {
    font-family: var(--poppins);
    font-size: 18px;
    font-weight: 400;
    color: var(--main-clr);
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    transition: all .3s;

    &:hover,
    &:focus {
      color: #242424;
      outline: none;
    }
  }

  >p {
    font-family: var(--karla);
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 0;
  }

  a.wdes-learn-more {
    color: var(--main-clr);
    background-color: var(--btn-bg);
    font-family: var(--montserrat);
    font-size: 14px;
    padding: 10px 20px;
    display: table;
    margin: 15px 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all .3s;

    &:hover,
    &:focus {
      background-color: var(--main-clr);
      color: #fff;
      outline: none;
    }
  }

  .article-items {
    font-size: 13px;
    color: #666;
    float: right;
    font-family: var(--karla);
  }
}

i.icon-rss {
  padding-right: 0 !important;
}

.wdes-box-content {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  font-family: var(--karla);
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 26px;

  a {
    color: var(--main-clr);
  }

  .wdes-data {
    color: #242424;
    margin-bottom: 15px;
    display: block;
  }
}

.wdes-form-kb {
  margin-bottom: 35px;
}

#inputKnowledgebaseSearch,
#btnKnowledgebaseSearch,
#inputDownloadsSearch,
#btnDownloadsSearch {
  font-size: 14px;
}

.wdes-main-title {
  font-size: 17px;
  margin: 20px 0;
  font-weight: 600;
}

.kbcategories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.wdes-kb-item {
  background-color: #fff;
  width: calc(100% / 3 - 15px);
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 2px;
  transition: all .3s;

  &:hover,
  &:focus {
    border: 1px solid var(--main-clr);
  }

  a.wdes-title-kb {
    color: #242424;
    font-family: var(--montserrat);
    font-weight: 400;
    font-size: 14px;
  }

  p {
    font-family: var(--karla);
    font-size: 14px;
    color: #666;
    margin: 10px 0 0;
  }
}

a.admin-inline-edit {
  color: #666;
  float: right;
  font-family: var(--karla);
  font-size: 13px;
}

.kbarticles {
  .wdes-kn-article-item {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 20px;
    font-family: var(--karla);
    font-size: 14px;
    color: #666;
    transition: all .3s;
    margin-bottom: 20px;

    p {
      margin: 0;
    }

    &:hover,
    &:focus {
      border: 1px solid var(--main-clr);
    }

    a.wdes-title {
      color: var(--main-clr);
    }
  }
}

div[menuitemname="Support Knowledgebase Tag Cloud"] {
  a {
    background-color: var(--btn-bg);
    color: var(--main-clr);
    font-family: var(--karla);
    font-size: 14px !important;
    padding: 3px 10px;
    border-radius: 2px;
    transition: all .3s;
    text-decoration: none;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;

    &:hover,
    &:focus {
      background-color: var(--main-clr);
      color: #fff;
    }
  }
}

a.btn.btn-link.btn-print {
  float: right;
  font-size: 22px;
  padding: 0;
}

.kb-article-content {
  font-family: var(--karla);
  font-size: 15px;
  color: #666;
  line-height: 26px;
}

.kb-rate-article {
  margin: 20px 0;
  padding: 15px 20px;
  background-color: #fff;
  font-size: 15px;
  line-height: initial;
  font-weight: 400;
  color: #666;
  border: 1px solid #eee;
  padding: 20px;
  font-family: var(--karla);
  border-radius: 2px;
}

.wdes-kb-form-articles {
  display: flex;
  align-items: center;

  .wdes-btns {
    margin-left: auto;

    button {
      font-family: var(--karla);
      font-size: 14px;
      padding: 5px 11px;
      background-color: var(--btn-bg);
      border-radius: 2px;
      text-decoration: none;
    }
  }
}

.wdes-main-description {
  font-family: var(--karla);
  font-size: 15px;
  color: #666;
  line-height: 27px;
  margin: 0 0 30px 0;
}

.wdes-ticket-dept {
  margin-bottom: 20px;
  color: #242424;

  a {
    color: inherit;
    text-decoration: none;
  }
}

div#autoAnswerSuggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  padding: 20px;

  h3 {
    margin: 0 0 10px;
    font-family: var(--poppins);
    font-size: 18px;
  }

  p {
    font-family: var(--karla);
    font-size: 15px;
    color: #666;
    line-height: 27px;

    a {
      color: #666;
      transition: all .3s;
      font-size: 15px;

      &:hover {
        color: var(--main-clr);
      }
    }
  }
}

// Network Status
.wdes-ns-panel {
  font-size: 14px;
  border: 1px solid #eee;
  font-family: var(--karla);
  color: #666;
  box-shadow: none;

  .panel-heading {
    background-color: var(--head-clr);
    border: 0;
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    display: flex;
    align-items: center;

    .wdes-priority {
      margin-left: auto;
    }
  }
}

// Affiliate
.wdes-affiliates-blocks {
  .tile {
    width: calc(100% / 3 - 15px);
  }
}

.wdes-table-affiliate {
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  font-family: var(--karla);
  color: #666;

  tr {
    border-bottom: 1px solid #eee;
  }

  td:first-child {
    margin: 0;
    background-color: var(--head-clr);
    color: #242424;
    padding: 13px;
    font-size: 16px;
    border-radius: 0;
  }

  td:nth-child(2) {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    padding: 13px;
    font-size: 15px;
  }
}

.wdes-page-affiliates {
  h2 {
    font-family: var(--poppins);
    color: #242424;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0;
  }
}

.wdes-checks-email {
  border: 1px solid #eee;
  padding: 20px;
  font-family: var(--karla);
  color: #666;
  font-size: 15px;
  line-height: 27px;
}

.marketing-email-optin {
  margin: 0 0 30px 0;
  padding: 10px 20px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 25px;

  h4 {
    margin-top: 0;
  }
}

.wdes-table {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  font-family: var(--karla);
  font-size: 15px;
  font-weight: 400;
}

.well {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px;
  font-family: var(--karla);
  font-size: 14px;
  color: #666;
}

.hide-desktop {
  display: none;
}

.domainchecker-homepage-captcha {
  text-align: left;
  margin-top: 10px;
  color: #666;
  font-family: var(--karla);
}

#default-captcha-domainchecker #inputCaptcha {
  width: 100px;
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
}

CasperSecurity Mini