body, td, th {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 15px;
    font-family: sans-serif;
}

h3 {
    color: #07334e;
    font-size: 18px;
    font-weight: 700;
}
.text-white h3.card-title {
	color: #FFF !important;
    margin: 0 auto !important;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding: 0 !important;
}
.container-fluid.invoice-container {
    padding: 70px !important;
}


table.portal_table, .white-bg-background, div#order-boxes, .dettablenew, .clientarea_contact {
    background: #fff;
    padding: 18px;
    margin-bottom: 24px;
}
.blinking {
    animation: blinkingText 1.2s infinite;
}

.wp-no-a-record-inner {
    text-align: center;
    font-size: 16px;
    color: #000048;
    font-weight: 700;
}
.wordpress-hosting-title {
    display: block;
}
.wordpress-hosting-title-inner {
    width: 100%;
    display: flex;
    align-items: center;
}
.wordpress-hosting-title-inner span {
    font-size: 20px;
    margin-left: 11px;
}
.wordpress-hosting-domain-block {
    background: #fff;
    padding: 14px;
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.wordpress-hosting-domain-each-block {
    width: 25%;
}
.wordpress-hosting-domain-details {
    font-size: 20px;
}

span.wordpress-hosting-domain-name {
    font-weight: 700;
    color: #04314e;
}
.wordpress-hosting-domain-status {
    text-align: right;
    font-size: 16px;
}
.wordpress-hosting-domain-site-link {
    text-align: right;
}
.wordpress-hosting-domain-site-link a {
    background: #0f9efa;
    color: #fff;
}
.wordpress-hosting-domain-admin-link a, .wordpress-hosting-domain-site-link a {
    text-decoration: none;
    font-size: 17px;
    padding: 7px;
}
.wordpress-hosting-domain-admin-link {
    text-align: right;
}
.wordpress-hosting-domain-admin-link a {
    background: #05324f;
    color: #fff;
}
.wordpress-hosting-options {
    margin-top: 40px;
    margin-bottom: 40px;
}
.wordpress-hosting-each-options {
    display: flex;
    align-items: center;
}
.wordpress-hosting-each-option-block {
    width: 33%;
    background: #fff;
    margin: 24px 0;
    height: 216px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 2px #747273;
    cursor: pointer;
}
.wordpress-hosting-each-option-block-center img {
    max-width: 85%;
}
.wordpress-hosting-each-option-block-name {
    font-size: 20px;
    margin-top: 21px;
}
.wordpress-hosting-each-option-block.wp-middle-block {
    margin: 24px;
}
.wordpress-hosting-plan-details {
    background: #fff;
    padding: 14px;
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.wordpress-hosting-plan-each-block-title {
    color: #04314e;
    font-size: 20px;
    margin-bottom: 10px;
}
.wordpress-hosting-plan-each-block-small-title {
    font-weight: 700;
}
.wordpress-hosting-plan-each-block {
    width: 30%;
    float: left;
    margin: 20px;
}
.wordpress-hosting-plan-each-block-middle {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 16px;
}
.wordpress-hosting-plan-each-block-middle ul {
    margin-left: 0;
    padding-left: 16px;
}
.wp-edit-mode-main-block {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.wp-edit-mode-main-left-block {
    width: 60%;
}
.wp-edit-mode-main-right-block {
    float: right;
    text-align: right;
    display: flex;
    width: 50%;
    justify-content: flex-end;
}
input[type=button], input[type=submit], input[type=reset], input#Reset{
    background: #00a8ff;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 6px;
    font-size: 14px;
}
.ServerAddons {
    background: #fff;
    padding: 32px;
    margin-top: 23px;
}
.ServerAddonsTitle {
    color: #07334e;
    font-size: 20px;
    font-weight: 700;
}
.ServerAddonHeader {
    margin-top: 15px;
    font-size: 18px;
    border-bottom: 1px solid;
    display: inline-block;
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 15px;
}
.ServerAddonHeaderTitle {
    width: 25%;
    float: left;
}
.ServerAddonContentInner {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.eachServerAddonContent {
    width: 25%;
    float: left;
    font-size: 16px;
}
.UpgradePlan, .sharedaddActionButton, .RenewDomain {
    background: #00a8ff;
    text-decoration: none !important;
    padding: 6px 23px;
    color: #fff !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.wpOptionsEachDiv {
    border-bottom: 1px solid #b2b2b2;
    line-height: 33px;
}
.wpOptionsEachDiv ul {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.wpOptionsEachDiv ul.wpOptionsInstalled li {
    font-size: 16px !important;
    width: 25%;
}
.wpOptionsEachDiv ul li {
    width: 17%;
    float: left;
    font-size: 20px;
    color: #254e64;
    list-style: none;
}
.ClickTheme {
    cursor: pointer;
}
ul.wpOptionsInstalled li::before {
    content: "\2022";
    color: #00a9ff;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    font-size: 32px;
    position: relative;
    top: 6px;
    left: 16px;
}
.wpOptionsEachDiv ul.wpOptionsAvailable li {
    text-align: center;
    margin: 15px;
    padding: 10px;
}
.availableEachListDiv {
    line-height: 21px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
}
.WPThemeThumnail {
    display: block;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
ul.wp-option-doc-steps {
    text-align: left;
}
.WPThemeThumnail img {
    cursor: pointer;
}
.WPThemeThumnail img {
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
}
.PaginationArea {
    width: 100%;
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
}
ul.pagination {
    float: right;
}
.wpOptionsEachDiv .pagination li {
    width: auto;
    margin: 0 7px;
    text-align: center;
}

li.disable-active {
    color: #00a8ff !important;
    background: #fff;
    padding: 6px;
    font-size: 14px !important;
}
.PaginationArea form input {
    box-shadow: 4px 4px 3px #d2d2d2;
}
#DashboardPopUp {
    margin: 0 auto;
    position: fixed;
    z-index: 10;
    display: none;
    border-radius: 10px;
    top: 22%;
    left: 17%;
    right: 10%;
    width: 80%;
    overflow-y: scroll;
}
.wpOptionDocument {
    position: relative;
}
.wpOptionDocumentTop {
}
.wpOptionDocumentTop, .wpOptionDocumentMainArea {
    width: 100%;
    display: inline-block;
}
.wpOptionDocumentToLeft, .wpOptionDocumentLeft {
    width: 46%;
    float: left;
    margin: 0 7px;
}
.wp-option-title {
    padding: 4px 16px 0 14px;
}
.wp-option-title h2 {
    text-align: left;
}
.clientarea_content_left h2 {
    font-family: sans-serif;
    border: 0;
    font-size: 20px;
    text-align: center;
    color: #00a8ff;
}
.close-icon {
    background: #3fa5fe;
    font-size: 19px;
    position: absolute;
    right: 13px;
    border-radius: 50%;
    width: 32px;
    text-align: center;
    font-weight: 700;
    color: #ffff;
    cursor: pointer;
}
.wpOptionDocumentMainArea {
    border-top: 1px solid #d2d2d2;
    padding-top: 21px;
}

.wp-option-active-steps-area h3 {
    margin: 0;
}
.wp-option-active-steps {
    display: none;
}
.wp-option-doc-steps li {
    line-height: 32px;
    font-size: 16px;
}
#popcover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
}

#ActivateForm, #InActivateForm {
    display: none;
}
ul li {
}


.wp-option-active-steps-area form {
    float: left;
    padding: 15px;
}
.wpOptionsAreaBlock {
    text-align: left;
}
.PageTabs {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #ddd;
}
.EachTab.active-tab-choosen {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 5px solid #00a8ff;
    color: #00a8ff;
}
.EachTab {
    float: left;
    width: auto;
    cursor: pointer;
    color: #181818;
    font-size: 17px;
    padding: 0 20px 6px;
}
.EachTab {
    float: left;
    width: auto;
    cursor: pointer;
    color: #181818;
    font-size: 17px;
    padding: 0 20px 6px;
}
.wpOptionsEachDiv ul.wp-doc-lists, .wpOptionsEachDiv ol.wp-doc-lists {
    padding-left: 25px;
}
.wpOptionsEachDiv ul.wp-doc-lists li, .wpOptionsEachDiv ol.wp-doc-lists li {
    float: none;
    width: 100%;
    list-style: disc;
    line-height: 29px;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
}
.DisplayNone {
    display: none;
}
.wp-option-doc-area p {
    font-size: 17px;
    line-height: 26px;
    color: #000;
}
.wp-doc-lists img {
    max-width: 30%;
    height: auto;
}
ul.wpsecurity-action {
    width: 50%;
    border: 1px solid #d2d2d2;
    box-shadow: 3px 4px 8px #d2d2d2;
}
.wpsecurity-action li {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none !important;
    width: auto !important;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    box-shadow: 3px 4px 8px #d2d2d2;
}
.wpsecurity-action li label:first-child {
    width: 50%;
    font-size: 17px;
}
.toggle-label {
  position: relative;
  display: block;
  width: 125px;
    height: 35px;
  margin-top: 8px;
}
.toggle-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.toggle-label input[type=checkbox]+.back {
  position: absolute;
    cursor: pointer;
    border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  transition: background 150ms linear;
    border-radius: 12px;
    border: 1px solid #d2d2d2;
}
.toggle-label input[type=checkbox]:checked+.back {
  background: #00a651; /*green*/
}

.toggle-label input[type=checkbox]+.back .toggle {
  display: block;
  position: absolute;
  content: ' ';
  background: #fff;
  width: 50%;
  height: 100%;
  transition: margin 150ms linear;
}
.toggle-label input[type=checkbox]:checked+.back .toggle {
  margin-left: 62px;
}
.toggle-label .label {
  display: block;
  position: absolute;
  width: 50%;
  color: #000;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
}
.toggle-label .label.on { left: 0px; }
.toggle-label .label.off { right: 0px; }

.toggle-label input[type=checkbox]:checked+.back .label.on {
  color: #fff;
}
.toggle-label input[type=checkbox]+.back .label.off {
  color: #fff;
}
.toggle-label input[type=checkbox]:checked+.back .label.off {
    color: #000;
    border-radius: 0 10px 10px 0;
}

.wpsecurity-action li .wp-security-list-left:last-child {
    font-size: 15px;
    font-weight: bold;
}
.wp-security-list-left {
    width: 50%;
    float: left;
    text-align: center;
}
.clientarea_content_left td {
    font-family: sans-serif;
}
p.server-action-failed {
    background: #ff8080;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
p.server-action-success {
	background: #008000;
    color: #FFF;
    padding: 15px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.server-action-response {
    position: relative;
    margin-bottom: 10px;
}
span.server-action-response-close {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 8px;
}
.serverCreationBar {
    width: 100%;
    background-color: #f8c015;
}
.ProgressBar{
	width:1%;
	height:10px;
	background-image:linear-gradient(to right,#E84639,#4E7CF3,#35AA53);
}
.wpOptionsEachDiv h3 {
    font-weight: 400;
    font-size: 20px;
}

.wordpress-hosting-page-speed {
    line-height: 33px;
}
.wordpress-hosting-page-speed-main {
    width: 100%;
    display: inline-block;
}
.wordpress-hosting-page-speed-result {
    font-size: 22px;
    font-weight: 700;
    color: #3099fc;
}
.wordpress-hosting-page-speed-recomm-content {
    font-size: 17px;
    line-height: 35px;
}
.wordpress-hosting-page-speed-recomm-content-title {
    font-size: 24px;
    border-bottom: 1px solid #d2d2d2;
    width: fit-content;
    margin-bottom: 14px;
}
.wordpress-hosting-site-link {
    margin-top: 13px;
    display: inline-flex;
}
.wordpress-hosting-page-speed-recomm {
    display: none;
}
.wordpress-hosting-site-link a {
    background: #0f9efa;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 7px;
}

li.ClickPlugin {
    width: 200px !important;
    border-radius: 6px;
    box-shadow: 3px 3px 7px 1px #d2d2d2;
    height: 200px;
}
@media screen and (min-width: 100px) and (max-width: 782px) {
    .ekyc_check_block_div {
        top: 3% !important;
        left: 5% !important;
        max-width: 75% !important;
        overflow-x: scroll;
        height: 80% !important;
        overflow-y: scroll;
    }
}

.ekyc_check_block_div {
    position: fixed;
    top: 15%;
    background: #fff;
    opacity: 1;
    z-index: 10001;
    padding: 31px;
    left: 25%;
    width: fit-content;
    max-width: 50%;
    height: fit-content;
    overflow-x: scroll;
}
.primary-bg-color {
    background-color: #fff;
}
#order-custom_standard_cart label, #order-custom_standard_cart p.domain-renewal-desc, .service-renewals .div-renewal-period-label {
	font-size: 16px !important;
}
#order-custom_standard_cart .domain-selection-options .option {
    background-color: #fff !important;
}
#order-custom_standard_cart .domain-selection-options {
    background: #FFF !important;
	border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 1px 2px #f2f2f2;
}
.list-group-item-action {
    font-size: 15px;
}
.alert-danger {
    padding: 7px 7px ! IMPORTANT;
    font-size: 16px;
    background: red;
    color: #FFF;
}
header.header .navbar-nav a {
    font-size: 15px;
    color: #FFF;
}
header.header .main-navbar-wrapper .navbar-collapse, .cart-sidebar .list-group-item, 
#order-custom_standard_cart .cart-sidebar, .mc-promo-login, .mc-promo-manage, .cart-sidebar .card, .product-selection-sidebar .card, .cart-sidebar select {
	background: #05334d ! IMPORTANT;
    color: #FFF !important;
}
.dropdown-menu {
	background: #05334d;
}
header.header .logo-img {
    max-width: 230px;
    max-height: 101px;
}
.dropdown-item:focus, .dropdown-item:hover, .list-group-item-action:focus, .list-group-item-action:hover,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
#order-custom_standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-custom_standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true] {
    color: #FFF !important;
    text-decoration: none;
    background-color: #3093cbe6 !important;
}
header.header .navbar-nav a:hover {
	color:#3093cbe6;
	text-decoration: none;
}
footer.footer {
    background-color: #05334d;
	padding: 5px 0;
}
footer.footer .copyright {
    margin: 0 auto;
}


