/**
 * General page style & Bootstrap edits
 */

:root {
    --color-primary: #0F7EA7;
    --color-hover-primary: #05d2d6;
    --link-primary: #00718f;
    --color-primary-2: #1BD7DE;
    --color-secondary: #18C6EC;
    --color-secondary-o-2: rgba(24, 198, 236, .2);
    --color-secondary-o-10: rgba(24, 198, 236, .1);
    --color-secondary-o-05: rgba(24, 198, 236, .05);
    --color-primary-dark: #0B6682;
    --color-success: #3ACB56;
    --color-danger: #CB3A3A;
    --color-danger-2-o-12: rgba(222, 29, 29, .12);
    --color-danger-2: #DE1B1B;
    --color-success-o-12: rgba(29, 222, 140, .12);
    --color-success: #1BDE8C;
    --color-disabled: #F5F5F5;
    --color-muted: #939597;
    --color-muted-2-o-17: rgba(181, 181, 181, .16);
    --color-secondary-2: rgba(27, 215, 222, 1);
    --color-secondary-2-o-06: rgba(27, 215, 222, .06);
    --color-secondary-2-o-07: rgba(27, 215, 222, .07);
    --color-secondary-2-o-16: rgba(27, 215, 222, .16);
    --color-secondary-2-o-12: rgba(27, 215, 222, .12);
    --color-warning: #E2B22E;
    --color-warning-o-20: rgba(226, 178, 46, .20);
    --color-grey: #B5B5B5;
    --color-grey-o-28: rgba(181, 181, 181, .28);
}

/*
@font-face {
    font-family: "regular";
    font-style: normal;
    src: url("../../dnet/assets/fonts/FFShamelFamily-SansOneBook.ttf") format("truetype")
}
@font-face {
    font-family: "bold";
    font-style: normal;
    src: url("../../dnet/assets/fonts/FFShamelFamily-SansOneBold.ttf") format("truetype")
}
*/

/* @font-face {
    font-family: 'TheSans';
    src: url("../fonts/FFShamelFamily-SansOneBold.ttf") format("truetype")
}

@font-face {
    font-family: 'TheSansLight';
    src: url("../fonts/FFShamelFamily-SansOneBook.ttf") format("truetype")
} */


html,
body {
    direction: ltr;
    font-family: 'regular', sans-serif;
    text-align: left;
}

table td {
    _word-break: break-all;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-secondary-o-2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary-dark);
}

a,
a:hover {
    text-decoration: none !important;
}

h1 {
    margin-bottom: 0 !important;
    font-size: 34px;
}

h1.color-primary {
    color: var(--color-primary);
    font-weight: bold;
}

.14em {
    line-height: 1.4em;
}

.text-plain {
    unicode-bidi: plaintext;
}

.btn{
    font-weight: 900 !important;
}

@media (max-width: 768px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
}

.color-primary-2 {
    color: var(--color-primary-2);
    
    font-weight: normal;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-grey {
    color: var(--color-grey);
}

.text-muted {
    color: #ADADAD;
}

.text-warning {
    color: var(--color-warning);
}

.text-danger {
    color: var(--color-danger);
}

.badge-primary {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-secondary-2-o-16);
    color: var(--color-secondary-2);
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.badge-muted {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-grey-o-28);
    color: var(--color-grey) !important;
}

a.badge-muted:focus,
a.badge-muted:hover {
    color: #fff;
    background-color: var(--color-grey);
}

.badge-warning {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-warning-o-20);
    color: var(--color-warning) !important;
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: var(--color-warning);
}

.badge-danger {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-danger-2-o-12) !important;
    color: var(--color-danger-2) !important;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff !important;
    background-color: var(--color-danger-2) !important;
}

.badge-success {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-success-o-12) !important;
    color: var(--color-success) !important;
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff !important;
    background-color: var(--color-success-2) !important;
}

.badge-info {
    padding: 14px;
    padding-right: 18px;
    border-radius: 16px;
    background-color: var(--color-secondary-2-o-12) !important;
    color: var(--color-secondary) !important;
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff !important;
    background-color: var(--color-secondary-2) !important;
}




.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-hover-primary);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-hover-primary);
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.color-primary {
    color: var(--color-primary);
    
}

.bold {
    font-weight: bold;
}

.btn-primary {
    color: var(--color-primary) !important;
    border-color: #fff;
    background-color: #fff;
    border-radius: 10px;
}

.btn-primary-inverse {
    color: #fff !important;
    border-color: var(--color-primary-2);
    background-color: var(--color-primary-2) !important;
    border-radius: 10px;
}

.btn-outline-primary {
    color: var(--color-primary-2) !important;
    border-color: var(--color-primary-2) !important;
    background-color: #fff;
    border-radius: 10px;
}

.btn-outline-primary:hover {
    color: #fff !important;
    border-color: var(--color-primary-2) !important;
    background-color: var(--color-primary-2) !important;
    border-radius: 10px;
}

.btn-outline-muted {
    color: #8D8D8D !important;
    border-color: #8D8D8D !important;
    background-color: #FCFCFC;
    border-radius: 10px;
}

.btn-outline-muted:hover {
    color: #fff !important;
    border-color: #8D8D8D !important;
    background-color: #8D8D8D !important;
    border-radius: 10px;
}

.btn-primary-inverse.disabled {
    background-color: var(--color-disabled) !important;
    border-color: var(--color-disabled);
    color: #fff;
}

.rtl .navbar-nav .nav-item+.nav-item,
[dir=rtl] .navbar-nav .nav-item+.nav-item {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main-nav .nav-link {
    padding: 8px !important;
    margin: 0px 18px;
}

.main-nav .nav-item {
    position: relative;
}

.main-nav .nav-item.active::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 3px;
}


@media (min-width: 768px) {
    .main-nav .nav-item.active::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
    }
}

.shadow {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}



@media (min-width: 1200px) {
/*
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1100px;
    }
*/
    header nav .dropdown-menu {
        opacity: 0;
        display: block;
        z-index: -999;
    }

    header nav .dropdown-menu {
        transition: all .3s ease-in-out;
    }

    header nav .nav-link:hover~.dropdown-menu,
    header nav .dropdown-menu:hover {
        opacity: 1;
        z-index: 9999;
    }

    .main-nav .nav-link {
        padding: 0px 8px !important;
    }

    .main-nav .nav-item.active::after {
        top: calc(100% + 12px);
    }

}

@media (min-width: 1900px) {
/*
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1455px;
    }*/
}























/**
 * Javascript Validation Styling, review README.txt file
 */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #ffffff;
  /* background-color: #DFF0D8; */
  border: 1px solid #D6E9C6;
}

