ul li
{
    list-style-type: none;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}


.fw-light {
    font-weight: lighter;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}


.alert-border-warning{
    border: .8px solid #ffc107;
    border-left: 8px solid #ffc107;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.722);
}

.alert-border-danger{
    border: .8px solid #dc3545;
    border-left: 8px solid #dc3545;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.722);
}

.alert-border-success{
    border: .8px solid #28a745;
    border-left: 8px solid #28a745;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.722);
}

.alert-border-info{
    border: .8px solid #17a2b8;
    border-left: 8px solid #17a2b8;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.722);
}

.dataTables_paginate .page-item{
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important
}

.c-app{
    background-color: #fff;
}

.plan-slt .btn{
padding: .6rem 1rem;
font-size: 1rem;
font-weight:bold;
margin-bottom: 8px;
}

.plan-slt .btn.btn-outline-success {
  color: #6559a7;
  border-color: #ced4da;
}

.plan-slt .btn-outline-success:hover {
  color: #fff;
  background-color: #7b71b4;
  border-color: #7b71b4;
}

.plan-slt h3.f-rslt{
	color:#393281;
	font-size: 2.8rem;
}

.plan-slt h3.f-rslt sup {
  font-size: .5em;
  color:#806d9a;
}

.card.regi-form input, .card.regi-form select{
 padding: .7rem .7rem !important;
}

.card.regi-form .selectize-input {
  padding: 0;
}

.card.regi-form label {
  margin-bottom:10px;
  color:#333;
}

.card.regi-form .btn{
padding: .5rem 1rem;
font-size: 1.2rem;
font-weight:bold;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.step{
	background-color: #ffec7f;
	color:#6559a7;
	padding:8px 10px;
	font-size:16px;
}

.regi-form h4, .plan-slt h4{
	margin-bottom:20px;
	color:#251d72;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #6559a7;
  border-color: #6559a7;
}

.btn-info {
  background-color: #393281;
  border-color: #393281;
}

.plan-slt h6 b{
color:#f490ad;
}

.regi-form h6  {
	color:#6559a7;
	}


@media screen and (max-width: 991px){

.plan-slt h3.f-rslt {
  font-size: 2.3rem;
}

}


.form-control.mini{
    max-width: 200px !important;
}



.s-pagination-container {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.s-pagination-container .s_pagination {
    display: inline-block;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
    border-bottom-width: 0;
}
.s-pagination-container .s_pagination .page-item {
    text-decoration: none;
    display: inline-block;
    color: #6f7373;
    line-height: 46px;
    padding: 0 12px;
    border-top: 1px solid #d5d9d9;
    border-bottom: 1px solid #d5d9d9;
    min-width: 24px;
    height: 46px;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 15px;
    text-align: center;
    border: none;
    color: #000;
}
.s-pagination-container .s_pagination .page-item.active {
    color: #0f1111;
    font-weight: 700;
    border: 2px solid #0f1111;
    padding-left: 11px;
    padding-right: 11px;
}
.s-pagination-container .s_pagination .page-item svg {
    margin: 0 5px;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 7px;
}
.s-pagination-container .s_pagination .page-item.disabled {
    color: #999999;
    cursor: ignore;
    pointer-events: none;
}
.s-pagination-container .s_pagination .page-item.disabled svg {
    fill: #999999;
}

.smtp-icon-btn
{
    width: 40px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 0 5px;
    position: relative;
}

.smtp-icon-btn i
{
    font-size: 15px;
    padding: 6px 0;
}

.smtp-button-bg-hide
{
    position: absolute;
    width: 40px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    left: -13px;
    opacity: 0;
}

.page-count
{
    width: auto;
    float: left;
    display: block;
}

.page-table-no
{
    width: auto;
    display: block;
    float: right;
}

.admin-dkim
{
    background-color: #6C63FF;
    border-color: #6C63FF;
    color: #FFFFFF !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    width: auto;
}

.password-cha
{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.password-cha ul li
{
    width: 50%;
    float: left;
    display: block;
}

.password-cha ul.full-li li
{
    width: 100%;
}



@media only screen and (max-width: 768px)
{
    .centercard-ui-wrapper .centercard-ui-card
    {
        width: 100% !important;
        max-width: 100% !important;
        padding: 15px !important;
        margin: 15px !important;
    }
    .centercard-ui-wrapper .centercard-ui-card::after
    {
        right: 0 !important;
        height: auto !important;
    }
    .password-cha ul li
    {
        width: 100%;
    }
}