h3.panel-title {
    color: #FFF;
}
.list-group-item {
	border:1px solid rgb(249 242 242 / 19%);
}
.btn-primary, .btn-default, input[type="submit"] {
    color: #fff;
    background-color: #00a8ff;
    width: fit-content;
    margin: 0 auto;
}
#order-custom_standard_cart .btn-checkout {
    padding: 8px;
}
.btn-success {
    color: #fff;
    background-color: #006000;
    border-color: #006000;
}
#order-custom_standard_cart .order-summary .btn-continue-shopping {
    color: #fff !important;
    font-size: 13px !important;
    background: #000020;
    text-decoration: none;
    margin: 7px 0;
}
#order-custom_standard_cart .order-summary h2, 
#order-custom_standard_cart .view-cart-items-header {
    font-size: 15px !important;
    background: #02334B !important;
}

.btn-primary.focus, .btn-primary:focus,
.btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #fff !important;
    background-color: #0587cb !important;
    border-color: #00a8ff !important;
    box-shadow: none !important;
}
#order-custom_standard_cart .cart-sidebar {
	width: 15% !important;
}
#order-custom_standard_cart .cart-body {
    width: 85% !important;
    margin-top: 16px;
}
#order-custom_standard_cart h1 { 
    font-size: 29px;
    color: #05324f;
}
#order-custom_standard_cart .view-cart-tabs .nav-tabs {
	font-size:15px !important;
}

