/* //////// */
/* for loader */

/* ///// */
.text-d-blue {
    color: #14216a !important;
}

.text-warning-custom {
    color: #e59320 !important;
}

.text-blue {
    color: #4886ea !important;
}

.bg-blue {
    background-color: #4886ea !important;
}

.border-b-blue {
    border-bottom: 2px solid #14216a;
}

.btn-tpos-primary {
    background-color: #14216a !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.btn-tpos-primary:hover {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
}

.btn-tpos-secondary {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.btn-tpos-secondary:hover {
    background-color: #14216a !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
}

.card-tpos-primary {
    border-top: 2px solid #14216a;
}

.card-tpos-primary2 {
    border-bottom: 2px solid #14216a;
    transition: ease-in-out 0.5s;
}

.card-tpos-primary2:hover {
    transform: translateY(-5px);
}

.card-tpos-warning {
    border-top: 2px solid #d80000;
}

.card-tpos-warning2 {
    border-bottom: 2px solid #d80000;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning2:hover {
    transform: translateY(-5px);
}

.card-tpos-warning3 {
    border-top: 3px solid #ffa426;
    border-bottom: 3px solid #ffa426;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning3:hover {
    transform: translateY(-5px);
}

.card-tpos-secondary {
    border-top: 2px solid #4886ea;
}

.card-tpos-secondary2 {
    /* background-color: #dce9ff !important; */
    border-bottom: 2px solid #4886ea;
    transition: ease-in-out 0.5s;
}

.card-tpos-secondary2:hover {
    transform: translateY(-5px);
}

.btn-search {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    background-color: #4886ea !important;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.btn-search:hover {
    background-color: #14216a !important;
    color: #fff;
}

.custom-close {
    transition: ease 0.5s;
}

.custom-close:hover {
    color: #d9122b !important;
    transform: rotate(180deg);
}

.loading-img {
    margin-top: -2px;
}

.table-title {
    color: #14216a !important;
    background-color: #e9eff9;
    padding: 9px 12px;
    border-radius: 10px;
}

.table-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4886ea;
    border: 3px solid #14216a;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.view-title {
    color: #14216a !important;
}

.view-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4886ea;
    border: 3px solid #14216a;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.table-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.table-top-area .page-link {
    color: #14216a !important;
    background-color: #ffffff !important;
    border: 1px solid #14216a !important;
    border-bottom: 2.5px solid #14216a !important;
    box-shadow: inset 5px 5px 8px #cbd7ed !important;
    cursor: pointer;
    border-radius: 0.25rem !important;
    transition: ease-in-out 0.5s;
}

.table-top-area .page-link:hover {
    background-color: #14216a !important;
    color: #fff !important;
    box-shadow: inset 2px 5px 8px #012258 !important;

}

.sub-card {
    background-color: #eef4ff !important;
    border-radius: 10px !important;
}

.custom-form-input1 {
    border: #14216a 1px solid !important;
    border-bottom: #14216a 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input1::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input1:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfcee8 !important;
}

.custom-form-input-warning {
    border: #e59320 1px solid !important;
    border-bottom: #e59320 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #e8d8bf !important;
}

.custom-form-input2 {
    border: #4886ea 1px solid !important;
    border-bottom: #4886ea 2px solid !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input2:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfcee8 !important;
}

.custom-form-input3 {
    border: #4886ea 1px solid !important;
    border-bottom: #4886ea 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfcee8 !important;
}

.invoice-item-title {
    line-height: 1.5rem !important;
}

.stock-transfer-title {
    background-color: #eef4ff !important;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 1rem;
}

.profile-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #4886ea;
    box-shadow: 0 4px 10px #afc0dd !important;
    margin: 10px 0;
    padding: 5px;
}

.profile-image2 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #4886ea;
    box-shadow: 0 4px 10px #afc0dd !important;
    margin: 10px 0;
    padding: 8px;
}

.permission-area {
    background-color: #fff;
    padding: 15px 20px 0px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: ease-in-out 0.5s;
}

.permission-area:hover {
    box-shadow: 0 4px 10px #afc0dd !important;
}

.custom-control-label {
    cursor: pointer !important;
}

.name-bg {
    background-color: #eef4ff !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.name-bg:hover {
    box-shadow: inset 2px 5px 10px #c0cee6 !important;
}

.footer-text {
    color: #14216a;
    vertical-align: middle;
    transition: ease-in-out 0.5s;
}

.footer-text:hover {
    color: #4886ea !important;
}

.footer-logo {
    width: 23px;
    margin-right: 5px;
}

.report-title {
    background-color: #eef4ff !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.btn-for-print {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-print:hover {
    background-color: #265eb7 !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff !important;
}

