:root {

}

[data-bs-theme="light"] {
  --primary-color: #ffffff;
  --secondary-color: #fffefe;
  --green: #009e4f;
  --blue: #45A2C0;
  --darkblue: #1d556b;
  --gold: rgba(240, 185, 2, 1);
  --red: #cd1c24;
  --lime: #CDDC39;
  --yellow: #FFEB3B;
  --orange: #FF9800;
  --purple: #7b04eb;
  --pink: #E91E63;
  --font-color: #222;
  --dark-light: #54595f;

  --scroll-inner: rgb(184, 184, 184);
  --scroll-back: rgb(214, 214, 214);
  --bg-primary-light: #fff;
  --bg-primary: #fff;
  --bg-primary-dark: #f5f5f5;
  --bg-primary-darkest: rgb(230, 230, 230);
  --bg-primary-darkest2: rgb(240, 238, 238);
  --bg-secondary: #cd1c24;
  --bg-secondary-light: #ea333ad9;
  --bg-secondary-lightest: #f27179;
  --bg-secondary-dark: #c1272d;
  --bg-secondary-darkest: #a72024;
  --bg-dark: #3a3a3a;
  --bg-dark-dark: #2e2e2e;
  --bg-dark-light: #f7f7f7;
  --hint-color: rgb(124, 124, 124);
  --hint-color2: rgb(167, 167, 167);
  --border-color: #EDEDED;
  --border-color-dark: #e5e5e5;
  --border-color-darkest: #d8d8d8;
  --bg-glassy: rgba(0, 0, 0, .25);
  --icon-color: invert(1);
  --icon-color2: invert(.45);
  --bg-light:#fff;

  ---blue: #0c64ab;
  ---dark-blue: #245C73;
  ---light-blue: #0078bf;
  ---lightest-blue: #5ec4ff;
  ---green: #009e4f;
  ---dark-green: #017a75;
  ---light-green: #01aba8;
  ---orange: #f1870f;
  ---dark-orange: #e66021;
  ---light-orange: #f7a708;
  ---pink: #c51778;
  ---dark-pink: #a11961;
  ---light-pink: #d61781;
  ---purpule: #712973;
  ---dark-purpule: #55245c;
  ---light-purpule: #8c338b;
}