#order-custom_standard_cart .view-cart-tabs .tab-content {
    background-color: #FFF !important;
    border: 1px solid #f2f2f2;
    margin: 13px 0;
}
#order-custom_standard_cart .summary-container {
	font-size: 12px; !important;
}
.master-breadcrumb .breadcrumb {
    padding: 6px 18px !important;
}
.breadcrumb {
    background-color: #021C2A;
    border-radius: 0;
}
.breadcrumb-item.active {
    color: #FFF;
}
section#main-body {
    padding: 0 !important;
}
#order-custom_standard_cart {
    padding: 0 !important;
}
.breadcrumb-item a {
    color: #FFF;
}
header.header .search .btn {
    color: #fff;
}
.cl_each_product_title {
    margin-bottom: 21px;
    font-size: 20px;
    margin-top: 17px;
}
a.CreateProductLink {
    color: #00a8ff !important;
    float: right;
    width: 187px;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}
.AddConfiguration, .createProductTag {
    background: #00a8ff;
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 24px;
    width: 30px;
    color: #fff !important;
    display: inline-table;
    text-align: center;
    margin-left: 15px;
}
.TicketTable a {
    background: #000;
    color: #fff !important;
    padding: 5px;
}
.data.client_area_email td, #clientarea_home_table td {
    border-bottom: 1px solid #b7b7b7;
    color: #043150;
    padding: 16px;
}
.data.client_area_email th, #domain_detail_table th, #clientarea_home_table th, .dettablenew th {
    border-bottom: 1px solid;
    /* border-color: #05324f; */
    color: #000;
    padding: 18px 0;
}

