/* define fonts start */

/* samim */
@font-face {
  font-family: "samim";
  src: url("../fonts/Samim/Samim.woff") format("woff"),
    url("../fonts/Samim/Samim.eot"),
    url("../fonts/Samim/Samim.ttf") format("truetype");
}

/* samim */
@font-face {
  font-family: "aviny";
  src: url("../fonts/aviny/aviny-700.woff") format("woff"),
    url("../fonts/aviny/aviny-700.eot"),
    url("../fonts/aviny/aviny-700.ttf") format("truetype");
}

/* iransans */
@font-face {
  font-family: "iransans";
  src: url("../fonts/IRANSansWeb\(FaNum\).e2b0436903df14b8a8c2.woff2")
    format("woff");
}

/* yekanbakh */
@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 03 Light.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 04 Regular.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 05 Medium.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 06 Bold.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 07 Heavy.ttf?v=970802")
      format("truetype");
}

@font-face {
  font-family: YekanBakh;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.eot?v=970802");
  src: url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.woff?v=970802")
      format("woff"),
    url("../fonts/Yekan Bakh/Yekan Bakh EN 08 Fat.ttf?v=970802")
      format("truetype");
}

/* iranyekan */
@font-face {
  font-family: iranyekan;
  font-style: bold;
  font-weight: 700;
  src: url(../fonts/iranyekan/eot/iranyekanwebboldfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanwebboldfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanwebboldfanum.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/iranyekan/eot/iranyekanwebregularfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanwebregularfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanwebregularfanum.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: light;
  font-weight: 300;
  src: url(../fonts/iranyekan/eot/iranyekanweblightfanum.eot);
  src: url(../fonts/iranyekan/woff/iranyekanweblightfanum.woff) format("woff"),
    url(../fonts/iranyekan/ttf/iranyekanweblightfanum.ttf) format("truetype");
}

.yekanbakh {
  font-family: YekanBakh;
}
/* define fonts end */

/* define dynamic varibales start */
:root {
  --body-font: var(--body-font-iranyekan);
  --body-font-iranyekan: iranyekan;
  --body-font-yekanbakh: YekanBakh;
  --body-font-samim: "samim";
  --body-font-iransans: "iransans";
  --body-font-aviny: "aviny";
  --background-color: #ffffff;
  --text-color: #333333;
  --border-color: #ebebeb;
}
/* define dynamic varibales end */

/* css start */
body {
  font-family: var(--body-font) !important;
  /* background-color: var(--background-color);
  color: var(--text-color);
  border-color: var(--border-color); */
}

/* clock card start */

.card.clock-box {
  background: #f2f3f7;
  color: #333333;
  background: linear-gradient(to left top, #ffffff 50%, #ffcc00 160%);
  transition: all 2s ease-in-out;
  border: 1px solid #f7fafc;
}

.card.clock-box.night {
  background: rgb(17, 4, 134);
  border-radius: 15px;
  display: flex;
  color: white;
  justify-content: center;
  position: relative;
  flex-direction: column;
  background: linear-gradient(
    to left top,
    rgb(20, 30, 48) 50%,
    rgb(255, 255, 255) 160%
  );
  cursor: pointer;
  transition: all 2s ease-in-out;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}

.card.clock-box.night:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px,
    rgb(0, 0, 0, 0.05) -5px 0px 30px;
}

.time-text {
  font-size: 50px;
  margin-top: 0px;
  margin-left: 15px;
  font-weight: 600;
  font-family: var(--body-font-iranyekan);
}

.time-sub-text {
  font-size: 15px;
  margin-left: 5px;
}

.day-text {
  font-size: 18px;
  margin-top: 0px;
  margin-left: 15px;
  font-weight: 100;
}

.card.clock-box > .moon,
.card.clock-box.night > .sun {
  display: none;
}

.card.clock-box.night > .moon,
.card.clock-box > .sun {
  display: block;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
  transition: all 0.3s ease-in-out;
}

.card.clock-box > .sun {
  transition: all 2s ease-in-out;
}

.card.clock-box.night:hover > .moon {
  font-size: 26px;
}

.card.clock-box:hover > .sun {
  transform: rotate(360deg);
  font-size: 25px;
}

/* clock card end */

/* weather card start */

.card.weather-box {
  position: relative;
  padding: 15px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.background {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.background .path-bg {
  fill: #086499;
}

.cloud {
  position: absolute;
  right: 0;
  top: 0px;
}

.cloud svg {
  height: 100px;
}

.card .main-text {
  font-size: 48px;
  z-index: 2;
}

.card.weather-box .info {
  display: flex;
  justify-content: space-between;
}

.card.weather-box .info .text-gray {
  color: rgba(235, 235, 245, 0.6);
}

.card.weather-box .info .info-right {
  align-self: flex-end;
}

/* waether card end */

/* profile button start */

.profile-box button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background-color: #fff;
  border-radius: 10px;
  color: #1e3a8a;
}

.profile-box button.learn-more {
  width: 12rem;
  height: auto;
}

.profile-box button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #1e3a8a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.profile-box button.learn-more .circle .icon {
  transition: all 0.45s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.profile-box button.learn-more .button-text {
  transition: all 0.45s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 0 2rem;
  color: #1e3a8a;
  font-weight: 700;
  line-height: 3.25;
  text-align: center;
  text-transform: uppercase;
}

.profile-box button:hover .circle {
  width: 100%;
  border-radius: 10px;
}

.profile-box button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.profile-box button:hover .button-text {
  color: #fff;
  display: none;
  transition: all 0.3s ease-in-out;
}

/* profile button end */

/* dev extreme option start */

.dx-theme-generic-typography {
  font-family: inherit;
}

.dx-widget {
  font-family: inherit;
  font-size: 13px;
}

.dx-list-select-all {
  display: none;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
  vertical-align: middle;
}

.dx-item.dx-list-item {
  border-top: none;
}

.dx-popup .dx-toolbar-before *,
.dx-popup .dx-popup-content {
  font-family: iranyekan;
}

.dx-context-menu * {
  font-family: iranyekan;
  font-size: 10px;
}

.dx-context-menu i.mdi::before,
.dx-button-content i.mdi::before {
  line-height: unset !important;
}

.dx-menu {
  font-size: 12px;
}

.dx-texteditor-input,
.dx-texteditor-input:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.dx-datagrid .dx-header-row * {
  font-size: 11px !important;
}

.dx-widget,
.dx-widget input,
.dx-widget textarea {
  font-family: iranyekan !important;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview
  .dx-selection.dx-row:not(.dx-row-focused):hover
  > tr
  > td {
  background-color: #cfe7e7;
  color: #333;
}

.dx-rtl .dx-field-item:not(.dx-first-col) {
  padding-right: unset !important;
}

.dx-form-group-caption {
  font-size: 13px !important;
}

.dx-form-group-with-caption > .dx-form-group-content {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.dx-fileuploader-content {
  display: flex;
  align-items: center;
}

.dx-fileuploader-input-container {
  display: none;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
  padding-top: 0;
  padding-right: 10px;
}

.buttons .dx-button-content {
  margin-left: 5px !important;
}

.dx-tabs-wrapper {
  display: flex;
}

.dx-tabs {
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-tab {
  background-color: unset;
  min-width: 80px !important;
}

.dx-tab.dx-tab-selected {
  color: rgb(0, 150, 136) !important;
  font-weight: bold;
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tab-selected::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  border-right: unset;
  border-left: unset;
  border-top: none;
  border-bottom: none;
  z-index: 1;
}

.dx-tab.dx-tab-selected .dx-tab-content::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  width: 50%;
  margin: 0 auto;
  height: 5px;
  background-color: rgb(0, 150, 136);
  bottom: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.dx-tab.dx-state-hover {
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tab.dx-state-focused {
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tab.dx-state-focused::after {
  border: none !important;
}

.dx-tabs-nav-button {
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tabs-scrollable .dx-tabs-wrapper {
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.4);
  border-block-start: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tabs {
  background-color: transparent;
  border: unset;
  border-block-end: 1px solid rgb(225, 225, 225, 0.9);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tab {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dx-tabpanel > .dx-tabpanel-tabs .dx-tab:hover,
.dx-tabpanel > .dx-tabpanel-tabs .dx-tab:focus {
  background-color: rgba(0, 150, 136, 0.08);
}

.dx-tabpanel .dx-multiview-wrapper {
  border: none;
}

.dx-invalid-message {
  font-family: Yekanbakh;
}

.dx-toast-message {
  font-family: Yekanbakh;
  font-weight: 300 !important;
  text-align: right;
  margin-left: auto;
}

.dx-datagrid-borders > .dx-datagrid-filter-panel,
.dx-datagrid-borders > .dx-datagrid-headers {
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}

.dx-datagrid-borders > .dx-datagrid-rowsview,
.dx-datagrid-borders > .dx-datagrid-total-footer {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

/* dev extreme option end */


button,
button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}


/*  */
.weekDays .item {
  cursor: pointer;
  font-size: 12px;
  width: 50px;
  height: 50px;
  padding: auto;
  border-radius: 50%;
  background-color: #cfe7e7;
  transition: all ease-in-out 0.3s;
} 

.weekDays .item.today {
  background-color: #2f855a;
  color: #ebebeb;
}

.weekDays .item.past {
  background-color: rgb(207, 207, 207);
  opacity: 0.5;
}

.weekDays .item.selected {
  transform: scale(1.4);
}
/*  */