input.parsley-error:not(.bs-input),
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 12px 3px 2px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list > li {
    line-height: 1.4em;
}

















/* nav menu */

header {
    /*border-top: 6px solid var(--color-primary-2); */
    background-color: var(--color-primary);
    color: #fff;
    padding-top: 20px;
}

header nav {
    font-size: 14px;
    
}

header a.btn {
    color: #fff;
}

header .account .dropdown-toggle::after {
    display: none;
}

header .account .dropdown-toggle {
    background-color: #fff;
    color: var(--color-primary) !important;
    border-radius: 10px;
    padding: ;
}



header .account .user-icon {
    margin-right: 20px;
    margin-left: 20px;
}

header .account .arrow-down-icon {
    margin-left: 12px;
    margin-right: 9px;
}

@media (min-width: 992px) {
	header .account .user-icon {
	    margin-right: 20px;
   		margin-left: 0px;
	}
}

@media (min-width: 1200px) {

    header {
        padding-top: 20px;
    }

}






/* intro */

header .intro h1 {
    padding-top: 40px;
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 30px;
}


header .intro p {
    font-size: 15px;
}

header .intro img {
    width: 100% !important;
    margin-top: 0px !important;
}

@media (min-width: 768px) {}

@media (min-width: 1200px) {


    header .intro h1 {
        font-size: 48px;
        padding-top: 100px;
    }

    header .intro .intro-text {
        padding-left: 54px;
    }

    header .intro img {
        width: 100%;
        text-align: right;
        margin-left: 100px;
    }

    header .intro p {
        font-size: 16px;
    }


}



/* domains form */

.search-domains {
    position: relative;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    z-index: 99;
    margin-top: -65px;
    padding-bottom: 50px;
}

.search-domains-result {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.search-domains > h1 {
    
    font-size: 34px;
    color: var(--color-primary);
    padding: 25px 0px;
}

.search-domains .s-btn {
    padding: 15px 25px !important;
}

.search-domains input[type=text] {
    padding: 29px .75rem !important;
}

.search-domains input[type=text]::placeholder {
    font-size: 12px;
}

@media (min-width: 1200px) {

    .search-domains {
        width: 950px;
        margin-top: -100px;
        border-radius: 12px;
        padding-bottom: 74px;
    }

    .search-domains h1 {
		
        font-size: 34px;
        color: var(--color-primary);
        padding: 40px;
    }

    .search-domains .s-btn {
        padding: 15px 55px !important;
        border: 2px solid #fff;
        border-left: none;
        box-shadow: 0px 0px 10px rgba(163, 163, 163, 0.19);
        margin-left: -8px;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        z-index: 99;
    }

    .search-domains input[type=text] {
        font-size: 16px;
        border: none;
        outline: none;
        box-shadow: 0px 0px 10px rgba(163, 163, 163, 0.19);
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .search-domains input[type=text]:focus {
        z-index: -1;
    }

    .search-domains input[type=text]::placeholder {
        font-size: 16px;
    }

    .input-group:not(.bs-input-group)>.custom-file,
    .input-group:not(.bs-input-group)>.custom-select,
    .input-group:not(.bs-input-group)>.form-control,
    .input-group:not(.bs-input-group)>.form-control-plaintext {
        position: relative;
        flex: 1 1 auto;
        width: 60%;
        margin-bottom: 0;
    }

}



/* Featues */

.features > h1 {
    margin: 100px 0px;
    position: relative;
    color: var(--color-secondary);
    font-weight: bold;
}


.feature-img {
    background-color: var(--color-secondary-o-2);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
}

.feature-img img {
    width: 50%;
    vertical-align: middle;
}

.features .feature-title {
    color: var(--color-primary);
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-top: 1rem;
}

.features p {
    text-align: center;
}

@media (max-width: 992px) {

    .features .col-lg-4 {
        margin-top: 1.4rem !important;
    }

    .features>h1::after {
        content: "";
        display: block;
        position: absolute;
        top: 120%;
        right: 10%;
        width: 80%;
        height: 3px;
        background-color: var(--color-primary-2);
        border-radius: 3px;
    }

    .feature-img {
        margin-top: 40px;
        margin: auto;
    }
}

@media (min-width: 992px) {

    .features .feature-title {
        font-size: 1rem;
        text-align: left !important;
        margin-top: 0;
    }

    .features p {
        text-align: left !important;
    }

    .feature-img {
        _margin-left: 0 !important;
        width: 80px;
        height: 80px;
    }
}



/* pricing */

.pricing {
    margin-top: 100px;
    margin-bottom: 200px;
}

.pricing > h1 {
    font-weight: bold;
    color: var(--color-secondary);
}


.pricing .dot-domain {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--color-primary);
    color: #fff;
    text-align: right;
    padding: 20px 10px;
    font-size: 1.2rem;
    margin-top: 2px;
    font-weight: bold;
    direction: rtl;
}

.pricing .dot-domain:first-of-type {
    opacity: 0;
    height: 95px;
}

.pricing .dot-domain:nth-child(even) {
    background-color: var(--color-primary-2);
    direction: rtl;
}

.pricing .pricing-head {
    text-align: center;
    background-color: var(--color-secondary-o-2);
    padding: 20px;
    border-right: 1px solid #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: var(--color-secondary);
    height: 100px;
}

.pricing .pricing-head h5 {
    margin-top: 5px;
}

.pricing .prices>div {
    text-align: center;
    padding: 20px;
    height: 68px;
    margin-bottom: 2px;
    color: var(--color-primary-dark);
    border-right: 1px solid #fff;
}

.pricing .prices:nth-child(odd) {
    background-color: rgba(24, 198, 236, .05);
}

.vat-text-muted {
    color: #d4d4d4!important;
    padding-top: 30px;
}





/* Frequently Asked Questions (FAQ) */
.faq {
    background-color: var(--color-secondary-o-05);
    padding-top: 150px;
}

.faq .intro {
    text-align: center;
}

.faq .intro h1 {
    color: var(--color-primary-2);
    font-weight: bold;
    margin-bottom: 130px !important;
}

.faq .intro img {
    width: 80%;
}

.faq .question {
    border-radius: 10px;
    box-shadow: 0px 1px 50px rgba(1, 41, 54, 0.1);
    margin-bottom: 20px;
}

.faq .question .question-head {
    background-color: #fff;
    color: var(--color-primary);
    font-weight: bold;
    font-size: 29px;
    border-radius: 10px;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.faq .question .question-head h5 {
    padding: 18px !important;
    font-weight: bold;
}

.faq .question .question-head.shown {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: var(--color-primary);
    color: #fff;
}

.faq .question .answer {
    background-color: #fff;
    color: var(--color-primary);
    font-size: 20px;
    padding: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.faq .more {
    font-weight: bold;
    color: var(--color-secondary);
}






/* ========================================================================= */
/* ======================   Search Results Page   ========================== */
/* ========================================================================= */


@media (min-width: 1200px) {

    .search-result {
        width: 950px;
    }

}

.domain {
    padding: 16px;
}

.domain-name {
    font-size: 1.8rem;
    padding-top: 30px;
}

.domain-exists,
.domain-not-exists {
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.domain-exists {
    color: var(--color-success) !important;
}

.domain-not-exists {
    color: var(--color-danger) !important;
}

.register-domain {
    padding: 8px 24px;
}

.domain-price {
    text-align: right;
    color: var(--color-primary-dark);
}


.other-results .domain:nth-child(even) {
    background-color: var(--color-secondary-o-05);
}



/* ========================================================================= */
/* ========================   Sign in/up Page   ============================ */
/* ========================================================================= */

.form-container {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    margin-top: -50px;
    padding-top: 2rem;
    margin-bottom: 250px;
}

.form-tabs li a {
    font-weight: bold !important;
}

.form-container .nav-tabs {
    border: none;
}


.form-container .nav-tabs:not(.dashboard) li {
    padding: 12px;
    margin-right: 6px;
}


.form-container .nav-tabs:not(.dashboard) li a {
    color: #949494;
}

.form-container .nav-tabs:not(.dashboard) li {
    color: #949494;
    border-bottom: 5px solid #E2E2E2;
}

.form-container .nav-tabs li a:hover {
    text-decoration: none;
}

.form-container .nav-tabs:not(.dashboard) li.active {
    color: var(--color-primary-2);
    border-bottom: 5px solid var(--color-primary-2);
}


.form-container .nav-tabs:not(.dashboard) li.active a {
    color: var(--color-primary-2);
    font-weight: 500;
    
}


.form-container .tab-content span {
    color: var(--color-muted);
}

.form-container .input {
    margin-bottom: 25px;
}

input[type=file] {
    cursor: pointer;
}

.form-container .input-group:not(.bs-input-group) .dropdown-toggle {
    unicode-bidi: plaintext;
}




.form-container select,
.form-container input:not([type=checkbox]):not(.bs-input),
input.theme-input:not([type=checkbox]) {
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
}

.input-group:not(.bs-input-group) input:not([type=checkbox]):not(.bs-input),
.input-group:not(.bs-input-group) input.theme-input:not([type=checkbox]) {
    width: 60% ;
}

.input-shadow {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}

.form-container input::placeholder,
input.theme-input::placeholder {
    color: #c9c9c9;
}

.form-container input:focus:not(.bs-input),
input.theme-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}

.input-group:not(.bs-input-group)>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group:not(.bs-input-group)>.custom-select:focus,
.input-group:not(.bs-input-group)>.form-control:focus {
    z-index: 1;
}

.form-container .forget-password {
    color: var(--color-muted);
}

.form-container .dropdown-menu a {
    text-align: right;
}

.form-container .dropdown-toggle::after {
    display: none;
}

.form-container input.phone-number {
    /*height: 38px;*/
    border-radius: 11px 0px 0px 11px !important;
    width: 60%;
}

.form-container .phones-dropdown {
    border-radius: 11px 0 0 11px !important;
    background: #fafafa;
    border: none;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    padding: 7px;
    padding-right: 18px;
}


.agreement label {
    font-size: 0.9rem;
    color: var(--color-muted);
}


.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--color-primary-2) !important;
    border-color: var(--color-primary-2) !important;
    box-shadow: none !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active span,
.btn-outline-secondary:not(:disabled):not(.disabled):active span,
.show>.btn-outline-secondary.dropdown-toggle span {
    color: #fff !important;
}

.btn-outline-secondary.dropdown-toggle:hover i {
    color: #6c757d !important;
}

.show>.btn-outline-secondary.dropdown-toggle i {
    color: #fff !important;
}


/* The container */
.form-container .label {
    display: block;
    position: relative;
    padding: 2px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: .9rem;
}

/* Hide the browser's default checkbox */
.form-container .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid var(--color-primary-2);
}

.stepper-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px !important;
}

