@font-face {
    font-family: kalameh;
    font-weight: 800;
    src: url(../fonts/KalamehWebFaNum-Black.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 700;
    src: url(../fonts/KalamehWebFaNum-Bold.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 900;
    src: url(../fonts/KalamehWebFaNum-ExtraBold.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 200;
    src: url(../fonts/KalamehWebFaNum-ExtraLight.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 300;
    src: url(../fonts/KalamehWebFaNum-Light.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 500;
    src: url(../fonts/KalamehWebFaNum-Medium.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 400;
    src: url(../fonts/KalamehWebFaNum-Regular.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 600;
    src: url(../fonts/KalamehWebFaNum-SemiBold.woff);
}

@font-face {
    font-family: kalameh;
    font-weight: 100;
    src: url(../fonts/KalamehWebFaNum-Thin.woff);
}

.back-register {
    background-image: url(/templates/templates-nuhost-rtl/img/back-register.jpg);
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
}

.btn {
    font-family: 'kalameh';
    font-weight: 500;
}

#header .navbar .navbar-nav>li>a {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    text-decoration: none !important;
}

#header .navbar .navbar-nav>li>a:hover {
    color: #e3e8ea;
    font-family: kalameh;
}


#header .navbar .navbar-nav>li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    font-family: kalameh;
}

@media (min-width: 768px){
#header .navbar .navbar-nav>li>a {
    padding-right: 1.4rem;
    padding-left: .4rem;
    margin-right: .7rem;
    margin-left: .7rem;
    padding-top: 10px;
    padding-bottom: 10px;
}
.col-sm-12.w89 {
    width: 89%;
}
#layers .lu-t-c__top .lu-top__search {
    width: 168px !important;
}
#inputConfigOption28 {
    width: 200%;
}
.table-logo img {
    width: 57% !important;
}
.table-unlimited img {
    width: 13% !important;
}
}

#header .navbar .search-headr {
    display: initial;
    line-height: initial;
}

#offcanvas-menu-home {
	padding: 9px 0;
}

@media (min-width: 768px){
	
.row.justify-content-center{
    display: flex;
    justify-content: center;
    direction: rtl;
}

.navbar-right {
    margin-right: 0;
}

.top-header-nav-home .container, .the_breadcrumb_conatiner_page {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-brand {
    padding-left: 0;
    padding-top: 0;
	height: auto;
}


#header .navbar .navbar-nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}

#header .navbar .navbar-nav>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: all 0.2s ease-in-out;
}
#header .navbar .navbar-nav>li>a:hover::after {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

#header .navbar .navbar-nav>li>a:hover::before {
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.navbar-right .navbar-nav .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

}

.search-headr:after,.search-headr:before {
	display: none;
}


.dropdown-menu {
    border-radius: 10px !important;
}


.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: .4rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    text-align: right;
}

.dropdown-menu .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5 !important;
}

.padding-5-0{
	padding: 5px 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: kalameh !important;
    font-weight: 700;
    /* text-align: right; */
    font-size: 19px;
    direction: rtl;
}

.header-heeadline h5 {
    font-size: 29px;
    direction: rtl;
}

#header .navbar .accouting-h {
    margin-left: 0;
}


#header .domain-price-header a span {
    color: #fff;
}

#header #domain-search #transfer-btn{
    position: absolute;
    height: 49px;
    top: 2px;
    width: 49px;
    z-index: 2;
    background-color: #147f8b;
    border-color: #147f8b;
    border: 0;
    border-radius: 50%;
    left: 55px;
    outline: none;
    cursor: pointer;
    text-align: center;
}

#header #domain-search #transfer-btn:hover{
    background-color: #18acbf;
    border-color: #18acbf;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.16);
}

#header #domain-search #transfer-btn img {
    width: 17px;
}

.login-drop-down-header form .form-group .form-control {
    box-shadow: none;
}

.d-none{
	display: none !important;
}

#header.whmcs-not-index-template {
    min-height: 180px !important;
    height: 180px !important;
    margin-bottom: 20px;
}


#header.whmcs-not-index-template {
    min-height: 150px !important;
    height: 150px !important;
    margin-bottom: 20px;
}


#header .navbar-nav .dropdown-menu {
    background: #fff;
}


#header .top-header-fixed .navbar .navbar-nav>li>a {
    color: #657075;
}


