/* .bg-red {
    background: #d7182a;
    color: #fff;
}
.tablecard-heading {
    padding: 13px  20px;
} */
 .dashboard-common-heading {
    font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.dashboard-common-heading:before {
    position: absolute;
    content: "";
    background: red;
    width: 35px;
    height: 4px;
    bottom: -1px;
    border-radius: 20px;
}
.custom-table thead th {
    background: #d7182a;
    color: #fff;
}
.custom-table  th, .custom-table  td {
    font-size: 15px;
    white-space: nowrap;
}
.custom-container {
    max-width: 100rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.custom-desc, .custom-title {
    white-space: normal !important;
}
.main-red-color {
    color: #d7182a;
}
.custom-btn {
    border-radius: 0.375rem;
    background: rgb(215 24 42);
    padding: 10px 18px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}
.custom-btn:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}
[type='checkbox']:checked, [type='radio']:checked {
    background-color: rgb(215 24 42);
}
[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: rgb(215 24 42);
}
[type='checkbox']:focus, [type='radio']:focus {
    outline: none;
    box-shadow: none;
}
.custom-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.custom-table tbody tr:nth-child(odd) {
    background: #fff;
}
.custom-table tbody tr:hover {
    background: #d7182a0d;
}
/* .logo-black {
    filter: brightness(0.1) invert(0);
} */
.custom-header {
    background: #d7182a;
}
.custom-menu a {
    color: #fff;
    font-size: 16px;
}
.custom-menu a:hover {
   border-color: rgb(0 0 0);
   color: #fff;
}
.custom-menu .border-indigo-400{
    border-color: rgb(0 0 0);
}
.custom-profile span, .custom-profile form button {
    color: #fff !important;
    font-size: 16px;
}
a:focus-visible {
    outline: 0;
}


/* 03 dec  */
.custom-btn {
    background: rgb(215 24 42);
    font-size: 16px;
    letter-spacing: normal;
    text-transform: capitalize;
    padding: 15px;
}
.custom-btn:hover {
    background: #000;
}
.login-custom-hediang {
    color: rgb(215 24 42);
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}
.custom-form input:focus {
    box-shadow: none !important;
    border: 1px solid #d7182a;
}
.custom-form input:focus-visible {
   outline: none;
}
.cms-page-btn a{
  margin-right: 10px;
}
.edit_btn {
    background: #000000;
    color: #ffffff;
    /* border: 1px solid #d7182a; */
}
.tablecard-heading{
  position:relative;
}
.custom-black-btn {
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    font-size: 15px;
    padding: 12px 15px;
}
.custom-black-btn:hover {
    background: rgb(215 24 42);
}
.cms-section-header {
    background: #202020;
}
.custom-form label.block {
    color: #1f2937;
    font-size: 15px;
}
.password-field button {
    position: absolute;
    right: 10px;
    top: 15px;
}

.password-field input {
    padding-right: 40px;
}
@media (max-width:639px){
    .main-mobile-bg {
    background: #fff;
}
}