@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    }

.help-block {
    color: rgb(97, 103, 211) !important;
}

/* 22-03-2024 */
.text-right .print-space{
    margin-left: 5px;
    margin-right: 5px;
}
.padding-left li{
    list-style: none !important;
}
.padding-left{
    padding-left: 15px !important;
}
.main-admin .card-body a{
    color: #fff;
}
.card-header h5{
    margin: 0px;
    line-height: 28px;
}
.form-control,
.input-group-text{
    border-color: #969696;
}
.btn-primary {
    color: #fff;
    background-color: #636f83;
    border-color: #636f83;
}
.btn-primary:hover {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}
.margin-style .btn-link{
    color: #1a8df4;
}
.header-title{
    display: ruby;
}
.header-title h3{
    color: #fff;
    font-size: 18px;
}
.wsmenu .active a{
    color: #fffa49;
}

.bg1 { background-color: #E7F0F6;}
.bg2 { background-color: #F4EFF8;}
.top-header-title {
    text-align: left;
}

.top-header-title h3 {
    margin-bottom: 0;
    margin-top: 12px;
}

.top-header-title h3 span {
    font-size: 16px;
}

.top-header-title h3 a {
    color: #555;
}

.top-header-title h3 a:hover {
    text-decoration: none;
}

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

.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%;
}

.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;
}

.pwd-new {
    right: 20px;
    position: absolute;
    padding: 8px 25px 8px 10px;
    margin: 2px;
    z-index: 999;
    cursor: pointer;
}

.pwd {
    position: absolute;
    padding: 8px 30px 8px 20px;
    margin: 2px;
    right: 0;
    z-index: 999;
    background-color: transparent;
}

.change-pwd .pwd {
    margin-top: -32px;
    right: 8px;
}

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

.bar {
    --d: 1rem;
    /* arrow depth */
    --gap: 0.3rem;
    /* arrow thickness, gap */

    display: flex;
    margin-right: var(--d);
}
.bar-step {
    flex: 1;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.6rem var(--d);
    margin-right: calc(var(--d) * -1 + var(--gap));
    background: #989a9a;
    color: #e6e6eb;
    clip-path: polygon(0% 0%,
            calc(100% - var(--d)) 0%,
            100% 50%,
            calc(100% - var(--d)) 100%,
            0% 100%,
            var(--d) 50%);
}
.bar-step:first-child {
    clip-path: polygon(0% 0%,
            calc(100% - var(--d)) 0%,
            100% 50%,
            calc(100% - var(--d)) 100%,
            0% 100%);
}
.bar-step.active {
    background: #1e6bb8;
    color: #fff;
}

.c-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 2rem;
    background: #ebedef;
    border-top: 1px solid #d8dbe0;
}

@media (min-width: 230px) and (max-width: 950px){
    .c-header .c-header-brand{
        color: #fff !important;
    }
}

.thead-bgcolor{
    background:lightgray;
}

.qty-bg{
    background:#d9e6f2;
}
.issue-bg{
    background:#f2e6ff;
}
.pending-bg{
    background:#ffe6e6;
}

/* Apply styles to the notification icon */
.c-header-nav-link {
    position: relative;
    text-decoration: none;
}

.icon {
    width: 24px;
    height: 12px;
    position: relative;
    font-size:20px;
}

/* Style the notification count badge */
.count {
    background-color: red;
    border-radius: 50%;
    color: white;
    position: absolute;
    font-size: small;
    padding: 2px 4px; /* Reduce padding to make it smaller */
    top: 50%;
    left: calc(100% - 10px); /* Adjust the left position if needed */
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px; /* Reduce the minimum width */
}

.strong{
    font-weight: 600;
}

.align-right{
    align-items:right;
}


.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size:0.999em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.swal2-icon {
    width: 32px !important;
    height: 32px !important;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 10px auto;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 24px !important;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 15px auto 6px !important;
    border: 0.25em solid rgba(0,0,0,0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}
.swal2-styled {
    margin: 0.3125em;
    padding: 3px 8px !important;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 0%);
    font-weight: 500;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7066e0 !important;
    color: #fff;
    font-size: 1em;
    border-color: #f73b48 !important;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 25em !important;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}
.dt-body-right {
    text-align: right;
}
.bottom-buttons{
    margin: 0px !important;
}
.one-line{
    display: inline-flex;
    align-items: center;
}
.order-button{
    margin-top: 16px;
}
.card.badge-info {
    color: #fff;
    background-color: #39f;
}
.card.badge-primary {
    color: #fff;
    background-color: #993366;
}
.card.badge-partial {
    color: #fff;
    background-color: #e6005c;
}
.card.badge-danger {
    color: #fff;
    background-color: #e55353;
}
.card.badge-success {
    color: #fff;
    background-color: #2eb85c;
}
.card.badge-received{
    color: #fff;
    background-color:SlateBlue ;
}
.card.badge-return{
    color: #fff;
    background-color: rgb(31, 170, 163);
}
.card.badge-cancelled{
    color: #fff;
    background-color: #B71C1C ;
}
.card.badge-dispatched{
    color: #fff;
    background-color: rgb(73, 82, 81);
}
.reject-order{
    margin: 0px 10px;
}
.globle_back{
    margin-top: -17px;
    margin-left: 15px;

}
h1,h2,h3, h4, h5, h6, .dataTables_info, label,
table th, td, p, .help-block, .form-control, .btn, .select2-results__options li, .select2-selection__rendered {
    font-family: 'Poppins', Helvetica, sans-serif;
}
table th{
    font-weight: 500 !important;
}
table td .btn-xs{
 padding: 2px 5px;
}
.select2-results__options li{
 padding-left:10px;
 padding-right:10px;
}
@media (max-width: 767px) {
    .top-header-title h3 {
        display: none;
    }
    .buttons-excel {
        float: left;
    }
    .app-header .navbar-brand {
        left: 26% !important;
        width: 150px;
    }
    .padding-zero {
        padding: 0 15px;
    }
    .student-table-create table {
        overflow-x: auto !important;
    }
    .modal-body {
        overflow-x: auto;
    }
    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        overflow: auto !important;
    }
    .diocesanSecretary-table .dataTables_scrollHeadInner,
    .regionalSecretary-table .dataTables_scrollHeadInner {
        width: auto !important;
    }
}
/* Apply styles to the notification icon */
.notify {
    position: relative;
    text-decoration: none;
}

.icon {
    width: 24px;
    height: 12px;
    position: relative;
    font-size:20px;
}

/* Style the notification count badge */
.count {
    background-color: red;
    border-radius: 50%;
    color: white;
    position: absolute;
    font-size: small;
    padding: 2px 4px; /* Reduce padding to make it smaller */
    top: 50%;
    left: calc(100% - 10px); /* Adjust the left position if needed */
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px; /* Reduce the minimum width */
}

.w1 {width: 60px;}

.mini-img {
    min-width: 80px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }

.rupees{
    font-family: 'Font Awesome 5 Free';
    }
    

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    align-content: space-around;
} 

