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/orderforms/phox/wdes/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/domains/gositeme.com/public_html/whmcs/templates/orderforms/phox/wdes/css/core.scss
#order-phox {

  // Title
  .header-lined {
    p {
      font-family: var(--karla);
      font-size: 14px;
      color: #666;
      margin: 10px 0;
      display: block;
    }
  }

  // Products
  .products {
    .product {
      background-color: #fff;
      border: 1px solid #eee;
      border-radius: 3px;
      padding: 20px;
      transition: all .3s;
      position: relative;

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

      /* Featured Product */
      &.featured-product {
        border: 1px solid var(--main-clr);
        overflow: hidden;

        .featured-product-label {
          background-color: var(--main-clr);
          color: #fff;
          width: 100px;
          position: absolute;
          padding: 4px;
          display: flex;
          align-items: center;
          justify-content: center;
          top: -15px;
          right: 15px;
          left: auto;
          transform: rotate(45deg) translateX(50%);
          font-size: 11px;
          max-height: 18px;
        }
      }

      header {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin: 0 0 10px;
        text-align: center;

        >span {
          font-family: var(--poppins);
          font-size: 17px;
          color: #242424;
          font-weight: 500;
        }

        .qty {
          float: none;
          font-size: 14px;
          font-style: normal;
          color: #6c63ff;
          display: block;
          width: 100%;
          margin: 10px 0;
        }
      }

      div.product-pricing {
        margin: 10px 0;
        font-family: var(--karla);
        font-size: 15px;
        color: #666;

        .price {
          color: #242424;
          font-weight: 600;
          font-size: 22px;
        }

        small {
          font-size: 15px;
        }
      }

      div.product-desc {
        float: none;
        width: 100%;
        padding: 0;
        font-size: 15px;
        font-family: var(--karla);
        text-align: center;
        line-height: 26px;
        color: #666;

        ul {
          margin: 0;
          padding: 0;
          list-style: none;
        }
      }

      footer {
        float: none;
        margin: 25px 0 0;
        width: 100%;
        font-size: 15px;
        text-align: center;

        .wdes-order-btn {
          background-color: var(--main-clr);
          color: #fff;
          padding: 10px 25px;
          border-radius: 2px;
          font-family: var(--montserrat);
          font-size: 15px;
          font-weight: 400;
          text-decoration: none;
          transition: all .3s;
          display: inline-table;
          border: 0;
          outline: none;

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

  // Domain
  .domain-selection-options .option {
    border-radius: 6px;
    background-color: var(--head-clr);
    border: 1px solid #eee;
    margin-bottom: 8px;
    padding: 11px 20px;
  }

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

  .field,
  .form-control {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 3px;
    font-family: var(--karla);
    font-size: 15px;
    color: #666;

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

  // Cart
  .order-summary {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #eee;
    padding: 20px;
    transition: all .3s;
    margin-bottom: 0;

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

    h2 {
      color: #242424;
      font-family: var(--poppins);
      font-weight: 500;
      font-size: 16px;
      margin: 0 0 20px;
      padding: 0;
      text-align: left;
    }

    .loader {
      color: #666;
      top: 0;
    }

    .summary-container {
      margin: 0;
      padding: 0;
      min-height: 100px;
      border-radius: 0;
      background-color: transparent;
      font-size: 14px;
      font-family: var(--karla);
      color: #666;
    }
  }

  #btnCompleteProductConfig,
  #checkout,
  #btnGoToCart {
    background-color: var(--main-clr);
    border: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    font-family: var(--karla);
    font-size: 15px;
    color: #fff;
    transition: all .3s;

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

  .view-cart-items-header,
  .empty-cart .btn {
    background-color: var(--head-clr);
    color: #242424;
  }

  .view-cart-items {
    border-bottom: 2px solid var(--head-clr);
  }

  .cc-input-container {
    background-color: #fff;
    border: 1px solid #eee;
  }

  // Domain Page
  .domain-checker-container {
    background: var(--main-clr);

    .domain-checker-bg {
      background-image: initial;
    }
  }

  .domain-promo-box {
    background-color: #f;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px;
    transition: all .3s;
    font-family: var(--karla);

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

  .cart-sidebar .panel>.panel-heading .panel-title {
    font-size: 15px;
  }

  .cart-sidebar .panel .panel-body a.list-group-item,
  .cart-sidebar .panel .list-group a.list-group-item {
    padding: 0;
    margin-bottom: 10px;
  }

  div.header-lined h1 {
    font-size: 27px;
  }

  .domains-row .input-group-addon.input-group-prepend {
    background-color: transparent;
    border: 0;
    color: #242424;
  }

  .sub-heading span,
  .sub-heading-borderless span {
    color: #242424;
  }

  // Domain Transfer
  #frmDomainTransfer {
    .panel {
      font-size: 15px;
      border: 0;
      padding: 0;
      box-shadow: none;

      .panel-body {
        background-color: var(--main-clr);
        padding: 60px 120px;
        border-radius: 10px;

        @media screen and (max-width: 767px) {
          padding: 60px 30px;
        }

        #inputTransferDomain,
        #inputAuthCode {
          background-color: #fff;
          padding: 25px;
          border-radius: 10px;
        }

        .relative {
          position: relative;
        }

        .wdes-domain-transfer-help {
          position: absolute;
          right: 20px;
          top: 16px;
          z-index: 1;
          color: var(--main-clr);
          text-decoration: none;
          font-weight: 600;
          font-size: 14px;
        }

        .alert {
          padding: 20px;
          margin: 20px 0;
          border-radius: 10px;
        }

        #btnTransferDomain {
          float: right;
          margin: 0px 0 0px;
          background-color: var(--domain-btn);
          padding: 14px 25px;
          border-radius: 10px;
          font-weight: 700;
          font-size: 15px;
          outline: none;

          span {
            font-size: inherit;
            font-weight: inherit;
          }
        }
      }
    }
  }

  // Domain Renewal
  .domain-renewals {
    margin: 0;
    border-top: 0;
    background-color: transparent;

    .domain-renewal {
      margin-bottom: 15px;
      background-color: #f7f7f7;
      border: 1px solid #eee;
      padding: 20px;
      border-radius: 3px;

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

      // Heading
      .wdes-domain-renew-title {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
      }

      // Description
      .wdes-domain-renew-description {
        font-size: 12px;
        color: #7e7e7e;
        margin: 5px 0 0;
        display: block;
      }

      .label {
        padding: 4px 10px;
      }

      .wdes-flex-domain-renew {
        display: flex;
        padding: 20px 15px 0;
        gap: 0 15px;
      }

      .btn-add-renewal-to-cart {
        background-color: var(--main-clr);
        border: 0;
        padding: 6px 15px;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        outline: none;
      }

    }

  }

  .wdes-cart-goto {
    margin-top: 10px;
  }

  #producttotal {
    span a {
      color: inherit;
    }
  }

}

CasperSecurity Mini