.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    text-align: center;
}

.btn-ripple {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .5s;
}

.btn-ripple::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25%;
    height: 100%;
    width: 50%;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 1s;
    transform: scale(5, 5);
}

.btn-ripple:active::after {
    padding: 0;
    margin: 0;
    opacity: .2;
    transition: 0s;
    transform: scale(0, 0);
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.85em;
}

table.dataTable tbody tr.selected {
    background-color: lightyellow !important;
}

.datatable_actions {
    display: none;
}
td{
    color:rgba(0, 0, 0, 0.6);
}


.read-column {
    background-color: #f4f6f9 !important;
}

.pace .pace-progress {
    height: 3px;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
    position: absolute;
    margin-left: 1px;
    margin-top: -2px;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    line-height: 2;
}

.action_link {
    width: 30px;
    height: 30px;
    margin: 1px 2px;
    display: inline-block;
    font-size: 12px;
    color: #18A17C;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: none;
    border: 2px solid #18A17C
}

.action_link:hover {
    color: #fff;
    background: #18A17C;
}

.action_link:focus {
    color: #fff;
}

.action_link.red {
    border-color: #E85152;
    color: #E85152;
}

.action_link.red:hover {
    background: #E85152;
    color: #fff;
}

.action_link.orange {
    border-color: #E99250;
    color: #E99250;
}

.action_link.orange:hover {
    background: #E99250;
    color: #fff;
}

.sidebar-dark-primary {
    background-color: #FFFFFF;
}

.navbar-white {
    background-color: #FFFFFF;
}

.brand-link {
    text-align: center;
}

.brand-link .brand-image {
    float: none;
    margin: 0 10px;
}

