﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/GoogleFont/Merriweather-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.font-Merriweather {
    font-family: Merriweather;
}

.font-Poppins {
    font-family: Poppins;
}


.wrapper {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
#fee-entry-form input, #fee-entry-form select, #fee-entry-form textarea {
    width: 100% !important;
    max-width: 100%;
}

/*=====================*/
/*Boostrap 4 custom   */
/*===================*/
.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}


.navbar {
    padding: 0.2rem 1rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e5dede !important;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff !important;
    }

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #0f199c;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #0f199c;
}

.btn-light {
    border-color: #d8e0e9;
}

.btn-primary {
    background-color: rgba(15, 25, 156, 0.75);
}
/*Custom-Arafat*/
.bg_gardient_effect {
    height: 100vh;
    background: linear-gradient( rgba(18, 52, 98, 0.8), rgba(59,120,203, 0.6), rgba(222, 222, 222, 0.45));
    /* background: #ccc;*/
}

.container-login {
    /*margin-top:100px;*/
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.form-signin {
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
}

.login-footer {
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}
/*.dlAbout dt {
    width: 200px;
}

.dlAbout dd {
    padding-left: 50px;
}*/

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-bg {
    background: url(../Images/hero-bg.jpg) top center fixed;
    background-size: cover;
}

.style1 {
    font-size: 16px;
}

.content-title {
    margin-bottom: 15px;
}

#tblBillEntry dl {
    margin-bottom: 0;
}

.headTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 22px;
}

/*
    Custom styles
*/
body, .wrapper {
    background: #f8f8f8;
}

.body-content {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding-top: 13px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
    border-radius: .5rem;
    margin-top: 20px;
    /*border-top: 3px solid #d2d6de;*/
}

footer {
    padding: 20px;
}

.page-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    color: #31708f;
    text-align: center;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        /*left: 10%;*/
        top: 3%;
        left: 0;
        right: 0;
    }

    #section-to-printnid, #section-to-printnid * {
        visibility: visible;
    }
    #section-to-printnid {
        position: absolute;
        top: 2%;
        left: 1%;
        right: 1%;
    }
}

/*Iftekhar vai*/
/*body {
    background: #e7e7e7;
}*/

#main-header {
    background: #fff;
}

.bg-menu {
    /*background: #0f199c;*/
    background: url(../../Images/pattern/balance_bg.png) repeat-x;
    background-color: #105daa;
}

/*.main-menu {
    /*border-top: 1px solid #686565;*/
/*background: #0f199c;
}

    .main-menu .nav-item a {
        color: #fff;
    }*/

.main-content {
    margin-top: 20px;
}

.logo {
    /*text-align: center;*/
}

.main-content .card img {
    padding: 15px;
}

.main-content a.item {
    color: #000;
    margin-top: 20px;
}

    .main-content a.item:hover {
        text-decoration: none;
    }

    .main-content a.item .card {
        margin-top: 20px;
    }

#icon-grid {
    /*padding-top: 15px;*/
    padding-bottom: 30px;
    /*max-width: 970px;*/
    /*margin: auto;*/
}

.case-wrapper {
    position: relative;
    margin: 0px;
    float: left;
    /*
        width: 138px;
        height: 140px;
    */
    margin-top: 8px;
    margin-right: 10px;
}

.app-icon {
    padding: 20px;
    display: inline-block;
    margin: auto;
    margin-right: 15px;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    transition: all .1s;
}

    .app-icon:hover {
        box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.30);
        /*border: 2px solid #b6b3b3;*/
    }

    .app-icon .inner, .app-icon img {
        font-size: 32px;
        min-width: 32px;
        color: #fafbfc;
        display: inline-block;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.15);
    }

.case-label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    vertical-align: middle;
}

.circle {
    position: absolute;
    right: 20px;
    top: -10px;
    color: #fff;
    background-color: #4a6add;
    padding: 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 25px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    text-shadow: none;
    letter-spacing: normal;
    cursor: pointer;
}

.case-label {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #6a6868;
    text-align: center;
    margin-top: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    text-shadow: none;
}