.support-ticket-top-table th, .support-ticket-top-table td {
    text-align: left;
}
.ticket-message, .ticket-response {
    margin-bottom: 3px;
    border: 1px solid #d2d2d2;
}
.ticket-message th, .ticket-message td, .ticket-response th, .ticket-response td {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    text-align: left;
    padding: 11px;
}

.ticket-message th {
    background: #1f3467;
    color: #fff;
    font-size: 13px;
}
.ticket-response th {
    background: #40a040;
    color: #fff;
    font-size: 13px;
}
#reply .msg {
    color: #069;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: 700;
}
#ReportBug textarea {
    height: auto;
    width: 27%;
}
.buyProductDiv {
    background: #fff;
    position: relative;
    display: none;
    padding: 36px;
}
.BuyProductInner {
    width: 90%;
    margin: 0 auto;
}
#loading-effect {
    margin: 0;
    position: fixed;
    height: 100%;
    z-index: 9999;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    clear: none;
    background: url(https://www.hostingraja.in/control/components/com_jefaqpro/assets/images/transbg.png);
}
#pbar {
    text-align: center;
    font-size: 16px;
    width: 460px;
    height: 100px;
    margin: 326px auto;
    padding-top: 13px;
    background: url(https://www.hostingraja.in/control/components/com_jefaqpro/assets/images/ajax-loader.gif) no-repeat scroll center 76px #252525;
    color: #9f9f9f;
}
.all-plans-div {
    display: flex;
    justify-content: center;
}
form#TicketOpen {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
}
.show-message {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    font-weight: 700;
    color: red;
}
.TicketTable th, .TicketTable td {
    padding-bottom: 19px;
}
tr.ExistingTicketError th {
    color: red;
    font-size: 15px;
}
.closeUpdateExistingTicketcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    padding-top: 5px;
    font-family: sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: bold;
}
.closeUpdateExistingTicketcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.closeUpdateExistingTicketcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.buy-managed-support-form-tr {
    display: none;
}
.TicketTable a.BuyManagedSupport {
    background: #00a8ff !important;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 6px;
    font-size: 14px;
}
.show-buy-message {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    font-weight: 700;
    color: red;
}
.TicketTable textarea {
    height: auto !important;
}
.SubjectSelect {
    display: none;
}
.BuyProductInner h3 {
    text-align: center;
}