#header .top-header-fixed .navbar .accouting-h {
    margin-left: 15px;
}

#header .top-header-fixed .navbar .navbar-nav>li>a:after, #header .top-header-fixed .navbar .navbar-nav>li>a:before {
    background: #9798b9;
}


@media (min-width: 768px){
#header .top-header-fixed .navbar-brand {
    padding-top: 7px;
}
}

#header .header-animation .moon-bg-her {
    z-index: 0;
}

.first-items-home {
    background: #fff;
    margin-bottom: 0;
    margin-top: 6rem;
}

.first-items-home .item-icons p {
    line-height: 26px;
}

.announcement-single p {
    font-size: 15.5px;
    line-height: 28px;
    color: #757a7c;
}

.announcement-single .title-announcement-single {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'kalameh', sans-serif;
    font-size: 22px;
    color: #405158;
}


.announcement-single .label-announcement-single {
    background: #158a97;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    margin-left: 6px;
}


section#footer {
    background-color: #202131;
    border-top: 1px solid #202131;
}

section#footer p {
    color: #fff;
    text-align: left;
    direction: ltr;
}

section#footer .back-to-top i {
    background-color: #38afbb;
    color: #ffffff;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
    font-family: 'kalameh';
    direction: rtl;
}

.footer-brand {
    margin-top: 15px;
}

a.settingbutton {
    top: 140px;
}


@media (max-width: 991px){
.account-place-header-nav {
    float: left !important;
}

.navbar-toggle {
	margin: 0 ;
    margin-right: 5px;
	
}
.navbar-brand {
    display: inline-block;
	padding: 0;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	height: auto;
}

}


@media (max-width: 767px){
#header .navbar .navbar-nav>li>a {
    color: #ffffff !important;
}

#header .navbar .navbar-nav>li>a {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid rgba(29, 31, 45, 0.62);
    display: block;
    text-align: right;
}

#header .navbar .search-headr {
    display: none !important;
}

#header .navbar .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
}
.col-xs-12.main-content.box-shadow {
    padding: 20px;
}


}

@media (max-width: 425px){

.announcement-single .label-announcement-single {
    margin-left: 0;
    margin-top: 7px;
    display: inline-block;
}
}

.navbar-toggle.is-open{
	margin-top: 7px;
}


div.header-lined h1 {
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'kalameh', sans-serif;
    font-size: 21px;
    color: #405158;
    border-bottom: 0;
    text-align: right;
    direction: rtl;
}

div.header-lined small {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}

div.header-lined .breadcrumb {
    background: 0 0;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #168a97;
    border-radius: 10px;
    position: relative;
    margin-top: 0;
    padding-left: 15px;
    color: #868e96;
    font-size: 13px;
    font-weight: 400;
    font-family: 'kalameh', sans-serif;
    text-align: right !important;
    direction: rtl;
}

.client-home-panels .panel>.panel-heading {
    background-color: #1796a4;
    border-bottom: 0;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}

.client-home-panels .panel>.panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: right;
}

.client-home-panels .panel>.panel-heading .panel-title .btn {
    color: #fff;
    background: #168a97;
    padding: 5px 20px;
    margin-top: -5px;
}

.panel-body {
    padding: 10px 15px;
    font-family: kalameh,sans-serif;
    font-size: 13px;
    font-style: initial;
}

.client-home-panels .panel>.panel-heading .panel-title .btn:hover {
    color: #fff;
    background: #1796a4;
}

.box-intr {
    border-radius: 10px;
    position: sticky;
    padding: 0px 0px 14px 0px;
    background-color: #ffffff;
    margin: 2px;
    width: 48%;
}

.box-intr a {
    text-decoration: none!important;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
}

.box-intr .icon {
    text-align: center;
}

.box-intr .icon i:before {
    margin-left: 0;
    font-size: 50px;
    color: #168a97;
}

.box-intr .stat {
    position: absolute;
    top: 5px;
    left: 93px;
    right: 0;
    margin: auto;
    text-align: center;
    width: 23%;
    height: 35px;
    background: #168a97;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    border-radius: 100%;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'kalameh';
}

.box-intr:hover .stat {
    top: 55px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.box-intr .title {
    font-family: kalameh,sans-serif;
    display: block;
    color: #3d4448;
    text-transform: initial;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    margin-top: -3px;
}

.last-child-no-boder .box-intr:last-child {
    border-right: 0;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.1);
}

