* {
	outline: none;
}
body {
	font-family: 'Inter', sans-serif;
	background: #F4F4F4;
}
.btn {
	border: 2px solid transparent;
	border-radius: 14px;
	padding: 10.5px 18px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.035px;
}
.btn-default {
    border-color: #EFEFEF;
	background: #fff;
}
.btn-default:hover, .btn-default:active {
    border-color: #EFEFEF !important;
	background: #EFEFEF !important;
}
.btn-main-outline {
	border-color: #457BFF;
    color: #457BFF;
}
.btn-main, .btn-main-outline:hover {
    border-color: #457BFF !important;
    background: #457BFF !important;
    color: #fff !important;
}
.btn-main:hover, .btn-main:active {
    border-color: #5a8aff !important;
    background: #5a8aff !important;
    color: #fff !important;
}
.btn-main:disabled {
	    border-color: #457BFF;
    background: #457BFF;
    color: #fff;
}
a {
	font-weight: 600;font-size: 15px;
	color: #457BFF;
	text-decoration: none;
}
.empty:empty {
    padding: 0;
    margin: 0;
}
.hidden {
    width: 0;
    height: 0;
    overflow: hidden;
}

/*Header*/
header {
	border-bottom: 1px solid #EFEFEF;
	background: #FFF;padding: 2px 0;z-index: 99;position: relative;
	height: 85px;
}
.hdr_seprator {
	margin: 0 24px;
	color: #EFEFEF;
}
header .navbar-expand-lg .navbar-nav {
	gap: 32px;
}
header .navbar-expand-lg .navbar-nav.right {
	gap: 24px;align-items: center;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
    font-weight: 600;
    color: #6F767E;
    font-size: 15px;cursor: pointer;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #000;
}
.nav-link > svg {
	transition: all 0.2s;
}
.nav-link.show > svg {
	transform: rotate(180deg);
}
.change_mode {
	padding: 11.5px;
    border: 0;
    color: #6F767E;
}
.change_mode:hover {
	color: #000;
}
.lang_curr_drop {
	transform: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    position: fixed !important;
    width: 100% !important;
    top: -10% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow-y: auto;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    min-height: calc(100vh - 85px);
    transition: all 0.3s;    margin: 0 !important;
	overscroll-behavior: contain;
}
.lang_curr_drop h6 {
	    font-weight: 700;
    font-size: 38px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.lang_curr_drop .col-12 {
	margin-bottom: 40px;
}
.lang_curr_drop.show {
    top: 86px !important;
    opacity: 1;
    visibility: visible;
}
.languagedrop {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;    list-style: none;
    margin: 0;
    padding: 0;
}
.languagedrop>li {
    max-width: calc(33.3333333% - 30px);
    flex: calc(33.3333333% - 30px);
    padding: 0;
}
.languagedrop>li span {
    cursor: pointer;
    display: block;
    padding: 19px 20px;
    border-radius: 8px;
    font-size: 18px;
    transition: all 0.2s ease;
    font-weight: 500;
}
.languagedrop>li span:hover {
    color: #000000;
    background-color: rgb(0 0 0 / 5%);
}
.btn_notis {
	border-radius: 50%;
    padding: 8px;
	color: #6F767E;
}
.btn_notis:hover {
	color: #222;
}
.noti_ddown_menu {
	min-width: 420px;
    width: 100%;
    max-width: 420px;
}
.noti_ddown_menu > h3 {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.noti_ddown_menu * {
    white-space: normal;
}
.noti_ddown_menu li:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}
.noti_ddown_detail.dropdown-item {
	display: flex;
    align-items: flex-start;
    gap: 12px;
}
.noti_ddown_detail img {
	flex: 0 0 auto;border-radius: 50%;
}
.noti_ddown_detail .info {
	    display: inline-flex;
    align-items: flex-start;
    gap: 12px;    justify-content: space-between;
    flex: 1 1 auto;
}
.noti_ddown_detail .info h6 {
	    font-size: 16px;
    color: #1A1D1F;
    font-weight: 600;
    margin: 3px 0 0;
}
.noti_ddown_detail .info p {
	margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #9A9FA5;
}
.noti_ddown_detail .info svg {
	flex: 0 0 auto;
}
.user_avatar {
	    border-radius: 50%;
    padding: 2px;
}
.user_ddown_menu {
	min-width: 280px;
}
.user_ddown_menu li a:not(.user_ddown_detail) {
	display: flex;
    align-items: center;
    gap: 12px;
}
.user_ddown_menu li a:not(.user_ddown_detail) svg {
	flex: 0 0 auto;
}
.user_ddown_detail.dropdown-item {
	display: flex;
    align-items: center;
    gap: 12px;background: #F4F4F4;margin-bottom: 12px;
}
.user_ddown_detail img {
	flex: 0 0 auto;border-radius: 50%;
}
.user_ddown_detail > div {
    min-width: 0;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user_ddown_detail h5 {
	    font-size: 18px;
    font-weight: 600;
    margin: 0;overflow: hidden;
    text-overflow: ellipsis;
}
.user_ddown_detail p {
	    font-size: 14px;
    font-weight: 500;
    margin: 0;overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-divider {
    border-color: #EFEFEF;
    margin: 12px 0;
}

/*Input*/
.text_field_label {
	font-weight: 600;
    display: block;
    letter-spacing: 0.25px;
    font-size: 15px;
    margin-bottom: 8px;
}
.text_field {
	width: 100%;
}
.text_field > input, .text_field select, .text_field > textarea, .text_field.dropdown > .btn, .digit-group input, .bootstrap-tagsinput input {
	border-radius: 14px;
    border: 2px solid #F4F4F4;
    padding: 10.5px 18px;
    font-weight: 600;
    letter-spacing: 0.035px;
    font-size: 15px;
    background: #F4F4F4;
    transition: all 0.2s;width: 100%;
}
.text_field input::placeholder {
	color: currentColor;
	opacity: 0.5;
}
.text_field.dropdown > .btn {
	text-align: start;
}
.text_field.white > input {
	    background: white;
    border-color: white;
}
.text_field > input:focus, .text_field select:focus, .text_field > textarea:focus, .text_field.dropdown > .btn:focus, .digit-group input:focus {
	background: #fff;
	border-color: #457BFF;
}
.text_field select, .text_field select:focus, .text_field.dropdown > .btn, .text_field.dropdown > .btn:focus {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M7 10L12 15L17 10' stroke='%236F767E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 24px;
}
.text_field svg {
	color: #6F767E;
    position: absolute;
    left: 0;
    margin: 11px 15px;
    pointer-events: none;
}
.text_field > input:focus+svg {
	color: #457BFF;
}
.text_field.with_icon > input {
	padding-left: 53px;
}

.form-text {
    font-weight: 500;
    letter-spacing: 0.25px;
    font-size: 13px;
}
.text_field.dropdown .dropdown-menu {
	left: 0;
	right: 0;
	width: 100%;
}

/*Footer*/
footer {
	padding: 22px 0;
}

/*Dropdown*/
.dropdown-menu {
	box-shadow: 0px 4px 20px 0px rgba(24, 16, 53, 0.10);
    border-radius: 16px;
    padding: 16px;
    border: 0;
}
.dropdown-item {
    font-size: 15px;
    font-weight: 600;
    color: #6F767E;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.2s;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #457BFF;
}
.dropdown-item.select {
	color: #457BFF;
}

/*Content*/
#site-content {
	height: 100%;
    min-height: calc(100vh - 153px);
}

/*Auth*/
.auth_boxes {
	    max-width: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
.auth_boxes .modal-content {
	    height: 100%;
    border: 0;
    border-radius: 0;overflow-y: auto;
}
.authy_close {
	    border-radius: 50%;
    padding: 10.5px;
}
.auth_content_prnt {
	width: 100%;
	max-width: 430px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.auth_content {
	width: 100%;
	padding: 24px;
}
.auth_content > h1 {
    font-size: 41px;
    font-weight: 600;
}
.auth_content > p {
    color: #6F767E;
    font-weight: 500;
    font-size: 15px;    margin-bottom: 25px;
}
.auth_content_forgot {
	margin: 24px 0;
}
.form-check-label {
	font-weight: 500;font-size: 15px;
	color: #6F767E;
}
.form-check:not(.form-switch) {
    padding-left: 40px;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    border-radius: 5.333px;
}
.form-check:not(.form-switch) .form-check-input {
    margin-left: -40px;
}
.form-check:not(.form-switch) .form-check-input {
    width: 24px;
    height: 24px;
    margin-top: 0;
    border: 2px solid #C3C6C9;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(69 123 255 / 20%);
}
.form-check-input:checked {
    background-color: #457BFF;
    border-color: #457BFF !important;
}
.auth_divider {
	display: flex;
    align-items: center;
    margin: 24px 0;
    color: #6F767E;
    font-size: 15px;
    font-weight: 500;
}
.auth_divider:before, .auth_divider:after {content: '';height: 1px;background: #EFEFEF;flex-grow: 1;}
.auth_divider:before {margin-right: 24px;}
.auth_divider:after {margin-left: 24px;}
.form-check-label.offers {
	color: #1A1D1F;font-weight: 600;
}
.auth_sign_link {
	font-weight: 500;font-size: 15px;color: #6F767E;margin-top: 24px;
}
.auth_content .auth_terms {
	font-size: 14px;
}
.auth_content .auth_terms a {
	color: #1A1D1F;
    text-decoration: underline;
}
.auth_pass_help label {
	font-size: 16px;
    font-weight: 500;
}
.auth_pass_help li {
	    display: flex;
    align-items: end;
    gap: 13px;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 15px;
    color: #9A9FA5;transition: all 0.2s;
}
.auth_pass_help li svg {
	flex: 0 0 auto;transition: all 0.2s;
}
.auth_pass_help li.valid {
	color: #1A1D1F;
}
.auth_pass_help li.valid svg {
	color: #83BF6E;
}
.auth_step_two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-100px);
}
.auth_content_slide.slide_done .auth_step_two {
	visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.auth_content_slide.slide_done .auth_step_one {
	visibility: hidden;
    opacity: 0;
}

/*Dashboard Sidebar*/
.dashboard_sidebar {
	width: 340px;
	position: fixed;
	border-right: 1px solid #EFEFEF;
	background: #FFF;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 85px;
}
.dashboard_sidebar_innr {
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 35px 24px 24px;
}
hr {
	opacity: 1;
    border-color: #EFEFEF;
}
.dash_side_links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;border-radius: 12px;
	margin-bottom: 12px;color: #6F767E;
}
.dash_side_links > a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #6F767E;
	transition: all 0.2s;padding: 12px;    flex: 1 1 auto;
}
.dash_side_links:hover, .dash_side_links:hover > a {
	color: #1A1D1F;
}
.dash_side_links.active {
	background: #F4F4F4;
}
.dash_side_links.active > a {
	color: #1A1D1F;
}
.dash_side_links > svg {
	transition: all 0.2s;
}
.dash_side_links.show > svg {
	transform: rotate(180deg);
}
.dashboard_sidebar_innr .dropdown-menu {
	position: relative !important;
    transform: none !important;
    padding: 0 0 0 38px;
    box-shadow: none;
    margin: -12px 0 12px !important;
}
.dashboard_sidebar_innr .dropdown-menu .dropdown-item {
	padding: 5px 10px;
    font-weight: 500;
}
.mode_togggle {
	border-radius: 24px;
    padding: 4px;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    position: relative;
}
.mode_togggle:before {
	content: '';
    position: absolute;
    background: #fff;
    width: calc(50% - 4px);
    top: 4px;
    bottom: 4px;
    left: 4px;
    box-shadow: 0px 8px 20px 0px rgba(24, 16, 53, 0.06);
    border-radius: 24px;
    transition: all 0.2s;
}
.mode_togggle.active:before {
	transform: translateX(100%);
}
.mode_togggle:not(.active) .night {
	color: #9A9FA5;
}
.mode_togggle.active .light {
	color: #9A9FA5;
}
.mode_togggle span {
	flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 4px;position: relative;transition: all 0.2s;
}
.mode_togggle span:hover {
	color: #1A1D1F !important;
}

/*Dashboard content*/
.dash_content {
	margin-left: 340px;
}
.dash_welcome_text {
	font-size: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
.dash_welcome_subnav {
	    font-weight: 600;
    font-size: 14px;margin: -8px 0 24px;
}
.dash_welcome_subnav a {
	color: #6F767E;    font-weight: 600;
    font-size: 14px;
}
.dash_welcome_subnav svg {
	color: #6F767E;margin: 0 12px;
}
.affiliate_alert {
	border-radius: 16px;
	background: linear-gradient(224deg, #9548F8 0%, #6206E3 100%);
	padding: 24px 50px 24px 24px;overflow: hidden;border: 0;
}
.affiliate_alert .inner {
	max-width: 450px;
}
.affiliate_alert .inner p {
	    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.6;    margin: 0 0 3px;
}
.affiliate_alert .inner h2 {
	color: #fff;
    font-size: 32px;
    font-weight: 700;    margin-bottom: 20px;
}
.affiliate_alert .inner .btn {
	    color: #7017E9;
    background: #fff;
    padding: 7px 36px;
}
.affiliate_alert > img {
	    position: absolute;
    right: 80px;
    bottom: 0;
}
.affiliate_alert .btn-close {
	    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    padding: 4px;
    margin: 12px;
    opacity: 1;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: flex;
}
.content {
	background: #fff;
	padding: 24px;
	border-radius: 16px;
}
.upgrade_vps .head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;gap: 16px;
}
.upgrade_vps .head .btn {
	flex: 0 0 auto;
}
.upgrade_vps .head .innr {
	display: inline-flex;
    align-items: center;
    gap: 16px;
}
.upgrade_vps .head .innr .icon {
	width: 72px;
    height: 72px;
    border-radius: 16px;
    background: #457BFF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.upgrade_vps .head .innr h5 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
}
.upgrade_vps .head .innr p {
	    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #6F767E;
}
.upgrade_vps > p {
	font-weight: 500;
    color: #6F767E;
}
.widget_head {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;gap: 16px;
}
.widget_head > .btn {
	flex: 0 0 auto;padding: 7px 13px;
}
.widget_head > .btn.round, .widget_head .innr > .btn.round {
	padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.widget_head > .btn.round svg {
	transition: all 0.2s;
}
.widget_head > .btn.round.collapsed svg {
	transform: rotate(180deg);
}
.widget_head .innr {
	display: inline-flex;
    align-items: center;
    gap: 16px;
}
.widget_head .innr .icon {
	width: 16px;
height: 32px;
flex: 0 0 auto;border-radius: 4px;
background: #EFEFEF;

}
.widget_head .innr h5 {
	font-size: 20px;
font-weight: 600;margin: 0;
}
.widget_head .innr h5 span {
	    font-weight: 400;
    font-size: 17px;
}
.overview_widget_prnt .col-lg-3:not(:last-child) {
	border-right: 1px solid #EFEFEF;
}
.overview_widget {
	    padding: 0 15px;
}
.overview_widget .icon {
	width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 16px;
}
.overview_widget p {
	    color: #6F767E;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.overview_widget h2 {
	font-size: 44px;
    font-weight: 600;
    margin: 0;
}
.overview_widget h2 small {
	font-size: 14px;
    color: #6F767E;
}

/*Table*/
table.table thead th {
	padding-top: 0.2rem;
    color: #6F767E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;    vertical-align: middle;
}
table.table tbody td {
	padding: 0.7rem 0.5rem;
}
table.table tbody .bold {
	font-weight: 600;
}
.invoice_badge {
	    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.invoice_badge.success {
	background: #B4E3CA;
    color: #1A1D1F;
}
.invoice_badge.danger {
	background: rgba(255, 106, 85, 0.15);
	color: #FF6A55;
}
.invoice_badge.info {
	background: #ECF9FE;
	color: #457BFF;
}
.invoice_badge.closed {
	background: #EFEFEF;
	color: #1A1D1F;
}
.invoice_badge.warning {
	background: #FFD891;
	color: #1A1D1F;
}
.invoice_badge.blue {
	background: #99C5FF;
	color: #1A1D1F;
}
.invoice_badge.violet {
	background: #CABDFD;
	color: #1A1D1F;
}
.invoice_table table.table tbody a {
	color: #6F767E;
}

/*Domain Register*/
.domain_register {
	border-radius: 16px;
background: linear-gradient(224deg, #0069F6 0%, #1256B2 100%);
padding: 44px 35px 120px;
    position: relative;
    overflow: hidden;
}
.domain_register h4 {
	    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.domain_register p {
	    opacity: 0.7;
    color: #fff;
    font-size: 15px;
    font-weight: 500;margin-bottom: 16px;
}
.domain_register .btn {
	    background: #fff;
    border-radius: 2em;
    padding: 9px 19px;
}
.domain_register > svg {
	position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

/*Support Pin*/
.support_pin p {
	color: #6F767E;
font-weight: 500;
}
.pins_innr {
	    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}
.pins_innr .pin {
	    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    background: #EFEFEF;
    font-size: 20px;
    font-weight: 700;
    flex: 1;
}

/*Balance*/
.user_balance h3 {
	    letter-spacing: 0.25px;
    font-weight: 700;
    font-size: 28px;margin: 0 0 4px;
}
.user_balance p {
	font-weight: 500;
    letter-spacing: 0.25px;
    color: #9A9FA5;
    margin: 0 0 24px;
}

/*Register Domain*/
.register_domain {
	flex-wrap: wrap;
    gap: 15px;
    margin-top: 24px;
}
.register_domain .btn {
	flex: 1 1 auto;
}

/*Support Tickets*/
.ticket_list {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.ticket_list:not(:last-child) {
	margin-bottom: 20px;
}
.ticket_list h6 {
	font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
}
.ticket_list h6 a {
	color: #212529;
}
.ticket_list p {
	    margin: 0;
    color: #9A9FA5;
    font-weight: 500;
    font-size: 14px;
}
.ticket_list .invoice_badge {
	flex: 0 0 auto;
}

/*Resource List*/
.resource_list {
	display: block;
}
.resource_list img {
	    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    object-fit: cover;
}
.resource_list h6 {
	    color: #1A1D1F;
    font-size: 15px;
    font-weight: 600;
    margin: 4px 0;
}
.resource_list p {
	    margin: 0;
    color: #9A9FA5;
    font-size: 13px;
    font-weight: 500;
}
.btn-resource {
	border: 0;
    border-radius: 8px;
    background: #EFEFEF;
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    margin-bottom: 13px;
}

/*Billing Cycle*/
body .dash_check_radio.form-check {
	padding: 0;
    position: relative;
	margin-top: 26px;
}
body .dash_check_radio.form-check .form-check-input {
	    position: absolute;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}
body .dash_check_radio.form-check .form-check-label {
	    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    border: 2px solid #EFEFEE;
    padding: 16px 16px 16px 56px;cursor: pointer;    transition: all 0.2s;
}
body .dash_check_radio.form-check .form-check-label:hover {
	background: rgb(0 0 0 / 3%);
}
body .dash_check_radio.form-check input:checked+.form-check-label {
	border-color: #457BFF;
}
body .dash_check_radio.form-check .form-check-label p {
	    font-weight: 600;
    margin: 0 0 4px;
}
body .dash_check_radio.form-check .form-check-label h6 {
	margin: 0;
    font-weight: 500;
    font-size: 14px;
}
body .dash_check_radio.form-check .form-check-label h6 b {
	    font-size: 20px;
    color: #1A1D1F;
}
body .dash_check_radio.form-check input:checked+.form-check-label .invoice_badge {
	background: #B4E3CA;
}

/*Steps*/
.steps {
	background: #fff;    padding: 16px 0;
}
.steps_innr {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.steps_innr .step_list {
	display: inline-flex;
	align-items: center;
	gap: 8px;color: #9A9FA5;
}
.steps_innr .step_list .number {
	font-size: 14px;
    font-weight: 600;
    border: 2px solid rgba(154, 159, 165, 0.50);
    border-radius: 50%;
    line-height: 1;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.steps_innr .step_list .name {
	    font-size: 14px;
    font-weight: 600;
}
.steps_innr .step_list.active {
	color: #1A1D1F;
}
.steps_innr .step_list.active .number {
	color: #fff;
    background: #1A1D1F;
    border-color: #1A1D1F;
}
.steps_innr .step_list.done .number {
	color: #1A1D1F;
    background: #B4E3CA;
    border-color: #B4E3CA;
}

/*Server Location*/
body .server_location .dash_check_radio.form-check input {
	opacity: 0;
	visibility: hidden;
}
body .server_location .dash_check_radio.form-check label {
	padding: 16px;
	justify-content: normal;
	gap: 16px;
}
body .server_location .dash_check_radio.form-check label img {
	flex: 0 0 auto;
}
body .server_location .dash_check_radio.form-check label h5 {
	color: #1A1D1F;
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 4px;
}
body .server_location .dash_check_radio.form-check label p {
	margin: 0;
}

/*Server Image*/
.nav-pills .nav-link, .support_ticket_type .form-check-label {
    font-weight: 600;
    font-size: 15px;
    color: #6F767E;
    border: 0;border-radius: 12px;
}
.nav-pills .nav-link:hover, .support_ticket_type .form-check-label:hover {
	color: #1A1D1F;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .support_ticket_type .form-check-input:checked+.form-check-label {
    background: #EFEFEF;
    color: #1A1D1F;
}
.server_img .col-lg-4 {
	margin-top: 26px;
}
body .server_img .dash_check_radio.form-check {
    height: 100%;
    margin: 0;
}
body .server_img .dash_check_radio.form-check label {
	flex-direction: column;text-align: center;height: 100%;justify-content: center;
}
body .server_img .dash_check_radio.form-check label img {
	height: 80px;
}

/*Disk Space*/
body .disk_space:not(.service_type) .dash_check_radio.form-check input {
	opacity: 0;
	visibility: hidden;
}
body .disk_space:not(.service_type) .dash_check_radio.form-check label {
	padding: 16px;
	gap: 16px;
}
body .disk_space .dash_check_radio.form-check label h5 {
	color: #1A1D1F;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

/*Service Type*/
.service_type p {
	    margin: 24px 0 0;
    font-weight: 500;
    font-size: 15px;
    color: #6F767E;
}

/*My iso*/
.my_iso {
	font-weight: 600;
    font-size: 15px;
    margin: 24px 0 8px;
}
.upload_iso {
	border-radius: 14px;
    background: #F4F4F4;
    cursor: pointer;
    height: 170px;
    position: relative;
}
.upload_iso_innr {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload_iso:hover .btn {
	box-shadow: 0px 6px 12px 0px rgba(24, 16, 53, 0.05);
    border-color: #1A1D1F;
}

/*Order summary*/
.order_summary > h4 {
	display: flex;
	align-items:center;
	justify-content: space-between;margin-bottom: 12px;
}
.order_summary > h4 span {
	flex: 0 0 auto;
    font-size: 18px;
    font-weight: 600;
}
.order_summary > p {
	display: flex;
	align-items:center;
	justify-content: space-between;margin-bottom: 12px;
}
.order_summary > p span {
	color: #6F767E;
	font-size: 14px;
	font-weight: 600;
	
}
.order_summary > p span:last-child {
	flex: 0 0 auto;
}
.order_coupon {
	gap: 12px;
}
.order_summary h3 {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.order_summary h3 p {
	color: #6F767E;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
}

/*Payment Methods*/
.payment_methods .btn, .spay_head {
	display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;text-align: start;
	min-height: 78px;
}
.payment_methods .btn svg, .spay_head svg {
	flex: 0 0 auto;
}
.payment_methods .btn h6, .spay_head h6 {
	font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.payment_methods .btn p, .spay_head p {
	margin: 4px 0 0;
    color: #6F767E;
    font-size: 13px;
    font-weight: 500;
}

/*Recommended Options*/
body .recom_options .dash_check_radio.form-check label {
	gap: 16px;
}
body .recom_options .dash_check_radio.form-check label h6 {
	font-size: 16px;
    font-weight: 600;
    color: #1A1D1F;
}
body .recom_options .dash_check_radio.form-check label p {
	margin: 4px 0 0;
    font-size: 13.5px;
    font-weight: 500;
}
body .recom_options .dash_check_radio.form-check label .cost {
	    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 600;
}

/*Alert*/
.alert {
	gap: 16px;
	padding: 12px;
	border-radius: 12px;
	border: 0;
	font-size: 14px;
font-weight: 600;display: flex;
    align-items: center;
}
.alert svg {
	flex: 0 0 auto;
}
.alert-success {
	color: #6CAB55;
	background: rgba(131, 191, 110, 0.15);
}
.alert-warning {
	color: #1A1D1F;
	background: rgba(248, 171, 23, 0.15);
}
.alert-warning.color {
	color: #F8AB17;
}
.alert-info {
	color: #457BFF;
	background: rgba(153, 197, 255, 0.20);
}

/*Selected Pay Methods*/
.selected_pay_method {
	border-radius: 16px;
	border: 1.5px solid #457BFF;
	overflow: hidden;
}
.spay_head {
	background: #457BFF;
}

/*Bank Details*/
.bank_details {
	border-radius: 12px;
    border: 2px solid #EFEFEF;
    background: #F4F4F4;
    padding: 16px 16px;
}
.bank_details h2 {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.bank_details h2 span {
	color: #457BFF;
}
.bank_details p {
	    font-size: 14px;
    font-weight: 500;
    color: #6F767E;
    margin: 0 0 4px;
}
.bank_details h5 {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}

/*Payment Error*/
.payemnt_error {
	height: 100%;
	min-height: calc(100vh - 153px);
}
.payemnt_error .content, .payemnt_success .content {
	width: 100%;
    max-width: 588px;
	padding: 36px;
}
.payemnt_error .content h2, .payemnt_success .content > h2 {
	color: #FF6A55;
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0;
}
.payemnt_error .content p, .payemnt_success .content > p {
	color: #6F767E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin: 0 0 36px;
}
.payemnt_success .content h2 {
	color: #83BF6E;
}
.payemnt_success .order_summary {
	padding: 36px 0 24px;
}
.setup_server {
	padding: 36px;
	margin: 36px -36px -36px;
	border-radius: 0px 0px 16px 16px;
	background: linear-gradient(134deg, #008EF5 0%, #762AD1 100%);
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.setup_server h3 {
	font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0 0 4px;text-align: start;
}
.setup_server p {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin: 0;
    opacity: 0.7;
    text-align: start;
}
.setup_server .btn {
	flex: 0 0 auto;
    border-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.setup_server .btn:hover {
	color: black;
}

/*Settings*/
.sett_page .submit_btn {
	min-width: 115px;
}
.sett_page .submit_btn.btn-danger {
	background: rgba(255, 106, 85, 0.15);
    color: #FF6A55;
}
.sett_page .submit_btn.btn-danger:hover {
	background: #FF6A55;
	border-color: #FF6A55;
    color: #fff;
}
.sett_page.security .noti_switch .form-switch {
	border: 0;border-top: 1px solid #EFEFEF;
}
.sett_page.security .noti_switch .form-switch:first-child {
	border: 0;
}
.sett_page.security .noti_switch .form-switch .form-check-label h5 {
	font-size: 18px;
}
.avatar_holder {
	display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 24px;
}
.avatar_holder .avatar {
	flex: 0 0 auto;
}
.avatar_holder .avatar img {
	width: 96px;
height: 96px;
border-radius: 50%;
}
.avatar_holder .info {
	display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
}
.team_table .last {
	text-align: end;
}
.team_table .btn:not(.stable) {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    padding: 10px;
	opacity: 0;
	visibility: hidden;
	margin-left: 12px;
}
.team_table .btn:not(.stable):hover {
	background: #fff !important;
}
.team_table .btn.edit:hover {
	color: #457BFF;
}
.team_table .btn.delete:hover {
	color: #FF6A55;
}
.team_table thead th {
	border: 0;
}
.team_table tbody tr td {
	vertical-align: middle;
	border: 0;
	border-top: 1px solid #EFEFEF;padding: 16px 0.5rem;
}
table tbody tr td {
	vertical-align: middle;
}
.team_table tbody tr:hover {
	background: #F4F4F4;
}
.team_table tbody tr:hover .btn:not(.stable) {
	opacity: 1;
	visibility: visible;
}
.new_team_checks {
	padding: 10px 0;max-height: 320px;
    overflow-y: auto;
}
.new_team_checks li {
	padding: 10px 20px;
}
.new_team_checks .form-check-label {
	width: 100%;
    cursor: pointer;
}
.new_team_checks input:checked+.form-check-label {
	color: #457BFF;
}

/*Modal*/
.modal-backdrop {
	background: #F4F4F4;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal.light .modal-dialog {
	width: 100%;
}
.modal.light .modal-dialog.modal-sm {
    max-width: 460px;
}
.modal.light .modal-dialog.modal-lg {
    max-width: 680px;
}
.modal.light .modal-dialog.modal-xl {
    max-width: 910px;
}
.modal.light .modal-content {
	border: 0;
    border-radius: 16px;
    padding: 24px;
}
.modal.light .modal-body {
	padding: 0;
}
.modal.light .modal-body p.bold {
	font-size: 14px;
    font-weight: 500;
    color: #6F767E;
}
.modal.light .modal-footer {
	    padding: 24px 0 0;
    justify-content: center;
    gap: 24px;
    border: 0;
}
.modal.light .modal-footer .btn {
	    margin: 0;
		display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10.5px 40px;
}

/*Notification*/
.noti_switch .form-switch {
	border-bottom: 1px solid #EFEFEF;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 16px;padding: 22px 0px;
}
.noti_switch .form-switch:last-child {
	border: 0;padding-bottom: 0px;
}
.noti_switch .form-switch .form-check-input {
	margin: 0;
    width: 48px;
    height: 24px;
}
.noti_switch .form-switch .form-check-label {
	cursor: pointer;
}
.noti_switch .form-switch .form-check-label h5 {
	color: #33383F;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 4px;
}
.noti_switch .form-switch .form-check-label p {
	margin: 0;
    font-size: 14px;
    color: #9A9FA5;
}

/*Wallet*/
.wallet {
	display: flex;
    align-items: center;
    gap: 12px;
}
.wallet .icon {
	flex: 0 0 auto;
    border-radius: 50%;
    background: #EFEFEF;
    padding: 12px;
    line-height: 1;
}
.wallet h5 {
	    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
}
.wallet p {
	font-size: 14px;
    color: #9A9FA5;
    font-weight: 500;
    margin: 0;
}
.add_fund_opts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

/*Cards*/
.saved_card {
	border-radius: 16px;
    border: 2px solid #EFEFEF;
    overflow: hidden;
}
.saved_card_head {
	padding: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.saved_card_head svg {
	flex: 0 0 auto;
}
.saved_card_head h6 {
	font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}
.saved_card_head p {
	font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: #6F767E;
}
.saved_card_body {
	background: #F4F4F4;
    padding: 12px;
}
.saved_card_body h6 {
	font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px;
}
.saved_card_body p {
	font-weight: 500;
    font-size: 15px;
    margin: 0;
    color: #6F767E;
}
.saved_card_btns {
	display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
}
.saved_card_btns .btn {
	border: 0;
    padding: 9px 23px;
}
.saved_card_btns .btn.delete {
	color: #FF6A55;
}

/*QR Code*/
.qr_code_img {
	border-radius: 16px;
border: 2px solid #EFEFEF;
padding: 8px;
}
.qr_code_code input {
	    width: auto;
    text-align: center;
}
.digit-group {
	display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.digit-group input {
	    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 52px;
    height: 52px;
    padding: 0;
}

/*Recovery Codes*/
.reco_codes {
	border-radius: 14px;
    background: #F4F4F4;
    padding: 12px 12px 1px;
}
.reco_codes p {
	font-weight: 600;
    color: #1A1D1F;
}

/*Server Setup*/
.server_setup .content h2 {
	color: #1A1D1F;
}
.server_setup .content p {
	font-size: 14px;
}
.setup_finish_details {
	border-radius: 16px;
    border: 1px solid #EFEFEF;
    padding: 16px 16px 1px;
}
.setup_finish_details.order_summary p {
	    margin: 0 0 16px;
}
.setup_finish_details p span:last-child{
	color: #1A1D1F;
}
.setup_finish_details .btn {
	padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

/*Support*/
.main_support_ticket .ticket_list {
	border-radius: 12px;
    margin: 0;
    padding: 14px;
}
.main_support_ticket .ticket_list:hover {
	background: #F4F4F4;
}
.support_ticket_type .form-check {
	padding: 0;
    margin: 0 12px 0 0;
}
.support_ticket_type .form-check-label {
	display: block;
    padding: 9px 18px;cursor: pointer;
}
.ticket_view {
	border-radius: 16px;
	border: 1px solid #EFEFEF;
	overflow: hidden;padding: 12px;
}
.ticket_view_inner {
	padding: 24px;
	background: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: -12px -12px 12px;border-radius: 16px 16px 0 0;
}
.ticket_view_inner h5 {
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}
.ticket_view_inner p {
	margin: 0;
    color: #6F767E;
    font-size: 15px;
    font-weight: 500;
}
.ticket_view_inner .invoice_badge {
	flex: 0 0 auto;
}
.ticket_view_reply {
	padding: 24px 12px 0;
	display: flex;
	align-items: flex-start;
	gap: 16px;border-radius: 16px;transition: all 0.2s;
}
.ticket_view_reply:hover {
background: #F4F4F4;
}
.ticket_view_reply .avatar {
	flex: 0 0 auto;
}
.ticket_view_reply .info {
	flex: 1 1 auto;min-width: 0;
}
.ticket_view_reply .info .user_hdr {
	display: flex;
    justify-content: space-between;
    gap: 12px;
}
.ticket_view_reply .info .user_hdr h6 {
	    color: #6F767E;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.ticket_view_reply .info .user_hdr p {
	color: #9A9FA5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0 0 8px;
}
.ticket_view_reply .info .user_hdr .dropdown > .btn {
	padding: 0;
    border-radius: 50%;
    width: 40px;min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;opacity: 0;visibility: hidden;
}
.ticket_view_reply:hover .info .user_hdr .dropdown > .btn, .ticket_view_reply .info .user_hdr .dropdown > .btn.show {
	opacity: 1;
	visibility: visible;
}
.ticket_view_reply .info > p {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.25px;
}
.ticket_alert_cont {
	padding: 0 12px;
}
.ticket_write_cont {
	padding: 12px;
}
.ticket_reply_box {
	border-radius: 18px;
	background: #F4F4F4;
	padding: 4px 4px 4px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.ticket_reply_box .btn {
	flex: 0 0 auto;
}
.ticket_reply_box textarea {
	    flex: 1 1 auto;
    border: 0;
    resize: none;
    background: transparent;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 14px;
    padding: 13.5px 2px;
}
.ticket_reply_box .btn-main {
	padding: 16.5px 24px;
    border: 0;
    line-height: 1;
}
.ticket_info {
	margin-bottom: 24px;
}
.ticket_info p {
	color: #6F767E;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin: 0 0 4px;
}
.ticket_info h6 {
	font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0;
}
.ticket_reply_box_expand {
	display: block;
    padding: 0px 12px 12px;
    border-radius: 14px;
    background: white;
    border: 2px solid #EFEFEF;
}
.tiket_box_foot {
	display: flex;
	align-items: center;
	gap: 24px;
}
.ticket_log_table tbody tr td {
	vertical-align: top;font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
}
.pre_replies_list {
	border-radius: 16px;
    padding: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.pre_replies_list:hover {
	background: #F4F4F4;
}
.pre_replies_list .info {
	display: inline-flex;
    align-items: center;
    gap: 12px;
}
.pre_replies_list .icon {
	transition: all 0.2s;
    background: #F4F4F4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pre_replies_list:hover .icon {
	background: #fff;
}
.pre_replies_list h6 {
	font-weight: 600;margin: 0 0 4px;
}
.pre_replies_list p {
	color: #6F767E;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
}
.pre_replies_list time {
	color: #9A9FA5;
    font-size: 14px;
    font-weight: 500;
}
.pre_replies_list .btns {
	display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}
.pre_replies_list .btns .btn {
	    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.pre_replies_list:hover .btns .btn {
	opacity: 1;
    visibility: visible;
}
.pre_replies_list .btns .btn.edit:hover {
	color: #457BFF;
}
.pre_replies_list .btns .btn.delete:hover {
	color: #FF6A55;
}
body .trumbowyg-editor[contenteditable=true]:empty::before{
    content: attr(placeholder);
    color: #999;
}
body .trumbowyg-box, body .trumbowyg-editor-box {
    width: calc(100% + 24px);
    border: 0;
    margin: 0 -12px;
    border-radius: 14px;
}
body .trumbowyg-box {
    min-height: 150px;
}
body .trumbowyg-button-pane {
    border: 0;
    background: #F4F4F4;
    min-height: 44px;
    border-radius: 14px 14px 0 0;
}
body .trumbowyg-button-pane::after, body .trumbowyg-button-pane::before {
	background: transparent;
}
body .trumbowyg-button-pane button {
    width: 44px;
    height: 44px;
    margin: 0;
}

/*Announcement*/
.announcement_list.ticket_list {
	border-radius: 0px;transition: all 0.1s;
}
.announcement_list.ticket_list:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}
.view_announcement h6 {
	font-size: 17px;
    margin-bottom: 5px;
}
.view_announcement h2 {
	font-size: 32px;
    font-weight: 600;margin-bottom: 12px;
}
.view_announcement p.info {
	    color: #6F767E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;margin-bottom: 12px;
}
.modal .view_announcement p.info {
    font-size: 16px;margin-bottom: 1rem;
}
.view_announcement div.foot time {
	color: #9A9FA5;
    font-size: 13px;
    font-weight: 600;
}

/*Empty State*/
.empty_state {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 12px;
}
.empty_state > svg {
	margin-bottom: 24px;
}
.empty_state > p {
	font-weight: 500;
    margin: 0;
    letter-spacing: 0.25px;
    line-height: 1.6;
}
.empty_state > p span {
	color: #457BFF;
}
.empty_state > .btn {
	margin-top: 24px;
}

/*Service Type*/
.server_service_type {
	gap: 12px;
}
.server_service_type .info {
	gap: 12px;
}
.server_service_type .info svg {
	flex: 0 0 auto;
}
.server_service_type .info h6 {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0 0 4px;
}
.server_service_type .info p {
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #6F767E;
}
.server_service_type .action {
	gap: 30px;
}
.server_service_type .action b {
	    font-weight: 600;
    font-size: 13px;
}

/*New Service*/
.new_service_list {
	text-align: center;
}
.new_service_list > svg {
	margin-bottom: 24px;
}
.new_service_list > h2 {
	font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px;
}
.new_service_list > p {
	font-size: 14px;
    font-weight: 600;
    color: #6F767E;
    margin-bottom: 24px;
}

/*Manage Server*/
.manage_server_details {
	display: flex;
    align-items: center;
    gap: 16px;
	padding: 0 5px;
}
.manage_server_details svg {
	flex: 0 0 auto;
}
.manage_server_details p {
	font-size: 15px;
font-weight: 600;
margin: 0;
}
.server_btns {
	display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.server_btns .btn {
	flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.server_btns .btn:not(.btn-default) {
	border: 0;
}
.server_btns .btn.start {
	background: rgba(131, 191, 110, 0.15);
    color: #83BF6E;
}
.server_btns .btn.reboot {
	background: rgba(153, 197, 255, 0.30);
    color: #457BFF;
}
.server_btns .btn.novnc {
	background: #F4F4F4;
    color: #1A1D1F;
}
.server_btns .btn.shut {
	background: rgba(255, 106, 85, 0.15);
    color: #FF6A55;
}
.server_btns .btn.btn-default {
	padding: 11.5px
}
.server_btns .btn.start:hover {
	background: #83BF6E;
    color: #fff;
}
.server_btns .btn.reboot:hover {
	background: #457BFF;
    color: #fff;
}
.server_btns .btn.novnc:hover {
	background: #1A1D1F;
    color: #F4F4F4;
}
.server_btns .btn.shut:hover {
	background: #FF6A55;
    color: #fff;
}
.active_plan {
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    border: 2px solid #457BFF;
    padding: 16px;
}
.active_plan div {
	flex: 0 0 auto;
}
.active_plan .end {
	text-align: end;
}
.active_plan h6 {
	font-size: 20px;
    margin: 0 0 4px;
    font-weight: 600;
}
.active_plan p {
	font-size: 14px;
    font-weight: 500;
    color: #6F767E;
    margin: 0;
}
.active_plan_upgrade {
	border: 2px solid #ECF9FE;
    background: #ECF9FE;padding: 16px;border-radius: 16px;
}
.active_plan_upgrade .active_plan {
	border: 0;
	padding: 0;
}
.active_plan_upgrade .btn {
	margin-top: 16px;
}

/*Activity Log*/
.activity_list {
	display: flex;
	gap: 16px;padding-bottom: 38px;
}
.activity_list:last-child {
	padding: 0;
}
.activity_list .icon {
	flex: 0 0 auto;
	position: relative;
}
.activity_list .icon:after {
	content: '';
    position: absolute;
    width: 1.5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    background: #E2E2E2;
    top: 44px;
}
.activity_list:last-child .icon:after {
	display: none;
}
.activity_list .icon svg {
    width: 36px;
    height: 36px;
}
.activity_list p {
	font-weight: 500;
    letter-spacing: 0.25px;
    margin: 0 0 3px;
}
.activity_list time {
	    color: #6F767E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25px;
}

/*Ticket Attachments*/
.btn_ticket_download {
	    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 251px;
    text-align: start;
    padding: 12px 20px;    gap: 12px;
}
.btn_ticket_download > svg {
	flex: 0 0 auto;
}
.btn_ticket_download .info {
	    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.btn_ticket_download .info > div {
	min-width: 0;
}
.btn_ticket_download .info svg {
	    flex: 0 0 auto;
}
.btn_ticket_download .info h6 {
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0 0 3px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 251px;
}
.btn_ticket_download .info p {
	margin: 0;
    color: #9A9FA5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.25px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 251px;
}
.ticket_attach_img {
	display: flex;
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
}
.ticket_attach_img img {
	    width: 200px;
    aspect-ratio: 16/9;
    border-radius: 16px;
}
.btn_attach_remove {
	display: inline-block;
}
.btn_attach_remove > .btn.remove {
	position: absolute;
    top: -10px;
    right: -10px;
    background: #F4F4F4;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

/*Upgrade Plans*/
.upgrade_plan {
	border-radius: 16px;
    border: 1px solid #EFEFEF;
    padding: 24px;
}
.upgrade_plan .head {
	margin-bottom: 24px;
}
.upgrade_plan .head svg {
	margin-bottom: 24px;
}
.upgrade_plan .head p {
	    color: #6F767E;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
}
.upgrade_plan .head h2 {
	font-size: 28px;
    font-weight: 600;margin: 0;
}
.upgrade_plan .body {
	margin-bottom: 24px;
}
.upgrade_plan .body p {
	margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.upgrade_plan .body p svg {
	flex: 0 0 auto;
}
.upgrade_plan .foot p {
	color: #6F767E;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 2px;
}
.upgrade_plan .foot h3 {
	font-size: 34px;
    font-weight: 600;
}
.upgrade_plan .foot h5 {
	margin-bottom: 24px;
}
.upgrade_plan .foot h5 span.line {
	color: #6F767E;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 16px;
}
.upgrade_plan .foot .btn {
	border-radius: 16px;
    padding: 12px 20px;
}

/*Reinstall*/
.reinstall_list {
	
}
.reinstall_list h6 {
	color: #6F767E;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.reinstall_list p {
	display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 15px;margin: 24px 0 0;
}
.reinstall_list p .btn {
	border: 0;
    padding: 8px 14px;
    color: #6F767E;
    gap: 12px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

/*Manage Domains*/
.manage_domains tbody tr td {
	border: 0;
}
.manage_domains .btn {
	opacity: 1;
    visibility: visible;
}

/*Admin Checkout*/
.admin_check_opts .disk_space .form-check-label {
	padding-right: 66px !important;
}
.admin_check_opts .check_opts {
	position: absolute;
    top: 20px;
    right: 16px;
}
.admin_check_opts .small_size .check_opts {
	top: 11px;
}
.admin_check_opts .disk_space.small_size .check_opts {
	top: 7px;
}
.admin_check_opts .check_opts > .btn {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.add_style_list {
	border-radius: 16px;
    border: 2px solid #EFEFEF;
    background: #F4F4F4;
    padding: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
}
.add_style_list:hover {
	background: #EFEFEF;
}
.add_style_list img {
	width: 100%;
    border-radius: 10px;
}
.add_style_list h6 {
	margin: 12px 0 0;
    font-weight: 600;
}
.add_style_list p {
	margin: 8px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #6F767E;
}
.select_style_img_prnt {
	padding: 10px 0 20px;
    text-align: center;
}
.select_style_img {
	border-radius: 50%;
    border: 2px solid #EFEFEF;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 88px;
    height: 88px;
    margin: auto;
	cursor: pointer;
}
.select_style_img .holder {
	width: 100%;
	height: 100%;display: flex;
    justify-content: center;
    align-items: center;
}
.select_style_img .holder img {
	width: 100%;
	height: 100%;
}
.select_style_img .btn {
	    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Bulk DNS*/
.bulk_dns_edit {
	display: flex;
	top: -5px;
	right: 0;
}
.bulk_dns_edit .btn {
	color: #6F767E;
}

/*Domain Overview*/
.domain_overview {
	border-radius: 16px;
    border: 2px solid #EFEFEF;
    padding: 12px 16px;
}
.domain_overview p {
	font-weight: 500;
    color: #6F767E;
    margin: 0 0 4px;
    font-size: 14px;
}
.domain_overview h6 {
	margin: 0;
    font-weight: 600;
}
.domain_overview h6.green {
	color: #83BF6E;
}

/*Domain Nameserver*/
body .domain_namerservers.dash_check_radio .form-check-label {
	padding: 24px 24px 24px 56px;
}
body .domain_namerservers.dash_check_radio .form-check-input {
	transform: none;
    top: 23px;
}
.domain_namerservers .form-check-label h5 {
	margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #1A1D1F;
}
.custom_ns_field {
	display: none;padding-top: 24px;margin-left: -36px;
}
.domain_namerservers input:checked+.form-check-label.custom .custom_ns_field {
	display: block;
}

/*Domain Addon*/
.domain_addon {
	border-radius: 16px;
    background: #F4F4F4;
    padding: 24px;
}
.domain_addon h3 {
	    font-size: 28px;
    font-weight: 600;
    margin: 24px 0 0;
}
.domain_addon p {
	color: #6F767E;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}
.domain_addon h2 {
	margin: 24px 0;
    font-size: 34px;
    font-weight: 600;
}
.domain_addon .btn {
	border-radius: 16px;
    padding: 12px 18px;
}

/*Domain Code*/
.domain_epp_code {
	    margin: 24px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.domain_epp_code span {
	display: inline-block;
    margin: 0 16px;
    border-radius: 12px;
    background: #EFEFEF;
    padding: 12px;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-size: 15px;
    line-height: 1;
}

body .dash_check_radio.form-check input:checked+.form-check-label > .dropdown-menu {
    /*display: block;*/
    top: 100%;
}

.nav-pills > .btn.round {
	padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;margin-left: auto;
}
.edit_tab_field {
	display: flex;
	align-items: center;
	gap: 12px;
}

/*Cart*/
.manage_cart tbody tr td {vertical-align: top;}
.manage_cart tbody tr:last-child td {border: 0;}
.manage_cart .order_summary > p {margin: 12px 0 0;}
.ch_qty_toggle {display: inline-flex;align-items: center;flex: 0 0 auto;border-radius: 12px;border: 2px solid #EFEFEF;}
.ch_qty_toggle .value-button {line-height: 1;padding: 3px;cursor: pointer;flex: 0 0 auto;height: 36px;width: 36px;display: inline-flex;align-items: center;justify-content: center;}
.ch_qty_toggle input {outline: none;background-color: transparent !important;border: 0;margin: 0;padding: 2px 4px;width: 55px;text-align: center;flex: 1 1 auto;font-weight: 600;letter-spacing: 0.75px;font-size: 16px;height: 36px;max-width: 55px;}
.ch_qty_toggle input[type=number]::-webkit-inner-spin-button, .ch_qty_toggle input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}

/*Find Domain*/
.find_domain {
	border-radius: 16px;
	background: #F4F4F4;
	padding: 16px;
}
.find_domain_field {
	margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: white;
    border-radius: 16px;
    padding: 8px;
}
.find_domain_field .text_field input {
	background: white;
    border-color: white;
    height: 40px;
}
.find_domain_field .text_field svg {
    margin: 6.5px 12px;
}
.find_domain_field .btn {
	padding: 7px 16px;
    height: 40px;
    min-width: 120px;
    flex: 0 0 auto;
}
.find_domain_btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.domain_btn {
	border-radius: 14px;
    background: #FFF;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;height: 40px;
}
.domain_btn p {
	margin: 0;
    font-weight: 500;
}
.domain_btn b {
	font-weight: 600;font-size: 15px;
}
.domain_btn b span:not(.invoice_badge) {
	font-weight: 500;
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 14px;
}
.domain_loading {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-top: 24px;
    color: #6F767E;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.25px;
	gap: 16px;
}
.domain_loading svg {
    animation-name: domain_spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
}
@keyframes domain_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.all_domains_list {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;padding: 12px 0;
}
.all_domains_list:last-child {
	
}
.all_domains_list .first {
	display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.25px;
    font-weight: 500;
    font-size: 15px;
}
.all_domains_list .first b {
	font-weight: 600;
}
.all_domains_list .last {
	display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 16px;
}
.all_domains_list .last p {
	margin: 0;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-size: 15px;
}
.all_domains_list .last .btn {
	    padding: 7.7px 18px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #457BFF;
}

/*404 Page*/
.four_o_four_page {
	text-align: center;
	padding: 65px 0;
}
.four_o_four_page h1 {
	font-size: 64px;
    margin: 0;
    font-weight: 900;
}
.four_o_four_page h5 {
	font-size: 36px;
    margin: 16px 0 0;
    font-weight: 400;
}
.four_o_four_page h5 b {
	font-weight: 600;
}
.four_o_four_page svg {
	width: 100%;
    margin: 80px 0 0;
}
.four_o_four_page .btn {
	margin-top: 90px;
}

/*Update*/
.update_page {
	text-align: center;
	padding: 60px 0;
}
.update_page svg {
	width: 100%;
    margin: 20px 0 0;
}
.update_page h1 {
	font-size: 56px;
    margin: 65px 0 0;
    font-weight: 800;
}
.update_page h5 {
	font-size: 36px;
    margin: 24px 0 0;
    font-weight: 400;
}
.update_page .btn {
	margin-top: 50px;
}

/*Online Staff*/
.online_staff .ticket_list {
    justify-content: flex-start;
}
.online_staff .ticket_list:not(:last-child) {
    margin-bottom: 26px;
}
.online_staff .ticket_list .avatar {
	flex: 0 0 auto;
}
.online_staff .ticket_list p {
    color: #6F767E;
}

/*Client Activity*/
.client_activity .ticket_list:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.client_activity .ticket_list p {
    color: #457BFF;
}
.client_activity .ticket_list .text-muted {
	font-weight: 500;
    font-size: 14px;
}

/*Coupon*/
.coupon_subhead {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.coupon_subhead p {
	font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.coupon_subhead .btn {
	flex: 0 0 auto;padding: 8px 16px;
}
.btn.disabled {
	border-color: #EFEFEF;
}
.coupon_recurr span {
	font-weight: 600;
    font-size: 14px;
    flex: 0 0 auto;
}
.coupon_recurr .text_field {
	width: auto;
	margin: 0 12px;
}
.coupon_recurr .text_field input {
	width: 100px;
}
.coupon_bill_domain {
	gap: 12px;
}
.coupon_bill_domain .col {
	flex: 1 1 auto;
    width: auto;
}
.multi_dropdown .btn-default > svg {
	flex: 0 0 auto;
}
.multi_dropdown .btn-default > span {
	text-align: start;display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.multi_dropdown .btn-default > span .btn {
	    border: 0;
    border-radius: 8px;
    background: #EFEFEF;    padding: 4px 8px;
    font-size: 14px;
}

/*Bar Loading*/
#bar_loading {
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	width: 100%!important;
	display: none;
	position: fixed;
	z-index: 5000;
	background-color: #fff;
	overflow: hidden;
}
#bar_loading:before {
	display: block;
	 position: absolute;
	 content: "";
	 left: -200px;
	 width: 200px;
	 height: 3px;
	 animation: 1.5s linear infinite head_loading;
	 background-color: #5A8AFF}
	 @keyframes head_loading { from { left: -200px; width: 30% } 50% { width: 30% } 70% { width: 70% } 80% { left: 50% } 95% { left: 120% } to { left: 100% }
}

/*Admin Invoice*/
.admin_inv_date {
	min-width: 300px;
}
.text-lightgreen {
	color: #83BF6E;
}
.text-lightred {
	color: #FF6A55;
}
.order_total {display: flex;justify-content: flex-end;position: relative;}
.order_total .total {
	display: flex;
    align-items: center;
    text-align: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 9px;
    padding: 0 10px;
}
.order_total .total > b {
	    width: 100%;
    font-weight: 500;
    letter-spacing: 0.25px;
    font-size: 14px;
}
.order_total .total > b.muted {
	color: #9A9FA5;
    
}
.order_total .total p {
	    margin: 0;
    flex: 0 0 auto;
    min-width: 150px;
    color: #6F767E;
    font-size: 15px;
    font-weight: 500;
    text-align: start;
    letter-spacing: 0.25px;
}
.order_total .total p b {
	color: #121722;font-size: 16px;
    font-weight: 600;
}

/*Admin Transaction*/
.admin_transaction {
	border-radius: 16px;
    background: #F4F4F4;
    padding: 16px;
}

/*Admin Client*/
.admin_client_profile {
	border-radius: 16px;
    background: #F4F4F4;
    padding: 24px 12px;
	height: 100%;
	text-align: center;
}
.admin_client_profile img {
	border-radius: 50%;
}
.admin_client_profile h3 {
	    margin: 12px 0 0;
    font-size: 24px;
    font-weight: 600;
}
.admin_client_profile p {
	    font-style: normal;
    letter-spacing: 0.25px;
    margin: 4px 0 0;
    font-weight: 500;
    color: #6F767E;
}
.admin_client_income {
	padding: 12px 16px;
    border-radius: 16px;
    border: 2px solid #EFEFEF;
}
.admin-clients_info .info {
	display: flex;
    justify-content: space-between;
    padding: 16px 0;
}
.admin-clients_info .info p {
	    margin: 0;
    color: #6F767E;
    font-weight: 500;
    letter-spacing: 0.25px;
    font-size: 15px;
}
.admin-clients_info .info b {
	letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 15px;
    text-align: end;
    display: block;
}

/*Gateway Log*/
.gateway_info {
	border-radius: 16px;
    background: #F4F4F4;
    padding: 12px 20px;
    letter-spacing: 0.75px;
    font-weight: 500;
}
.gateway_log tbody tr td {
    vertical-align: top;
}

/*Payment Methods*/
.admin_pay_list .form-switch {
	border-radius: 16px;
    border: 2px solid #EFEFEF !important;
    padding: 22px !important;
    margin-top: 12px;
}
.admin_pay_list .form-switch .form-check-label {
    line-height: 1;
}
.admin_pay_list .form-switch .form-check-label h5 {
	margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 22px;
}
.admin_pay_list .form-switch .form-check-label h5 svg {
	width: 50px;
}
.admin_pay_list .form-switch .btn_drop {
	    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.admin_pay_list .form-switch .btn_drop .btn.round {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
}
.admin_bank_list .form-switch .form-check-label {
	display: inline-flex;
    align-items: center;
    gap: 20px;
}
.admin_bank_list .form-switch .form-check-label h5 {
    gap: 8px;
    font-size: 16px;
    margin: 0 0 6px;
}
.admin_bank_list .form-switch .form-check-label h5 svg {
	width: auto;
}

/*Wordpress Items*/
.wp_list_service {
	display: flex;
    align-items: center;
    gap: 24px;
}
.wp_list_service svg {
	flex: 0 0 auto;
}
.wp_list_service h3 {
	margin: 0;
    font-weight: 600;
    font-size: 27px;
}
.wp_list_domain {
	border-radius: 12px;
	background: #F4F4F4;
	padding: 12px;
	font-weight: 600;
	font-size: 18px;
	color: #6F767E;
	margin-top: 20px;
}
.wp_list_item {
	border-radius: 16px;
    border: 1px solid #EFEFEF;
    padding: 24px;
    text-align: center;
	cursor: pointer;
}
.wp_list_item svg {
	width: 68px;
    height: 68px;
}
.wp_list_item p {
	margin: 14px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.wp_stat_circle {
	display: flex;
    align-items: center;
    gap: 20px;    padding: 37px 0;
}
.wp_stat_circle circle-progress {
	flex: 0 0 auto;width: 80px;
    height: 80px;
}
.wp_stat_circle circle-progress::part(base) {
	width: 80px;
    height: 80px;
}
.wp_stat_circle circle-progress::part(circle) {
	stroke: #EFEFEF;
}
.wp_stat_circle circle-progress::part(value) {
	stroke-linecap: round;
}
.wp_stat_circle circle-progress.disk::part(value) {
	stroke: #73D19F;
}
.wp_stat_circle circle-progress.bandwidth::part(value) {
	stroke: #9279F2;
}
.wp_stat_circle circle-progress::part(text) {
	    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 22px;
    fill: #1A1D1F;
}
.wp_stat_circle p {
	    margin: 0;
    font-weight: 600;
    color: #6F767E;
    font-size: 14px;
}
.wp_stat_circle h4 {
	    margin: 4px 0 0;
    font-weight: 600;
    font-size: 21px;
}
.wp_stat_circle h4 span {
	    font-weight: 500;
    color: #6F767E;
    font-size: 16px;
}

/*WP Website Details*/
.wp_details_opp li {
	margin-top: 24px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
/*WP Home*/
.wp_home_info {
	font-weight: 500;
    color: #6F767E;
    font-size: 14.5px;
}
.wp_home_stat {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.wp_home_stat .first {
	display: inline-flex;
    align-items: center;
    gap: 12px;
}
.wp_home_stat .first .icon {
	flex: 0 0 auto;
    background: #F4F4F4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #6F767E;
}
.wp_home_stat .first p {
	margin: 0;
    font-weight: 600;
}
.wp_home_stat b {
	flex: 0 0 auto;
    font-weight: 600;
    color: #6F767E;
}

/*Help*/
.panel_help {
	background: linear-gradient(235deg, #0069F6 0%, #1256B2 97.67%);
	padding: 60px 0;
    position: relative;
    overflow: hidden;
	margin-bottom: 40px;
}
.panel_help > svg {
	position: absolute;
    bottom: -39px;
    left: 0;
    pointer-events: none;
}
.panel_help h1 {
	    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;margin: 0;
}
.panel_help p {
	    margin: 30px auto 0;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    opacity: 0.7;
    max-width: 640px;
}
.panel_help .text_field {
	max-width: 640px;
    margin: 30px auto 0;
}
.panel_help .text_field > input {
	padding-top: 18px;
    padding-bottom: 18px;
}
.panel_help .text_field svg {
    margin: 18px 15px;
}
.panel_help_content {
	max-width: 852px;margin: 30px auto;
	padding: 12px 24px;
}
.panel_help_content .dash_welcome_text {
	font-size: 24px;
    letter-spacing: 0.384px;
    padding: 12px 0 0;
}
.panel_help_content > a {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 8px;
    gap: 8px;border-bottom: 1px solid #EFEFEF;
	transition: all 0.2s;
}
.panel_help_content > a:last-child {
	border: 0;
}
.panel_help_content > a:hover {
	background: rgb(0 0 0 / 2%);
}
.panel_help_content > a span {
	color: #1A1D1F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.panel_help_content > a svg {
	flex: 0 0 auto;
}

.avatar-table {
    width: 30px; border-radius: 10px; margin-right: 8px;
}

/*Pulsing Icon*/
.pulse_ico {
	 -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; animation-iteration-count: infinite;animation-name: pulse;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*Cancel Pages*/
.cancel_page {
	max-width: 900px;margin: auto;
}
.cancel_something_wrong {
	background: linear-gradient(235deg, #9548F8 0%, #6206E3 97.67%);
	position: relative;
}
.cancel_something_wrong > svg {
	position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.cancel_something_wrong h3 {
	color: #FFF;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.384px;
}
.cancel_something_wrong p {
	color: #fff;
    opacity: 0.8;
    font-size: 14px;
}
.cancel_something_wrong .btns {
	margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cancel_something_wrong .btns .btn {
	border: 0;
}
.cancel_something_wrong .btns .btn-light {
	background: rgba(255, 255, 255, 0.20);
    color: #fff;
}
.cancel_something_wrong .btns .btn-light:hover {
	background: rgba(255, 255, 255, 0.30);
}
.cancel_something_wrong .btns .btn-white {
	background: rgba(255, 255, 255, 1);
    color: #1A1D1F
}
.cancel_something_wrong .btns .btn-white:hover {
	background: rgba(255, 255, 255, 0.90);
}
body .cancel_page_checks.form-check .form-check-label p, .cancel_page_list p {
	margin: 0;
    color: #1A1D1F;
    letter-spacing: 0.25px;
    font-size: 16px;
}
body .cancel_page_checks.form-check .form-check-label h6, .cancel_page_list h6 {
	margin: 4px 0 0;
}
body .cancel_page_checks.form-check .form-check-label h6 b, .cancel_page_list h6 b {
	font-size: 19px;
}
body .cancel_page_checks.form-check .form-check-label h6 span, .cancel_page_list h6 span {
	font-size: 16px;
    font-weight: 600;
    text-decoration-line: line-through;
}
.cancel_page_list p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.32px;
}
.cancel_page_list h6 {
	font-size: 14px;
    color: #6F767E;
}








/*Responsive*/
@media (min-width: 992px) {
body {
	zoom: 0.9;
}
#site-content {
    min-height: calc(100vh - 50px);
}
.modal-backdrop.fade {
    zoom: 2;
}
}

@media (max-width: 1400px) {
header .navbar-expand-lg .navbar-nav, header .navbar-expand-lg .navbar-nav.right {
    gap: 14px;
}
.nav-link > svg {
    display: none;
}
}

@media (max-width: 1200px) {
header .navbar-expand-lg .navbar-nav.right .text_field {
	display: none;
}
}

@media (max-width: 991px) {
body {
	zoom: 0.95;
}
header {
    padding: 6.5px 0;
}
header .navbar-expand-lg .navbar-nav.right .text_field {
	display: block;
}
.navbar-toggler {
	padding: 8px;
    border: 0;box-shadow: none !important;
}
.hdr_navbar_bg {
	    background: white;
    border-bottom: 1px solid #EFEFEF;
    padding: 25px 15px 15px;margin: 0 -12px;
}
.hdr_navbar_bg > div {
	width: 100%;
}
.hdr_seprator {
	display: none;
}
header .navbar-expand-lg .navbar-nav {
    width: 100%;
}
header .navbar-expand-lg .navbar-nav.right {
	align-items: flex-start;padding-top: 25px;
}
header .navbar-expand-lg .navbar-nav.right li, header .navbar-expand-lg .navbar-nav.right li .btn {
	width: 100%;
}
}

.bootstrap-tagsinput {
  box-shadow: none;
  width: 100%;
  border: 1px solid #ced4da;
  min-height: calc(2.25rem + 2px);
}

.bootstrap-tagsinput.focus {
  border-color: #3383de;
}

.bootstrap-tagsinput .tag {
  display: inline-flex;
  color: black;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 8px;
  margin: 2px 1px;
  justify-content: space-between;
  align-items: center;
  background: #e1e1e1;
}