.login_sec {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.login_right {
    background: #444cb5 url(.././themes/adminlte/dist/img/login_bg.jpg) no-repeat center center;
    background-size: cover;
}

.login_right figure {
    width: 100%;
    float: left;
    padding: 40px;
    margin: 0;
    text-align: center;
}

.login_form {
    width: 100%;
    max-width: 400px;
    padding: 20px 30px;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.login_form h2 {
    padding: 0;
    margin: 0;
    color: #0F0D18;
    font-weight: 700;
}

.login_form .form-group label {
    margin: 0 0 5px 0;
    font-size: 15px;
    color: #0F0D18;
    font-weight: 600;
}

.login_form .form-control {
    border-color: #CFCED0;
    border-radius: 10px;
    font-size: 14px;
    color: #0F0D18;
    height: calc(3rem + 2px);
}

.login_form .input-group-text {
    border-radius: 10px;
    color: #86858B;
}

.login_form .input-group .form-control {
    border-right: none;
}

.login_form strong {
    font-weight: 500;
}

.login_form .btn {
    font-weight: 600;
    padding: 15px 15px;
}

.login_form .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text {
    border-radius: 0 10px 10px 0;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ff005000;
    color: #FF2D2B;
}

.nav-sidebar>.nav-item.menu-open>.nav-link {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

li.nav-item:hover {
    background-color: #300A6F6E;
    /* Light gray background color when hovering */
}
li.nav-item.dropdown.user-menu:hover {
    background-color: transparent;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active:hover,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.small-box.bg-purple {
    background-color: #a37de1 !important;
}

.small-box.bg-purple .inner {
    font-family: 'Roboto';
}

.main-footer {
    margin-left: 0px !important;
}

.small-box.bg-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
    /* Adjust the last value for transparency (0.0 to 1.0) */
}

.small-box.bg-white .inner {
    color: #300A6F;
    font-family: 'Roboto';
}

.content-header h1 {
    color: #FF2D2B;
    /* font-family: 'PROXON'; */
    font-weight: bold;
    font-size: 30px;
}

.custom-button-color {
    background-color: #300A6F;
    border-color: #300A6F;
}

.custom-button-color:hover {
    background-color: #1f0655;
    /* Adjust the hover color as needed */
    border-color: #1f0655;
    /* Adjust the hover color as needed */
}

.custom-button-view {
    border-color: rgba(48, 10, 111, 0.2);
    color: #300A6F;
    background-color: transparent;
    /* font-family: 'PROXON'; */
    border-radius: 6px;

}

.custom-button-view:hover {
    background-color: #300A6F;
    /* Optional: Add a slight background color on hover */
    color: #fff;
}

.content-wrapper {
    /* background: url('/uploads/background.png') center center/cover no-repeat; */
    background-color: transparent;
}

/* .wrapper, body, html {
    min-height: 100%;
    background: url('/uploads/background.png') center center/cover no-repeat;
} */

/* body {
    background: url('/uploads/background.png') center center/cover no-repeat;
} */
.nav-sidebar .nav-item>.nav-link {
    position: relative;
    color: #00000080;
}

.navbar-white {
    background-color: transparent;
}

.wrapper {
    background: url('/uploads/background.png') center center/cover no-repeat;
}

.main-footer {
    background-color: #300A6F;
    border-top: 1px solid #dee2e6;
    color: #FFFFFF;
    padding: 1rem;
    /* font-family: 'Roboto'; */
    text-align: center;

    font-size: smaller;
}

/* .elevation-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}
body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0;
} */

body:not(.layout-fixed) .main-sidebar {
    height: inherit;
    min-height: auto;
    position: absolute;
    top: 20px;
    ;
    margin-left: 20px;
    /* Adjust the value as needed for the desired space */
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important;

}

/* body {
    font-family: 'Roboto';
} */

.content-header {
    padding: 15px 0.5rem;
    margin-left: 30px;
}

.content-wrapper>.content {
    padding: 0 0.5rem;
    margin-left: 30px;
}

.main-header {
    border-bottom: 0px solid #dee2e6;
    z-index: 1034;
}

.navbar-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 30px;
}

.bg-primary {
    background-color: #300A6F !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;

}

.d-md-inline {
    display: inline !important;
    margin-right: 5px;
    /* font-family: 'Prompt'; */
    font-weight: bold;
    color: black;
    font-size: smaller;
}

.user-icon {
    line-height: 2;
    margin-right: 15px;
    margin-top: 5px;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
    /* font-family: 'Roboto'; */
    font-size: larger;
}

.small-box .inner .icon-box-purple {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(180, 4, 4, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: -78px;
    position: relative;
    height: 60px;
    width: 80px;
    color: #FFFFFF;
    margin-left: 142px;
    margin-top: 20px;
    background-color: #300A6F;
}

.small-box .inner .icon-box-purple i {
    font-size: 30px;
    top: 20px;
    margin-left: 30px;
    margin-top: 10px;
}

.small-box .inner .icon-box-purple i {
    font-size: 30px;
    top: 20px;
    margin-left: 30px;
    margin-top: 10px;
    color: #FFFFFF;
}

.small-box .inner .icon-box-white {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(180, 4, 4, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: -78px;
    position: relative;
    height: 60px;
    width: 80px;
    color: #300A6F;
    margin-left: 142px;
    margin-top: 20px;
    background-color: transparent;
}

.small-box .inner .icon-box-white i {
    font-size: 30px;
    top: 20px;
    margin-left: 30px;
    margin-top: 10px;
    color: #300A6F;
}

.recent-users-img>img {
    border-radius: 50%;
    height: 40px;
    max-width: 100%;
    margin-right: -25px;
}


.recent-users-info {
    display: flex;
    flex-direction: column;
}

.recent-users-name {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    /* Adjust the font size for the role */
}

.recent-users-role {
    font-size: 11px;
    /* Adjust the font size for the role */
    color: #6c757d !important;
    /* Adjust the color for the role */
    margin-top: 2px;
    /* Adjust the margin-top for spacing */
}

.recent-users-name,
.recent-users-role {
    /* font-family: 'Roboto'; */
    /* Other styles for name and role */
}

.user-btn-block {
    display: block;
    width: 80px;
    height: 40px;
}

.card-title {
    /* font-family: 'Roboto'; */
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #402977;
    border-color: #300A6F;
}

.btn-outline-info {
    color: #300A6F;
    border-color: #300A6F;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(48, 10, 111, 0.6);
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #300A6F;
    border-color: #300A6F;
}

.btn-outline-select:hover {
    color: #fff;
    background-color: #402977;
    border-color: #300A6F;
}

.btn-outline-select {
    color: #300A6F;
    border-color: rgba(48, 10, 111, 0.2);
}

.btn-outline-select:not(:disabled):not(.disabled).active:focus,
.btn-outline-select:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-select.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(48, 10, 111, 0.6);
}

.btn-outline-select:not(:disabled):not(.disabled).active,
.btn-outline-select:not(:disabled):not(.disabled):active,
.show>.btn-outline-select.dropdown-toggle {
    color: #fff;
    background-color: #300A6F;
    border-color: #300A6F;
}

.dropdown-icon::after {
    margin-left: 15px;
}

.table-fontStyle {
    /* font-family: 'Roboto'; */
}

.btn-copyLink {
    color: #fff;
    background-color: #E99250B2;
    border-color: #E99250B2;
    box-shadow: none;
    margin-bottom: 17px;
    margin-top: 17px;
}

.btn-copyLink:hover {
    color: #fff;
    background-color: #e57621b2;
    border-color: #e57621b2;
}

.AddDataBoxstyle {
    border: 2px solid rgba(48, 10, 111, 0.2);
    height: 80px;
    /* padding-block: 17px; */
    font-family: 'Roboto';
}

.btn-next {
    color: #fff;
    background-color: #300A6F;
    border-color: #300A6F;
    font-family: 'Roboto';
}

.btn-next:hover {
    color: #fff;
    background-color: #402977;
    border-color: #300A6F;
}

.btn-prev {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    font-family: 'Roboto';
}

.btn-prev:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.571);
    border-color: rgba(0, 0, 0, 1);
}

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

.action_link_blue {
    width: 30px;
    height: 30px;
    margin: 1px 2px;
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 105, 217, 1);
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: none;
    border: 2px solid rgba(0, 105, 217, 1);
}