.login-div {
    width: 500px;
    margin: 50px auto;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.upper {
    text-transform: uppercase;
}
/*=============================*/
/*    Voucher Table Style      */
/*=============================*/

.voucher-table .table, table {
    min-width: 100%;
    border-collapse: collapse;
}

.voucher-table td {
    padding: 5px;
}

.voucher-table .table-border {
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
}

    .voucher-table .table-border th,
    .voucher-table .table-border td {
        border-bottom: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        text-align: center;
    }

.voucher-table p {
    margin-top: 12px;
}

    .voucher-table p.copy {
        display: inline-block;
        /*font-size: 8px;*/
    }

.voucher-table .border {
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    padding: 5px;
}

.underline {
    text-decoration: underline;
}

.small {
    font-size: 10px;
}
.main-content {
    min-height: calc(50vh);
}
footer {
    padding: 10px;
}
.btn-outline-secondary {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #CACFD2;
    border-color: #dae0e5;
}

.bg-fafafa {
    background-color: #fafafa;
}

.bg-f1f1f1 {
    background-color: #f1f1f1;
}

.clgVoucherTD {
    border-bottom: 1px dashed #808080;
    padding-left: 5px;
}

.boardVoucherTD {
    border-bottom: 1px dashed #808080;
    padding-left: 5px;
}

@font-face {
    font-family: "SolaimanLipi";
    src: url('../fonts/SolaimanLipi_20-04-07.ttf');
}

.bangla {
    font-family: 'SolaimanLipi',sans-serif;
}
.font-90P{
    font-size:90%;
}

/*
    College Fee Area
*/

.select2 {
width:100% !important;
}

.area-app-title {
    margin-left: 10px;
    margin-right: 10px;
}


.area-app-title a {
    text-decoration:none;
    color:#ffffff;
    font-size:1.2em;
}

@media (max-width: 576px) {
    .area-app-title {
        margin-left: 2px;
        margin-right: 2px;
    }

        .area-app-title a {
            font-size: 1em;
            line-height: 90%;
        }

    .xs-menu-form {
        width:60%;
    }
}

/*
    Home Redesign
*/
.home-page {
    /*height: 33vh;*/
}

.img-optimize {
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
}

@font-face {
    font-family: "PlayfairDisplaySC";
    src: url('../fonts/Playfair_Display_SC/PlayfairDisplaySC-Regular.ttf');
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

.home-page {
    font-family: 'PlayfairDisplaySC',sans-serif;
    
}

.banner-section {
    background-image: linear-gradient(rgba(11, 4, 71, .95), rgba(11, 4, 71, .91)), url('../Images/vendors-compact-logo.png');
    height: 100%;
    background-position: left top;
    background-repeat: repeat;
    /*background-position: center;*/
    /*background-size: cover;*/
    /*position: relative;*/
}

.banner-section-xs {
    /*background: #3a444e;*/
    background: rgb(11, 4, 71);
}

    .banner-section-xs .logo-title {
        color: #dacb8d;
        font-family: 'SolaimanLipi',sans-serif;
        font-size:1.2em;
    }

    .banner-section-xs .tag-line {
        color: #dacb8d;
        font-family: 'Montserrat',sans-serif;
        letter-spacing: 1px;
        font-size: 0.7em;
    }

    .banner-section .logo-title {
        color: #dacb8d;
        font-family: 'SolaimanLipi',sans-serif;
    }

        /*.banner-section .logo-title h2 {
            border-bottom: 3px solid #dacb8d;
        }*/

.banner-section .logo-title-hr {
    background-color: #dacb8d;
    width: 29rem;
    height: 4px;
}

    .banner-section .tag-line {
        color: #ffffff;
        font-family: 'Montserrat',sans-serif;
        letter-spacing: 2px;
    }

.payment-option-section {
    background-image: linear-gradient(rgba(218, 203, 141, 0.98), rgba(218, 203, 141, 0.99)), url('../Images/pattern-bg-1.png');
    background-repeat: repeat;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.nav-pills .nav-link {
    border-radius: 0.15rem;
    margin:0 2px 0 2px;
}

    .nav-pills .nav-link:hover {
        border-radius: 0.15rem;
        background-color: #ffffff;
        transition:ease-in 0.3s;
    }


.payment-option-section .filter-menu-title-hr {
    background-color: #eaeaea;
    width: 27rem;
    height: 4px;
}

.cat-logo-title {
    font-family: 'Montserrat',sans-serif;
    color: #3a444e;
}

.service-logo {
    background-color: #eaeaea;
    border-radius: 2px;
}

.service-logo-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 0.8em;
    background-color: #eaeaea;
    border-radius: 1px;
}

.py-service-logo-title {
    padding-top: 10px;
    padding-bottom: 10px;
}


.service-box:hover .service-logo-title {
    color: #ffffff;
    background-color: #444E58;
    transition: ease-in 0.3s;
}

.contact-section {
    background-image: linear-gradient(rgba(11, 4, 71, .95), rgba(11, 4, 71, .91)), url('../Images/pattern-bg-1.png');
    background-repeat: repeat;
}

.contact-box h6 {
    color: #DCD3B2;
}

.contact-box .info {
    color: #ffffff;
    font-size: 0.8em;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 1px;
}

.contact-section .hr {
    background-color: #dacb8d;
    width: 40rem;
    height: 1px;
}

.contact-section .copywright {
    color: #ffffff;
    font-family: 'SolaimanLipi',sans-serif;
    font-size: 0.7em;
}

@media (max-width: 300px) {
    .nav-pills .nav-link {
        margin: 0 1px 0 1px;
        padding:2px 4px;
        font-size:.7em;
    }
    .cat-logo img {
        height: 20px !important;
    }
}

@media (max-width: 440px) {
    .nav-pills .nav-link {
        margin: 0 4px 0 4px;
        padding: 3px 3px;
        font-size: .8em;
    }

    .cat-logo img {
        height: 25px !important;
    }
}

/*Board Fee*/
.d-none{
    display:none;
}

/*For select2 width*/
/*.select2-selection__rendered {
    line-height: calc(1.5em + 0.5rem + 2px) !important;
}*/

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.5rem + 5px) !important;
}

