/*My Custom fonts*/
@font-face {
    font-family: "Ekushey-Bangla";
    src:url("../fonts/Ekushey-Bangla.eot") format("eot"),
    url("../fonts/Ekushey-Bangla.woff") format("woff"),
    url("../fonts/Ekushey-Bangla.ttf") format("truetype"),
    url("../fonts/Ekushey-Bangla.svg#Ekushey-Bangla") format('svg');
}

@font-face {
    font-family: "NotoSansBengali";
    src:url("../fonts/NotoSansBengali.eot") format("eot"),
    url("../fonts/NotoSansBengali.woff") format("woff"),
    url("../fonts/NotoSansBengali.ttf") format("truetype"),
    url("../fonts/NotoSansBengali.svg#NotoSansBengali") format('svg');
}

@font-face {
    font-family: "SolaimanLipi";
    src:url("../fonts/SolaimanLipi.eot") format("eot"),
    url("../fonts/SolaimanLipi.woff") format("woff"),
    url("../fonts/SolaimanLipi.ttf") format("truetype"),
    url("../fonts/SolaimanLipi.svg#SolaimanLipi") format('svg');
}

@font-face {
    font-family: "digital-7";
    src:url("../fonts/digital-7.eot") format("eot"),
    url("../fonts/digital-7.woff") format("woff"),
    url("../fonts/digital-7.ttf") format("truetype"),
    url("../fonts/digital-7.svg#digital-7") format('svg');
}