/* On mouse-over, add a grey background color */
.form-container .label:hover input~.checkmark {
    background-color: var(--color-secondary-o-05);
}

/* When the checkbox is checked, add a blue background */
.form-container .label input:checked~.checkmark {
    background-color: var(--color-primary-2);
    border-radius: 7px;
}

.form-container .label input:checked~.stepper-checkmark {
    background-color: var(--color-grey);
    border-radius: 0px;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-container .label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-container .label .checkmark:after {
    right: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






/* ========================================================================= */
/* ========================   Verify Phone Page   ========================== */
/* ========================================================================= */

.v-phone {
    color: var(--color-primary-2);
    padding-top: 80px;
}

.v-phone .theme-card {
    color: #000;
}


.v-phone .phone-number {
    font-size: 28px;
}

.theme-card {
    background-color: var(--color-secondary-2-o-07);
    padding: 12px 30px;
    border-radius: 11px;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}



.v-code {
    direction: ltr;
    justify-content: space-between;
	text-align: center !important;
} 

.resend-code-question {
    color: var(--color-primary)
}

.input-theme-group {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    padding: 0;
    border-radius: 8px;
}

.input-theme-group input.form-control {
    box-shadow: none;
}

.input-theme-group .input-group-append:not(.bs-input-group) button {
    background-color: #949494;
    _color: #fff;
    border: 3px solid #fff;
    border-radius: 12px;
    padding: 4.5px;
    width: 3rem;
    /* box-shadow: none; */
}

.v-code input {
    width: 73px;
    height: 73px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);

}

.v-phone .resend-code {
    background-color: var(--color-muted-2-o-17) !important;
    color: rgba(0, 0, 0, .79) !important;
}

.resend-code-padding {
    padding: 10px 20px !important;
}

.v-phone #duration {
    display: inline-block;
    color: #000;
    margin-right: 36px;
}

.v-phone .v-btn {
    padding: 10px;
}

.v-phone .v-btn.disabled {
    background-color: var(--color-muted-2-o-17) !important;
    color: rgba(0, 0, 0, .79) !important;
}







/* ========================================================================= */
/* ========================   Other tools Page   =========================== */
/* ========================================================================= */

.dashboard-link {
    text-align: center;
    margin-bottom: 1rem;
}