.btn-for-excel {
    background-color: #34b577 !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-excel:hover {
    background-color: #349d6a !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
}

@media(min-width:991.5px) {

    .btn-for-print,
    .btn-for-excel {
        display: block;
        width: 100% !important;
    }

    .print-btn {
        display: inline-block !important;
        width: auto !important;
    }
}


/* for dashboard */
.dash-img {
    width: 80px;
    transition: ease 0.5s;
    filter: drop-shadow(2px 5px 10px #fff);
}

.billing-card {
    transition: ease-in-out 0.5s;
    background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgb(214, 222, 237) 100%);
    color: #4873a5;
    border-bottom: 3px solid #4886ea;
}

.billing-card:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(309deg, rgb(123, 153, 218) 0%, rgb(72, 91, 165) 86%);
    color: #ffffff !important;
    text-shadow: 3px 2px 4px #0006;
    border-bottom: 3px solid #ffffff;
}

.billing-card:hover .dash-img {
    filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.174));
    transform: scale3d(1.06, 1.06, 1.06);
}

.dash-lable-icon {
    visibility: hidden;
    transition: ease-in-out 0.5s;
}

.billing-card:hover .dash-lable-icon {
    visibility: visible;
    transform: translateX(5px);
}

.tile-tiltle {
    margin: auto 0 auto 0 !important;
    font-size: 1.3rem !important;
}

.telesis-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: -1;
    width: 500px;
}

@media(max-width:500px) {
    .telesis-logo {
        width: 90% !important;
    }
}

.btn-transfer {
    border-radius: 8px !important;
    padding: 8px 20px !important;
    background-color: #54ca68;
    border-color: #2f743b;
    color: #fff;
    text-shadow: 2px 2px 5px #2f743b;
    transition: ease-in-out 0.8s;
    border-bottom: #2f743b 3px solid;
    font-size: 14px;
}

.btn-transfer:hover {
    background-color: #50ba61 !important;
    color: #fff !important;
    transform: translateX(8px);
}

.transfer-summery-sub-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #3c628c;
    border-radius: 10px;
}

.transfer-summery-sub-area h6 {
    margin-bottom: 0 !important;
}

.transfer-summery-area {
    background-color: #6089b8;
    border-radius: 10px;
    padding: 10px 10px;
    color: #fff !important;
}

.col-border {
    border-right: 1px solid #25405f;
}

.col-border1 {
    border-right: 1px solid #25405f;
}

.custom-hr {
    height: 1px !important;
    background-color: #ddd;
    width: 100%;
    margin: 5px 0;
}

.total-text {
    padding: 10px;
    background-color: #eef4fe;
    border-radius: 10px;
    text-shadow: 2px 2px 2px #fff;
    font-weight: 800;
    border: 1px solid #fff;
    width: 100%;
    text-align: right;
}

@media(min-width:992px) {
    .custom-padding2 {
        padding-bottom: 10px;
    }
}

@media(max-width:991.5px) {
    .col-border1 {
        border: none !important
    }

    .custom-padding {
        padding-top: 10px;
    }
}

@media(max-width:500px) {

    .col-border,
    .col-border1 {
        border: none !important;
    }

    .custom-padding1 {
        padding-top: 10px;
    }

    .btn-transfer {
        width: 100%;
        margin-bottom: 20px;
    }
}


.sub-sales-head::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    border: #14216a 2px solid;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.sub-sales-head {
    color: #cfe2ff;
}

.sub-sales {
    color: #cfe2ff;
    display: flex;
    justify-content: flex-end;
}

.main-sales {
    display: flex;
    justify-content: flex-end;
}

.billview-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bill-top-sub {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #c6d4ea;
}

.bill-top-sub-warning {
    background-color: #ffffff;
    color: #e59320;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 2px 2px 5px #ece0c6;
}

.bill-table {
    box-shadow: 0px 4px 8px #ffffff;
    border: 1px solid #ffffff;
}

.btn-print {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease 0.5s;
}

.btn-print:hover {
    background-color: #265eb7 !important;
    color: #fff !important;
}

.total-records {
    color: #14216a;
    font-weight: 600;
}

.total-records::before {
    content: '';
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #265eb7;
    display: inline-block;
}

.filter-area {
    background-color: #e0eafa;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #fff;
    border: 2px solid #fff;
}

.report-table {
    border-radius: 10px !important;
    border: 1px solid #000 !important;
}

.modal.show .modal-content.card-tpos-warning3 {
    box-shadow: 0 4px 200px 200px rgb(0 0 0 / 30%) !important;
}

.sub-card.border-white {
    border: 2px solid #FFF;
}