    :root{
        --c1:#01081f;
        --c2:#3d466b;
        --c3:#646b88;
        --c4:#8b90a6;
        --c5:#bac0db;
        --ff1: "vazir";
        --ff2: "IRANSans";
        --ff3: "shabnam";
        --primary-light: #04f6e3;
        --primary: #01081f;
        --primary-dark: #5b0eeb;
        --back-color: #01081f;
        --wmenu:180px;
        --nimwmenu:90px;
        --bg-light:#111;
        --bg-dark:rgb(8, 8, 8);
        --text-light:#111;
        --text-dark:#f8f9fc;
        --hmenu:45px;
        --color-1:#05062d;
        --color-2:#ff6f00;
        --color-3:#e0e0e0;
        --color-1-light:#103057;
        --color-1-dark:#01142b;
        --color-2-light:#ff8c1a; 
        --color-2-dark:#ff4700;
        --color-3-light:#f5f5f5; 
        --color-3-dark:#d0d0d0;
        --body-color:radial-gradient(circle, #d0d0d0 1%, #e0e0e0 100%);
        --bg-color:#e0e0e0;
        --text-color:#111;
    }
    body.dark{
        --color-1:#01081f;
        --body-color:radial-gradient(circle, #051340 1%, #040f32 100%);
        --bg-color:#01081f;
        --text-color:#f8f9fc;
    }
    .body-color{
        background:var(--body-color) !important;
        color:var(--text-color) !important;
    }
    .bg-color{
        background:var(--bg-color) !important;
        color:var(--text-color) !important;
    }
    @font-face {
      font-family: "IRANSans";
      src: url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.eot"); /* IE9 Compat Modes */
      src: url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.otf") format("opentype"), /* Open Type Font */
      url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.svg") format("svg"), /* Legacy iOS */
      url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.ttf") format("truetype"), /* Safari, Android, iOS */
      url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.woff") format("woff"), /* Modern Browsers */
      url("https://keyhanth.ir/Assets/fonts/iransans/IRANSans.woff2") format("woff2"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
    }
    @font-face {
      font-family: "vazir";
      src: url("https://keyhanth.ir/Assets/fonts/Vazir/Vazir.eot"); /* IE9 Compat Modes */
      src: url("https://keyhanth.ir/Assets/fonts/Vazir/Vazir.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("https://keyhanth.ir/Assets/fonts/Vazir/Vazir.ttf") format("truetype"), /* Safari, Android, iOS */
      url("https://keyhanth.ir/Assets/fonts/Vazir/Vazir.woff") format("woff"), /* Modern Browsers */
      url("https://keyhanth.ir/Assets/fonts/Vazir/Vazir.woff2") format("woff2"); /* Modern Browsers */
      font-weight: normal;
      font-style: normal;
    }
    
    @font-face {
        font-family: "shabnam";
        src: url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-FD.eot');
        src: url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-FD.eot?#iefix') format('embedded-opentype'),
             url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-FD.woff') format('woff'),
             url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-FD.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
   }
    @font-face {
        font-family: "shabnam";
        src: url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-Bold-FD.eot');
        src: url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-Bold-FD.eot?#iefix') format('embedded-opentype'),
             url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-Bold-FD.woff') format('woff'),
             url('https://keyhanth.ir/Assets/fonts/shabnam/Shabnam-Bold-FD.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
   }
    
    body{font-family: var(--ff1); font-size: 12px; }
    .di-rtl{ direction : rtl !important; }
	.di-ltr{ direction : ltr !important; }
  @-webkit-keyframes fade2 {
	  0% {
		opacity:0
	  }
	  to {
		opacity:1
	  }
	}
  @keyframes fff {
	  0% {
		opacity:0
	  }
	  to {
		opacity:1
	  }
	}
	.nav-link,.m-link {font-family:vazir;}
button.link_btn {
  position: relative;
  padding: 8px 15px;
  border-radius: 7px;
  border: 1px solid var(--c1);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  color: var(--c1);
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button.link_btn:hover {
  background: var(--c1);
  color: var(--c5);
  border: 1px solid var(--c2);
  translate: 0px -3px 0px;
  box-shadow: 0px 5px 5px #0009,inset 0px -3px 0px #0005;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button.link_btn:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

button.link_btn::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.nav-link.active button {
  background: var(--c1);
  color: var(--c5);
  border: 1px solid var(--c3);
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

button.link_btn:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.link-to-portfolio {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
    text-align: center;
    align-content: center;
    background: #0483c880;
    color:white;
    position: fixed;
    display: none;
}
#backToTopBtn.show {
  display: block;
  opacity: 1;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255,255,255,.1);
    color:black;
}

.burger {
  position: absolute;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
  left: 15px;
  top: 15px;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--c2);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}
#m_nav {
  position: relative;
  background: var(--c1);
  width: 100vw;
  height: 100vh;
  text-align: center;
  top: 65px;
  left: 0;
  color: var(--c5);
  justify-content: center;
  z-index: 1000;
  display: none;
  position: absolute;
  right: 0;
  padding-bottom: 40vh;
}
.nav_pre{
    transform: perspective(0px) rotateY(-30deg) scaleX(2) translateX(-10px);
    transform-origin: 100% 50%;
}

.customCheckBoxHolder {
  display: flex;
}

.customCheckBox {
  width: fit-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  padding: 8px 12px;
  background-color: var(--c2);
  border-radius: 0px;
  color: #eee;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 300ms;
  transition-property: color, background-color, box-shadow;
  display: flex;
  height: 40px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px 1px 1px 0px;
  outline: none;
  justify-content: center;
  min-width: 55px;
  font-family: vazir;
}

.customCheckBox:hover {
  background-color: #2c2c2c;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -4px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px -1px 1px 0px, rgba(0, 0, 0, 0.17) 0px 2px 4px 1px;
}

.customCheckBox .inner {
  font-size: 14px;
  font-weight: 900;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 300ms;
  transition-property: transform;
  transform: translateY(0px);
}

.customCheckBox:hover .inner {
  transform: translateY(-2px);
}

.customCheckBoxWrapper:first-of-type .customCheckBox {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0px;
}

.customCheckBoxWrapper:last-of-type .customCheckBox {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
}

.customCheckBoxInput {
  display: none;
}


.customCheckBoxInput:checked + .customCheckBoxWrapper .customCheckBox .inner {
  transform: translateY(-2px);
}

.customCheckBoxWrapper .customCheckBox:hover .inner {
  transform: translateY(-2px);
}


@media only screen and (min-width: 768px){
    body.sidebar-toggled .sidebarMenu_wrapper__content li{
        font-size: 9px !important;
    }
    body.sidebar-toggled .sidebarMenu_wrapper__content li:hover{
        text-indent: 2px !important;
    }
    body.sidebar-toggled .sidebarMenu_wrapper__content li i{
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 990px) {
    .sidebarMenu_wrapper label {
          padding: 15px;
    }
    button.link_btn {
      position: relative;
      padding: 8px 15px;
      border-radius: 7px;
      border: 1px solid var(--c5);
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      background: transparent;
      color: var(--c5);
      overflow: hidden;
      box-shadow: 0 0 0 0 transparent;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      width:100% !important;
    }
    .m-link.active button.link_btn{
        background: var(--back-color) !important;
        color: var(--c1) !important;
    }
    #m_nav {
        display:flex !important;
    }
    .m_hide{
        display:none;
    }
    #login{
        position: absolute;
        width: 40px;
        height: 30px;
        right: 30px;
        top: 15px;
    }
    a.navbar-brand{
        width:100% !important;
    }
    .h_m_55{
        height:55px !important;
    }
    .circles{
        display:none;
    }
    
    .linearborder{
        height: auto !important;
    }
    .navbar-brand{
        text-align: center !important;
    }
    .wrapper_header{
        height: 350px !important;
    }
    .carousel__item{
        scale: 0.7;
        margin-top: -30px;
    }
}
.navbar-brand{
    text-align: left;
}
#main{
    display: inline-table;
    min-height: 50vh;
    /*background-image: url("https://keyhanth.ir/Assets/img/Bg_fcolor.jpg");*/
    font-family: var(--ff1);
    background: var(--back-color);
    position: relative;
    width: 100%;
}
#div_main{
    background: linear-gradient(180deg, var(--c1) 0%, var(--c2) 100%);
    min-height: 350px;
    display: flex;
    align-items: center;
    padding-bottom: 65px;
    padding-top: 40px;
    width:100%;
  }

.neumorphic-border{
    background:var(--back-color);
  border: 3px solid #f3f4f7;
  box-shadow: 2px 2px 3px rgba(55, 84, 170, .15), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important;   
}
.neumorphic-border-img{
    
  width: 100%;
  height: auto;
}
.circles {
    position: fixed;
    top: 0;
    right: 0;
    width: 55vw;
    height: 100%;
    overflow: hidden;
 
}
.circles li {
    position: absolute;
   z-index:9;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1) {
    left: 25%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}
.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4) {
    left: 40%;
    width: 35px;
    height: 35px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6) {
    left: 75%;
    width: 30px;
    height: 30px;
    animation-delay: 3s;
}
.circles li:nth-child(7) {
    left: 35%;
    width: 35px;
    height: 35px;
    animation-delay: 7s;
}
.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10) {
    left: 85%;
    width: 35px;
    height: 35px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/***********************************/
.hover_gray{
    -webkit-filter: grayscale(0);
    transition: all 0.5s ease;
    scale: 1;
    box-shadow: 0px 0px 3px #0003;
}
.hover_gray:hover{
    -webkit-filter: grayscale(1);
    transition: all 0.5s ease;
    scale: 1.05;
    box-shadow: 0px 0px 15px #0008;
    
}
.neumorphic-title {
  color: #555F76;
  font-size: 20px;
  padding: 20px 0 10px;
  text-align: center;
  direction:rtl;
}

.neumorphic-text {
  padding: 0 0 10px;
  text-align: justify;
  direction:rtl;
  color: #8D96A8;
}


/* 16 */
.btn-16 {
  border: none;
  color: #000;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}

.wrapper {
position: relative;
    max-width: 470px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 20px 30px 220px;
    background: rgb(1 197 196 / 51%);
    box-shadow: 0 5px 10px rgba( 0, 0, 0, 0.1 );
    overflow: hidden;
    backdrop-filter: saturate(180%) blur(8px);
}
.form.login {
     position: absolute;
    left: 50%;
    bottom: -86%;
    transform: translateX( -50% );
    width: calc( 100% + 220px );
    padding: 20px 140px;
    border-radius: 50%;
    height: 100%;
    background: #030f4a;
    transition: all 0.6s ease;
    color: white;
    border: 7px solid #31e5e4;
}
.wrapper.active
  .form.login {
  bottom: -13%;
  border-radius: 35%;
  box-shadow: 0 -5px
    10px rgba(0, 0, 0, 0.1);
}
.form
  header {
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.form.login
  header {
     color: #fff;
    opacity: 0.6;
}
.wrapper.active
  .form.login
  header {
  opacity: 1;
}
.wrapper.active
  .signup
  header {
  opacity: 0.6;
}
.wrapper
  form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
#loginform form
  input {
  height: 47px;
    outline: none;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    border-radius: 8px;
    background: #fff;
    box-shadow: -10px -10px 14px rgba(255, 255, 255, 0.3), 10px 10px 15px rgba(70, 70, 70, 0.15), inset -10px -10px 15px rgba(255, 255, 255, 0.3), inset 10px 10px 15px rgba(70, 70, 70, 0.15);
    border: 1px solid #05b5b4de;
}
.form.login
  input {
  border: 1px solid #303030;
    box-shadow: -10px -10px 14px rgb(27 22 86 / 30%), 10px 10px 15px rgb(61 88 151 / 15%), inset -10px -10px 15px rgb(108 136 233 / 30%), inset 10px 10px 15px rgb(21 48 106 / 15%);
}
.form.login
  input:focus {
  box-shadow: 0
    1px 0
    #ddd;
}
#loginform form
  .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox
  input[type="checkbox"] {
  height: 16px;
  width: 16px;
  accent-color: #fff;
  cursor: pointer;
}
#loginform form
  .checkbox
  label {
  cursor: pointer;
  color: #fff;
}
#loginform form a {
  color: #afaeae;
  text-decoration: none;
}
#loginform form
  a:hover {
  text-decoration: underline;
}
#loginform form
  input[type="submit"] {
  margin-top: 15px;
  padding: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.form.login
  input[type="submit"] {
  background: #01c5c4;
  color: #fff;
  border: none;
}
#loginform {
  min-height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-image: url("https://keyhanth.ir/Assets/img/Bg_fcolor.jpg");
  background-color: #ececec;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 2000;
}
.show_form{
    display: flex !important;
}
.close_btn{
  position: absolute;
  right: 40px;
  top: 30px;
  padding: 0.25rem;
  width: 33px;
  height: 33px;
  text-align: center;
  border-radius: 5px;
  box-shadow: -10px -10px 14px rgba(255, 255, 255, 0.3), 10px 10px 15px rgba(70, 70, 70, 0.15), inset -10px -10px 15px rgba(255, 255, 255, 0.3), inset 10px 10px 15px rgba(70, 70, 70, 0.15);
  cursor: pointer;
  transition: all 0.5s ease;
  background: var(--back-color);
  z-index: 1000;
  color: #d00000;
  font-weight: bolder;
  font-size: 18px;
}


header{
    position: relative;
    z-index: 100;
}



ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: var(--c1);
  position: relative;
}
.footer-cta {
  border-bottom: 2px solid #16334d;
}
.single-cta i {
  color: #04f6e3;
  font-size: 30px;
  float: right;
  margin-top: 8px;
}
.cta-text {
  padding-right: 15px;
  display: inline-block;
  width: 90%;
  text-align: right;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: right;
}
.cta-text span {
  color: #757575;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
  text-align: center;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 12px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #04f6e3;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #04f6e3;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
  box-shadow: inset -2px -2px 6px rgba(255,255,255,0.1), inset 2px 2px 6px rgba(0,0,0,0.8);
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #04f6e3;
    padding: 13px 20px;
    border: 1px solid #04f6e3;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 12px;
  color: #878787;
}
.copyright-text p a{
  color: #04f6e3;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #04f6e3;
}
.footer-menu li a {
  font-size: 12px;
  color: #878787;
}

.neon_dark{
  padding: 1rem 1rem 2rem;
  border-radius: 10px;
  box-shadow: -5px -5px 10px rgba(255,255,255,0.05), 5px 5px 10px rgba(0,0,0,0.5);
  height: 100%;
  align-content: center;
}
.bg-fixed-home{
    background: var(--c1) url("https://keyhanth.ir/Assets/img/bg-home.jpg");
  position: relative;
  z-index: 10;
  background-attachment: fixed;
  background-blend-mode: multiply;
  background-size: cover;
  min-height: 70vh;
  align-content: center;
}
.neumorphic_box{
  border-radius: 1.5rem;
  background: var(--back-color);
  border: 3px solid #f3f4f7;
  box-shadow: 2px 2px 3px rgba(55, 84, 170, .15), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important;
}

.ajs-message {
    direction:rtl !important;
    text-align:center !important;
}
.bg-gradient-sidbar {
  background-color: var(--c1);
  background-image: linear-gradient(180deg,var(--c1) 10%,var(--c2));
  background-size: cover;
}
.bg-gradient-topbar {
  background-color: #36b9cc;
  background-image: linear-gradient(90deg,#222c56 10%,#36b9cc);
  background-size: cover;
}
.ajs-success {
  color: white !important;
}
.swal2-title,.swal2-html-container{
    direction:rtl;
}
.sidebarToggle{
    position: absolute;
  bottom: 10px;
  right: -25px;
  background: var(--c2);
  border-radius:14px;
  padding: 5px;
  transition: all 0.5s ease;
}
.sidebarToggle:hover{
    right: -30px;
    transition: all 0.5s ease;
}

.menu {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 2000;
}

.menu-title {
  display: block;
  width: var(--wmenu);
  height: 3.5rem !important;
  padding: 12px 0 0;
  text-align: center;
  color: #ffffff;
  transition: 0.3s background-color;
}
.menu-title span{
  width: 120px;
  text-align: center;
  inline-size: 120px;
  overflow-wrap: break-word;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #fff;
  border-left: var(--nimwmenu) solid transparent;
  border-right: var(--nimwmenu) solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition:
    0.2s 0.2s border-top ease-out,
    0.3s border-top-color;
}

.menu:hover > .menu-title:before {
  border-top-width: 0;
  transition:
    0.2s border-top-width ease-in,
    0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: var(--nimwmenu) solid transparent;
  border-right: var(--nimwmenu) solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-dropdown {
  min-width: 100%;
  padding: 15px 0;
  position: absolute;
  background: #ebebeb;
  z-index: 100;
  transition:
    0.5s padding,
    0.5s background;
}

.menu-dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: var(--nimwmenu) solid transparent;
  border-right: var(--nimwmenu) solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}

.menu:not(:hover) > .menu-dropdown {
  padding: 0;
  background: #dddddd;
  z-index: 99;
}

.menu:not(:hover) > .menu-dropdown:after {
  border-top-color: #dddddd;
}

.menu:not(:hover) > .menu-title:after {
  border-bottom-color: #dddddd;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 35px;
  padding: 8px 10px;
  background: rgba(0,0,0,0);
  white-space: nowrap;
  transition: 
    0.5s height cubic-bezier(.73,.32,.34,1.5),
    0.5s padding cubic-bezier(.73,.32,.34,1.5),
    0.5s margin cubic-bezier(.73,.32,.34,1.5),
    0.5s 0.2s color,
    0.2s background-color;
}

.menu-dropdown > *:hover {
  background: rgba(0,0,0,0.1);
}

.menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}

.hList{
    list-style: none;
}

.hList > * {
  float: right;
}

.hList > * + * {
  margin-right: 0;
}

#darkmode{
  position: fixed;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--color-3-light), var(--color-3-dark));
  width: 80px;
  height: 80px;
  border-radius: 50% 50% 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: background 0.5s, box-shadow 0.3s;
  z-index: 999;
  scale: 0.8;
  padding-bottom: 10px;
}
#darkmode:hover {
  bottom: -15px;
}
.sticky-footer{
  padding-bottom: 3rem !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom: 0;
}

