/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: Custom CSS File
Version: 8.9.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/

:root {
  --main-gradient-color: #0072ff;
  --secondary-gradient-color: #00c6ff;
}
/*Header Search Backrount Color*/
form.header-search-frame {
    border-right: 1px solid #f7f7f7;
    background: #262424;
}
/*Login Page "This page is restricted" Problem*/
div.header-lined small {
    overflow: inherit;
}
/*Back to Top*/
section#footer .back-to-top i {
    display: none;
}
/*Checkout Page Payment Getway*/
#paymentGatewaysContainer label {
    width: 272px;
}