.action_link_blue:hover {
    color: #fff;
    background: rgba(0, 105, 217, 1);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #402977;
}

.basic-details {
    border: 1px solid transparent;
    border-color: #300A6F;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: #300A70;
    color: #fff;
    margin: auto;
    margin-bottom: 4px;
    margin-top: 20px;
}
.basic-details-edit {
    border: 1px solid transparent;
    border-color: rgba(48, 10, 111, 0.2);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background-color: transparent;
    color: rgba(48, 10, 111, 1);
    margin: auto;
    margin-bottom: 4px;
    margin-top: 20px;
}
.card-info.card-outline {
    border-top: 3px solid #300A70;
}
.user-label-div{
    color: rgba(0, 0, 0, 0.5);
    margin-left: 1px;
}
.card-success.card-outline {
    border-top: 3px solid #300A70;
}

.card-title {
    font-size: larger;
    color:rgba(48, 10, 111, 1)
}
.badge-secondary-syle{
background-color:rgba(217, 217, 217, 1) ;
color: rgba(0, 0, 0, 0.5);
}
.badge-success-syle{
background-color:rgba(0, 161, 65, 0.2);
color: rgba(0, 161, 65, 1);
}
.badge-warning-syle{
    background-color:rgba(255, 0, 42, 0.14) ;
    color: rgba(255, 0, 42, 1);
    }
.badge-created_at{
    color: rgba(0, 0, 0, 0.5);
     }
 .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #300A70;
        border-color: #300A6F;
        border-radius: 0.25rem;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .nav-tabs .nav-link {
        color: rgba(48, 10, 111, 1);
        background-color: transparent;
        border-color: rgba(48, 10, 111, 0.2);
        border-radius: 0.25rem;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: none;
    }

     .table th {
        border-top: none;
    }
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: none;
        border-bottom: 1px solid #dee2e6;
    }
    li.nav-item.menu-is-opening.menu-open {
        background:#300A6F6E;
    }

    .nav-pills .nav-link:not(.active):hover{
    color:white;
    }

.user-profile-image{
    margin-bottom: 25px;
    border-radius: 60px;
    height: 120px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
}
.user-editfaIcon{
    margin-top: 89px;
    margin-left: -32px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 45, 43, 1);
    font-size: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ajaxDatatable tbody:before {
    /* This doesn't work because of border-collapse */
    line-height:1em;
    content:"@";
    color:transparent;

    display:block;
}