.liginned-user-menu{
	margin-top: -5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.liginned-user-menu .top-links{
    text-align: center;
    border-right: 1px solid #f2f4f5;
    border-bottom: 1px solid #f2f4f5;
    text-shadow: none!important;
    box-shadow: none!important;
    padding: 25px 0;
    font-size: 22px;
    color: #168a97;
}

.liginned-user-menu .top-links:hover{
    color: #95a1a7;
}

.infonexsheader {
    position: absolute;
    top: -10px;
    right: -15px;
    background: #38afbb;
    padding: 3px 9px;
    border-radius: 30px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    font-size: 11px;
    cursor: pointer;
    text-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

.popover-user-notifications .popover-inner {
    background: #ffffff;
    border-radius: 10px;
}

.popover-user-notifications .arrow {
    border-bottom-color: #313247!important;
    border-bottom-color: #1a1a25!important;
}

.popover-user-notifications {
    border-radius: 4px;
    padding: 0;
    border-color: #38aeba1c;
    min-width: 310px;
    font-family: kalameh,sans-serif;
}

.popover-user-notifications .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #ffffff;
    border-bottom: 1px solid #313247;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}
.popover-user-notifications .arrow:after {
    border-bottom-color: #38afbb !important;
}

.user-menu-dro{
    padding: 10px 15px 20px;
}

.user-menu-dro li a {
    font-weight: 400!important;
    color: #000000 !important;
    font-size: 14px;
    display: block;
    text-align: right;
}

.user-menu-dro li a:hover {
    color: #666f75 !important;
	text-decoration: none;
}


@media (min-width: 769px) and (max-width: 990px){
#header .navbar .navbar-nav>li {
    float: left  !important;
}

}

@media (max-width: 768px){
    .tree-steps-hosting-plans.second {
    padding: 58px 7px !important;
}

td.td-price-color {
    font-size: 11px !important;
}
td.td-price {
    font-size: 11px !important;
}

.table-logo img {
    width: 100% !important;
}
.table-unlimited img {
    width: 25% !important;
}


.liginned-user-menu .top-links {
    width: 33%;
    float: left;
}
.col-md-5.row.justify-content-center.text-reve-map-place.MahgateCountry {
    display: flex;
    flex-flow: row-reverse;
    text-align: center;
    justify-content: space-between;
}

}

.header-top-menu ul li a:focus, .header-top-menu ul li a:not([href]):not([tabindex]):focus {
    text-decoration: none;
    color: #fff;
}

#header.whmcs-not-index-template {
    z-index: 5;
}

.header-top-menu ul li a, .header-top-menu ul li a:not([href]):not([tabindex]) {
    padding: 5px 3px;
    display: block;
    font-family: kalameh;
}

body {
    background-color: #fff;
}


#oursevices li a {
    display: block;
	text-decoration: none !important;
}


#oursevices li{
    background: transparent;
}


.custom-radio,
.custom-checkbox {
  padding-left: 20px;
  position: relative;
  display: block;
}

.custom-radio input,
.custom-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}

.custom-radio input:checked + label::before,
.custom-checkbox input:checked + label::before {
  border-color: #9575cd;
}

.custom-radio input:checked + label::after,
.custom-checkbox input:checked + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #9575cd;
  border-radius: 50%;
  background-color: #9575cd;
}

.custom-radio label,
.custom-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.custom-radio label::before,
.custom-checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.custom-radio.disabled label,
.custom-checkbox.disabled label {
  color: #ccc;
}

.custom-radio.disabled label::before,
.custom-checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}

.custom-checkbox input:checked + label::before {
  border-color: #9575cd;
  background-color: #9575cd;
}

.custom-checkbox input:checked + label::after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  color: #fff;
  top: 0;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
  text-align: center;
  line-height: 18px;
  padding-left: 2px;
}

.custom-checkbox label::before {
  border-radius: 2px;
}

.fl-lf-mr-tp-25{
    float: left;
    margin-top: 25px;
}

.btn-login-inscrespto{
    border: 0;
    background: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
	outline: none;
	box-shadow: none;
}

.fl-left{
	float: left;
}