.ticket-response pre,
.ticket-message pre {
    width: 900px;
    overflow: auto;
}
.reply_success {
    font-size: 17px;
    background: green;
    color: #FFF;
    text-align: center;
    padding: 5px 0 5px 0;
    line-height: 29px;
}
.reply_failed {
    font-size: 17px;
    background: red;
    color: #FFF;
    text-align: center;
    padding: 5px 0 5px 0;
    line-height: 29px;
}


div#package_desc {
    font-size: 15px;
    line-height: 14px;
}
#order-standard_cart .products .product header span {
    font-size: 1.3em;
    font-weight: 700;
}

.btn-success.btn-order-now {
    color: #fff;
    background-color: #509c05;
    border-color: #509c05;
}
.btn-success.btn-order-now:focus, .btn-success.btn-order-now:hover {
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5);
}
.domain-selection-options label {
    font-size: 16px !important;
}
.lu-app {
    width: 80%;
    margin: 0 auto !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#order-hostingraja_standard_cart .cart-sidebar {
    display: none;
}
#order-hostingraja_standard_cart .cart-body {
    margin: 15px auto;
}
.secondary-cart-body #package_desc {
	display: none;
}
.secondary-cart-body {
    margin: 0 auto;
    width: 70%;
}
#order-hostingraja_standard_cart .font-size-36 {
    text-align: center;
}
.payment-btn-container > table {
	float: right;
}
@media (min-width: 350px) and (max-width: 768px) {
    .payment-btn-container > table {
        float: none !important;
    }
}


.support-flow-check-container {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  font-size: 1.375rem;
  user-select: none;
}
.support-flow-check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.support-flow-check-container input:checked ~ .support-flow-check-checkmark {
  background-color: #fff;
  border: 1px solid #128413;
}
.support-flow-check-container input:checked ~ .support-flow-check-checkmark:after {
  display: block;
}
.support-flow-check-container:hover input ~ .support-flow-check-checkmark {
  background-color: #fff;
}
.support-flow-check-container.normal {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: normal;
  padding-left: 2.125rem;
  padding-top: 0.625rem;
}
.support-flow-check-container.normal .support-flow-check-checkmark {
  top: 7px;
}
.support-flow-check-container.has-error .support-flow-check-checkmark {
  border: 1px solid #ce4327;
}
.support-flow-check-container.inline {
  display: inline-block;
  margin-right: 1.25rem;
}
.support-flow-check-container a {
  color: #128413;
}

.support-flow-check-checkmark {
  position: absolute;
  top: -2px;
  left: 5px;
  height: 20px;
  width: 20px;
  border-radius: 0.25rem;
  border: 1px solid #dee2e6;
  box-shadow: inset 0 3px 7px rgba(28, 28, 28, 0.1);
}
.support-flow-check-checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #128413;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.support-flow-form {
  width: 100%;
  height: 54px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0 0.9375rem;
  color: #313a46;
  font-size: 1rem;
}
.support-flow-form:focus {
  outline: none;
  border: 1px solid #128413;
}
.support-flow-form.has-error {
  border: 1px solid #ce4327;
}
.support-flow-form.has-error:focus {
  border: 1px solid #dee2e6 !important;
}

