@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../techart/fonts/roboto-v30-latin-300.woff2') format('woff2'),
        url('../techart/fonts/roboto-v30-latin-300.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../techart/fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        url('../techart/fonts/roboto-v30-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../techart/fonts/roboto-v30-latin-500.woff2') format('woff2'),
        url('../techart/fonts/roboto-v30-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../techart/fonts/roboto-v30-latin-700.woff2') format('woff2'),
        url('../techart/fonts/roboto-v30-latin-700.ttf') format('truetype');
}

@font-face {
    font-family: 'ChequeFont';
    font-style: normal;
    font-weight: normal;
    src: url('../techart/fonts/MICREncoding.woff2') format('woff2'),
        url('../techart/fonts/MICREncoding.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.main-panel>.content {
    min-width: 390px;
    /* Stop Window Resize Less Then 640px */
}

.modal-dialog {
    min-width: 380px;
}

.normal-checkbox {
    height: 16px !important;
    width: 16px !important;
    flex: none !important;
    margin-top: 3px;
}

.required::after {
    content: "*";
    color: red;
    display: inline-block;
    font-size: 17px;
    margin-left: 5px;
}

.form-check-custom {
    background: #e7e3e3;
    padding: 8px 0 8px 12px;
    margin: 0 0 15px -3px;
    border-radius: 7px;
    font-weight: 400;
    color: #3e3e3e;
}

.ledgerlist {
    border-bottom: 1px dotted gray;
    list-style-position: inside;
    padding: 8px 0;
}

.access_key {
    /*font-weight: bold;*/
    text-decoration: underline;
}

#CrDrParties .row {
    padding-top: 5px;
    margin-bottom: 3px;
    border-radius: 5px;
}

#CrDrParties .row:hover {
    background: #ebe9e9;
}

.VoucherCOA {
    width: 100%;
}

.delrow {
    background: #d3ded2;
    display: inline-block;
    width: auto;
    height: 20px;
    padding: 4px;
    border-radius: 37px;
    cursor: pointer;
    margin: 7px 0 0 0;
}

#diffdisplay {
    padding: 16px 25px 5px 5px;
    color: red;
    font-weight: 400;
    text-align: center;
    float: right;
    clear: both;
}

/* Paging Navigation */
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: purple !important;
    border-radius: 50%;
    /* border-color: #2196f3; */
}

a.text-primary:hover,
a.text-primary:focus {
    color: purple !important;
}

/* Paging Navigation */
h2.logintitle {
    color: #fbfbfb;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    font-weight: bold;
}

#navsearch {
    font-family: Arial, FontAwesome;
    text-align: center;
}

/* Image Holder - Ajax View & Delete */
.img-container {
    position: relative;
    text-align: center;
    border: 1px dotted rgb(123, 110, 110);
}

.img-container img {
    width: 100%;
    height: auto;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Image Holder - Ajax View & Delete */

fieldset.custom-fieldset {
    border: 1px dotted #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 10px;
}

legend.fieldset-legend {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

#img-preview {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: top;
}

#img-preview img {
    width: 150px;
    height: auto;
    border: 1px dashed #333;
    margin: 3px;
    overflow: hidden;
    display: inline-block;
}

#img-preview .other {
    width: 150px;
    border: 1px dashed #333;
    margin: 3px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    color: orange;
    display: inline-block;
}

.chequeNumber {
    font-family: ChequeFont;
    font-size: 21px;
    font-weight: bold;
    user-select: none;
}