.login-page-body{
    background-image: url("../images/bann2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-size: auto;
}
.login-form{
    margin: 180px auto;
    border-radius: 8px;
    border: 1px solid #ffffff;
}

.login-form-logo{
    display: block;
    margin: 0 auto 10px auto;
    margin-bottom: 10px;
}
.login-page-margin{
    margin: 0 auto;
    margin-top: 180px;
}
.row{

}
.header{
    font-family: SolaimanLipi;
    background-color: #9BD770;
    color: #1B3409;
}
.main-content{
    min-height: 417px;
    width: 100%;
    background-color: #EBF7E3;
    padding: 15px;
}
/*.my-form{*/
/*border: 2px solid #9BD770;*/
/*font-family: NotoSansBengali;*/
/*color:#66B032; font-size: 17px;*/
/*font-weight: bold*/
/*}*/

/*.home-main-content-bg{*/
/*background-image: url("../images/rainbow.jpg");*/
/*background-attachment: fixed;*/
/*background-position: center center;*/
/*background-size: 100% 100%;*/
/*}*/
/*Menu Custom CSS*/
.menu-custom-style{}
.menu-custom-style li{}
.menu-custom-style li ul{
    margin-left: 10px;
    margin-right: 5px;
    /*list-style-type: none;*/
}
.menu-custom-style li ul li{

}
.menu-custom-style li ul li a{
    display: block;
}
.menu-custom-style li ul li a:hover{
    text-decoration: none;
    color: black;
    background-color: #dddddd;
}
li.nav-item {
    min-width: 70px;
    text-align: center;
}

/*.table{*/
/*background-color: navy;*/
/*color: yellow;*/
/*}*/

/*div.dataTables_wrapper div.dataTables_filter label {*/
/*color: yellow;*/
/*}*/

/*div.dataTables_wrapper div.dataTables_length label {*/
/*color: yellow;*/
/*}*/

/*div.dataTables_wrapper div.dataTables_info {*/
/*color: yellow;*/
/*}*/
/*select.form-control:not([size]):not([multiple]){*/
/*background-color: navy;*/
/*color: yellow;*/
/*}*/

/*.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child){*/
/*background-color: navy;*/
/*color: yellow;*/
/*}*/

/*.form-control{*/
/*color: yellow;*/
/*background-color: navy;*/
/*font-weight: bold;*/
/*}*/

.bg-pink{background-color: pink;}
.bg-yellow{background-color: yellow;}
.bg-green{background-color: green;}
.bg-navy{background-color: navy;}
.menu-bg{background-color: #1B3409}

.text-pink{color: pink}
.text-yellow{color: yellow}
.text-gree{color: green}
.text-navy{color: navy}
/*.main-content{*/
/*background-color: green;*/
/*background-color: navy;*/
/*min-height: 425px;*/
/*}*/



/*Footer Section*/

.footer{
    /*background-color: green;*/
    /*background-color: pink;*/
    border-top: 1px solid #9BD770;
    padding-bottom: 5px;
    background-color: #1B3409;
    color: #9BD770;
}
.footer-link{
    text-decoration: none;
    color: #9BD770;
    font-weight: bold;
}
.footer-link:hover{
    text-decoration: none;
    color: #66B032;
}
/*Voucher Section */
.voucher-heading{
    /*background-image: url(../images/dimension.png);*/
    background-color: #aaaaaa;
    color: #ffffff;
    background-position: center center;
    background-repeat: repeat;
}

.print-button{
    position: fixed;
    width: 100px;
    height: 49px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: 2px solid yellow;
    background-color: navy;
    font-weight: bold;
    /*color: #1b1e21;*/
    /*background-color: #1c94c4;*/
    z-index: 99999;
}

.print-button:hover{
    background-color: yellow;
    color: navy;
    border: 2px solid navy;
}

.carousel-caption.d-none.d-md-block {
    background-color: rgba(0,0,0,0.3);
    border-radius: 6px;
    border: 2px solid rgba(0,0,0,0.4);
}

/*Loader Section Start*/
#overlay{
    height:100%;
    width:100%;
}
.loader{
    width:100px;
    height:100px;
    /* border:5px solid #dddddd;  */
    border-top:5px solid #444444;
    border-bottom:5px solid #ffffff;
    border-radius:50%;
    background-color:transparent;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
    z-index: 99999999;

    animation: spin 1.5s infinite linear;
}

@keyframes spin{
    from{
        transform: rotate(0deg);
    }to{
         transform: rotate(360deg);
     }
}
/*Loader Section End*/

@media (max-width: 576px) {
    .login-form{
        margin: 60px auto;
    }
    .login-form-logo{
        width: 100%;
    }
}
p{
    margin-bottom: 0em;
}
.my-btn-submit {
    background-color: #9BD770;
    font-weight: bold;
    color: #1B3409;
    font-size: 20px;
}
.my-btn-submit:hover{
    color: #9BD770;
    background-color: #1B3409;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
    color: #1B3409;
    background-color: #9BD770;
}

.taka-poisa{
    color: #1B3409;
    background-color: #9BD770;
    font-size: 20px;
}

/*Voucher Design*/
.voucher{
    width: 210mm;
    height: 297mm;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: auto;
    font-family: SolaimanLipi;
    color: black;
    background-color: white;
    padding: 10px;
}
.voucher img{
    position: absolute;
    left: 140px;
    top: 40px;
    width: 140px;
    height: auto;
}
.mob {
    position: absolute;
    right: 50px;
    top: 25px;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
}
.mob p {
    margin-bottom: -3px;
}

option.product-name{
    /*font-family: SutonnyMJ;*/
}
.name {
    position: absolute;
    top: 120px;
    left: 141px;
    font-size: 15.5px;
    font-family: arial;
}


/*Invoice Print*/
.invoice {
    width: 900px;
    position: relative;
    height: 330mm;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #000000;
    font-family: SolaimanLipi;
    /*background: linear-gradient( rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.8)100%), url("../images/jol-chap.png");*/
}
.water-mark {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.water-mark img {
    width: 500px;
    height: auto;
    transform: rotateY(180deg);
    opacity: 0.5;
}
.invoice-header {
    text-align: center;
    margin-top: -20px;
}

.invoice-header p.memo {
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 0px 5px;
}

.mob {
    position: absolute;
    right: 50px;
    top: 35px;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
}
.mob p {
    margin-bottom: -3px;
}

.company-logo {
    position: absolute;
    left: 130px;
    top: 20px;
    transform: rotatey(180deg);
}

img {
    vertical-align: middle;
    border-style: none;
    width: 100px;
    height: auto !important;
}

.invoice-info table td, .invoice-info table th{
    border: none !important;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000000 !important;
}

.invoice-content table thead th{
    border-color: #000000;
    color: #000000 !important;
    font-size: 1.1em;
}

.invoice-content table tbody td, .invoice-content table tfoot th{
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #000000;
    color: #000000 !important;
}
.invoice-content table tfoot th{
    border: none !important;
}


.invoice-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.lg-font{
    font-size: larger;
}

.table-hover tbody tr:hover{color:#fff;background-color:rgba(0,0,0,.5)}

/*Sticker Section Start*/

/*Sticker Section End*/

@media print {
    #header, #menu, #footer, #invoicePrintButton, #newPayment, #avatar, #close, #profile, button, a{display: none !important;}
    .scrollToTop{ display: none !important; }
    .invoice{
        padding-top: 40px;
        color: #000000;
        box-sizing: border-box;
        height: 330mm;
        width: 985px;
        border: none;
    }

    .company-logo {
         left: 150px;
         top: 30px;
     }

    .invoice-footer{
        margin-bottom: -100px;
    }
}

@page  {
    size: auto;
    margin: 0mm;
    /*margin-left: -10mm;*/
    /*margin-top: 3mm;*/
}