select.support-flow-form {
  appearance: button;
  user-select: none;
  background-color: #fff;
  background-image: url(https://www.a2hosting.com/images/uploads/general/15xvbd5.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  color: #1c1c1c;
  overflow: hidden;
  padding: 0.3125rem 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-flow-submit {
  width: 182px;
  height: 49px;
  color: #fff;
  background: #128413;
  border-radius: 0.25rem;
  border: none;
  margin-top: 0.9375rem;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.support-flow-submit:focus {
  outline: none;
}
.support-flow-submit:hover {
  background: rgb(14.94, 109.56, 15.77);
}

.support-flow-textarea {
  width: 100%;
  height: 191px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.625rem 0.9375rem;
  color: #6c757d;
  font-size: 1rem;
  resize: none;
}
.support-flow-textarea:focus {
  outline: none;
  border: 1px solid #128413;
}
.support-flow-textarea.has-error {
  border: 1px solid #ce4327;
}

.support-flow-ticket-block {
  display: block;
  padding: 1.875rem 0 3.125rem 0;
}
.support-flow-ticket-block h4 {
  color: #128413;
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 1.875rem;
}

.support-flow-ticket-form {
  display: block;
  margin-bottom: 1.875rem;
  position: relative;
}

.support-flow-ticket-form-group .has-error > input {
  border: #ce4327;
}

.support-flow-ticket-form-next {
  display: block;
  text-align: right;
}
.support-flow-ticket-form-next .next-button {
  display: inline-block;
  border: none;
  width: 132px;
  height: 49px;
  background: #128413;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.support-flow-ticket-form-next .next-button:focus {
  outline: none;
}
.support-flow-ticket-form-next .next-button:hover {
  background: rgb(14.94, 109.56, 15.77);
}
.support-flow-ticket-form-next .back-button {
  width: 97px;
  height: 49px;
  border: 1px solid #a1a9b1;
  color: #a1a9b1;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.support-flow-ticket-form-next .back-button:focus {
  outline: none;
}
.support-flow-ticket-form-next .back-button:hover {
  background: #8a969c;
  border: #8a969c;
  color: #fff;
}

.support-flow-ticket-form #filesToUpload {
  width: 100%;
  height: 54px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 16px 0 rgba(28, 28, 28, 0.03);
  padding: 0 0.9375rem;
  color: #1c1c1c;
  font-size: 1rem;
}
.support-flow-ticket-form #filesToUpload:focus {
  outline: none;
  border: 1px solid #128413;
}
.support-flow-ticket-form select:disabled,
.support-flow-ticket-form input:disabled {
  background-color: #eef2f7;
}
.support-flow-ticket-form fieldset {
  margin-bottom: 1.875rem;
}
.support-flow-ticket-form p {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  line-height: 1;
}

.support-flow-warning-box {
  display: block;
  border: 2px solid #fc8c1e;
  background: rgb(254.3486842105, 230.0328947368, 206.1513157895);
  padding: 1.125rem;
  padding-bottom: 0.875rem;
  margin-top: 25px;
  padding-left: 4.6875rem;
  border-radius: 0.25rem;
  position: relative;
}
.support-flow-warning-box p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
  color: #343a40 !important;
}
.support-flow-warning-box span {
  color: #313a46;
  font-weight: 700;
  text-transform: uppercase;
}

.support-flow-radio-container {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  color: #343a40;
  font-weight: normal;
  padding-top: 0.625rem;
}
.support-flow-radio-container:hover input ~ .support-flow-radio-checkmark {
  background-color: #fff;
}
.support-flow-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.support-flow-radio-container input:checked ~ .support-flow-radio-checkmark {
  background-color: #fff;
}
.support-flow-radio-container input:checked ~ .support-flow-radio-checkmark:after {
  display: block;
}
.support-flow-radio-container .support-flow-radio-checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #128413;
}

.support-flow-radio-checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  box-shadow: inset 0 3px 7px rgba(28, 28, 28, 0.1);
}
.support-flow-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.support-flow-radio .checkmark:focus {
  outline: none;
}

.migrate-option {
  display: block;
  padding-left: 0;
  margin: 0;
}
.migrate-option > li {
  display: inline-block;
  padding-right: 0.9375rem;
  line-height: inherit;
}
.migrate-option > li > label {
  color: #343a40;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: inherit;
}