.dashboard-link svg {
    display: block;
    margin: auto;
    height: 30px;
    margin-bottom: .5rem;
    fill: #949494 !important;
}

@media (min-width: 768px) {

    .dashboard-link {
        margin-bottom: 0;
    }

    .dashboard-link:not(.last-child)::after {
        display: block;
        content: "";
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
        width: 1px;
        background-color:#D0D0D0;
        height: 40px;
    }
}

.dashboard-link span {
    color: #949494 !important;
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.dashboard-link a.active span {
    color: #18C6EC !important;
}

.dashboard-link a.active svg {
    fill: #18C6EC !important;
}


.dashboard-card {
    background: #e9feff;
    padding: 20px;
    background-size: cover;
    height: 190px;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 20px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .dashboard-card {
        height: 150px;
    }

}

.dashboard-card h6 {
    color: var(--color-primary-2);
    font-size: 1rem;
    font-weight: bold;
}

.dashboard-card .domains-count,
.dashboard-card .domains-count span {
    color: var(--color-primary-dark) !important;
    font-weight: bold;
}

.dashboard-card .domains-count span {
    font-size: 3rem;
    margin-right: 1rem;
}

.dashboard-card .see {
    text-align: right;
    color: var(--color-primary-2) !important;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.dashboard-card .see a {
    color: inherit !important;
    font-size: 12px;
}
.dashboard-card .see a i{
	padding: 0 .5rem;
}






/* ========================================================================= */
/* =======================   Domains/Orders Page   ========================= */
/* ========================================================================= */

.domains-list .domain {
    border-radius: 13px;
    padding: 8px;
    margin-bottom: 1rem;
}

.domains-list>p {
    color: var(--color-primary-dark);
}

.domains-list .domain-name p {
    font-size: .9rem;
    color: var(--color-danger);
    margin-bottom: 0px;
}


.domains-list .domain:nth-child(odd) {
    background-color: rgba(216, 227, 227, .14) !important;
}

.domains-ending-soon .domain-name p {
    color: var(--color-warning);
}

input#searchDomains {
    width: 80%;
    margin-left: 1rem;
}



.domains .table td,
.table th {
    border-bottom: none !important;
    border-top: none !important;
    text-align: center;
    
}

.domains thead th {
    color: var(--color-primary-2);
    
}


.domains:not(.dns-records) tbody tr td:first-child {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.domains:not(.dns-records) tbody tr td:last-child {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.domains tbody tr td {
    padding: 1rem;
    vertical-align: middle;
}


.domains tbody tr.spacer {
    height: 6px;
}

.domains tbody tr:nth-child(even) {
    background-color: var(--color-secondary-o-05) !important;
}

.domains tbody tr:nth-child(odd) {
    background-color: rgba(216, 227, 227, .14) !important;
}

.domains tbody .badge {
    font-size: .9rem;
}

.badge {
    font-size: .9rem;
}



/**
 * Dropdown menu in domains table
 */

@media (max-width: 768px) {
	.table {
		display: block;
		width: 100%;
		overflow: auto;
	}
}


.theme-dropdown li a {
    font-size: 1rem;
}

ul.theme-dropdown {
    background-color: transparent;
    margin: 0;
    float: right;
    padding: 0px;
    list-style: none;
}


ul.theme-dropdown li {
    float: right;
    width: 130px;
    height: 40px;
    background-color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    margin-left: 2px;
    color: #949494;
}




ul.theme-dropdown li a {
    padding: 0px 0px 0px 18px;
}

ul.theme-dropdown>li:first-child {
    border-radius: 11px;

}

ul.theme-dropdown > li > ul {
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

ul.theme-dropdown > li {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}


ul.theme-dropdown > li > ul li:last-child {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

ul.theme-dropdown li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

ul.theme-dropdown:hover li i[class*=chevron] {

}

ul.theme-dropdown li i[class*=chevron] {
    margin-left: 1rem;
    padding: 0px 6px;
    border-left: 1.5px solid var(--color-grey);
}

ul.theme-dropdown li a:hover {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

ul.theme-dropdown li:hover ul {
    position: relative;
    z-index: 1;
    max-height: 400px;
}

ul.theme-dropdown li:hover i[class*=chevron]::before {
	content: "\f077";
}


ul.theme-dropdown li ul {
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;
}


ul.theme-dropdown>li:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.theme-dropdown>li ul li a img {
    margin-right: 10px;
}

ul.theme-dropdown > li > ul li a {
	position: relative;
}

ul.theme-dropdown > li > ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	right: 20%;
	width: 60%;
	height: 1px;
	background-color: #E5E5E5;
}




ul.theme-dropdown > li a img {
    width: .9rem;
    margin-right: 4px;
}

ul.theme-dropdown > li a:hover {
    background-color: rgba(0, 0, 0, .025);
}

ul.theme-dropdown > li > a {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
}


.pagination .page-item {
    margin: 0px 4px;
}

.pagination .page-item .page-link {
    border-radius: 10px 10px 10px 10px !important;
    background-color: #F8F8F8;
    color: var(--color-primary-dark);
    border: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.pagination .page-item.active .page-link {
    background-color: var(--color-primary-2);
    color: #fff;
}






/* ========================================================================= */
/* ======================   Domain Details Page   ========================== */
/* ========================================================================= */

#domainDetails .header h3 {
	color: var(--color-primary-dark);
	font-size: 1.7rem;
    font-weight: normal;
    
}

#domainDetails .header a {
	color: var(--color-primary-2);
	font-size: .8rem;
}

#domainDetails .details span.text-status,
span.text-status-force {
	display: inline-block;
	font-size: .9rem;
    margin-top: 40px;
    margin-bottom: 10px;
	text-align: right !important;
    color: #949494;
    min-width: 25%;
}

.no-mt {
    margin-top: 0px !important;
}

#domainDetails .details span.status-text {
	display: inline-block;
	font-size: .9rem;
	padding-left: 4rem;
	color: #000;
    font-weight: 500;
    
}

#domainDetails .details .info-img {
	margin-left: .3rem;
}

.bt-small {
	font-size: .8rem !important;
}
@media (max-width: 768px) {
	.form-container #domainDetails .nav-tabs li a {
		padding: 0px !important;
	}
	.form-container #domainDetails .nav-tabs li {
		padding: 12px;
	}
}

.space {
	display: block;
	border: 6px solid transparent;
}



/* ========================================================================= */
/* =========================   Tools page Page   =========================== */
/* ========================================================================= */

#tools h1 {
	font-size: 27px;
	margin: 1rem !important;
	text-align: center;
    font-weight: bold;
}