[data-bs-theme="dark"] {
  --primary-color: ##111114; /* رنگ اصلی */
  --secondary-color: #202020 ; /* روشن‌تر */
  --green: #009e4f; /* رنگ سبز ثابت */
  --blue: #215c70; /* رنگ آبی ثابت */
  --darkblue: #2a788d; /* روشن‌تر */
  --gold: rgba(240, 185, 2, 0.8); /* شفافیت کمتر */
  --red: #d9534f; /* روشن‌تر */
  --lime: #dcdc6a; /* روشن‌تر */
  --yellow: #fff176; /* روشن‌تر */
  --orange: #ffb74d; /* روشن‌تر */
  --purple: #9c27b0; /* روشن‌تر */
  --pink: #f50057; /* روشن‌تر */
  --font-color: #ffffff; /* رنگ فونت */
  --dark-light: #b0b0b0; /* روشن‌تر */
  
  --scroll-inner: rgb(150, 150, 150); /* کمی روشن‌تر */
  --scroll-back: rgb(180, 180, 180); /* کمی روشن‌تر */
  --bg-primary-light: #1c2024; /* تیره‌تر */
  --bg-primary: #111114; /* رنگ اصلی */
  --bg-primary-dark: #23282d; /* تیره‌تر */
  --bg-primary-darkest: #282d32; /* تیره‌تر */
  --bg-primary-darkest2: #4f5153; /* تیره‌تر */
  --bg-secondary: #a72024; /* تیره‌تر */
  --bg-secondary-light: #b65a5d; /* روشن‌تر */
  --bg-secondary-lightest: #e5a4a8; /* روشن‌تر */
  --bg-secondary-dark: #9f1f21; /* روشن‌تر */
  --bg-secondary-darkest: #8a1c1f; /* روشن‌تر */
  --bg-dark: #292929; /* روشن‌تر */
  --bg-dark-dark: #3b3b3b; /* روشن‌تر */
  --bg-dark-light: #646464; /* روشن‌تر */
  --hint-color: #929292; /* روشن‌تر */
  --hint-color2: rgb(85, 85, 85); /* روشن‌تر */
  --border-color: #666666; /* روشن‌تر */
  --border-color-dark: #777777; /* روشن‌تر */
  --border-color-darkest: #202020; /* روشن‌تر */
  --bg-glassy: rgba(255, 255, 255, 0.2); /* شفاف‌تر */
  --icon-color: invert(0); /* سیاه */
  --icon-color2: invert(0.55); /* تیره‌تر */
  --bg-light: #2a2a2a; /* کمی روشن‌تر */
  
  ---blue: #226081; /* روشن‌تر */
  ---dark-blue: #2d7a92; /* روشن‌تر */
  ---light-blue: #0086b6; /* روشن‌تر */
  ---lightest-blue: #79d1ff; /* روشن‌تر */
  ---green: #009e4f; /* رنگ سبز ثابت */
  ---dark-green: #008c77; /* روشن‌تر */
  ---light-green: #02b2b8; /* روشن‌تر */
  ---orange: #f1870f; /* رنگ نارنجی ثابت */
  ---dark-orange: #d08020; /* روشن‌تر */
  ---light-orange: #f6b644; /* روشن‌تر */
  ---pink: #c51778; /* رنگ صورتی ثابت */
  ---dark-pink: #a11961; /* روشن‌تر */
  ---light-pink: #d61d81; /* روشن‌تر */
  ---purpule: #793c84; /* روشن‌تر */
  ---dark-purpule: #602a6c; /* روشن‌تر */
  ---light-purpule: #8c3a9a; /* روشن‌تر */
}




.pointer {
  cursor: pointer;
}

.hint {
  color: var(--hint-color)
}

.hint2 {
  color: var(--hint-color2)
}


.bg-primary{
  background-color: var(--bg-primary) !important;
}
.bg-primary-darkest2{
  background-color: var(--bg-primary-darkest2) !important;
}
.bg-secondary-color {
  background-color: var(--secondary-color) !important;
}

.bg-primary-dark {
  background-color: var(--bg-primary-dark) !important;
}

.bg-secondary-light {
  background-color: var(--bg-secondary-light) !important;
}

.bg-secondary-dark {
  background-color: var(--bg-primary-dark) !important;
}

.bg-secondary {
  background-color: var(--bg-secondary) !important;
}

.bg-dark {
  background-color: var(--bg-dark) !important;
}
.bg-light {
  background-color: var(--bg-light) !important;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, #23bdb8, #43e794);
}