.switch #themeToggle {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 0;
  overflow: hidden;
}

.sun-moon {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: yellow;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#themeToggle:checked + .slider {
  background-color: black;
}

#themeToggle:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

#themeToggle:checked + .slider .sun-moon {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: white;
  -webkit-animation: rotate-center 0.6s ease-in-out both;
  animation: rotate-center 0.6s ease-in-out both;
}

.moon-dot {
  opacity: 0;
  transition: 0.4s;
  fill: gray;
}

#themeToggle:checked + .slider .sun-moon .moon-dot {
  opacity: 1;
}

.slider.round {
  border-radius: 34px;
}

.slider.round .sun-moon {
  border-radius: 50%;
}

#moon-dot-1 {
  left: 10px;
  top: 3px;
  position: absolute;
  width: 6px;
  height: 6px;
  z-index: 4;
}

#moon-dot-2 {
  left: 2px;
  top: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 4;
}

#moon-dot-3 {
  left: 16px;
  top: 18px;
  position: absolute;
  width: 3px;
  height: 3px;
  z-index: 4;
}

#light-ray-1 {
  left: -8px;
  top: -8px;
  position: absolute;
  width: 43px;
  height: 43px;
  z-index: -1;
  fill: white;
  opacity: 10%;
}

#light-ray-2 {
  left: -50%;
  top: -50%;
  position: absolute;
  width: 55px;
  height: 55px;
  z-index: -1;
  fill: white;
  opacity: 10%;
}