#tools h1 a {
	color: inherit;
}

.tool {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
	padding: 24px 10px;
	margin-bottom: 30px;
}

#tools .feature-img {
	margin-top: 0px;
}

@media (min-width: 992px) {
	#domainDetails .header a {
		font-size: 1rem;
        font-weight: normal;
        
	}
	.bt-small {
		font-size: .8rem !important;
        font-weight: 500;
        
	}
	#domainDetails .details span.text-status {
		min-width: 25%;
	}
	.space {
		width: 2rem;
	    display: inline-block;
	    border: none;
	}
	#tools h1 {
		font-size: 20px;
		margin: 0px !important;
		margin-bottom: 1rem !important;
		text-align: left;
	}
	#tools .feature-img {
		width: 80px;
		height: 80px;
	}
	.tool {
		padding: 30px 30px 45px 30px;
	}
}









#support tr th:nth-of-type(3),
#support tr td:nth-of-type(3) {
    min-width: 350px;
    text-align: left;
    display: block;
    line-break: anywhere;
}









/* ========================================================================= */
/* ======================   Register Domain Page   ========================= */
/* ========================================================================= */

.form-container .stepper {
    padding-bottom: 5rem;
}

.stepper-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-secondary-o-10);
    color: var(--color-secondary) !important;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-left: auto !important;
    margin-right: auto !important;
}

.step.active .btn-stepper .stepper-circle {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.stepper-label {
    color: var(--color-secondary) !important;
    margin-top: 8px;
    font-size: 14px;
}




/**
 * Edits on domain drop down
 */


.form-container .domains-dropdown {
    border-radius: 11px 0px 0px 11px !important;
    background: #F8F8F8;
    border: none;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    padding: 10px;

}

.form-container .domains-menu {
    left: initial !important;
}

.form-container .domains-dropdown #domainNamePreview {
    _color: #5D5D5D !important;
    font-weight: bolder;
    font-size: 1.3rem;
}

.form-container input.domain-input {
    height: 50px;
    border-radius: 0px 11px 11px 0px !important;
    width: 60%;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}





/* ========================================================================= */
/* ======================   Custom radio button   ========================== */
/* ========================================================================= */

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0px !important;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #eee;
  border-radius: 50%;
}



.radio-container input:checked ~ .radio-checkmark::after {
    display: block;
    content: "";
    width: 13.5px !important;
    height: 13.5px !important;
    border-radius: 50%;
    background-color: var(--color-primary-dark);
    top: 5px;
    right: 5px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
 	top: 9px;
	right: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}




/* ========================================================================= */
/* ================   pagination in register domain Page   ================= */
/* ========================================================================= */

.pager {
	direction: rtl;
	justify-content: space-between;
}

.pager li a {
	padding: 10px 50px !important;
}


.khetab span.text-status {
	display: inline-block;
	margin-bottom: 1rem;
}



.step-2 input[type=text] {
	text-align: left;
}


.form-container textarea:not([type=checkbox]),
textarea.theme-input:not([type=checkbox]) {
    border-radius: 11px;
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    width: 100%;
    padding: 10px;
    text-align: left;
    border: none;
}

.form-container textarea::placeholder,
textarea.theme-input::placeholder {
    color: #EFEFEF;
}

.form-container textarea:focus,
textarea.theme-input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}



#review .status-text {
	color: #000 !important;
}




/**
 * custom file chooser
 */

.fileBtn {
    position: relative;
}

.fileBtnField {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}







/**
 * edit nameserveers form
 */

.has-loader {
    display: none;
    position: relative;
}

.form-loader-container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}





/**
 * Payment Page data
 */


.payment-table tr td:not(:first-child) {
    color: #597490;
}

.payment-table tr:not(:last-child) td:not(:first-child) {
    border-bottom: 1px solid #d8d8d8;
}

.payment-gateway {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
}

.payment-gateway .custom-select {
    padding: .375rem .75rem .375rem .75rem;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center;
    background-size: 8px 10px;
    direction: rtl !important;
    opacity: .7;
}

@media (min-width: 992px) {
    .payment-gateway .text-status {
        display: block;
        text-align: right;
    }
}





/**
 * renew domain
 */
.domain.force-blue {
    background-color: rgba(27, 215, 222, .06);
}

span.domain-price {
    color: var(--color-primary-dark) !important;
    font-weight: bold;
}


/**
 * transfer inside dnet
 */
@media (max-width: 768px) {
    .transfer-table th {
        width: 60%;
    }
}

.transfer-table tr th:first-child,
.transfer-table tr td:first-child {
    text-align: left;
    padding-left: 2rem !important;
}

.transfer-table tr th:last-child,
.transfer-table tr td:last-child {
    text-align: right;
    padding-right: 2em !important;
}

.transfer-table tr td:last-child {
    color: #0B6682;
}

.domain-transfer-details .text-grey {
    text-align: left;
}

@media (min-width: 992px) {
    .domain-transfer-details .text-grey {
        display: block;
        text-align: right;
    }
}




.custom-select.years {
    width: auto;
    padding: 0.375rem 1.75rem .375rem 1rem;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='rgba(0, 0, 0, 0.27)' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center;
    background-size: 9px 10px;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 20px;
    border: none;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.27);
    cursor: pointer;
}


#push .info-img {
    margin-left: 10px;
}



.ticket-details > .row {
    margin-bottom: 1rem !important;
}

.support-ticket-chat .ticket-message-box {
    margin-bottom: 2rem;
}

.ticket-message-box.support-reply {
    direction: rtl;
}
.support-ticket-data .ticket-details .detail-title {
    color: var(--color-primary-2);
	
}
.support-ticket-data .ticket-details .detail-text {
	
}

.support-ticket-chat .ticket-details .detail-title {
    color: var(--color-primary-2);
	
}

.support-ticket-chat .ticket-details .detail-text {
	
}

.support-ticket-chat .user-data {
    text-align: center;
}

.support-ticket-chat .user-data > * {
    display: block;
    margin: auto;
    margin-bottom: .3rem;
    font-size: 12px;
}

.support-ticket-chat .user-data .user-data-img {
    width: 80px;
    height: 80px;
    background-color: #F8F8F8;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.support-ticket-chat .user-data .user-data-img img {
    width: 48px;
    height: 48px;
}

.support-ticket-chat .user-data .user-name {
    color: var(--color-primary);
    font-weight: bold;
}

.support-ticket-chat .user-data .message-date,
.support-ticket-chat .user-data .message-time {
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #949494;
}