.select2-selection__arrow {
    height: calc(1.5em + 0.5rem + 2px) !important;
}



voucher-print-tbl {
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .voucher-print-tbl {
        font-size:10px;
    }
}



/* ====================================================================================================================
   jkkniu css codes

==================================================================================================================*/

.jkkniu-tree-view-content {
    background-image: linear-gradient(rgba(11, 4, 71, .80), rgba(11, 4, 71, .70)), url('../Images/jkkniu-index-photo.jpg');
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    /*position: relative;*/
}

#BHBFC-pdf-sm {
    display: none;
}

#BHBFC-pdf-md {
    display: block;
}

@media (max-width: 767.98px) {
    #BHBFC-pdf-sm {
        display:block;
    }
    #BHBFC-pdf-md {
        display: none;
    }
}

.bg-buet-hbfc {
    background-image: linear-gradient(rgba(207, 215, 230, 0.85), rgba(245, 247, 250, 0.9)), url(../Images/pattern/003.png);
    background-repeat: repeat;
    padding-top: 45px;
    min-height: 100vh;
    /*background-image: url('../Images/pattern/13087.jpg') repeat-x;*/
    /*background: url('../Images/pattern/diamond-upholstery.png') repeat-x;
    background-repeat: repeat;*/
}

/* ====================================================================================================================
    jkkniu Admin Login Starts

./==================================================================================================================*/

.login-body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.login100-form-title {
    background-image: linear-gradient(rgba(0, 0, 0, .60), rgba(0, 0, 0, .50)), url('../Images/jkkniu-index-photo.jpg');
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    /*position: relative;*/
}


input {
    outline: none;
    border: none;
}

    input[type="number"] {
        -moz-appearance: textfield;
        appearance: none;
        -webkit-appearance: none;
    }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*label {
    display: block;
    margin: 0;
}*/

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ebeeef;
}


.wrap-login100 {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login100-form-title-1 {
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54,84,99,0.7);
}


/*==================================================================
[ Form ]*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 88px 28px 190px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;
}

/*---------------------------------------------*/
.input100 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input100::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        background: #57b846;
    }


/*---------------------------------------------*/
input.input100 {
    height: 45px;
}


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #e6e6e6;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #57b846;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #57b846;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background-color: #333333;
    }


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .login100-form {
        padding: 10px 15px 28px 117px;
    }
}

@media (max-width: 480px) {
    .login100-form {
        padding: 10px 15px 28px 117px;
    }

    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 767.98px) {
    #TrnxTableBHBFC {
        margin-left: 20%;
        margin-right: 5%;
    }
}
@media (min-width: 767.98px) {
    #TrandetailsBHBFC {
        width:100%;
    }
}
voucher-print-pdf {
    font-size: 20px;
}
@media (min-width: 767.98px) {
    .voucher-print-pdf {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .voucher-print-pdf {
        font-size: 10px;
    }
}

/*-------- for home page menu & icon -------*/
@media (max-width: 300px) {
    .nav-pills .nav-link {
        margin: 0 1px 0 1px;
        padding: 2px 4px;
        font-size: .7em;
    }

    .cat-logo img {
        height: 20px !important;
    }
}

@media (max-width: 440px) {
    .nav-pills .nav-link {
        margin: 0 4px 0 4px;
        padding: 3px 3px;
        font-size: .8em;
    }

    .cat-logo img {
        height: 25px !important;
    }
}

/*.bg-menu {
    background: linear-gradient(to left, #0636be, #040b64);
}*/
.card-outline-warning {
    border-top: 3px solid #ffc107;
}