.support-flow-upload-container {
  display: block;
  position: relative;
}
.support-flow-upload-container .btn--browse {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 12px;
  box-shadow: none !important;
}
.support-flow-upload-container .btn--browse:hover {
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
  color: #fff !important;
}
.support-flow-upload-container .addmore-bn {
  background: #fff;
  border: 1px solid #a1a9b1;
  display: block;
  width: 110px;
  height: 33px;
  line-height: 2.0625rem;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
  color: #8a969c;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.support-flow-upload-container .addmore-bn:hover {
  text-decoration: none;
  border-color: #6c757d;
  color: #343a40;
}
.support-flow-upload-container .addmore-bn.addmore-button-xs {
  display: none !important;
}
.support-flow-upload-container .f-input {
  width: 100% !important;
  height: 54px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 16px 0 rgba(28, 28, 28, 0.03);
  float: left;
  padding: 0 0.875rem;
}
.support-flow-upload-container .f-input:focus {
  outline: none;
  border: 1px solid #128413;
}
.support-flow-upload-container .file-upload-box {
  display: block;
  position: relative;
  max-width: 438px;
}
.support-flow-upload-container .file-upload.btn--browse:hover span {
  color: #8a969c !important;
}
.support-flow-upload-container .file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #1c1c1c;
  cursor: pointer;
  opacity: 0;
}

.support-flow-troubleshoot-check {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.3125rem !important;
}

.support-flow-troubleshoot-issue {
  display: block;
  text-align: center;
  padding: 15px;
  border: 1px solid #ced4da;
  background: #f6f7fb;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 16px 0 rgba(28, 28, 28, 0.03);
  margin-top: 1.5625rem;
}
.support-flow-troubleshoot-issue label {
  color: #343a40;
  font-size: 1rem;
  margin: 0;
  line-height: 1.125rem;
}

.support-flow-flash-thank {
  display: block;
  text-align: center;
  padding: 0.75rem;
  border: 1px solid #0e690f;
  background: rgb(67.5, 230, 69.2857142857);
  border-radius: 0.25rem;
  box-shadow: 2px 2px 16px 0 rgba(28, 28, 28, 0.03);
  margin-top: 1.5625rem;
}
.support-flow-flash-thank p {
  margin-bottom: 0;
  color: #0e690f;
  font-size: 1.125rem;
}
.support-flow-flash-thank p span {
  display: inline-block;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 991px) {
  .support-flow-flash-thank p {
    font-size: 1rem;
  }
}
.support-flow-flash-mid {
  display: block;
  margin-top: 1.25rem;
}
.support-flow-flash-mid h5 {
  color: #343a40;
  font-size: 1rem;
  margin: 0;
}
.support-flow-flash-mid h5 a {
  color: #0e690f;
  font-weight: 700;
}

.support-flow-flash-mid-ul {
  display: block;
  padding-left: 0;
  margin: 0;
  padding: 0.625rem 0;
}
.support-flow-flash-mid-ul li {
  list-style: none;
  color: #6c757d;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem 0;
  padding-left: 1.25rem;
  position: relative;
}
.support-flow-flash-mid-ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 5px;
  top: 15px;
  background: #a1a9b1;
  border-radius: 100%;
}

