#frmDomainChecker input#inputDomain {
    direction: ltr;
    unicode-bidi: isolate;
    text-align: end;
}
.table__domains__wrapper {
    overflow: auto;
}

 /*for Services and Products menu*/
#Primary_Navbar-level_1_75-menu-wrapper {
    display: none;
 }
  /* end for Services and Products menu */
 
/*for domain menu */
/*#Primary_Navbar-level_1_56-menu-wrapper{*/
/*    display:none;*/
/*}*/

/* end for domain menu */

.sidebar.minimal__sidebar.full__width {
    top: 0;
}
 
.sidebar.minimal__sidebar .button.header__button.header__not__loggined__btns__item {
    margin-left: 15px !important;
}

/* Fixes for header and sidebar styles */
header.header.bg-white {
    border-bottom: none; /* 'transparent' is not valid here */
}

.sidebar.minimal__sidebar.full__width {
    top: -2px ;
    z-index: 9999;
}



@media only screen and (min-width: 768px) {
    body.horizontal__sidebar .sidebar .sidebar__menu {
        justify-content: center;
    }
}
.sidebar.minimal__sidebar .button.header__button.header__not__loggined__btns__item {
    background: transparent;
    color: #613de6;
    font-size: 14px;
    border: 1px solid #613de6;
}
.sidebar.minimal__sidebar .button.header__button.header__not__loggined__btns__item:hover{
    background: #613de6;
    color: #fff;
}
body.big__icons__sidebar.horizontal__sidebar .sidebar__head .side__bar__item__icon {
    background: transparent;
}
.sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body.links__with__background .sidebar__link {
    background: transparent !important;
    width: 100%;
    border-radius: unset !important;
}

.sidebar .sidebar__item.sidebar__item_dropdown .sidebar__body.links__with__background .sidebar__link:hover {
    background: #ffffff8f !important;
}
body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body:after{
    top: 10px;
    background: #F3F5F8 !important;
}


@media(max-width: 767px){
    .header__icon__small .header__head{
        margin-top: 10px;
        padding-right: 10px;
    }
}
.header__item.header__item_shopping.header__icon__small.right__notification.empty__cart a i {
    font-size: 25px;
    margin-top: 3px;
    margin-left: -5px;
}
body.horizontal__sidebar .sidebar .sidebar__menu .sidebar__item.sidebar__item_dropdown .sidebar__body:after{
    box-shadow: unset !important;
}


/* footer*/
.main__footer__wrapper .bottom__footer__wrapper {
    border-top: unset !important;
}
body.separated__sidebar:not(.dark__sidebar__color) .sidebar {
    border: unset !important;
    box-shadow: unset !important;
}
body.big__icons__sidebar.horizontal__sidebar .sidebar__head{
    flex-direction: row-reverse !important;
}
body.big__icons__sidebar.horizontal__sidebar .sidebar__head .side__bar__item__icon{
    margin-right: 0 !important;
}
.main__footer__wrapper .bottom__footer__wrapper .bottom__footer__links__wrapper .bottom__footer__links__list a{
    font-size: 16px !important;
}
.main__page__content {
    max-width: 1440px !important;
    width: 100% !important;
}
.coodiv-text-8 {
    font-size: 19px !important;
}

 body.big__icons__sidebar .sidebar__item[href] .side__bar__item__text {
    font-weight: 500 !important;
    font-size: 16px !important; 
    color: #000 !important;
}
body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__head .side__bar__item__text {
    color: #000 !important;
}
body:not(.this__is__login__page).horizontal__sidebar > .page-wrapper{
    padding-top: unset !important;
}
.main__footer__wrapper .bottom__footer__wrapper .bottom__footer__links__wrapper .bottom__footer__links__list a:hover {
    opacity: 1 !important;
    color: #C8D5DC !important;
}
@media(max-width: 767px){
    body.big__icons__sidebar.horizontal__sidebar .sidebar__head{
        flex-direction: row !important;
    }
}
.image__logo__tagline.white__logo {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    font-family: "Lateef", Sans-serif !important;
}
.sidebar.minimal__sidebar .button.header__button.header__not__loggined__btns__item {
    padding: 0 39px !important;
}
.domain__register__pricing__table__wrapper .tld-filters a{
    font-size: 14px !important;
}
.domain__register__pricing__table__wrapper .tld-filters a .number{
    margin-right: 22px !important;
}
.domain__register__pricing__table__wrapper .tld-filters{
    gap: 15px !important;
}
body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__head .side__bar__item__text {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: capitalize;
}


@media (max-width: 767px) {
    .website__identity__sidebar__link .image__logo__tagline {
        max-width: 40px !important;
    }

    a.website__identity__sidebar__link {
        margin-left: 10px;
    }

    .top__header__website__identity.website__identity__sidebar.d-md-none.d-flex.align-items-center {
        display: flex !important;
        flex-direction: row-reverse;
    }

    .header__burger,
    .header__burger:after,
    .header__burger:before {
        background: #613de6 !important;
    }
}