.custom-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.login-image img {
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}
.register-right {
    width: 45%;
    float: right;
}
.register-left {
    width: 45%;
    float: left;
}
.login-right{
 float:right;
 width: 41%;
 padding: 1rem 11rem 0 0;
}
.login-fleft{
 float:left;   
}
.login-margin{
 margin-bottom:30px;
}

.custom-row .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.custom-row .col-md-7{
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.form-group {
    margin-bottom: 15px;
    text-align: right !important;
    font-family: 'kalameh';
}
.marketing-email-optin {
    text-align: right;
}
.form-domain-home-stwo .input-group:last-child {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.domain-homepage-anouncement-speacial-form input {
    height: 100%;
}
@media (max-width: 768px){
.padding-80-100-100 {
    padding: 80px 0 !important;
}

.form-domain-home-stwo {
    width: 100%;
}
.carousel-main-services img {
    display: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

}
@media (min-width: 768px){
.box-intr {
    width: 24%;
}
.box-intr .stat {
    top: 61px;
    left: 137px;
    width: 20%;
}
#width98{
width: 98% !important;
}

.alert.alert-danger {
    text-align: right;
    direction: rtl;
}

#order-standard_cart .row .cart-sidebar {
    float: right;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    font-family: 'kalameh';
    text-align: right;
}

button#btnCompleteProductConfig {
    width: 100%;
    direction: rtl;
}

i.fas.fa-arrow-circle-right {
    rotate: 180deg;
}

span.pull-left.float-left {
    direction: rtl;
}

.total-due-today {
    direction: rtl;
}

span.field-help-text {
    direction: rtl;
}
}
span.pull-right.float-right {
        direction: rtl;
}
.irs-from, .irs-to, .irs-single{
        background: #39acb9 !important;
}

button.btn.btn-block.btn-default.text-uppercase {
    font-weight: 500;
}

a#customarea {
    width: 100% !important;
    color: #000000;
    border-radius: 10px !important;
    padding-right: 10px;
    padding-left: 10px;
    direction: rtl;
       text-decoration: unset !important;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #168a97;
}

.panel.panel-sidebar .panel-heading h3 {
    direction: rtl;
}

i.fas.fa-chevron-up.panel-minimise.pull-right {
    float: left !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 21px !important;
}

.col-md-8.col-md-offset-2.offset-md-2.col-xs-10.col-xs-offset-1.col-10.offset-1 {
    direction: rtl;
    float: left;
}

section.footer-coodiv-thm {text-align: right !important;}

.footer-brand {
    /* text-align: left !important; */
}


#pitursrach-header .submit {
    left: 40px;
    right: unset !important;
}

#pitursrach-header a.closesrch-her-block {
    left: 18px;
}

#order-standard_cart .cart-sidebar .list-group-item:last-child {
    direction: rtl;
}

#order-standard_cart .field, #order-standard_cart .form-control {
    DIRECTION: RTL;
}

.col-sm-4.item-price {direction: rtl;}

a#Primary_Sidebar-Service_Details_Actions-cpanel {
    direction: rtl;
}

div#zarinpal {
    display: flex;
    height: 32%;
}

img#enamad {
    height: 73%;
    padding-right: 17px;
    margin-top: -19px;
}

a.footer-brand {
    height: 130px;
}

.popover-user-notifications ul li a {
    direction: rtl;
}

.popover-content {
    direction: rtl;
}

i.fas.fa-angle-right {
    rotate: 180deg;
    padding-left: 7px;
}

a.tree-steps-hosting-plans-footer-btn.first-step-hosting {
    font-size: 14px;
}

#inputDepartment option {
    font-family: 'kalameh';
}

#order-standard_cart .products .product div.product-desc {
    line-height: 2rem;
    font-weight: 600;
    font-size: 1.2rem !important;
}

#order-standard_cart .products .product div.product-pricing span.price {
    font-size: 1.7rem !important;
}

span.irs-single {
    direction: ltr;
}

span.irs-max {
    direction: ltr;
}

.col-sm-3.col-xs-6.box-intr {
    -webkit-box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
    padding: 12px;
}

i.far.fa-info-circle {
    color: #38aeba;
}

i.fas.fa-pencil-alt {
    color: #168a97;
}

button.flickity-button.flickity-prev-next-button.previous {
    display: none;
}

button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

  .country-container {
            display: flex;
            flex-wrap: wrap; 
            gap: 5px; 
            justify-content: center;
            padding: 10px;
        }
        .country-container img {
            width: 37px;
            height: auto;
        }

