﻿
/*Start for bit date picker*/
.bit-dtp-fld-grp {
    height: calc(var(--bit-spa-scaling-factor)*3.3) !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.1875rem !important;
}

    .bit-dtp-fld-grp input {
        font-size: calc(var(--bit-spa-scaling-factor)*1.5) !important;
    }
/*
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: "IRANSansX", IRANSansX !important;
    font-size: inherit;
    line-height: inherit;
}*/

    input[type="time"]::-webkit-calendar-picker-indicator {
        background: none;
    }
/*End for bit date picker*/

/*Start Show Popup RTL*/
.dxbl-popup-cell {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}
/*End Show Popup RTL*/