#light-ray-3 {
  left: -18px;
  top: -18px;
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  fill: white;
  opacity: 10%;
}

.cloud-light {
  position: absolute;
  fill: #eee;
  animation-name: cloud-move;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.cloud-dark {
  position: absolute;
  fill: #ccc;
  animation-name: cloud-move;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

#cloud-1 {
  left: 30px;
  top: 15px;
  width: 40px;
}

#cloud-2 {
  left: 44px;
  top: 10px;
  width: 20px;
}

#cloud-3 {
  left: 18px;
  top: 24px;
  width: 30px;
}

#cloud-4 {
  left: 36px;
  top: 18px;
  width: 40px;
}

#cloud-5 {
  left: 48px;
  top: 14px;
  width: 20px;
}

#cloud-6 {
  left: 22px;
  top: 26px;
  width: 30px;
}

@keyframes cloud-move {
  0% {
    transform: translateX(0px);
  }

  40% {
    transform: translateX(4px);
  }

  80% {
    transform: translateX(-4px);
  }

  100% {
    transform: translateX(0px);
  }
}

.stars {
  transform: translateY(-32px);
  opacity: 0;
  transition: 0.4s;
}

.star {
  fill: white;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  animation-name: star-twinkle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#themeToggle:checked + .slider .stars {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#star-1 {
  width: 20px;
  top: 2px;
  left: 3px;
  animation-delay: 0.3s;
}