.ticket-icon {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 600px) {
  .ticket-icon {
    display: inline-block;
    position: static;
    margin-bottom: 0.625rem;
  }
}
.ticket-submission-box {
  display: block;
  position: relative;
  padding-right: 170px;
  border-top: 1px solid #dee2e6;
  padding-top: 1.5625rem;
  margin-top: 1.25rem;
}
.ticket-submission-box p {
  color: #1c1c1c;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.ticket-submission-box h2 {
  margin: 0;
  color: #343a40;
  font-size: 1.125rem;
}
.ticket-submission-box h2 span {
  color: #fc8c1e;
  font-size: 2.25rem;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .ticket-submission-box {
    padding-right: 0;
    padding-top: 0.9375rem;
    margin-top: 0.9375rem;
  }
}
.ticket-submission-success {
  display: block;
  max-width: 557px;
  width: 557px;
  margin: auto;
  padding: 3.4375rem 0;
}
.ticket-submission-success h3 {
  color: #343a40;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ticket-submission-success {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 600px) {
  .ticket-submission-success h3 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .ticket-submission-success h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .ticket-submission-success-icon {
    display: block;
    margin: auto;
    margin-bottom: 0.625rem;
  }
}
.ticket-submission-success1 {
  display: block;
  margin-top: 1.25rem;
  padding-left: 7.0625rem;
  position: relative;
}
.ticket-submission-success1 p {
  color: #343a40;
  font-size: 1rem;
  line-height: 1.375rem;
}
.ticket-submission-success1 h6 {
  color: #313a46;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}
.ticket-submission-success1 h6 a {
  color: #313a46;
  font-weight: 700;
  text-decoration: underline;
}
.ticket-submission-success1 h6 a:hover {
  color: #1c1c1c;
}

@media screen and (max-width: 767px) {
  .ticket-submission-success1 {
    padding-left: 6.25rem;
  }
}
@media screen and (max-width: 600px) {
  .ticket-submission-success1 {
    padding-left: 0;
    text-align: center;
  }
}
.ticket-submission-success2 {
  display: block;
  margin-top: 3.125rem;
  padding: 2rem 3.4375rem;
  position: relative;
  border: 2px solid #fc8c1e;
  border-radius: 0.25rem;
}
.ticket-submission-success2 h4 {
  margin: 0;
}

@media screen and (max-width: 600px) {
  .ticket-submission-success2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ticket-submission-success2 {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 991px) {
  .ticket-submission-success2 {
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 991px) {
  .ticket-submission-success2 h4 {
    font-size: 1rem;
  }
}

.support-flow-upload-container .file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #1c1c1c;
    cursor: pointer;
    opacity: 0;
}

.support-flow-upload-container .btn--browse {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 12px;
    box-shadow: none !important;
}

.support-flow-upload-container .f-input {
    width: 100% !important;
    height: 54px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 2px 2px 16px 0 rgba(28, 28, 28, 0.03);
    float: left;
    padding: 0 0.875rem;
}

.action-icon-btns {
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075);
  border: 1px solid #dee2e6;
}
.action-icon-btns a.d-block {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  margin-bottom: 0;
}
.action-icon-btns a.d-block:hover {
  background-color: #f6f7fb;
}

.card-columns.home .card {
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.client-home-cards .card {
  margin-bottom: 1.875rem;
  box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075);
  border: 1px solid #dee2e6;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.client-home-cards .card:hover {
  border-color: #128413;
  box-shadow: none;
}

.card-sidebar {
  box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075);
}
.card-sidebar[menuitemname=support-pin] {
  border: 1px solid #128413;
}
.card-sidebar[menuitemname=support-pin] .card-header {
  background-color: #128413;
}
.card-sidebar[menuitemname=support-pin] .card-header .card-title {
  color: #fff;
}
.card-sidebar[menuitemname=support-pin] .support-pin {
  font-size: 2rem;
  color: #128413;
  font-weight: 700;
}

#ticketReply {
  padding: 0;
  background-color: #128413;
  border-color: #128413;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.panel-collapsed #ticketReply {
  border-radius: 0.25rem;
}
#ticketReply h5 {
  margin: 0;
  color: #fff;
}
#ticketReply h5 .btn {
  padding: 0.5rem 0.5rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
}
#ticketReply h5 .btn:hover {
  color: #fff;
}

.ticket-reply {
  display: flex;
  padding: 1.5rem 1.5rem;
  border: 1px solid #ced4da;
  flex-wrap: wrap;
  box-shadow: 0 0.125rem 0.25rem rgba(28, 28, 28, 0.075);
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .ticket-reply {
    flex-direction: column;
  }
}
.ticket-reply.staff {
  border-color: #128413;
}
.ticket-reply.staff .user .fa {
  background-color: #128413;
  color: #fff;
}
.ticket-reply.staff .user .name {
  color: #128413;
}
.ticket-reply .date {
  font-size: 0.875rem;
  color: #8a969c;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ced4da;
  width: 100%;
}
.ticket-reply .user {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding-right: 1.5rem;
  border-right: 1px solid #ced4da;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ticket-reply .user {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 1.5rem;
  }
}
.ticket-reply .user .fa {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #eef2f7;
  color: #ced4da;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
.ticket-reply .user span {
  display: block;
}
.ticket-reply .user .name {
  font-weight: 700;
  color: #1c1c1c;
  font-size: 1.125rem;
}
.ticket-reply .user .type {
  font-size: 0.875rem;
  color: #8a969c;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-reply .message {
  width: 70%;
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  .ticket-reply .message {
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}

.support-flow-ticket-block .col-md-12 > p {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  line-height: 1;
}
.support-flow-ticket-block .btn-remove-input {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 54px;
}
.support-flow-ticket-block div[id*=form-input-] {
  display: flex;
}
@media (max-width: 767px) {
    .responsive-image-wrapper {
        display: none;
    }
}
