html, body {
  background: #ffffff;
  color: #000f24;
  direction: rtl;
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
  overflow: hidden auto;
  border: 0;
  margin: 0;
}

body {
  padding: 0 !important;
}
body.night-mode {
  background: #212930;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

strong {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  margin: 0 4px;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

datalist {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

input::-webkit-list-button {
  display: none !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px #eaf3fa inset;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.center-align {
  text-align: center !important;
}

.wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 30px;
  margin: 0 auto;
  max-width: 1200px;
}

.wrapper-md {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .wrapper-md {
    overflow: hidden;
    padding: 10px 30px;
    margin: 0 auto;
    max-width: 1200px;
  }
}

.text-danger {
  color: #ff5271 !important;
}

.rb {
  position: relative;
  display: block;
  width: 100%;
}

.rb-ofh {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.container.border-spacing-10 > .row {
  margin: 0;
}
.container.border-spacing-10 > .row > .col {
  margin: 10px;
}
.container.border-spacing-10 > .row > .col.col-12 {
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.container.border-spacing-10 > .row > .col.col-11 {
  flex: 0 0 calc(91.6666666667% - 20px);
  max-width: calc(91.6666666667% - 20px);
}
.container.border-spacing-10 > .row > .col.col-10 {
  flex: 0 0 calc(83.3333333333% - 20px);
  max-width: calc(83.3333333333% - 20px);
}
.container.border-spacing-10 > .row > .col.col-9 {
  flex: 0 0 calc(75% - 20px);
  max-width: calc(75% - 20px);
}
.container.border-spacing-10 > .row > .col.col-8 {
  flex: 0 0 calc(66.6666666667% - 20px);
  max-width: calc(66.6666666667% - 20px);
}
.container.border-spacing-10 > .row > .col.col-7 {
  flex: 0 0 calc(58.3333333333% - 20px);
  max-width: calc(58.3333333333% - 20px);
}
.container.border-spacing-10 > .row > .col.col-6 {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.container.border-spacing-10 > .row > .col.col-5 {
  flex: 0 0 calc(41.6666666667% - 20px);
  max-width: calc(41.6666666667% - 20px);
}
.container.border-spacing-10 > .row > .col.col-4 {
  flex: 0 0 calc(33.3333333333% - 20px);
  max-width: calc(33.3333333333% - 20px);
}
.container.border-spacing-10 > .row > .col.col-3 {
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
}
.container.border-spacing-10 > .row > .col.col-2 {
  flex: 0 0 calc(16.6666666667% - 20px);
  max-width: calc(16.6666666667% - 20px);
}
.container.border-spacing-10 > .row > .col.col-1 {
  flex: 0 0 calc(8.3333333333% - 20px);
  max-width: calc(8.3333333333% - 20px);
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .container.border-spacing-10 > .row > .col.col-md-12 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-11 {
    flex: 0 0 calc(91.6666666667% - 20px);
    max-width: calc(91.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-10 {
    flex: 0 0 calc(83.3333333333% - 20px);
    max-width: calc(83.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-9 {
    flex: 0 0 calc(75% - 20px);
    max-width: calc(75% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-8 {
    flex: 0 0 calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-7 {
    flex: 0 0 calc(58.3333333333% - 20px);
    max-width: calc(58.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-5 {
    flex: 0 0 calc(41.6666666667% - 20px);
    max-width: calc(41.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-4 {
    flex: 0 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-3 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-2 {
    flex: 0 0 calc(16.6666666667% - 20px);
    max-width: calc(16.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-md-1 {
    flex: 0 0 calc(8.3333333333% - 20px);
    max-width: calc(8.3333333333% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .container.border-spacing-10 > .row > .col.col-ld-12 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-11 {
    flex: 0 0 calc(91.6666666667% - 20px);
    max-width: calc(91.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-10 {
    flex: 0 0 calc(83.3333333333% - 20px);
    max-width: calc(83.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-9 {
    flex: 0 0 calc(75% - 20px);
    max-width: calc(75% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-8 {
    flex: 0 0 calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-7 {
    flex: 0 0 calc(58.3333333333% - 20px);
    max-width: calc(58.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-5 {
    flex: 0 0 calc(41.6666666667% - 20px);
    max-width: calc(41.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-4 {
    flex: 0 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-3 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-2 {
    flex: 0 0 calc(16.6666666667% - 20px);
    max-width: calc(16.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-ld-1 {
    flex: 0 0 calc(8.3333333333% - 20px);
    max-width: calc(8.3333333333% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .container.border-spacing-10 > .row > .col.col-eld-12 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-11 {
    flex: 0 0 calc(91.6666666667% - 20px);
    max-width: calc(91.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-10 {
    flex: 0 0 calc(83.3333333333% - 20px);
    max-width: calc(83.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-9 {
    flex: 0 0 calc(75% - 20px);
    max-width: calc(75% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-8 {
    flex: 0 0 calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-7 {
    flex: 0 0 calc(58.3333333333% - 20px);
    max-width: calc(58.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-5 {
    flex: 0 0 calc(41.6666666667% - 20px);
    max-width: calc(41.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-4 {
    flex: 0 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-3 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-2 {
    flex: 0 0 calc(16.6666666667% - 20px);
    max-width: calc(16.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-eld-1 {
    flex: 0 0 calc(8.3333333333% - 20px);
    max-width: calc(8.3333333333% - 20px);
  }
}
@media only screen and (min-width: 1400px) {
  .container.border-spacing-10 > .row > .col.col-beld-12 {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-11 {
    flex: 0 0 calc(91.6666666667% - 20px);
    max-width: calc(91.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-10 {
    flex: 0 0 calc(83.3333333333% - 20px);
    max-width: calc(83.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-9 {
    flex: 0 0 calc(75% - 20px);
    max-width: calc(75% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-8 {
    flex: 0 0 calc(66.6666666667% - 20px);
    max-width: calc(66.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-7 {
    flex: 0 0 calc(58.3333333333% - 20px);
    max-width: calc(58.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-6 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-5 {
    flex: 0 0 calc(41.6666666667% - 20px);
    max-width: calc(41.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-4 {
    flex: 0 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-3 {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-2 {
    flex: 0 0 calc(16.6666666667% - 20px);
    max-width: calc(16.6666666667% - 20px);
  }
  .container.border-spacing-10 > .row > .col.col-beld-1 {
    flex: 0 0 calc(8.3333333333% - 20px);
    max-width: calc(8.3333333333% - 20px);
  }
}
.container > .row {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  flex-wrap: wrap;
}
.container > .row > .col {
  position: relative;
  text-align: center;
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
}
.container > .row > .col.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.container > .row > .col.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.container > .row > .col.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.container > .row > .col.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.container > .row > .col.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.container > .row > .col.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.container > .row > .col.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.container > .row > .col.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.container > .row > .col.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.container > .row > .col.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.container > .row > .col.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.container > .row > .col.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.container > .row > .col.col-right {
  text-align: right;
}
.container > .row > .col.col-left {
  text-align: left;
}
.container > .row > .col.col-top {
  vertical-align: top;
}
.container > .row > .col.col-bottom {
  vertical-align: bottom;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .container > .row > .col.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container > .row > .col.col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container > .row > .col.col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container > .row > .col.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container > .row > .col.col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container > .row > .col.col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container > .row > .col.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container > .row > .col.col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container > .row > .col.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container > .row > .col.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container > .row > .col.col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container > .row > .col.col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .container > .row > .col.col-ld-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container > .row > .col.col-ld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container > .row > .col.col-ld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container > .row > .col.col-ld-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container > .row > .col.col-ld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container > .row > .col.col-ld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container > .row > .col.col-ld-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container > .row > .col.col-ld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container > .row > .col.col-ld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container > .row > .col.col-ld-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container > .row > .col.col-ld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container > .row > .col.col-ld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .container > .row > .col.col-eld-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container > .row > .col.col-eld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container > .row > .col.col-eld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container > .row > .col.col-eld-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container > .row > .col.col-eld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container > .row > .col.col-eld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container > .row > .col.col-eld-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container > .row > .col.col-eld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container > .row > .col.col-eld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container > .row > .col.col-eld-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container > .row > .col.col-eld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container > .row > .col.col-eld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 1400px) {
  .container > .row > .col.col-beld-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container > .row > .col.col-beld-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .container > .row > .col.col-beld-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .container > .row > .col.col-beld-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container > .row > .col.col-beld-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .container > .row > .col.col-beld-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .container > .row > .col.col-beld-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container > .row > .col.col-beld-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .container > .row > .col.col-beld-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .container > .row > .col.col-beld-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container > .row > .col.col-beld-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .container > .row > .col.col-beld-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.marginbefore {
  margin-right: 4px;
}

.marginafter {
  margin-left: 4px;
}

.float-right {
  position: relative;
  float: right;
}

.float-left {
  position: relative;
  float: left;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  color: #000f24;
  background: #fff;
  border: 1px solid #0069ff;
  border-radius: 4px;
  padding: 0 15px;
  outline: none;
  resize: none;
  cursor: pointer;
  transition: all 0.2s linear;
  box-shadow: 0px 10px 30px -15px white;
}
.btn:focus, .btn:active, .btn:hover {
  background: #f1f1f1;
  box-shadow: 0px 10px 20px -10px rgba(255, 255, 255, 0.5);
}
.btn > .delimiter {
  color: #ccc;
  margin: 0 8px;
}
.btn > i {
  float: right;
  margin-left: 8px;
  line-height: 40px;
}
.btn > i.left {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.btn.btn-default {
  color: #0069ff;
}
.btn.btn-primary {
  background: #0069ff;
  color: #fff;
  border: 1px solid #0069ff;
  box-shadow: 0px 10px 30px -15px #0069ff;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
  background: #005fe6;
  border: 1px solid #005fe6;
  box-shadow: 0px 10px 20px -10px rgba(0, 105, 255, 0.5);
}
.btn.btn-secondary {
  background: #1fc198;
  color: #fff;
  border: 1px solid #1fc198;
  box-shadow: 0px 10px 30px -15px #1fc198;
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:hover {
  background: #1bab87;
  border: 1px solid #1bab87;
  box-shadow: 0px 10px 20px -10px rgba(31, 193, 152, 0.5);
}
.btn.btn-danger {
  background: #ff5271;
  color: #fff;
  border: 1px solid #ff5271;
  box-shadow: 0px 10px 30px -15px #ff5271;
}
.btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:hover {
  background: #ff395c;
  border: 1px solid #ff395c;
  box-shadow: 0px 10px 20px -10px rgba(255, 82, 113, 0.5);
}
.btn.btn-warning {
  background: #d07011;
  color: #fff;
  border: 1px solid #d07011;
  box-shadow: 0px 10px 30px -15px #d07011;
}
.btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:hover {
  background: #a1570d;
  border: 1px solid #a1570d;
  box-shadow: 0px 10px 20px -10px rgba(208, 112, 17, 0.5);
}
.btn.disabled {
  background: #999;
  border: 1px solid #666;
  color: #fff;
  cursor: not-allowed;
  box-shadow: 0px 10px 20px -10px rgba(255, 255, 255, 0.5);
}
.btn.disabled:focus, .btn.disabled:active, .btn.disabled:hover {
  background: #999;
  border: 1px solid #666;
  box-shadow: 0px 10px 20px -10px rgba(255, 255, 255, 0.5);
}

.dt-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 10pt;
  line-height: 20px;
  min-width: 40px;
  color: #fff;
  background: #999;
  border: 1px solid #999;
  padding: 2px 10px 0 10px;
  margin: 2px;
  outline: none;
  resize: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.dt-btn:focus, .dt-btn:active, .dt-btn:hover {
  background: gray;
  border: 1px solid gray;
}
.dt-btn.btn-danger {
  background: #ff5271;
  color: #fff;
  border: 1px solid #ff5271;
}
.dt-btn.btn-danger:focus, .dt-btn.btn-danger:active, .dt-btn.btn-danger:hover {
  background: #ff1f47;
  border: 1px solid #ff1f47;
}
.dt-btn.btn-success {
  background: #1fc198;
  color: #fff;
  border: 1px solid #1fc198;
}
.dt-btn.btn-success:focus, .dt-btn.btn-success:active, .dt-btn.btn-success:hover {
  background: #189575;
  border: 1px solid #189575;
}
.dt-btn.btn-info {
  background: #0069ff;
  color: #fff;
  border: 1px solid #0069ff;
}
.dt-btn.btn-info:focus, .dt-btn.btn-info:active, .dt-btn.btn-info:hover {
  background: #0054cc;
  border: 1px solid #0054cc;
}
.dt-btn.btn-info-o {
  background: #fff;
  color: #0069ff;
  border: 1px solid #fff;
}
.dt-btn.btn-info-o:focus, .dt-btn.btn-info-o:active, .dt-btn.btn-info-o:hover {
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.dt-btn.btn-warning {
  background: #d07011;
  color: #fff;
  border: 1px solid #d07011;
}
.dt-btn.btn-warning:focus, .dt-btn.btn-warning:active, .dt-btn.btn-warning:hover {
  background: #a1570d;
  border: 1px solid #a1570d;
}
.dt-btn.disabled {
  background: #999;
  border: 1px solid #666;
  color: #fff;
  cursor: not-allowed;
}
.dt-btn.disabled:focus, .dt-btn.disabled:active, .dt-btn.disabled:hover {
  background: #999;
  border: 1px solid #666;
}

.txt-success {
  color: #1fc198 !important;
}

.txt-danger {
  color: #ff5271 !important;
}

.txt-info {
  color: #0069ff !important;
}

.txt-warning {
  color: #d07011 !important;
}

.txt-gray {
  color: #999 !important;
}

.txt-black {
  color: #000f24 !important;
}

.form-style .required {
  color: #ff5271;
  margin-left: 5px;
}
.form-style .required.no-margin {
  margin: 0;
}
.form-style .form-label {
  padding: 0 5px;
  line-height: 40px;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #000f24;
}
.form-style .form-label.hidden {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .form-style .form-label.hidden.show-md {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .form-style .form-label.hidden.show-ld {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .form-style .form-label.hidden.show-eld {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .form-style .form-label.hidden.show-beld {
    display: block;
  }
}
@media only screen and (min-width: 2000px) {
  .form-style .form-label.hidden.show-veld {
    display: block;
  }
}
.form-style .form-label .dt-btn {
  font-family: "Shabnam-FD", Tahoma, monospace;
  margin-top: 7px;
}
.form-style .form-label.birthday-input {
  float: right;
  width: 45px;
}
.form-style .form-label .en {
  font-family: "Shabnam-Bold", Tahoma, monospace;
}
.form-style .form-value-row {
  line-height: 30px;
  font-family: "Shabnam-FD", Tahoma, monospace;
  padding: 0 5px;
}
.form-style .form-value-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 992px) {
  .form-style .form-value-row:not(:last-child) {
    border-bottom: 0;
  }
}
.form-style .form-value-row .form-value-maintitle {
  position: relative;
  display: block;
  width: 100%;
  font-size: 12pt;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #0069ff;
}
.form-style .form-value-row .form-value-title {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #000f24;
}
@media only screen and (min-width: 992px) {
  .form-style .form-value-row .form-value-title {
    display: inline-block;
    width: auto;
  }
}
.form-style .form-value-row .form-value {
  position: relative;
  display: block;
  width: 100%;
  color: #666;
}
.form-style .form-value-row .form-value .discounted {
  position: relative;
  display: inline-block;
  color: #ff5271;
  text-decoration: line-through;
}
.form-style .form-value-row .form-value a {
  color: #0069ff;
  transition: all 0.2s linear;
}
.form-style .form-value-row .form-value a:hover {
  color: #ff5271;
}
.form-style .form-value-row .form-value a.extlink {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px;
  background-image: url("/asset/img/icon/external-link.svg");
}
.form-style .form-value-row .form-value:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.form-style .form-value-row .form-value.ltr {
  font-family: "Shabnam", Tahoma, monospace;
}
@media only screen and (min-width: 992px) {
  .form-style .form-value-row .form-value {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
  .form-style .form-value-row .form-value:not(:last-child) {
    border-bottom: 0;
    margin-left: 20px;
  }
  .form-style .form-value-row .form-value:not(:last-child):after {
    content: "|";
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: #eee;
  }
  .form-style .form-value-row .form-value.ltr:not(:last-child) {
    border-bottom: 0;
  }
  .form-style .form-value-row .form-value.ltr:not(:last-child):after {
    display: none;
  }
  .form-style .form-value-row .form-value.ltr:not(:last-child):before {
    content: "|";
    position: relative;
    display: inline-block;
    margin-right: 20px;
    color: #eee;
  }
}
.form-style .form-value-row.ltr .form-value-title {
  font-family: "Shabnam-Bold", Tahoma, monospace;
}
.form-style .form-value-row.ltr .form-value {
  font-family: "Shabnam", Tahoma, monospace;
}
.form-style .form-value-row.form-chart {
  font-size: 0;
  text-align: center;
}
.form-style .form-value-row.form-chart .form-chart-bar {
  --v:calc( ((18/5) * var(--p) - 90)*1deg);
  display: inline-block;
  width: 180px;
  height: 180px;
  padding: 20px;
  line-height: 30px;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  margin: 10px auto;
  background: linear-gradient(#fff, #fff) content-box, linear-gradient(var(--v), #cfe3ff 50%, transparent 0) 0/min(100%, (50 - var(--p)) * 100%), linear-gradient(var(--v), transparent 50%, #0069ff 0) 0/min(100%, (var(--p) - 50) * 100%), linear-gradient(to right, #cfe3ff 50%, #0069ff 0);
  border-radius: 50%;
}
.form-style .form-value-row.form-chart .form-chart-bar .form-chart-bar-value {
  font-size: 10pt;
  color: #0069ff;
  padding: 15px 20px 5px 20px;
}
.form-style .form-value-row.form-chart .form-chart-bar .form-chart-title {
  font-size: 11pt;
  color: #000f24;
}
.form-style .form-value-row.form-chart .form-chart-bar .form-chart-value {
  font-size: 11pt;
  color: #1fc198;
  font-family: "Shabnam-FD", Tahoma, monospace;
}
.form-style .form-value-row.form-chart .form-chart-bar .form-chart-value.en {
  font-family: "Shabnam", Tahoma, monospace;
}
.form-style .form-value-row.form-chart .form-chart-bar.critical {
  background: linear-gradient(#fff, #fff) content-box, linear-gradient(var(--v), #ffd1d1 50%, transparent 0) 0/min(100%, (50 - var(--p)) * 100%), linear-gradient(var(--v), transparent 50%, #ff5271 0) 0/min(100%, (var(--p) - 50) * 100%), linear-gradient(to right, #ffd1d1 50%, #ff5271 0);
}
.form-style .form-value-row.form-chart .form-chart-bar.critical .form-chart-bar-value {
  color: #ff5271;
}
.form-style .form-input {
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  color: #000f24;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
  resize: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-input:focus, .form-style .form-input:active {
  border: 1px solid #0069ff;
}
.form-style .form-input:-moz-read-only {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-input:disabled, .form-style .form-input:read-only {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-input.ltr {
  text-align: left;
  font-family: "Shabnam", Tahoma, monospace;
}
.form-style .form-input.has-error {
  border-color: #ff5271;
}
.form-style .form-select {
  background: #fff;
  border-radius: 4px;
}
.form-style .form-select:after {
  content: "\f104\f105";
  position: absolute;
  display: block;
  width: 35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12pt;
  color: #1fc198;
  z-index: 1;
  transform: rotate(90deg);
}
.form-style .form-select.birthday-select {
  float: right;
  width: calc(100% - 45px);
}
.form-style .form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 35px 0 10px;
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  color: #000f24;
  background: transparent;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer;
  z-index: 2;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-select select:active, .form-style .form-select select:focus {
  border: 1px solid #0069ff;
}
.form-style .form-select select:disabled {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-select select::-ms-expand {
  display: none;
}
.form-style .form-select select.has-error {
  border-color: #ff5271;
}
.form-style .form-select select option {
  background-color: #fff;
}
.form-style .form-textarea {
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
  line-height: normal;
  color: #000f24;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
  outline: none;
  resize: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-textarea:focus, .form-style .form-textarea:active {
  border: 1px solid #0069ff;
}
.form-style .form-textarea:-moz-read-only {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-textarea:disabled, .form-style .form-textarea:read-only {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-textarea.ltr {
  text-align: left;
  font-family: "Shabnam", Tahoma, monospace;
}
.form-style .form-textarea.has-error {
  border-color: #ff5271;
}
.form-style .form-textarea.hidden {
  display: none;
}
.form-style .form-file {
  font-family: "Shabnam", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  color: #000f24;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
  resize: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-file:focus, .form-style .form-file:active {
  border: 1px solid #0069ff;
}
.form-style .form-file:disabled {
  background: #eee;
  cursor: not-allowed;
}
.form-style .form-file.has-error {
  border-color: #ff5271;
}
.form-style .form-checkbox-holder {
  color: #000f24;
}
.form-style .form-checkbox-holder .form-checkbox-label {
  position: relative;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox:checked + .form-checkbox-key {
  border-color: #0069ff;
  background: #0069ff;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox:checked + .form-checkbox-key .form-checkbox-value {
  background: #ffffff;
  margin-right: 50%;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox-key {
  position: relative;
  float: right;
  width: 60px;
  height: 30px;
  text-align: right;
  margin-top: 5px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox-key .form-checkbox-value {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: #999;
  margin-right: 0;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox-text {
  position: relative;
  display: inline;
  line-height: 40px;
  margin-right: 10px;
}
.form-style .form-checkbox-holder .form-checkbox-label .form-checkbox-text.hdlicons {
  display: inline-block;
  width: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
}
.form-style .form-description {
  color: #808080;
  line-height: 25px;
  padding: 10px 10px 0 10px;
  font-size: 10pt;
}
.form-style .form-description .ltr {
  position: relative;
  display: inline-block;
  font-family: "Shabnam", Tahoma, monospace;
}
.form-style .btns .btn {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .form-style .btns .btn {
    display: inline-block;
    width: auto;
    margin: 0 0 10px 10px;
  }
}
.form-style .showable-password .form-input {
  padding-left: 48px;
}
.form-style .showable-password .showable-password-icon {
  position: absolute;
  display: inline-block;
  left: 1px;
  top: 1px;
  line-height: 40px;
  color: #9ca2aa;
  padding: 0 15px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s linear;
}
.form-style .showable-password .showable-password-icon:hover {
  color: #0069ff;
}
.form-style .dropzone {
  background: #f9f9f9;
  text-align: center;
  border: 1px solid #ddd;
  min-height: unset;
  border-radius: 8px;
}
.form-style .dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.form-style .dropzone .dz-preview .dz-image {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.form-style .dropzone .dz-preview .dz-details {
  direction: ltr;
}
.form-style .dropzone .dz-preview .dz-success-mark {
  top: 60px;
}
.form-style .dropzone .dz-preview .dz-success-mark svg g path {
  fill: #1fc198 !important;
}
.form-style .dropzone .dz-preview .dz-error-mark {
  top: 60px;
}
.form-style .dropzone .dz-preview .dz-error-mark svg g g {
  fill: #ff5271 !important;
}
.form-style .dropzone .dz-preview .dz-error-message {
  top: unset;
  bottom: 130px;
}
.form-style .dropzone .dz-preview .dz-error-message:after {
  top: unset;
  bottom: -6px;
  border-bottom: unset;
  border-top: 6px solid #be2626;
}
.form-style .dropzone .dz-preview .dz-remove {
  line-height: 30px;
  color: #0069ff;
  transition: all 0.2s linear;
}
.form-style .dropzone .dz-preview .dz-remove:hover {
  text-decoration: none;
  color: #ff5271;
}
.form-style .clonable .clone {
  display: none;
}
.form-style .clonable .deleting {
  background: #d07011;
  -webkit-animation: blinker 0.5s linear infinite;
  animation: blinker 0.5s linear infinite;
}

.btnbox {
  padding: 0 30px 30px 30px;
  margin: 0 auto;
}

/***** Pagination *****/
#pagination {
  text-align: center;
  line-height: 30px;
  margin: 10px 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #pagination {
    line-height: 40px;
  }
}
#pagination li {
  position: relative;
  display: inline-block;
  margin: 10px 1px;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #pagination li {
    margin: 10px 2px;
  }
}
#pagination li:not(.dots) {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #pagination li:not(.dots) {
    width: 40px;
    height: 40px;
  }
}
#pagination li.arrow {
  background: rgba(68, 68, 68, 0.1);
  color: #444;
  text-align: center;
  line-height: 32px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #pagination li.arrow {
    line-height: 42px;
  }
}
#pagination li.arrow.active {
  background: rgba(0, 105, 255, 0.1);
  color: #0069ff;
}
#pagination li.arrow.active:hover {
  background: #0069ff;
  color: #fff;
}
#pagination li.num:hover:not(.active) {
  background: rgba(0, 105, 255, 0.1);
  color: #0069ff;
}
#pagination li.num.active {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  background: #0069ff;
  color: #fff;
}
#pagination li.dots {
  font-size: 7pt;
  color: #444;
}

/***** Alert *****/
.alert-section {
  margin-bottom: 15px;
}
.alert-section.showtoast {
  display: none;
}
.alert-section .alert {
  padding: 10px 70px 10px 20px;
  margin: 10px 0;
  line-height: 25px;
  border-radius: 4px;
}
.alert-section .alert:before {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  line-height: 25px;
  padding: 10px 0;
  width: 50px;
  height: 100%;
  font-weight: 900;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 16pt;
  border-left: 1px solid #fff;
}
.alert-section .alert.alert-danger {
  background: #ff5271;
  color: #fff;
}
.alert-section .alert.alert-danger:before {
  content: "\f00d";
  background: #eb002a;
}
.alert-section .alert.alert-success {
  background: #1fc198;
  color: #fff;
}
.alert-section .alert.alert-success:before {
  content: "\f00c";
  background: #116953;
}
.alert-section .alert.alert-info {
  background: #0069ff;
  color: #fff;
}
.alert-section .alert.alert-info:before {
  content: "\f129";
  background: #003f99;
}
.alert-section .alert.alert-warning {
  background: #d07011;
  color: #fff;
}
.alert-section .alert.alert-warning:before {
  content: "\f12a";
  background: #723d09;
}
.alert-section .alert > strong {
  font-family: "Shabnam-Bold", Tahoma, monospace;
  margin: 0 4px;
}
.alert-section .alert .ltr {
  font-family: "Shabnam", Tahoma, monospace;
}
.alert-section .alert .boxed {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 10pt;
  line-height: 20px;
  min-width: 40px;
  background: #fff;
  border: 1px solid #666;
  color: #000;
  padding: 2px 10px 0 10px;
  margin: 2px;
  outline: none;
  resize: none;
  border-radius: 4px;
}

.alert-last-update {
  position: relative;
  display: inline-block;
  width: auto;
  bottom: -15px;
  right: -10px;
  background: #000;
  color: #fff;
  font-size: 10pt;
  padding: 5px 10px;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  transform-origin: bottom;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 2;
  border-radius: 8px;
}
.alert-last-update:after {
  content: " ";
  position: absolute;
  top: 100%;
  right: 30px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* DataTables */
#main .dataTables_wrapper .dataTable-main-table {
  padding: 0 5px;
}
#main .dataTables_wrapper .dataTable-main-table.no-responsive {
  overflow: auto hidden;
}
#main .dataTables_wrapper .dataTables_processing {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: unset;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: #000f24;
  padding: 15px 0 0 0;
  margin: 0;
  z-index: 2;
  border-radius: 20px;
}
#main .dataTables_wrapper .dataTable-top-actions {
  text-align: center;
}
#main .dataTables_wrapper .dataTable-top-actions .dataTables_filter {
  position: relative;
  float: unset;
  display: block;
  margin: 10px auto;
  width: 100%;
  color: #fff;
}
#main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label {
  position: relative;
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Shabnam-Bold", Tahoma, monospace;
  font-size: 12pt;
}
#main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin: 0;
  background: #fff;
  color: #000f24;
  font-family: "Shabnam", Tahoma, monospace;
  font-size: 11pt;
  line-height: 30px;
  outline: none;
  resize: none;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
#main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input:focus, #main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input:active {
  border: 1px solid #0069ff;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_info {
  position: relative;
  float: unset;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000f24;
  font-size: 10pt;
  line-height: 30px;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate {
  position: relative;
  float: unset;
  display: block;
  width: 100%;
  text-align: center;
  color: #808080;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button {
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 14pt;
  padding: 0 10px;
  margin: 5px;
  color: #808080 !important;
  background: transparent;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button:active:not(.disabled):not(.current), #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current) {
  background: #eee;
  box-shadow: unset;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.next {
  border-right: 1px solid #eee;
  margin-right: 10px;
  border-radius: 0;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.next:active:not(.disabled), #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.next:hover:not(.disabled) {
  background: transparent !important;
  color: #0069ff !important;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.previous {
  border-left: 1px solid #eee;
  margin-left: 10px;
  border-radius: 0;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.previous:active:not(.disabled), #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.previous:hover:not(.disabled) {
  background: transparent !important;
  color: #0069ff !important;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.current {
  background: #0069ff;
  color: #fff !important;
  border: none;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.current:active, #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.current:hover {
  box-shadow: unset;
}
#main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.disabled {
  color: #eee !important;
  background: transparent;
  cursor: not-allowed;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#main .dataTables_wrapper table[id^=dataTables-Model-] thead {
  background: #0069ff;
  color: #ffffff;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] thead th {
  font-size: 11pt;
  border-color: #ddd;
  line-height: 30px;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] thead th .fa-search {
  font-size: 5pt;
  margin-left: 2px;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.odd + .child {
  background-color: #f9f9f9;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr:hover {
  background-color: #f0f6ff;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child {
  text-align: right;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child .dtr-details {
  display: block;
  width: 100%;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child .dtr-details > li {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child .dtr-details > li .dtr-title {
  position: relative;
  float: right;
  width: 100px;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child .dtr-details > li .dtr-data {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  padding-right: 10px;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.parent td.dtr-control:before {
  content: "\f056";
  color: #ff5271;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.critical {
  background: rgba(255, 82, 113, 0.5);
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td {
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 10pt;
  color: #000f24;
  border-left: 0;
  padding: 12px 10px;
  line-height: 30px;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td.dtr-control:before {
  content: "\f055";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: none;
  color: #1fc198;
  background: none;
  line-height: 20px;
  font-size: 14pt;
  font-weight: 900;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  border-radius: unset;
  box-shadow: unset;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .right-align {
  text-align: right;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .left-align {
  text-align: right;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .main-item {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .main-item.en {
  font-family: "Shabnam-Bold", Tahoma, monospace;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .main-item.notbold {
  font-family: "Shabnam-FD", Tahoma, monospace;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .main-item.notbold.en {
  font-family: "Shabnam", Tahoma, monospace;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .link-item {
  color: #0069ff;
  transition: all 0.2s linear;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .link-item:hover {
  color: #ff5271;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .link-item.exlink-item {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px;
  background-image: url("/asset/img/icon/external-link.svg");
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .en {
  font-family: "Shabnam", Tahoma, monospace;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .row-has-attachment {
  color: #999;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .hidden {
  display: none;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .smtxt {
  font-size: 9pt;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .dt-rating-stars {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .dt-rating-stars .rate-star {
  position: relative;
  width: 20px;
  line-height: 20px;
  padding: 0 1px;
  font-size: 10pt;
  text-align: center;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .dt-rating-stars .rate-star:before {
  content: "\f005";
  position: absolute;
  display: block;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 20px;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12pt;
  color: #999;
  z-index: 1;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .dt-rating-stars .rate-star.active::before {
  color: #fac74b;
}
#main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td .dt-rating-stars .rate-star.active ~ .rate-star::before {
  color: #fac74b;
}

/* Swal */
body#top.swal2-toast-shown .swal2-container {
  left: 0;
  transform: unset;
}
@media only screen and (min-width: 992px) {
  body#top.swal2-toast-shown .swal2-container {
    left: 50%;
    transform: translateX(-50%);
  }
}
body#top.swal2-toast-shown .swal2-container.swal2-top {
  top: 80px;
}
body#top.swal2-toast-shown .swal2-container.swal2-bottom {
  bottom: 60px;
}

.swal2-container {
  z-index: 91060 !important;
}
.swal2-container.hdl-swal2-container {
  padding: 130px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container {
    padding: 0.625em;
  }
}
.swal2-container.hdl-swal2-container.swal2-backdrop-show {
  background: #0069ff;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.4);
  }
}
.swal2-container.hdl-swal2-container .swal2-popup {
  width: 100%;
  min-height: 100%;
  padding: 40px 20px;
  border-radius: 40px 40px 0 0;
}
.swal2-container.hdl-swal2-container .swal2-popup.swal2-loading {
  overflow-y: unset;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup {
    min-height: unset;
    padding: 40px;
    width: 32em;
    border-radius: 8px;
  }
  .swal2-container.hdl-swal2-container .swal2-popup.swal2-loading {
    overflow-y: hidden;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 16pt;
  font-weight: normal;
  line-height: 30px;
  color: #000f24;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-close {
  top: -85px;
  left: 10px;
  color: #ccc;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-close:hover {
  color: #ff5271;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-close:focus {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-close {
    top: 10px;
    left: 10px;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content {
  font-size: 11pt;
  line-height: 30px;
  padding: 0;
  color: #999;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .ltr {
  font-family: "Shabnam", Tahoma, monospace;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo {
  position: absolute;
  display: block;
  width: calc(100% - 80px);
  top: -90px;
  right: 20px;
  color: #fff;
  padding: 5px 70px 5px 0;
  text-align: right;
  background-image: url("/asset/img/logo-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo > h1 {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 16pt;
  color: #fff;
  line-height: 30px;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo > h1 {
    font-size: 18pt;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo > h2 {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #fff;
  font-size: 8pt;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo > h2 {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .logo {
    display: none;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .swal2-validation-message {
  padding: 10px 40px;
  text-align: right;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-textarea {
  height: auto;
  font-size: 10pt;
  font-family: "Shabnam", Tahoma, monospace;
  box-shadow: unset;
  border-radius: 4px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-textarea:focus, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-textarea:active {
  box-shadow: unset;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-input {
  font-family: "Shabnam-FD", Tahoma, monospace;
  box-shadow: unset;
  border-radius: 4px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-input:focus, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-input:active {
  box-shadow: unset;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .form-input.swal-field-value-token {
  text-align: center;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .swal2-predefined-item {
  text-align: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .swal2-predefined-item:hover {
  color: #0069ff;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .swal2-inputlabel {
  text-align: right;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #0069ff;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content #reject_reson_holder .pre_reason {
  text-align: right;
  cursor: pointer;
  transition: all 0.2s linear;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content #reject_reson_holder .pre_reason:hover {
  color: #0069ff;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .hdl-swal-oldvalue-full {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Shabnam-Bold", Tahoma, monospace;
  text-align: center;
  color: #ff5271;
  margin-top: 10px;
  padding: 0 10px;
  direction: ltr;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .hdl-swal-oldvalue-change {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 10pt;
  text-align: center;
  color: #1fc198;
  padding: 0 10px;
  cursor: pointer;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder {
  overflow: auto hidden;
  color: #000f24;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table thead tr {
  background: #0069ff;
  color: #fff;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table tbody tr:nth-child(odd) {
  background: #eee;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table tbody tr.danger-row {
  background: #ff5271;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th {
  padding: 5px 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  text-align: center;
  font-size: 11pt;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td:first-child, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th:first-child {
  border-right: 1px solid #ddd;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td.td-left, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th.td-left {
  text-align: left;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td.td-right, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th.td-right {
  text-align: right;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td.td-bold, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th.td-bold {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td.td-bolder, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th.td-bolder {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 12pt;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td.td-result, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th.td-result {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 14pt;
  line-height: 60px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td a, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th a {
  color: #0069ff;
  transition: all 0.2s linear;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td a:hover, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th a:hover {
  color: #ff5271;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td .td-title, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th .td-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td .td-subtitle, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th .td-subtitle {
  font-size: 10pt;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td .td-smtxt, .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th .td-smtxt {
  font-size: 9pt;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions {
  margin: auto 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-actions {
    margin: 1.25em auto 0;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Shabnam", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  margin: 0.3125em 0;
  padding: 0 15px;
  outline: none;
  resize: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled {
    width: auto;
    min-width: 130px;
    margin: 0.3125em;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled > i {
  margin: 0 0 0 10px;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled.swal2-confirm {
  background-color: #0069ff;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled.swal2-deny {
  background-color: #757575;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled.swal2-cancel {
  background-color: #ff5271;
}
.swal2-container.hdl-swal2-container .swal2-popup .swal2-actions button.swal2-styled:focus {
  box-shadow: unset;
}
.swal2-container.hdl-swal2-container .swal2-popup .hdl-swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .swal2-container.hdl-swal2-container .swal2-popup .hdl-swal2-actions {
    margin: 1.25em auto 0;
  }
}
.swal2-container.hdl-swal2-container .swal2-popup .hdl-swal2-actions .btn-swal-ctbtn {
  font-family: "Shabnam-FD", Tahoma, monospace;
  line-height: 40px;
  background: #eee;
  color: #999;
  border: 0;
  width: 100%;
  border-radius: 4px;
}
.swal2-container.hdl-swal2-container .swal2-popup .hdl-swal2-actions .btn-swal-ctbtn > i {
  float: unset;
  margin: 0 0 0 10px;
}
.swal2-container.hdl-swal2-container .swal2-progress-steps {
  display: none !important;
}
.swal2-container .swal2-popup.swal2-toast .swal2-header .swal2-title {
  display: block !important;
  font-size: 10pt;
  font-weight: normal;
  color: #000f24;
}
.swal2-container .swal2-popup.swal2-toast .swal2-header .swal2-title .ltr {
  font-family: "Shabnam", Tahoma, monospace;
}

/* LightGallery */
#top .lg-backdrop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10040;
}
#top .hdl-lg {
  z-index: 10050;
}
#top .hdl-lg.lg-outer .lg {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  #top .hdl-lg.lg-outer .lg {
    border-radius: 8px;
  }
}
#top .hdl-lg.lg-outer .lg .lg-toolbar {
  background: rgba(0, 0, 0, 0.1);
}
#top .hdl-lg.lg-outer .lg .lg-toolbar .lg-icon:hover {
  color: #000;
}
#top .hdl-lg.lg-outer .lg .lg-actions .lg-next:hover, #top .hdl-lg.lg-outer .lg .lg-actions .lg-prev:hover {
  color: #000;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer {
  direction: ltr;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item {
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 8px;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
  border-color: #0069ff;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
  border-color: #ff5271;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-toggle-thumb {
  background: rgba(0, 0, 0, 0.1);
  color: #999;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s linear;
}
#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-toggle-thumb:hover {
  color: #000;
}
#top .hdl-lg.lg-outer .lg .lg-sub-html {
  display: none;
}

/***** Select2 *****/
.select2-container[dir=rtl] {
  outline: none;
}
.select2-container[dir=rtl] * {
  outline: none;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container {
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered {
  font-family: "Shabnam", Tahoma, monospace;
  font-size: 11pt;
  line-height: 40px;
  padding: 0 15px 0 40px;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered:not([title]) {
  color: #999;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered > .select2-selection__placeholder {
  color: #999;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__arrow {
  height: 40px;
  text-align: center;
  width: 40px;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__arrow b {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14pt;
  line-height: 40px;
  color: #999;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  height: auto;
  width: auto;
  top: unset;
  left: unset;
  margin: 0;
  transition: all 0.2s linear;
}
.select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__arrow b:before {
  content: "\f107";
}
.select2-container[dir=rtl].select2-container--focus .select2-selection--single.my-s2-container {
  border: 1px solid #0069ff;
}
.select2-container[dir=rtl].select2-container--focus .select2-selection--multiple {
  border: 1px solid #0069ff;
}
.select2-container[dir=rtl].select2-container--open .select2-selection--single.my-s2-container {
  border: 1px solid #0069ff;
}
.select2-container[dir=rtl].select2-container--open .select2-selection--single.my-s2-container .select2-selection__arrow b {
  color: #0069ff;
  transform: rotate3d(0, 0, 1, -180deg);
}
.select2-container[dir=rtl] .select2-selection--multiple {
  background: #fff;
  color: #000f24;
  border: 1px solid #ddd;
  min-height: 42px;
  border-radius: 4px;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-search__field {
  font-family: "Shabnam", Tahoma, monospace;
  background: #fff;
  color: #000f24;
  padding: 0 10px;
  outline: none;
  resize: none;
  min-width: 110px;
  line-height: 29px;
  border-radius: 4px;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  background: #eee;
  border: 1px solid #ddd;
  padding: 0 10px;
  line-height: 27px;
  border-radius: 4px;
}
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-left: 5px;
}
.select2-container[dir=rtl].select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}
.select2-container[dir=rtl].select2-container--disabled .select2-selection--multiple {
  cursor: not-allowed;
}
.select2-container[dir=rtl].select2-container--disabled .select2-selection--multiple .select2-search__field {
  background: none;
  cursor: not-allowed;
}
.select2-container[dir=rtl].select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  cursor: not-allowed;
}

.select2-dropdown.my-s2-dropdown {
  overflow: hidden;
  border: 1px solid #0069ff;
  border-radius: 4px;
}
.select2-dropdown.my-s2-dropdown .select2-search__field {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Shabnam", Tahoma, monospace;
  font-size: 12px;
  line-height: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #999;
  padding: 0 10px;
  outline: none;
  resize: none;
  border-radius: 4px;
  transition: all 0.2s linear;
}
.select2-dropdown.my-s2-dropdown .select2-search__field:focus, .select2-dropdown.my-s2-dropdown .select2-search__field:active {
  border: 1px solid #0069ff;
}

/* TinyMCE */
#main .mce-panel {
  border-color: #ddd;
  background-color: #fff;
  border-radius: 4px;
}
#main .mce-btn {
  background-color: transparent;
}
#main .mce-btn.mce-active {
  background-color: #444;
}

/* TinyMCE contents in pages */
.editor-content {
  font-size: 11pt;
  line-height: 35px;
}
.editor-content p {
  margin-bottom: 10px;
}
.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #000f24;
}
.editor-content h1 {
  margin: 42px 0 10px 0;
  font-size: 28pt;
  line-height: 54px;
}
.editor-content h2 {
  margin: 40px 0 10px 0;
  font-size: 26pt;
  line-height: 52px;
}
.editor-content h3 {
  margin: 38px 0 10px 0;
  font-size: 24pt;
  line-height: 50px;
}
.editor-content h4 {
  margin: 36px 0 10px 0;
  font-size: 22pt;
  line-height: 50px;
}
.editor-content h5 {
  margin: 34px 0 10px 0;
  font-size: 20pt;
  line-height: 48px;
}
.editor-content h6 {
  margin: 32px 0 10px 0;
  font-size: 18pt;
  line-height: 46px;
}
.editor-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.editor-content ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  font-family: "Shabnam-FD", Tahoma, monospace;
}
.editor-content ol[dir=ltr] {
  font-family: "Shabnam", Tahoma, monospace;
}
.editor-content ol[dir=ltr] li {
  font-family: "Shabnam", Tahoma, monospace;
}
.editor-content ol li {
  font-family: "Shabnam-FD", Tahoma, monospace;
}
.editor-content ol li[dir=ltr] {
  font-family: "Shabnam", Tahoma, monospace;
}
.editor-content a:not(.btn) {
  text-decoration: none;
  color: #0069ff;
  transition: all 0.2s linear;
}
.editor-content a:not(.btn):hover {
  color: #ff5271;
}
.editor-content td, .editor-content th {
  font-family: "Shabnam-FD", Tahoma, monospace;
  font-size: 11pt;
}
.editor-content img, .editor-content video, .editor-content audio {
  max-width: 100%;
  height: auto;
}
.editor-content blockquote {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 15px 0;
  padding: 0 40px;
  background: #eee;
  border-radius: 8px;
}
.editor-content blockquote:before {
  content: "\f10e";
  position: absolute;
  display: block;
  top: 5px;
  right: 10px;
  font-size: 11pt;
  line-height: 30px;
  color: #ddd;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.editor-content blockquote:after {
  content: "\f10d";
  position: absolute;
  display: block;
  bottom: 5px;
  left: 10px;
  font-size: 11pt;
  line-height: 30px;
  color: #ddd;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* Rating Stars */
.rating-stars {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .rating-stars {
    float: right;
    margin: 0 10px 0 0;
  }
}
.rating-stars .rate-star {
  position: relative;
  width: 40px;
  line-height: 40px;
  padding: 0 1px;
  font-size: 10pt;
  text-align: center;
}
.rating-stars .rate-star:before {
  content: "\f005";
  position: absolute;
  display: block;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 35px;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 25pt;
  color: #999;
  z-index: 1;
}
.rating-stars .rate-star .value {
  color: #fff;
  z-index: 2;
}
.rating-stars:not(.rated) .rate-star {
  cursor: pointer;
}
.rating-stars:not(.rated) .rate-star:hover::before {
  color: #fac74b;
}
.rating-stars:not(.rated) .rate-star:hover ~ .rate-star::before {
  color: #fac74b;
}
.rating-stars.rated .rate-star.active::before {
  color: #fac74b;
}
.rating-stars.rated .rate-star.active ~ .rate-star::before {
  color: #fac74b;
}

/* Night Mode */
.night-mode #main .dataTables_wrapper .dataTables_processing {
  background: rgba(33, 41, 48, 0.8);
  color: #ffffff;
}
.night-mode #main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input {
  border: 1px solid #444;
  background: #273139;
  color: #ffffff;
}
.night-mode #main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input:focus, .night-mode #main .dataTables_wrapper .dataTable-top-actions .dataTables_filter label input:active {
  border: 1px solid #0069ff;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_info {
  color: #ffffff;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate {
  color: #eee;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button {
  color: #eee !important;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button:active:not(.disabled):not(.current), .night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button:hover:not(.disabled):not(.current) {
  background: #808080;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.next {
  border-right: 1px solid #808080;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.previous {
  border-left: 1px solid #808080;
}
.night-mode #main .dataTables_wrapper .dataTable-bottom-actions .dataTables_paginate .paginate_button.disabled {
  color: #808080 !important;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] {
  background: #212930;
  border-color: #273139;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] thead th {
  border-color: #273139;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.even {
  background-color: #212930;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.even + .child {
  background-color: #212930;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.odd {
  background-color: #1b2127;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.odd + .child {
  background-color: #1b2127;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr:hover {
  background-color: #000b1a;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.child .dtr-details > li {
  border-color: #273139;
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr.critical {
  background: rgba(255, 82, 113, 0.5);
}
.night-mode #main .dataTables_wrapper table[id^=dataTables-Model-] tbody tr td {
  border-color: #273139;
  color: #ffffff;
}
.night-mode #main .mce-panel {
  border-color: #444;
  background-color: #273139;
}
.night-mode #main .mce-ico {
  color: #fff;
}
.night-mode #main .mce-menubar {
  border-color: #444;
}
.night-mode #main .mce-menubar .mce-menubtn button span {
  color: #fff;
}
.night-mode #main .mce-menubtn button {
  color: #fff;
}
.night-mode #main .mce-btn-group {
  border-color: #444;
}
.night-mode .btn.btn-default {
  color: #ffffff;
  background: #212930;
  border: 1px solid #0069ff;
  box-shadow: 0px 10px 30px -15px white;
}
.night-mode .btn.btn-default:focus, .night-mode .btn.btn-default:active, .night-mode .btn.btn-default:hover {
  background: #212930;
  box-shadow: 0px 10px 20px -10px rgba(255, 255, 255, 0.5);
}
.night-mode .txt-black {
  color: #ffffff !important;
}
.night-mode .form-style .form-label {
  color: #ffffff;
}
.night-mode .form-style .form-value-row:not(:last-child) {
  border-color: #444;
}
.night-mode .form-style .form-value-row .form-value-title {
  color: #ffffff;
}
.night-mode .form-style .form-value-row .form-value {
  color: #999;
}
.night-mode .form-style .form-value-row .form-value:not(:last-child) {
  border-color: #444;
}
@media only screen and (min-width: 992px) {
  .night-mode .form-style .form-value-row .form-value:not(:last-child):after {
    color: #333;
  }
}
.night-mode .form-style .form-value-row.form-chart {
  text-align: center;
}
.night-mode .form-style .form-value-row.form-chart .form-chart-bar {
  background: linear-gradient(#212930, #212930) content-box, linear-gradient(var(--v), #2a384a 50%, transparent 0) 0/min(100%, (50 - var(--p)) * 100%), linear-gradient(var(--v), transparent 50%, #0069ff 0) 0/min(100%, (var(--p) - 50) * 100%), linear-gradient(to right, #2a384a 50%, #0069ff 0);
}
.night-mode .form-style .form-value-row.form-chart .form-chart-bar .form-chart-title {
  color: #ffffff;
}
.night-mode .form-style .form-input {
  color: #ffffff;
  background: #273139;
  border: 1px solid #444;
}
.night-mode .form-style .form-input:focus, .night-mode .form-style .form-input:active {
  border: 1px solid #0069ff;
}
.night-mode .form-style .form-input:-moz-read-only {
  background: #212930;
}
.night-mode .form-style .form-input:disabled, .night-mode .form-style .form-input:read-only {
  background: #212930;
}
.night-mode .form-style .form-input.has-error {
  border-color: #ff5271;
}
.night-mode .form-style .form-select {
  background: #273139;
  border-radius: 4px;
}
.night-mode .form-style .form-select select {
  color: #fff;
  border: 1px solid #444;
}
.night-mode .form-style .form-select select:active, .night-mode .form-style .form-select select:focus {
  border: 1px solid #0069ff;
}
.night-mode .form-style .form-select select:disabled {
  background: #212930;
}
.night-mode .form-style .form-select select.has-error {
  border-color: #ff5271;
}
.night-mode .form-style .form-select select option {
  background-color: #273139;
}
.night-mode .form-style .form-textarea {
  color: #ffffff;
  background: #273139;
  border: 1px solid #444;
}
.night-mode .form-style .form-textarea:focus, .night-mode .form-style .form-textarea:active {
  border: 1px solid #0069ff;
}
.night-mode .form-style .form-textarea:-moz-read-only {
  background: #212930;
}
.night-mode .form-style .form-textarea:disabled, .night-mode .form-style .form-textarea:read-only {
  background: #212930;
}
.night-mode .form-style .form-textarea.has-error {
  border-color: #ff5271;
}
.night-mode .form-style .form-file {
  color: #ffffff;
  background: #273139;
  border: 1px solid #444;
}
.night-mode .form-style .form-file:focus, .night-mode .form-style .form-file:active {
  border: 1px solid #0069ff;
}
.night-mode .form-style .form-file:disabled {
  background: #212930;
}
.night-mode .form-style .form-file.has-error {
  border-color: #ff5271;
}
.night-mode .form-style .form-checkbox-holder {
  color: #ffffff;
}
.night-mode .form-style .form-checkbox-holder .form-checkbox-label .form-checkbox:checked + .form-checkbox-key .form-checkbox-value {
  background: #273139;
}
.night-mode .form-style .form-checkbox-holder .form-checkbox-label .form-checkbox-key {
  border: 1px solid #444;
  background: #212930;
}
.night-mode .form-style .dropzone {
  background: #273139;
  border: 1px solid #444;
}
.night-mode .form-style .dropzone .dz-preview .dz-image {
  border: 1px solid #444;
}
.night-mode .swal2-container.hdl-swal2-container.swal2-backdrop-show {
  background: #36434e;
}
@media only screen and (min-width: 992px) {
  .night-mode .swal2-container.hdl-swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.8);
  }
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup {
  background-color: #212930;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-header .swal2-title {
  color: #ffffff;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content {
  color: #ddd;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .swal2-validation-message {
  color: #fff;
  background-color: #36434e;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder {
  color: #ffffff;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table tbody tr:nth-child(odd) {
  background: #1b2127;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table tbody tr.danger-row {
  background: #ff5271;
}
.night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table td, .night-mode .swal2-container.hdl-swal2-container .swal2-popup .swal2-content .factor-table-holder .factor-table th {
  border-color: #444;
}
.night-mode .swal2-container.hdl-swal2-container .hdl-swal2-actions .btn-swal-ctbtn {
  background: #171c21;
  color: #999;
}
.night-mode .swal2-container .swal2-popup.swal2-toast {
  background: #212930;
}
.night-mode .swal2-container .swal2-popup.swal2-toast .swal2-header .swal2-title {
  color: #ffffff;
}
.night-mode#top .hdl-lg.lg-outer .lg {
  background: #333;
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-toolbar {
  background: rgba(0, 0, 0, 0.8);
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-toolbar .lg-icon:hover {
  color: #fff;
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-thumb-outer {
  background: rgba(0, 0, 0, 0.8);
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item {
  background: #333;
  border: 2px solid #444;
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item:hover {
  border-color: #0069ff;
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
  border-color: #ff5271;
}
.night-mode#top .hdl-lg.lg-outer .lg .lg-thumb-outer .lg-toggle-thumb {
  background: rgba(0, 0, 0, 0.8);
}
.night-mode#top .datepicker-container .datepicker-plot-area {
  background-color: #273139;
  border-color: #444;
}
.night-mode#top .datepicker-container .datepicker-plot-area * {
  color: #fff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-navigator .pwt-btn {
  color: #fff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  color: #fff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-day-view .table-days td span {
  background-color: #273139;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
  color: #666;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-day-view .table-days td span:hover {
  background-color: #3387ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-day-view .table-days td.selected span {
  background-color: #0069ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-year-view .year-item {
  background-color: #273139;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-year-view .year-item.selected {
  background-color: #0069ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-year-view .year-item:hover {
  background-color: #3387ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-month-view .month-item {
  background-color: #273139;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #0069ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #3387ff;
}
.night-mode#top .datepicker-container .datepicker-plot-area .datepicker-time-view {
  background-color: #212930;
  border-color: #444;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single {
  background-color: #273139;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single.my-s2-container {
  border: 1px solid #444;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered {
  color: #ffffff;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered:not([title]) {
  color: #999;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__rendered > .select2-selection__placeholder {
  color: #999;
}
.night-mode .select2-container[dir=rtl] .select2-selection--single.my-s2-container .select2-selection__arrow b {
  color: #ffffff;
}
.night-mode .select2-container[dir=rtl].select2-container--focus .select2-selection--single.my-s2-container {
  border: 1px solid #0069ff;
}
.night-mode .select2-container[dir=rtl].select2-container--focus .select2-selection--multiple {
  border: 1px solid #0069ff;
}
.night-mode .select2-container[dir=rtl].select2-container--open .select2-selection--single.my-s2-container {
  border: 1px solid #0069ff;
}
.night-mode .select2-container[dir=rtl].select2-container--open .select2-selection--single.my-s2-container .select2-selection__arrow b {
  color: #0069ff;
  transform: rotate3d(0, 0, 1, -180deg);
}
.night-mode .select2-container[dir=rtl] .select2-selection--multiple {
  background: #273139;
  color: #ffffff;
  border: 1px solid #444;
}
.night-mode .select2-container[dir=rtl] .select2-selection--multiple .select2-search__field {
  background: #273139;
  color: #ffffff;
}
.night-mode .select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  background: #212930;
  border: 1px solid #444;
}
.night-mode .select2-dropdown {
  background-color: #273139;
}
.night-mode .select2-dropdown.my-s2-dropdown .select2-search__field {
  background: #273139;
  color: #ffffff;
  border: 1px solid #444;
}
.night-mode .select2-dropdown.my-s2-dropdown .select2-search__field:focus, .night-mode .select2-dropdown.my-s2-dropdown .select2-search__field:active {
  border: 1px solid #0069ff;
}
.night-mode .select2-dropdown.my-s2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #0069ff;
}
.night-mode .editor-content blockquote {
  background: #2b363f;
}
.night-mode .editor-content blockquote:before {
  color: #444;
}
.night-mode .editor-content blockquote:after {
  color: #444;
}