#star-2 {
  width: 6px;
  top: 16px;
  left: 3px;
}

#star-3 {
  width: 12px;
  top: 20px;
  left: 10px;
  animation-delay: 0.6s;
}

#star-4 {
  width: 18px;
  top: 0px;
  left: 18px;
  animation-delay: 1.3s;
}

@keyframes star-twinkle {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.2);
  }

  80% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}
.bg-light, .bg-white , body.dark ~ #wrapper{
    transition: background 0.5s ease, color 0.5s ease;
}
body.dark .bg-light{
    background: var(--bg-color) !important;
    color: var(--text-dark) !important;
}
body.dark #content, body.dark .bg-white {
  background: var(--body-color) !important;
  color: var(--text-color) !important;
}
body.dark .bg-gradient-sidbar, body.dark .sidebarToggle {
  background: var(--color-1);
}
body.dark .menu-title:before {
  border-top: 5px solid #02134a;
}
body.dark .topbar .topbar-divider{
    border-right: 1px solid rgb(60, 60, 60);
}
body.dark .menu-dropdown{
    background:#4a4a4a !important;
}
body.dark .menu-title:after{
    border-bottom-color: #4a4a4a !important;
}
body.dark .menu-dropdown:after{
    border-top: 5px solid #4a4a4a !important;
    border-bottom-color: #4a4a4a !important;
}
.scroll-to-top {
    width:2rem !important;
    height:2rem !important;
    animation: lineHeightPulse 3s ease-in-out infinite;
}
@keyframes lineHeightPulse {
  0%   { line-height: 25px; }
  50%  { line-height: 45px; }
  100% { line-height: 25px; }
}