.text-center.mahgatemp {
    display: grid;
    justify-content: center;
}

.mahgatemp .form-group {
    width: 100%;
    display: initial;
    padding: 15px;
    margin-top: 19px;
}

.mahgatemp input.form-control {
    margin-bottom: 10px;
    text-align: center;
}

.mahgatemp .btn.btn-primary {
    width: 50%;
}

.bttmahgateverify {display: inline !important;}

a.btn.btn-default.registerbtn-mahgate {
    background-color: #26377d;
    color: #ffffff;
    border-radius: 5px;
    width: 45%;
}
input#login {
    width: 45%;
}
a.btn.btn-default.registerbtn-mahgate-login{
     background-color: #26377d;
     color: #ffffff;
     border-radius: 4px;
     width:100%;
     margin-top: 10px;
}


.dropdown-menu.login-drop-down-header .form-group {
    text-align: left !important;
    direction: ltr;
}

.login-drop-down-header form {
    text-align: left !important;
}

.dropdown-menu.login-drop-down-header {
    text-align: left !important;
}

.login-drop-down-header form .form-group .form-control {
    text-align: left !important;
}

select#inputConfigOption41 {
    width: 200%;
}

table.lu-table.lu-table--mob-collapsible.dataTable.no-footer.dtr-column {
    text-align: left;
}

#Primary_Sidebar-managementHetznerVps-console {
    content: " Console " !important;
}

#Primary_Sidebar-managementHetznerVps-console::after {}

#Primary_Sidebar-managementHetznerVps-console {
    content: "test";
    text-indent: 0;
    display: block;
}

a#bag-shopping {
    color: #ffffff;
    float: left;
    padding: 10px;
    text-decoration: unset;
    font-family: 'kalameh';
    font-weight: 700;
    margin-left: 10px;
}

.col-sm-8.col-sm-offset-2.offset-sm-2 {
    padding-right: 21px;
}

td.td-price {
    width: 8%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border: solid;
    border-color: #38afbb;
}

td.td-price-color {
    width: 8%;
    text-align: center;
    color: #000000;
    direction: rtl;
    border: solid 1px;
    border-color: #0000007a;
    border-top: unset;
}

tr.tr-price {
    width: 100%;
}


.shared-host-btn {
    background: #147f8b;
    color: #fff !important;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0px 50px 0 rgba(14, 68, 93, 0.18);
    width: 73%;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shared-host-btn:hover {
    background: #33418c;
    color: #fff;
    text-decoration: none !important;
}


th.td-price-color {
    width: 8%;
    text-align: center;
    color: #000000;
    direction: rtl;
    border: solid 1px;
    border-color: #0000007a;
}
th.td-price {
    width: 8%;
    text-align: center;
    color: #000000;
    direction: rtl;
    border: solid 1px;
    border-color: #0000007a;
    align-content: center;
}

td, th {
    padding-top: 5px;
    position: relative;
    padding-bottom: 5px;
    border: 1px solid #edeff2;
}

th.td-price {
  background-color: #38afbb85;
  color: #000000;
}

td:hover::after {
    background-color: #38afbb4d !important;
    content: '';
    height: 10000px;
    left: 0;
    position: absolute;
    top: -5000px;
    width: 100%;
    z-index: -1;
}

.country-container.justify-content-right.table-unlimited {
    padding: unset !important;
}

section.our-pertners {
    margin-top: 20px;
}
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    margin-top: 20px;
}

.slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: scrolling 20s linear infinite;
    /*! width: 54%; */
}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.slider-items img {
    /*! width: 12%; */
    margin: 20px;

}

.box {
  animation: pulse 3s infinite;
}
&:hover {
    animation-play-state: paused;
  }

table {
  overflow: hidden;
}

.tree-steps-hosting-plans-header.table-host1 img {
    float: left;
    width: 14%;
}

.tree-steps-hosting-plans-header.outside img {
    width: 38% !important;
    float: left;
}

.tree-steps-hosting-plans-header.linux img {
    width: 11% !important;
    float: left;
}

.vpstable-tr {
    width: 50%;
    text-align: center;
    justify-content: center;
    color: #000000;
    border: unset;
    border-bottom: solid 1px;
    border-color: #158a976b;
}