.bg-gradient-light {
  background: linear-gradient(90deg, #ee0979, #ff6a00);
}

.color-white {
  color: #ffff !important;
}
.color-font{
  color: var(--font-color);
}

.color-primary {
  color: var(--bg-primary) !important;
}

.bg-blue {
  background-color: var(---blue) !important;
}

.bg-light-blue {
  background-color: #0078bf;
}
.bg-lightest-blue {
  background-color: var(---lightest-blue);
}

.bg-dark-blue {
  background-color: #1f4689;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-light-green {
  background-color: #01aba8;
}

.bg-dark-green {
  background-color: #017a75;
}

.bg-orange {
  background-color: #f1870f !important;
}

.bg-light-orange {
  background-color: #f7a708;
}

.bg-dark-orange {
  background-color: #D0430D;
}

.bg-pink {
  background-color: #c51778;
}

.bg-light-pink {
  background-color: #d61781;
}

.bg-dark-pink {
  background-color: #a11961;
}

.bg-purpule {
  background-color: #712973;
}

.bg-light-purpule {
  background-color: #8c338b;
}

.bg-dark-purpule {
  background-color: #55245c;
}

.bg-dark-light{
  background-color: #f1f1f1  !important;
}

.border-btn-exit{
  border: 2px dashed var(--primary-color);
}


@font-face {
  font-family: 'iran';
  src: url('fonts/iran.woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "iran";
  src: url("fonts/IRANSANSMOBILE_BOLD.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.en {
  font-family: sans-serif, Arial, Helvetica;
}

html {
  direction: rtl !important;
  text-align: right;
}

body {
  background-color: var(--bg-primary-dark);
  text-align: justify;
  font-weight: normal;
  line-height: normal;
  color: var(--font-color);
  font-family: iran;
  font-size: 13px;
}

* {
  text-decoration: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  user-select: none;
}

.card-header {
  padding: 0.4rem 1em;
}

.card-body {
  padding: 1rem;
}

.t-small {
  font-size: .9em
}

.t-smaller {
  font-size: .8em
}

.t-smallest {
  font-size: .7em
}

.t-big {
  font-size: 1.1em
}

.t-bigger {
  font-size: 1.2em
}

.t-biggest {
  font-size: 1.3em
}

.t-verybig {
  font-size: 1.5em;
  letter-spacing: 0.091em;
}
.t-very-verybig {
  font-size: 2em;
  letter-spacing: 0.091em;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

select {
  text-align-last: center;
}

.bold {
  font-weight: bold;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

span {
  display: inline-block;
}

.pager {
  height: 100%;
}

input {
  color: var(--font-color);
}

input[type=range] {
  pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
}

.btn:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.box-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.border-dashed{
  border: 3.5px  dashed #017a75;
}

.btm-radius {
  border-radius: 0 0 15px 15px;
}

.btm-border {
  border-bottom: 1px solid var(--border-color);
}

.btm-border-dark {
  border-bottom: 1px solid var(--border-color-dark);
}

.btm-border-darkest {
  border-bottom: 1px solid var(--border-color-darkest);
}

.top-border {
  border-top: 1px solid var(--border-color);
}

.top-border-dark {
  border-top: 1px solid var(--border-color-dark);
}

.top-border-darkest {
  border-top: 1px solid var(--border-color-darkest);
}

.no-sahdow {
  box-shadow: none !important;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.stretch {
  width: 100%;
}

a:hover {
  color: inherit;
  text-decoration: none;
 
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.green {
  color: var(--green) !important;
}

.blue {
  color: var(---light-blue) !important;
}

.darkblue {
  color: var(--darkblue) !important;
}

.purple {
  color: var(--purple);
}

.gold {
  color: var(--gold);
}

.red {
  color: var(--red) !important;
}

.yellow {
  color: var(--yellow) !important;
}

.orange {
  color: var(--orange);
}

.pink {
  color: var(--pink);
}

.lime {
  color: var(--lime);
}
.black{
color: var(--bg-dark);
}

.darklight {
  color: var(--dark-light);
}

.primary-color {
  color: var(--primary-color);
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

.relative {
  position: relative;
}

.modal-content {
  font-family: iran;
}

/* .container {
  padding-right: 10px;
  padding-left: 10px;
} */

.radius-tr-br{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.radius-tl-bl{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
 
.radius-tl-tr{
  border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
 
.radius-bl-br{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
 


button:focus {
  outline: none
}

.form-control:focus {
  border-color: #888;
  outline: none;
  box-shadow: none;
}

::placeholder {
  color: var(--hint-color2) !important;
  font-size: .8em;
}

.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  max-width: calc(100% - 40px);
  z-index: 10000
}

.notification>div {
  min-width: 200px;
  padding: 10px 12px 10px 25px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  display: none;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.notification span {
  text-align: justify;
  line-height: 25px;
  display: block;
  font-size: .9em;
}

.notification .danger {
  background-color: #ffcdd2;
  color: #d32f2f;
  border: 1px solid #ef9a9a
}

.notification .warning {
  background-color: #fff59d;
  color: #ee770e;
  border: 1px solid #fdd835
}

.notification .info {
  background-color: #81d4fa;
  color: #01579b;
  border: 1px solid #4fc3f7
}

.notification .success {
  background-color: #a5d6a7;
  color: #1b5e20;
  border: 1px solid #81c784
}

.notification i {
  position: absolute;
  right: 4px;
  top: 10px;
  font-size: 1.5em
}

.notification .icofont-close {
  left: 0px;
  top: 0px;
  font-size: 1em;
  right: unset;
}

.notification .notif {
  font-size: .9em;
  padding: 7px 38px 7px 16px;
  margin-bottom: 15px;
}

.notification .notif .pic {
  background-image: url(img/noimg0.jpg);
  width: 50px;
  min-width: initial;
  height: 50px;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 25px);
  right: -12px;
}

.notif.warning .pic {
  border: 3px solid #fdd735;
}

.notif.success .pic {
  border: 3px solid #81c784;
}

.notif.danger .pic {
  border: 3px solid #ef9a9a;
}

.imgbox .profileimg {
  width: 160px;
  height: 160px;
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  background-color: var(--bg-primary-dark);
}

.imgbox i {
  position: absolute;
  left: calc(50% - 90px);
  top: 161px;
  font-size: 1.8em;
  background-color: var(--bg-primary);
  border-radius: 50%;
  padding: 5px;
}

.radius {
  border-radius: 30px !important
}

.radius5 {
  border-radius: 5px !important
}

.radius10 {
  border-radius: 10px !important
}

.radius15 {
  border-radius: 15px !important
}

.radius20 {
  border-radius: 20px !important
}
.radius50{
  border-radius: 50% !important
}

.beforeicon::before {
  font-family: 'icofont';
  content: attr(icon);
  position: absolute;
  right: -10px;
  top: 0;
  color: var(--primary-color);
  font-size: 17px;
}

.beforeicon::after {
  content: attr(label);
  position: absolute;
  right: 11px;
  top: 0;
  color: var(--primary-color);
  font-size: 12px;
}

.aftericon::after {
  font-family: 'icofont' !important;
  content: attr(icon) !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 2px !important;
  color: var(--primary-color) !important;
  font-size: 18px !important;
  -webkit-text-security: initial;
}

[contenteditable=true] {
  outline: none;
  border-bottom: 1px solid #007eb5;
  padding: 0 25px 0 10px;
  color: var(--font-color);
  word-wrap: break-word;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 150px
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  color: var(--hint-color);
}

[contenteditable=true]:empty {
  content: attr(placeholder);
  -webkit-text-security: initial;
}

[contenteditable=true]::after {
  content: "\ea54";
  font-family: 'icofont';
  position: absolute;
  right: -2px;
  bottom: 4px;
  color: var(--primary-color);
  font-size: 1.3em;
}

.editmode .hideedit {
  display: none !important;
}

.editmode .editcontent {
  display: inline-block !important;
}

.editmode .editcontent.d-block {
  display: block !important;
}

.editcontent,
.editcontent.d-block {
  display: none !important;
}

.password.act {
  -webkit-text-security: initial;
}

.password {
  -webkit-text-security: disc;
}

.multibtn,
.multiselect {
  padding: 5px;
  text-align: center;
}

.multibtn>.btn,
.multiselect>.btn {
  color: var(--hint-color);
  border: 1px var(--bg-primary-darkest2) solid;
  padding: 7px 25px 6px;
  border-radius: 35px;
  margin: 2px 4px;
  font-size: .94em;
  cursor: pointer;
  position: relative;
}

.multibtn>.btn.act,
.multiselect>.btn.act {
  border: 1px var(--primary-colort) solid;
  background-color: var(--primary-color);
  color: white;
}

.multibtn>.btn i,
.multiselect>.btn i {
  position: relative;
  right: -2px;
  font-size: 17px;
}

.multibtn>.btn .ic2,
.multiselect>.btn .ic2 {
  font-size: 15px;
  position: absolute;
  right: 5px;
  top: 4px;
}

.loading,
.loading2 {
  width: 100px;
  /* height: 70px; */
  left: calc(50% - 50px);
  bottom: 70px;
  z-index: 1000;
  position: fixed;
}

.loading img,
.loading2 img {
  width: 100px;
  /* height: 70px; */
  transition: 1.2s;
  -webkit-filter: drop-shadow(2px 3px 5px black);
  filter: drop-shadow(2px 3px 5px black);
  animation: loadinganimate;
  -webkit-animation: loadinganimate;
}

@keyframes loadinganimate {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.panel {
  background-color: var(--bg-secondary);
  border: 1px solid var(--bg-secondary-light);
  border-radius: 10px;
}

.panel-heading {
  background-color: var(--bg-secondary-light);
  text-align: center;
  padding: 3px;
  border-radius: 10px 10px 0 0;
  color: var(--font-color);
}

.panel-body {
  padding: 10px 5px;
}

.table {
  color: var(--font-color) !important;
}


.modal-footer {
  justify-content: flex-start !important;
  padding: 15px !important;
  border-top: 1px solid var(--border-color) !important;
}

.modal-content {
  background-color: var(--bg-primary) !important;
}

.modal-header {
  background-color: var(--primary-color);
  color: white;
  border-bottom: none;
  padding: 10px 16px !important;
}

.form-control {
  color: var(--font-color) !important;
  font-size: inherit !important;
}

ul {
  list-style-type: none;
}

.mybtn {
background-color: var(---green);
  color: #fff !important;
  transition: .5s;
  border: none;
  border-radius: 5px;
  padding: 5px 15px
}

.mybtn.dark {
  background: var(---blue) !important;
}

.mybtn.light {
  background-color: var(---orange) !important;
  color: white !important;
}
.mybtn.white {
  background-color: white !important;
  color: rgb(88, 88, 88) !important;
}

.mybtn img {
  height: 18px;
  margin-left: 7px;
}

p {
  margin-bottom: unset;
  line-height: 32px;
}

.homeHeader {
  background-image: url('../img/bg/2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /* filter:drop-shadow(8px 8px 30px rgba(144, 173, 177, 0.559)) grayscale(40%); */
}

.borderless {
  border: none;
}

.left-border {
  border-left: 1px solid var(--border-color);
}

.border{
  border: 1px solid #EDEDED;
}
.border-dott{
  border: 3px dashed #0079bf49;
  
}

.homeHeader {
  position: relative;
  padding-top: 100px;
}

.homeHeader canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homeHeader .iconBox {
  text-align: center;
}

.homeHeader .iconBox>div {
  display: inline-block;
  color: white;
  padding: 0 20px;
  cursor: pointer;
}

.homeHeader .iconBox>div div {
  display: block;
  background-color: white;
  border-radius: 50%;
  padding: 18px;
}

.homeHeader .iconBox img {
  width: 40px;
}

.homeHeader .iconBox span {
  margin-top: 10px;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

nav ul {
  margin: 0;
  padding: 3px 0;
  position: relative;
}

nav li {
  display: inline-block;
  color: white;
  margin-left: 25px;
  cursor: pointer;
}

nav li:last-child {
  position: absolute;
  left: 0;
  top: 12px;
}

#waterHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@-moz-keyframes spin {
  from {
      -moz-transform: rotate(0deg);
  }

  to {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
      -webkit-transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .homeHeader .iconBox>div div {
    padding: 12px;
  }

  .homeHeader .iconBox img {
    width: 36px;
  }

  .homeHeader {
    position: relative;
    padding-top: 40px;
  }

  .t-small {
    font-size: .9em
  }

  .t-smaller {
    font-size: .8em
  }

  .t-smallest {
    font-size: .7em
  }

  .t-big {
    font-size: 1.05em
  }

  .t-bigger {
    font-size: 1.1em
  }

  .t-biggest {
    font-size: 1.2em
  }

  .t-verybig {
    font-size: 1.3em
  }

}