.support-ticket-chat .ticket-chat-message {
    background-color: #FAFAFA;
    min-height: 150px;
    border-radius: 30px;
    border: 1px solid #949494;
    padding: 2rem;
    line-height: 1.7em;
    color: #626262;
    line-break: anywhere;
}

.tox.tox-tinymce {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}



.faq-list {
    padding-bottom: 3rem;
}

.faq-list .accordion .card {
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
}

.faq-list .accordion .card .card-header {
    background: #fff !important;
    border: none !important;
    position: relative;
    padding: 1.6rem 30px 1.6rem 3px;
}

.faq-list .accordion .card .card-header h4 {
    cursor: pointer;
}


.faq-list .accordion .card .card-header h4::after {
  content: "\f107";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome\ 5 Free";
}

.faq-list .accordion .card .card-header h4[aria-expanded="true"]::after {
  content: "\f106";
}








/**
 * profile page
 */

#profile .sidebar {
    border-radius: 19px;
    background: #fff;
    border: 1px solid #ccc;
    min-height: 500px;
}

#profile .sidebar .list-group-theme {
    padding-bottom: 3rem;
}

#profile .user-profile-img {
    width: 70px;
    height: 70px;
    background: rgba(24, 198, 236, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    /* padding: 24px; */
    margin-top: 16px;
    position: relative;
}

#profile .user-profile-img.edit-img input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

#profile .sidebar .list-group-item {
    border: none !important;
    color: #000;
    font-size: 14px;
}

#profile .sidebar .list-group-item.active {
    background-color: rgba(24, 198, 236, .2) !important;
    color: #000;
    border-left: 4px solid var(--color-secondary) !important;
    border-radius: 0px;
}

#profile .sidebar .sidebar-item-img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}


.edit-img {
    position: relative;
}

.edit-img::after {
    position: absolute;
    top: 6px;
    left: -6px;
    padding-bottom: 3px;
    content: "\f304";
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
    color: #fff;
    background-color: var(--color-secondary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control.bs-input {
    border: 1px solid rgba(204, 204, 204, .5);
    padding: 1.5rem 0.75rem !important;
}

#profile label {
    color: #383B37;
}

#profile .input-group {
    direction: rtl;
}

.btn-outline-secondary.btn-profile {
    border-radius: 0px 5px 5px 0px !important;
    border: none !important;
    background: #f1f1f1;
}

.bs-btn {
    border-radius: 0px !important;
}

span.input-group-text.bs-input-group-text {
    background: #fff;
    border-left: none;
    border-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.bs-input-group .bs-input {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}




.bs-input-icon {
    position: relative;
}


.bs-input-icon i {
    position: absolute;
    top: 1rem;
    right: 18px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.bs-input.password::placeholder {
    color: #707070;
}











/**
 * verify phone page change
 */
#phoneNumberInput {
    display: none;
    font-size: 15px;
    vertical-align: middle;
    padding: 12px 10px 10px 10px;
}

#confirmChangePhoneNumber {
    display: none;
}


.drop-fix {
    z-index: 99;
    position: absolute;
    will-change: transform;
    top: 100% !important;
    right: initial !important;
    transform: none !important;
}

.domains-dropdown::after {
    display: none;
}

#domainNamePreview {
    unicode-bidi: plaintext;
}





/**
 * fix support phone number direction
 */
.contact-number {
    unicode-bidi: plaintext;
}





/**
 * edit dns records
 */


.alert-danger {
    color: #C10000 !important;
    background-color: #FFD9D9 !important;
    border-color: #FFD9D9 !important;
}

.alert-danger .alert-link {
    color: #C10000;
    text-decoration: underline !important;
}











.dns-records-dropdown li a {
    font-size: 1rem;
}

ul.dns-records-dropdown {
    background-color: transparent;
    margin: 0;
    float: right;
    padding: 0px;
    list-style: none;
}


ul.dns-records-dropdown li {
    float: right;
    width: 130px;
    height: 40px;
    background-color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    margin-left: 2px;
    color: #000;
}




ul.dns-records-dropdown li a {
    padding: 0px 0px 0px 18px;
}

ul.dns-records-dropdown>li:first-child {
    border-radius: 11px;

}