.vpstable-td {
    width: 20%;
    justify-content: center;
    text-align: center;
    border: unset;
    border-bottom: solid;
    color: #000000;
    display: table-cell;
    border-bottom: solid 1px;
    border-right: solid 1px;
    border-color: #158a976b;
}

th.vpstable-td-right {
    width: 17%;
    color: #000000;
    text-align: center;
    border: unset;
}

th.td-price-color {
    background-color: #38afbb85;
}

.country-container.justify-content-right.table-unlimited {}

.price-vps img {
    width: 13% !important;
}

.tree-steps-hosting-plans-list li {
    padding: unset;
}
img#inputCaptchaImage {width: 100%;border: solid #168a9773;border-radius: 5px;}

p.help-block.passwdreset {
    float: left;
}
.captcha-mahgate-small {
    margin-top: 3rem;
}

.captcha-mahgate {
    margin-top: 6rem;
}

input.elementPasswordInput {
    width: 73% !important;
}
#layers .lu-top__toolbar:last-child {
    margin-left: 10px !important;
}

@media (max-width: 768px){
#serverInformationTable td {
    width: 30% !important;
}
#layers .lu-t-c__top .lu-top__search {
    width: 118px !important;
}

#layers .lu-table thead tr td:first-child, #layers .lu-table thead tr th:first-child, #layers .lu-table tbody tr td:first-child, #layers .lu-table tbody tr th:first-child, #layers .lu-table tfoot tr td:first-child, #layers .lu-table tfoot tr th:first-child {
    padding-left: unset !important;
}
.lu-row.lu-align-items-stretch > *, .lu-row--eq-height > * {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 33%;
    padding-right: 7px;
}
}

.col-xs-6 input {
    height: 32px;
}

.col-xs-6.captchaimage img {height: 33px;}


.top-header-nav-home.top-header-fixed #bag-shopping {
    color: #3d3d3d;
}

#layers .lu-tile:hover, #layers .lu-tile.lu-is-checked {
    border-color: #168a97 !important;
    border-radius: 10px;
}

#layers a:hover {
    color: #38afbb !important;
}

#layers .lu-tile {
    border-radius: 10px !important;
}

.col-xs-12 a.btn.btn-block.btn-danger {
    width: 93%;
    margin-right: 1.5rem;
}

section.second-items-home {
    margin-bottom: 3rem;
}

@media (max-width: 751px) {
    #layers .lu-t-c__top .lu-top__toolbar--right .lu-btn, #layers .lu-t-c__top .lu-top__toolbar:last-child .lu-btn {background: #2368AD !important;width: 137px;}
 #layers .lu-t-c__top .lu-top__toolbar--right .lu-btn .lu-btn__text, #layers .lu-t-c__top .lu-top__toolbar:last-child .lu-btn .lu-btn__text {
        display: block !important;
}
.col-md-6 .login-left{
    display:none;
}
.login-left{display: none;}
.login-right{
float:right;
}

}
#layers .lu-btn--primary:hover {
    color: #fff !important;
    background: #168a97 !important;
}
#layers .lu-btn--default:hover {
    color: #168a97 !important;
}
#layers .lu-btn--danger:hover {
    color: #ef0c0c !important;
}
#layers .lu-modal__content {
    border-radius: 10px;
}
#layers .lu-top__toolbar:last-child > .lu-btn--link:first-child, #layers .lu-top__toolbar:last-child > .lu-input-group--toggle:first-child > .lu-btn--link:first-child, #layers .lu-cell-actions > .lu-btn--link:first-child, #layers .lu-cell-actions > .lu-input-group--toggle:first-child > .lu-btn--link:first-child:hover
 {
 color: #168a97 !important;
 }
 #layers .lu-btn__text {
    padding: 0px 5px 0px 10px;
}
.col-xs-12.main-content.box-shadow {
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
    border-radius: 17px;
    height: 100%;
}

.col-md-6.login-left {
    margin-left: -4px;
}

form.login-form {
    direction: rtl;
}

.col-sm-6.genpass button {
    width: 87%;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.none{
 display:none;   
}
.register-box {
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.16);
     border-radius: 10px;
}


.icon img {
    width: 37%;
    padding: 10px;
}

p.loader {
     justify-content: center;
     position: absolute;
     top: 56%;
     text-align: center;
     width: 100%;
}