a:hover{
    text-decoration: unset !important;
}

.sidebarMenu input[type=radio] {
  display: none;
}

.sidebarMenu label {
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}
li {
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
.sidebarMenu_wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
.sidebarMenu_wrapper label {
  padding: 12px;
  float: left;
  height: var(--hmenu);
  border-bottom: 1px solid #293649;
  position: relative;
  width: 100%;
  color: #eff4fa;
  transition: text-indent 0.15s, height 0.3s;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sidebarMenu_wrapper label.active {
  text-indent: 4px;
  background: var(--body-color);
  color:var(--text-color);
}
.sidebarMenu_wrapper label.active .bar {
  width: 100%;
}
.sidebarMenu_wrapper label i {
  margin-right: 10px;
  font-size: 16px;
}
.sidebarMenu_wrapper label span {
  position: relative;
  top: -3px;
}
.sidebarMenu_wrapper label:hover {
  background: var(--color-1-dark);
  border-bottom: 1px solid #292929;
  text-indent: 4px;
}
.sidebarMenu_wrapper label:hover .bar {
  width: 100%;
}
.sidebarMenu_wrapper label .bar {
  width: 0px;
  transition: width 0.15s;
  height: 2px;
  position: absolute;
  display: block;
  background: var(--color-2-light);
  bottom: 0;
  left: 0;
}
.sidebarMenu_wrapper label .lil_arrow {
  width: 5px;
  height: 5px;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid white;
  border-right: 2px solid white;
  float: right;
  position: relative;
  top: 6px;
  right: 2px;
  transform: rotate(45deg);
}
.sidebarMenu_wrapper__content {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 0;
  width: 100%;
}
.sidebarMenu_wrapper__content li {
  width: 100%;
  opacity: 0;
  left: -100%;
  background: var(--color-2);
  padding: 5px;
  text-indent: 0;
  text-align: center;
  box-shadow: 0px 0px var(--color-2-dark) inset;
  transition: box-shadow 0.3s, text-indent 0.3s;
  position: relative;
  max-height: var(--hmenu);
  min-height: var(--hmenu);
  display: flex;
  align-content: center;
  align-items: center;
}
.sidebarMenu_wrapper__content li a{
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  direction: rtl;
}
.sidebarMenu_wrapper__content li i{
    font-size: 14px;
  position: relative;
  top: 3px;
}
.sidebarMenu_wrapper__content li:hover {
  background: var(--color-2-light);
  box-shadow: 3px 0px var(--color-2-dark) inset;
  transition: box-shadow 0.3s linear, text-indent 0.3s linear;
  text-indent: 10px;
}
.sidebarMenu_wrapper__content .clear {
  clear: both;
}

input[type=radio]:checked + label .sidebarMenu_wrapper__content {
  display: block;
  top: var(--hmenu);
  border-bottom: 1px solid #212e41;
}

input[type=radio]:checked + label > .lil_arrow {
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: rotate(135deg);
  border-top: 2px solid var(--color-2);
  border-right: 2px solid var(--color-2);
}

input[type=radio]:checked + label {
  background: var(--color-1-light);
  text-indent: 4px;
  transition-property: height;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


input[type=radio]:checked + label .bar {
  width: 0;
}

input[type=radio]:checked + label li:nth-of-type(1) {
  -webkit-animation: in 0.15s 0.575s forwards;
          animation: in 0.15s 0.575s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.575s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type=radio]:checked + label li:nth-of-type(2) {
  -webkit-animation: in 0.15s 0.7s forwards;
          animation: in 0.15s 0.7s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.7s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type=radio]:checked + label li:nth-of-type(3) {
  -webkit-animation: in 0.15s 0.825s forwards;
          animation: in 0.15s 0.825s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.825s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type=radio]:checked + label li:nth-of-type(4) {
  -webkit-animation: in 0.15s 0.95s forwards;
          animation: in 0.15s 0.95s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 0.95s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type=radio]:checked + label li:nth-of-type(5) {
  -webkit-animation: in 0.15s 1.075s forwards;
          animation: in 0.15s 1.075s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 1.075s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type=radio]:checked + label li:nth-of-type(6) {
  -webkit-animation: in 0.15s 1.2s forwards;
          animation: in 0.15s 1.2s forwards;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation: in 0.15s 1.2s forwards;
  -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes in {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes in {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
body.sidebar-toggled .sidebarMenu label span {
    display:none;
}

.btn-primary {
  color: #fff;
  background-color: #15a4fa !important;
  border-color: #15a4fa !important;
}

.menu-dropdown a{
    color:var(--text-light);
}
body.dark .menu-dropdown a{
    color:var(--text-dark);
}

    .chart-svg {
  position: relative;
  max-width: 100px;
  min-width: 70px;
}
.circular-chart.primary .circle {
  stroke: #4e73df ;
}
.circular-chart.primary .circle-bg {
  stroke: #2a365d ;
  fill: var(--bg-color);
}
.circular-chart.warning .circle {
  stroke: #f6c23e ;
}
.circular-chart.warning .circle-bg {
  stroke: #61531c;
  fill: var(--bg-color);
}
.circular-chart.success .circle {
  stroke: #1cc88a ;
}
.circular-chart.success .circle-bg {
  stroke: #28654f ;
  fill: var(--bg-color);
}
.circular-chart.info .circle {
  stroke: #36b9cc ;
}
.circular-chart.info .circle-bg {
  stroke: #33757f ;
  fill: var(--bg-color);
}
.circular-chart.danger .circle {
  stroke: #e74a3b  ;
}
.circular-chart.danger .circle-bg {
  stroke: #4a1813;
  fill: var(--bg-color);
}
.percentage {
  fill: var(--text-color);
  font-size: 0.75em;
  text-anchor: middle;
  font-weight: 400;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circle {
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
  animation: progress 1s ease-out forwards;
}