ul.dns-records-dropdown > li > ul {
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

ul.dns-records-dropdown > li {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}


ul.dns-records-dropdown > li > ul li:last-child {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

ul.dns-records-dropdown li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

ul.dns-records-dropdown:hover li i[class*=chevron] {

}

ul.dns-records-dropdown li i[class*=chevron] {
    margin-left: 1rem;
    padding: 0px 6px;
    border-left: 1.5px solid var(--color-grey);
}

ul.dns-records-dropdown li a:hover {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

ul.dns-records-dropdown li:hover ul {

}

ul.dns-records-dropdown li:hover i[class*=chevron]::before {
    content: "\f077";
}


ul.dns-records-dropdown li ul {
    max-height: 0px;
    overflow: hidden;
    transition: 0.2s;
}


ul.dns-records-dropdown>li:hover {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

ul.dns-records-dropdown>li ul li a img {
    margin-right: 10px;
}

ul.dns-records-dropdown > li > ul li a {
    position: relative;
}

ul.dns-records-dropdown > li > ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    right: 20%;
    width: 60%;
    height: 1px;
    background-color: #E5E5E5;
}




ul.dns-records-dropdown > li a img {
    width: .9rem;
    margin-right: 4px;
}

ul.dns-records-dropdown > li a:hover {
    background-color: rgba(0, 0, 0, .025);
}

ul.dns-records-dropdown > li > a {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
}



ul.dns-records-dropdown li {
    color: #000;
}


ul.dns-records-dropdown > li > ul {
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

ul.dns-records-dropdown > li {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}

ul.dns-records-dropdown li:hover a.selectedDNSRecordType::after {
    content: "\f077";
}

ul.duration-dropdown li a {
    direction: rtl;
}


ul.dns-records-dropdown {
    float: left;
}

ul.dns-records-dropdown > li {
    float: left;
}


ul.dns-records-dropdown li {
    width: 130px;
}




.dns-records tbody tr:nth-child(even) {
    background-color: #fff !important;
}

.dns-records tbody tr:nth-child(odd) {
    background-color: var(--color-secondary-2-o-06) !important;
}

.dns-type-value.selected {
    display: none;
}

a.selectedDNSRecordType,
a.selectedDNSRecordDuration{
    position: relative;
}

a.selectedDNSRecordType::after,
a.selectedDNSRecordDuration::after {
    display: block;
    content: "\f078";
    position: absolute;
    top: 0;
    right: 12px;
    font-family: 'Font Awesome\ 5 Free';
    color: #B4B4B4;
    font-weight: 900;
}


.dns-records-row > [class*=col-] {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

#addNewDNSRecordRow {
    display: none;
}
.priority-field {
    opacity: 0;
}
#addNewRecordRowErr {
    display: none;
}





/**
 * The new dropdown menu
 */

.btn.dropdown-toggle {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    background-color: #fff;
    color: #000;
    border: none;
    text-align: left;
    position: relative;
    /* padding: 10px; */
    border-radius: 10px;
}

.btn.dropdown-toggle::after {
    position: absolute;
    display: block;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    right: 10px;
    top: calc(25%);
    border: none;
    font-weight: 900;
    color: var(--color-grey);
}

/**
 * new ticket
 */

.new-ticket-form .tox.tox-tinymce {
    box-shadow: 0px 0px 6px #96969629 !important;
    border-radius: 0px 0px 11px 11px !important;
    border: 2px solid #F8F8F8 !important;
}


.new-ticket-form .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border: none !important;
}

.btn.text-grey {
    color: var(--color-grey) !important;
}


/**
 * fix dropdown button color
 */

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}



/*----------------------------------
	custom b alaa
	07/02/20201
----------------------------------*/

.domains-dropdown {
	text-align: center;
}
.domains-dropdown .dropdown-toggle::after {
	left: 0;
}
[dir="ltr"] .domains-dropdown .dropdown-toggle::after {
	left: auto;
	right: 0;
} 
.form-control::placeholder{
	color: #e9e9e9;
}
.main-nav .nav-item.active::after{
	left: 0
} 
.bs-stepper-header { 
    justify-content: center;
}
.bs-stepper .step-trigger {
	display: block !important;
    min-width: 150px; 
}
.bs-stepper-circle {
	border-radius: 50%;
	display: block !important;
	margin: auto;
	width: 71px;
	height: 71px;
	margin: 0 auto 1rem !important;
	line-height: 71px;
	text-align: center;
	color: #18C6EC;
	margin-bottom: 1rem;
	font-size: 28px;
	padding: 0;
}
.step:not(.active) .bs-stepper-circle {
    background: #18C6EC1A !important;
    color: #18C6EC !important;
	line-height: 81px;
}
.step.active .bs-stepper-circle { 
	background: #0F7EA7 !important;
    line-height: 81px;
}
.form-container .tab-content span {
    color: #18C6EC;
}
.btn.dropdown-toggle::after{
	display: none;
}
.btn.dropdown-toggle i{
    color: var(--color-grey);
}
.other-results p:first-child {
	font-size: 32px;
}
.domain-name {
    padding-top: 0;
}
.domain div {
	padding: 1rem
}
.domain div p{
	margin-bottom: 0
}
.domains-dropdown{
    height: 100%;
    font-size: 1.5rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} 
.domain-exists{
	font-size: 28px;
}

.domain-price{
	font-size: 20px;
}
.rounded {
    border-radius: 12px !important;
}


/*
	2021/02/22
*/
.search-domains .input-group-append .btn{
    min-width: 120px !important;
    width: auto !important;
	height: auto;
	line-height: 50px; 
}
.search-domains .input-group:not(.bs-input-group) input:not([type=checkbox]):not(.bs-input),
.search-domains .input-group:not(.bs-input-group) input.theme-input:not([type=checkbox]){
    width: auto !important;
    font-weight: 900 !important;
    font-size: 1.5rem !important;
}
header .intro h1{
    font-weight: normal;
    
}
.features {
    margin-top: 100px;
    margin-bottom: 200px;
}
.features > h1 {
    margin-top: 5rem;
    padding: 3rem 0;
    font-weight: normal;
    
}
.features .feature-title {
    
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 1rem !important;
}
.pricing > h1 {
    font-weight: normal;
    
}
.pricing .pricing-head img{
	margin-bottom: .25rem;
}
.pricing .pricing-head h6{
	color: #1BD7DE;
	font-size: 20px;
   	
}
.pricing .prices{
    color: #0B6682;
    font-size: 20px;
}

.faq .intro h1{
    font-weight: normal;
    font-size: 50px;
    
}
.faq .btn-more{
   	
	font-size: 28px;
	color: #18C6EC;
}

.profile-form .nav-tabs a{
    font-size: 24px;
    
}

.profile-form .input span{
    color: #939597;
}

.other-results .sub-title{
	font-size: 14px;
	color: #0F7EA7;
   	
	margin-bottom: 2rem;
    	font-size: 18px !important;
}
.title-ticket-tb{
	font-size: 16px;
	color: #0F7EA7;
   	line-height: 2;
   	
}

.bs-stepper-label{
	
	color: #18C6EC;
}

.dataTables_paginate .control {
    width: auto;
    min-width: 40px;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #0F7EA7;
    background: #F8F8F8; 
    border: none !important;
    border-radius: 10px ;
    margin-right: .5rem;
    margin-left: .5rem;
} 
.dataTables_paginate .control:focus{
	border: none;
	outline: none;
	box-shadow: none;
} 
.dataTables_paginate .control.current{
    background: #1BD7DE;
    color: #fff;
}

.dataTables_paginate .control.previous,
.dataTables_paginate .control.next{ 
    padding: 0 1rem;
} 
.form-control {
    height: 50px;
} 

.dropdown-menu.show{
	width: 150%;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}


/*---------------------------------------------- 
	Profile  
	------------------------------------------*/ 
.user-box{
	display: flex;
	align-items: center; 
    border: 1px solid #fff;
    border-radius: 11px;
    background: hsl(0deg 100% 100% / 15%);
}
.user-box:before{
	display: none;
}
.user-box .pic{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.user-box .pic{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dropdown-user{
	/* padding: 1rem 0; */
	/* min-width: 230px;  */
	background: #FFFFFF;
	box-shadow: none;
	border: none;
}
.dropdown-user a{
	color: #747984;
	display: block;
	padding:  1rem 1.5rem 1rem !important;
}
.dropdown-user a:hover{
	background: #18C6EC;
	color: #fff;
	font-weight: bold; 
} 
.dropdown-user a svg{
	width: 20px;
}
.dropdown-user a svg path{  
	fill: #747984;
}
.dropdown-user a:hover svg path{ 
	fill: #fff;  
}
#custom-search-input{
    padding: 5px;
    border: transparent; 
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    border-radius: 11px; 
    background-color: #fff;
}
#custom-search-input input{
    border: 0;
    box-shadow: none;
    height: 40px;
}
#custom-search-input button{
    margin: 2px 0 0 0; 
    box-shadow: none; 
    background: #E2E2E2;
    border-radius: 12px; 
    border: 0;
    color: #fff;;
    height: 40px;
    padding: 0 1.5rem; 
}
#custom-search-input button:hover{ 
    background: #1BD7DE ;
} 
#custom-search-input i{
    font-size: 18px;
}
.domain-result-search .title{ 
	font-size: 24px; 
	color: #ADADAD;
	margin-bottom: 2rem;
} 
.domain-result-search .domain-result-box{
    margin-bottom: 1rem !important;
	padding: 1rem 2rem; 
    border-radius: 20px;
	background: #f4f4f4;
}
.domain-result-search .domain-result-box .name{  
	font-family: 'Cairo', sans-serif !important;
	font-size: 30px;
	letter-spacing: 1.47px;
	color: #0B0B0B;
}
.domain-result-search .domain-result-box .info{ 
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.domain-result-search .domain-result-box .info .status{
	font-size: 18px;
	margin-bottom: 0;
}
.domain-result-search .domain-result-box .info .status.text-success{
	color: #3ACB56 !important;
}
.domain-result-search .domain-result-box .info .status.text-danger{
	color: #cb3a3a !important;
}
.domain-result-search .domain-result-box .info .price{
	font-size: 14px;
	color: #0B6682;
	margin-bottom: 0;
}
.domain-result-search .domain-result-box .info .btn{
	color: #fff;
	border: 2px solid #1BD7DE;
	background: #1BD7DE;
	border-radius: 11px;
}
.domain-result-search .domain-result-box .info .btn:hover,
.domain-result-search .domain-result-box .info .btn:focus{ 
	border: 2px solid #0098D7;
	background: #0098D7; 
}
.domain-result-other .domain-result-box:nth-child(odd){
	background: #1BD7DE0F;
}
.support-ticket-chat .user-data .user-data-img{
	overflow: hidden;
}
.support-ticket-chat .user-data .user-data-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-title{
	font-size: 20px;
	color: #18C6EC;
	margin-bottom: 2rem;
}

.title-label{
	font-size: 14px;
	color: #949494;
	margin-bottom: 0;
}
.search_res .domain-exists{
	font-size: 16px;
} 
.bs-stepper-content .input-group-text { 
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 1rem 0.5rem;
}
.radio-container input:checked ~ .radio-checkmark::after { 
    background-color: #1BD7DE;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    height: auto;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 50%;
    margin-right: 5px;
    margin-top: 8px;
}
.faq ul,
.faq ol,
.faq-list ul,
.faq-list ol{
	padding-left: 1.5rem;
}
[dir="ltr"] .faq ul,
[dir="ltr"] .faq ol,
[dir="ltr"] .faq-list ul,
[dir="ltr"] .faq-list ol{
	padding-left: 0;
	padding-right: 1.5rem;
}

.domains-pic {
    right: 0px !important;
}

#profile .input-group {
    direction: ltr;
}

