@font-face {
    font-family: 'IranSans';
    src: url('../font/iransans-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IranSans', Tahoma, sans-serif;
    background: #0f0f23;
    color: #e0e0e0;
    overflow-x: hidden;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.pwt-btn-today,
.pwt-btn-calendar {
    background: #0891b2 !important;
    color: white !important;
}

.pwt-btn-today:hover,
.pwt-btn-calendar:hover {
    background: #0e7490 !important;
}

.pwt-btn-submit,
.pwt-btn-switch {
    background: #06b6d4 !important;
    color: white !important;
}

.selected {
    background: #06b6d4 !important;
}