/* For Calendar & Datepicker */
.calendar-header,
.bsad-calendar-holder {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bsad-calendar-holder {
    margin: 0 auto;
    width: 200px !important;
}

.calendar-today {
    background: rgb(236, 236, 236);
    font-weight: 400;
}

.calendar-header {
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
    padding-bottom: 0.5em;
    color: #000;
}

.calendar-header .float-left {
    padding-left: 5px;
}

.calendar-header .float-right {
    padding-right: 5px;
}

.calendar-header a,
.calendar-header a {
    color: #000 !important;
    font-size: 20px;
}

.cal-weekdays {
    background: #e7e6e6 !important;
    text-align: center !important;
    border: 1px solid #000 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.caldate,
.not-month {
    color: rgb(169, 169, 169);
    border: 1px solid #000;
}

.caldate {
    cursor: pointer;
}

.caldate .day-en {
    display: block;
    position: relative;
    color: black;
    text-align: left;
    font-size: 1em;
}

.caldate .day-np {
    display: block;
    text-align: right;
    position: relative;
    font-size: 1em;
    color: #7d849d !important;
}

.display-cal {
    position: absolute;
    z-index: 9999;
    background: white;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    display: inline-block;
}

.picker .not-month,
.picker .caldate,
.picker .cal-weekdays {
    border: 1px solid #e4e4e4 !important;
}

.cal-weekdays {
    border: 1px solid #e4e4e4 !important;
}

.picker .cal-weekdays {
    font-size: 12px !important;
    margin: 0;
    padding: 3px !important;
}

/* For Calendar & Datepicker */

/* Context Menu */
.context-menu {
    z-index: 9999999999999999;
    position: absolute;
    text-align: left;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.context-menu ul {
    padding: 0px;
    margin: 0px;
    min-width: 150px;
    list-style: none;
}

.context-menu ul li {
    padding: 6px 10px 7px 10px;
}

.context-menu ul li:hover a {
    margin-left: 5px;
}

.context-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-weight: 400;
}

.context-menu ul li:hover {
    background: #f4e0f7;
}

/* Context Menu */

/* Custom Icons */
.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.fi:before {
    content: "\00a0";
}

.fi.fis {
    width: 1em;
}

/* Nepal Flag */
.fi-np {
    background-image: url(icons/4x3/np.svg);
}

.fi-np.fis {
    background-image: url(icons/1x1/np.svg);
}

/* Nepal Flag */

/* रु Icon */
.np-ru {
    background-position-x: 50%;
    background-position-y: 70%;
    border: 0.75px solid #000000;
    border-radius: 50%;
    background-image: url(icons/4x3/ru.svg);
}

.np-ru.fis {
    background-image: url(icons/1x1/ru.svg);
}

/* रु Icon Colours*/
.ru-green {
    filter: brightness(0) saturate(100%) invert(43%) sepia(78%) saturate(450%) hue-rotate(97deg) brightness(93%) contrast(93%);
}

.ru-red {
    filter: brightness(0) saturate(100%) invert(57%) sepia(58%) saturate(6326%) hue-rotate(336deg) brightness(95%) contrast(93%);
}

.ru-white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(223deg) brightness(105%) contrast(101%);
}

/* रु Icon */

/* Custom Icons */


/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 24px;
    margin-top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 10px;
}

/* Toggle Switch */

/* Printing Options */
@media print {
    .wrapper {
        display: none;
    }

    .print {
        text-align: center;
    }

    .print:before {
        color: red;
        content: "Printing this page is not possible.";
    }

    .print:after {
        color: green;
        display: block;
        content: "Please use provided PDF/Print button on print supported pages!!";
    }
}

/* Printing Options */

/* Animation */
.animationGrow {
    transition: 0.5s ease;
}

.animationGrow:hover {
    -webkit-transform: scale(101.5%);
    -ms-transform: scale(101.5%);
    transform: scale(101.5%);
    transition: 0.3s ease;
}

/* Animation */

/* Calendar Customizations Start (income-expenses/today) */
.__tableHeader {
    background: rgb(223, 220, 220);
    background: -moz-linear-gradient(50deg, rgba(223, 220, 220, 1) 0%, rgba(240, 240, 240, 1) 51%, rgba(228, 217, 217, 1) 100%);
    background: -webkit-linear-gradient(50deg, rgba(223, 220, 220, 1) 0%, rgba(240, 240, 240, 1) 51%, rgba(228, 217, 217, 1) 100%);
    background: linear-gradient(50deg, rgba(223, 220, 220, 1) 0%, rgba(240, 240, 240, 1) 51%, rgba(228, 217, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdcdc", endColorstr="#e4d9d9", GradientType=1);
}

.__weekDays {
    text-align: center;
    color: #9c27b0;
}

.__dayCell {
    user-select: none;
    border: 1px solid rgb(190, 190, 190);
    margin: 0 !important;
    padding: 7px !important;
}

.__today {
    background: #cfcfcf;
}

.__date,
.__transactions {
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

.__transactions {
    border-top: 1px dotted #000;
}

.__tarikh {
    color: black;
    font-size: 1.2rem;
}

.__miti {
    color: #7d9bd1;
    font-size: 1rem;
    font-weight: 400;
}

.__today .__tarikh,
.__today .__miti {
    font-weight: bold;
    color: #fff;
}

.__today .__transactions .text-success {
    color: yellow !important;
    font-weight: bold;
}

.__today .__transactions .text-danger {
    color: orange !important;
    font-weight: bold;
}

.__today .__transactions .text-info {
    color: white !important;
    font-weight: bold;
}

/* Calendar Customizations End (income-expenses/today) */

/* Invoice */
ul.invoiceContactInfo {
    list-style: none;
    margin: 8px auto;
    padding: 0;
    font-size: 16px;
}

ul.invoiceContactInfo li {
    list-style: none;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    display: inline;
}

ul.invoiceContactInfo li:first-child {
    margin: 0px 0px 0px 0px;
}

.invoiceNumber {
    color: red;
    /* font-family: 'Courgette', cursive; */
    font-weight: 400;
    font-size: 18px;
}

/* Invoice */

/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 50%;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #867888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2a2222;
}