.cubex-card {
    background: #1f2324;
    border-radius: 8px;
    padding: 42px 31px 40px 31px;
}

.cubex-input {
    height: 39px;
    background: #000000;
    border-radius: 10px;
    border: none;
    padding: 0 10px;
    color: #a0a8b0;
    font-weight: 400;
    font-size: 14px;

    line-height: 17px;
}

.cubex-rounded-md {
    border-radius: 15px;
}
.cubex-text-area {
    min-height: 100px;
    background: #000000;
    border-radius: 10px;
    border: none;
    padding: 0 10px;
    color: #a0a8b0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.cubex-text-area:active,
.cubex-text-area:focus {
    background: #000000;
    color: #a0a8b0;
    outline: none;
}

.cubex-input:focus,
.cubex-input:active {
    background: #000000;
    outline: none;
    color: #a0a8b0;
}
.cubex-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #a8b6ba;
    margin-bottom: 10px;
}
.cubex-form-control {
    display: flex;
    flex-direction: column;
}
.cubex-form-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.login-text-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #a0a8b0;
    text-align: center;
    width: 229px;
}
.login-text-wrap {
    display: flex;
    justify-content: center;
}
.cubex-button-login {
    background-color: #A93D3D;
    border: none;
    width: 100%;
    height: 39px;
    color: #cbdfee;
    border-radius: 8px;
}

/* .cubex-bg-primary.active {
    background-color: #2c9ed7;
}
.cubex-bg-primary {
    background-color: #2c9ed7;
} */

.cubex-button-reset {
    border: none;
    background: transparent;
}

.cubex-dropdown-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ccd2d9;
}

.cubex-badge-success {
    border: none;
    background: #905923;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 8px 26px;
    color: white;
    border-radius: 50px;
    height: 30px;
    min-width: 100px;
}
.cubex-badge-failed {
    border: none;
    background: #A93D3D;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 8px 26px;
    color: white;
    border-radius: 50px;
    height: 30px;
    min-width: 100px;
}

#form-add-features input,
#cubex-form-domain-registration input,
#form-create-certificate input,
#form-cubex-features input,
#form-add-ipaddress input,
#form-add-domain-registration input {
    background: black;
    color: #a8b6ba;
    border: none;
    outline: none;
    border-radius: 10px;
}

#cubex-form-domain-registration select {
    background-color: black;
    color: white;
    height: 39px;
    border-radius: 10px;
    border: none;
}

#form-add-features .ip-input-container .ip-input-dot,
#cubex-form-domain-registration .ip-input-container .ip-input-dot,
#form-cubex-features .ip-input-container .ip-input-dot,
#form-add-ipaddress .ip-input-container .ip-input-dot,
#form-add-domain-registration .ip-input-container .ip-input-dot {
    background-color: white;
}
#form-add-features .ip-input-container .ip-input-item,
#cubex-form-domain-registration .ip-input-container .ip-input-item,
#form-cubex-features .ip-input-container .ip-input-item,
#form-add-ipaddress .ip-input-container .ip-input-item,
#form-add-domain-registration .ip-input-container .ip-input-item {
    background: transparent;
}
#form-add-features .ip-input-container,
#cubex-form-domain-registration .ip-input-container,
#form-cubex-features .ip-input-container,
#form-add-ipaddress .ip-input-container,
#form-add-domain-registration .ip-input-container {
    background: black;
    border-radius: 10px;
    border: none;
    outline: none;
}

/*  */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #905923;
    border-color: #905923;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
    /* background-color: #905923; */
    border-color: #905923;
    color:#fff;
}

/*  */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #ccd2d9 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #905923;
    background-color: #905923;
}
#form-add-client-corporate input {
    background: black;
    color: white;
    border: none;
    outline: none;
    border-radius: 10px;
}

.toggle.btn {
    min-width: 7rem;
    min-height: 2.15rem;
}

.swal-modal {
    background: #1f2324;
    border-radius: 10px;
}

.dropdown-menu {
    background-color: #1f2324;
}
.dropdown-item {
    color: #fcfcfa;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.table th,
.table td {
    border: none;
}
/* .sb-sidenav-dark .sb-sidenav-menu .nav-link {
    color: #a8b6ba;
} */
.form-control:disabled,
.form-control[readonly] {
    background-color: black;
}
.dropdown-item:hover {
    color: white;
    background: none;
}
.dropdown-menu {
    color: #a8b6ba;
}
.cubex-dropdown-item {
    background: transparent;
    border-radius: 8px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b3bbc3;
}
.cubex-dropdown-item:hover {
    background: #2c9ed7;
    color: #fff;
}