.form-container .label .checkmark:after {
    border-width: 0 2px 2px 0;
}

.form-container input.phone-number { 
    border-radius: 0px 11px 11px 0px !important;
}
.dashboard .input-group.phone{
	direction: rtl;
}
.bs-stepper-content .input-group-text { 
    padding: 0.5rem 1rem;
}
.dashboard-card .see a i{ 
    transform: rotate(-180deg);
}

.wallte-title{
    font-size: 18px;
    font-weight: bolder;
    color: #18C6EC;
    margin-bottom: 2rem;
}
.wallte-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wallte-box h2{
    font-size: 64px;
    color: #0F7EA7;
    font-weight: bolder;
}
[dir="rtl"] .wallte-box h2{
    padding-top: 1.5rem;
}
.wallte-box h2 small{
    font-size: 16px; 
    font-weight: bolder;
}
.wallte-balance .title{
    font-size: 16px;
    color: #2A2A2A; 
    font-weight: bolder;
}
.wallte-balance .btn{
    background: #18C6EC;
    border-color: #18C6EC;
    border-radius: 11px;
}

.table-wallte tr{
    margin-bottom: 1rem;

}
.table-wallte th{
    color: #18C6EC !important;
    font-weight: bold;
}
.table-wallte td{
    color: #0B6682 !important;
    font-weight: bold;
}
.wallet-table-title{
    font-size: 20px;
    font-weight: bold;
    color: #18C6EC;
}

.wpwl-form-card
{
    min-height: 0px !important;
}

.wpwl-label-brand{
display: none !important;
}
.wpwl-control-brand{
display: none !important;
}	

.wpwl-wrapper-brand, .wpwl-brand-card
{
    display: none !important;
}
.wpwl-form {background:#ffffff;}
.wpwl-label-brand {display:none}
.wpwl-form-card { background: #ffffff; border:0px} 
.wpwl-control, input.wpwl-control{
    background: white;
    border-radius: 11px !important;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%) !important;
    box-shadow: none;
    border-radius: 0px;
    font-family:"ff-good-headline-web-pro-con", "Pathway Gothic One", sans-serif;
    text-transform:none;
    padding:10px;
    font-size: 18px;
    height: 50px;
    text-align: center;
    border: 0px;
    font-family: inherit !important;
}
input[type=tel] {
    width: 100px;
    transition: ease-in-out, width .35s ease-in-out;
  }
  
  input[type=tel]:focus {
    width: 250px;
  }
.input-text:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {background-color: white;}
.wpwl-brand-SOFORTUEBERWEISUNG, .wpwl-brand-GIROPAY{cursor:pointer}
.wpwl-brand, .wpwl-img { margin: 0 0 0 auto;}

/*---------------------------------------------- 
	Input Validation styling  
	------------------------------------------*/ 

    .inputValid {
        border-color: var(--color-primary);
        background-image: url("../images/done.svg");
        background-size: 20px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 18px;
      }
      
      .inputInValid {
        border-color: var(--color-error);
        background-image: url("../images/ban-solid.svg");
        background-size: 20px;
        background-position: left;
        background-repeat: no-repeat;
        background-position-x: 18px;  
      }
      
      input:invalid:focus {
        border-color: var(--color-error);
      }
      
      input:invalid + .help-text {
        color: var(--color-error);
      }
      /* Note: added by A */
.cursor{
    /* cursor: none; */
}
.btn-service{
    color: #fff !important;
    background-color: #05D3D8 !important;
    border-color: #05D3D8 !important;
}
.btn-service:hover{
    color: #05D3D8 !important;
    background-color: #0e7ea7 !important;
    border-color: white !important;
}
    


#toast-container {
    padding-top: 7em;
    margin: auto 0.5em auto -1.5em;
}