@charset "UTF-8";
#index-menu {
  padding: 0;
  position: fixed;
  max-width: 95%;
  left: 2.5%;
  right: 2.5%;
  top: 2.5%;
  background: #ffffff77;
  backdrop-filter: blur(3px);
  z-index: 98;
  list-style: none;
  display: flex;
  align-items: center; }
  #index-menu #menu-logo {
    padding: 0; }
  #index-menu ul {
    list-style: none;
    display: flex;
    width: 270px;
    justify-content: space-evenly; }
  #index-menu > li {
    padding: .5rem; }
    #index-menu > li:first-child {
      background: #fff; }
  #index-menu ul li, #index-menu .index-li-tablet {
    position: relative;
    top: -3px; }
  #index-menu .btn-outline-dark {
    padding: 5px .5rem !important;
    margin-top: 3px;
    width: 100%; }
    #index-menu .btn-outline-dark i {
      top: 0;
      font-size: 16px; }
  #index-menu #logo-menu {
    height: 60px;
    width: auto; }
  #index-menu a, #index-menu a:visited {
    color: black;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 1px .4rem;
    transition: 200ms; }
    #index-menu a:before, #index-menu a:visited:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0;
      transition: 200ms;
      background: #da2626;
      content: " ";
      z-index: -1; }
    #index-menu a:hover, #index-menu a:visited:hover {
      color: #ffffff; }
      #index-menu a:hover:before, #index-menu a:visited:hover:before {
        width: 100%; }
  #index-menu i {
    font-size: 20px;
    position: relative;
    top: 3px; }
  #index-menu .menu-modal {
    box-sizing: border-box;
    opacity: 0;
    width: 0;
    transition: 600ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #ffffff;
    overflow: hidden;
    max-height: 62px; }
    #index-menu .menu-modal.expand-submenu {
      width: calc(100% - 90px);
      opacity: 1; }
      #index-menu .menu-modal.expand-submenu .row, #index-menu .menu-modal.expand-submenu .text-center {
        opacity: 1; }
    #index-menu .menu-modal .row, #index-menu .menu-modal .text-center {
      opacity: 0;
      transition: 1s; }
  #index-menu .index-menu-btn {
    max-width: 50px; }
  #index-menu .index-li-tablet {
    display: none;
    transition: 500ms; }

#index-header {
  height: 100vh;
  width: 100%;
  position: relative;
  background: #f5f4f4;
  background: radial-gradient(circle, rgba(195, 195, 195, 0) 0%, #eaeaea 29%, #f5f4f4 59%, rgba(210, 209, 209, 0) 100%);
  overflow: hidden; }
  #index-header .tns-controls {
    display: none !important; }
  #index-header .tns-nav {
    position: absolute;
    top: 80vh;
    left: 10%;
    background: white;
    padding: 5px;
    z-index: 11; }
    #index-header .tns-nav button {
      height: 15px;
      width: 15px;
      margin: 5px;
      border: 0;
      background: silver; }
    #index-header .tns-nav .tns-nav-active {
      background: #124cc9; }
  #index-header #header-slider {
    top: 100px;
    position: relative;
    z-index: 2;
    height: 100vh; }
    #index-header #header-slider .item {
      text-align: center;
      position: relative;
      z-index: 9; }
      #index-header #header-slider .item img {
        max-width: 70%; }
      #index-header #header-slider .item .detail {
        position: absolute;
        top: 50vh;
        left: 10%;
        z-index: 9;
        text-align: start; }
        #index-header #header-slider .item .detail h2 {
          background: #da2626;
          text-transform: uppercase;
          color: white;
          padding: 10px 10px 5px;
          display: inline-block;
          margin-bottom: 0; }
        #index-header #header-slider .item .detail h3 {
          background: #fff;
          color: #da2626;
          text-transform: uppercase;
          padding: 10px 10px 5px;
          font-size: 20px; }
  #index-header .left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background-image: url("../img/svg/left.svg");
    background-size: cover;
    background-position: right;
    opacity: .5;
    z-index: 0; }
  #index-header .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 25vh;
    width: 25%;
    background-image: url("../img/svg/right.svg");
    background-size: cover;
    opacity: .5;
    z-index: 0; }
  #index-header #scroll-down {
    transform: rotateZ(-90deg);
    bottom: 75px;
    left: 2%;
    position: absolute;
    width: 175px; }
    #index-header #scroll-down:after {
      width: 0;
      height: 1px;
      background: black;
      content: " ";
      display: inline-block;
      position: relative;
      top: -5px;
      z-index: 11;
      animation-name: growWidth35;
      animation-duration: 3s;
      animation-iteration-count: infinite; }

#index-section-about #img-right-index-1 {
  position: absolute;
  top: -150px;
  right: 0; }

#index-section-product {
  padding-bottom: 20vh; }
  #index-section-product h2 {
    margin-top: -.5em;
    font-size: 40px; }
  #index-section-product .section-header {
    color: #c3cce0; }
  #index-section-product #top-left-product {
    position: absolute;
    top: -60vh;
    left: 0;
    height: 150vh;
    z-index: -1; }
  #index-section-product #bottom-right-product {
    position: absolute;
    bottom: -50vh;
    right: 0;
    height: 150vh;
    z-index: -1; }
  #index-section-product #product-list-buttons {
    padding-top: 3rem; }

#index-section-catalogs h2 {
  max-width: 300px; }

#index-section-catalogs #img-relative-2 {
  width: 250px;
  position: absolute;
  right: 0;
  opacity: .2;
  top: -70px; }

#catalog-index {
  position: fixed;
  background: #e2e8f0;
  right: 20px;
  bottom: 0;
  padding: 2rem 1rem 1rem;
  text-align: center;
  z-index: 25;
  transition: 300ms; }
  #catalog-index.opacitier {
    opacity: .3; }
  #catalog-index:hover {
    opacity: 1; }
  #catalog-index h5 {
    text-align: start;
    color: #000;
    font-weight: 800;
    font-size: 20px; }
  #catalog-index img {
    margin: .3rem 1rem; }
  #catalog-index i {
    font-size: 17px; }
  #catalog-index span {
    color: #3b5069;
    display: block;
    margin-bottom: .3rem; }

@keyframes growWidth35 {
  0% {
    width: 0; }
  50% {
    width: 35px; }
  100% {
    width: 0; } }

.index-section {
  position: relative;
  min-height: 50vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .index-section .container {
    position: relative; }
    .index-section .container .section-header {
      position: absolute;
      left: 0;
      top: 0;
      color: #e5e6e8;
      font-size: 95px;
      z-index: 1; }
    .index-section .container h2 {
      position: relative;
      z-index: 3;
      padding-top: 1.7em; }
  .index-section p {
    text-align: justify;
    line-height: 2em; }

.index-read-more {
  margin-top: -2rem;
  display: inline-block; }
  .index-read-more i {
    font-size: 35px;
    position: relative;
    top: 7px;
    -webkit-text-stroke: 1px white; }

.img-container-blue {
  background: radial-gradient(circle, #418cc2 0%, #1b5e92 100%);
  height: 35vh;
  position: relative;
  margin-bottom: 1rem; }
  .img-container-blue:hover {
    background: #124cc9; }
    .img-container-blue:hover img {
      opacity: .5; }
  .img-container-blue img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .img-container-blue h3 {
    background: #da2626;
    color: white;
    padding: 4px 1rem 3px;
    display: inline-block;
    margin: 22vh 2rem 0;
    font-size: 17px;
    position: relative;
    z-index: 2; }
  .img-container-blue h2 {
    position: relative;
    z-index: 2;
    background: white;
    color: #da2626;
    padding: 7px 1rem 4px !important;
    margin: 0 2rem;
    font-size: 20px; }

#pro-slider-container {
  position: relative; }
  #pro-slider-container .slider-brn {
    position: absolute;
    top: 50%;
    z-index: 12;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 700ms;
    cursor: pointer; }
    #pro-slider-container .slider-brn:hover {
      box-shadow: inset 0 0 0 25px #124cc9;
      color: white; }
    #pro-slider-container .slider-brn i {
      font-size: 50px; }
    #pro-slider-container .slider-brn#pro-nxt {
      right: -2.5rem; }
    #pro-slider-container .slider-brn#pro-prv {
      left: -2.5rem; }

#index-product-register #product-register {
  color: white;
  background-color: #0f172a;
  background-image: url("../img/png/reg-bg.png");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 275px; }
  #index-product-register #product-register h1 {
    font-size: 35px;
    margin-top: 2rem; }

#index-seller-section {
  background-image: url("../img/svg/map-bg.svg");
  background-size: cover;
  background-position: right center;
  min-height: 100vh;
  color: white; }
  #index-seller-section .container {
    margin-top: 4rem; }
  #index-seller-section .btn {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(4px);
    position: relative;
    z-index: 20; }
  #index-seller-section canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0; }

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
  #index-seller-section .point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: navy;
    position: absolute;
    animation: pulse 3s infinite;
    z-index: 8; }
  #index-seller-section .animatedPoint {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff99;
    position: absolute; }

.glassed {
  margin-top: 1rem;
  background: #ffffff33;
  backdrop-filter: blur(5px);
  padding: 1rem;
  position: relative;
  z-index: 9; }
  .glassed .btn {
    width: auto !important;
    display: inline-block;
    margin: 7px;
    margin-top: -3.1rem;
    padding: 5px 1rem 3px !important; }
  .glassed h5 {
    font-size: 17px;
    margin-top: -1rem; }
  .glassed p {
    font-size: 14px; }
  .glassed a {
    margin-top: 5px;
    color: white;
    display: inline-block; }

#index-blog-section .article {
  border: 1px solid #dddddd;
  padding: 1rem;
  margin: 1rem 0; }
  #index-blog-section .article:hover {
    box-shadow: 0 2px 15px silver; }
  #index-blog-section .article img {
    margin-bottom: .5rem; }

#index-blog-section h3 {
  font-size: 20px;
  margin-top: .5rem;
  font-weight: 800; }

#index-blog-section #blog-slider {
  direction: ltr; }
  #index-blog-section #blog-slider .item {
    text-align: start; }

#index-blog-section .blog-slider-container {
  position: relative; }
  #index-blog-section .blog-slider-container .slider-brn {
    position: absolute;
    top: 50%;
    z-index: 12;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 700ms;
    cursor: pointer; }
    #index-blog-section .blog-slider-container .slider-brn:hover {
      box-shadow: inset 0 0 0 25px #124cc9;
      color: white; }
    #index-blog-section .blog-slider-container .slider-brn i {
      font-size: 50px; }
    #index-blog-section .blog-slider-container .slider-brn#blg-nxt {
      right: -3rem; }
    #index-blog-section .blog-slider-container .slider-brn#blg-prv {
      left: -3rem; }

#index-blog-section hr {
  position: relative;
  z-index: -1; }

#index-blog-section .more {
  margin-top: -2.5rem;
  position: relative;
  z-index: 4; }

#index-footer {
  min-height: 80vh;
  position: relative;
  padding-top: 15vh;
  color: white; }
  #index-footer .black-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000099; }
  #index-footer .iconic {
    background: #ffffff33;
    backdrop-filter: blur(5px);
    padding: 20px;
    width: 115px;
    height: 115px;
    border-radius: 50%; }
    #index-footer .iconic div {
      width: 75px;
      height: 75px;
      background: #ffffff;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    #index-footer .iconic i {
      font-size: 35px;
      color: black; }
  #index-footer .container {
    position: relative;
    z-index: 2; }
    #index-footer .container a {
      color: white; }
      #index-footer .container a i {
        font-size: 35px; }
  #index-footer video {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 80vh;
    width: 100%; }
  #index-footer #index-bottom {
    padding-top: 5vh; }
  #index-footer .dropdown-menu a {
    color: black; }
  #index-footer .btn-outline-light {
    padding: 4px;
    border: 0;
    margin-top: -7px; }

/*-960px width*/
@media (max-width: 960px) {
  #index-menu .index-li-desktop {
    display: none; }
  #index-menu .ms-auto ul {
    width: 100px; }
  #index-menu .index-li-tablet {
    display: block; }
  #index-menu.show-items {
    display: block; }
    #index-menu.show-items .index-li-desktop {
      display: block; }
    #index-menu.show-items .index-li-tablet {
      position: absolute;
      right: 7px;
      top: 7px; }
    #index-menu.show-items ul {
      width: 100% !important; }
      #index-menu.show-items ul .index-li-desktop {
        width: calc(100% - 90px); }
  #catalog-index {
    padding-top: 0; }
    #catalog-index h5 {
      display: none; } }

.product-item-slider > div {
  background: #f6f8fa;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  .product-item-slider > div .box {
    transition: 300ms;
    padding: .5rem; }
  .product-item-slider > div:hover {
    box-shadow: 0 2px 15px silver; }
    .product-item-slider > div:hover .box {
      background: #da2626; }

.product-item-slider img {
  height: 250px;
  width: 100%;
  object-fit: scale-down;
  object-position: top center; }

.product-item-slider h6 {
  display: inline-block;
  background: #fff;
  padding: 10px;
  margin-bottom: -5px; }

.product-item-slider h5 {
  background: #da2626;
  display: inline-block;
  color: white;
  padding: .2em .5em; }

.iconic {
  background: #ffffff33;
  backdrop-filter: blur(5px);
  padding: 20px;
  width: 115px;
  height: 115px;
  border-radius: 50%; }
  .iconic div {
    width: 75px;
    height: 75px;
    background: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
  .iconic i {
    font-size: 35px;
    color: black; }

#general-header {
  margin-top: 100px;
  height: calc(100vh - 100px);
  background-image: url("../img/jpg/about-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: -15vh;
  color: white; }
  #general-header a, #general-header li, #general-header li:before {
    color: white; }
  #general-header h1 {
    font-size: 85px;
    opacity: .3;
    margin-bottom: -50px; }
  #general-header h2 {
    font-size: 45px; }

#content {
  background: #ffffff;
  padding: 1rem; }
  #content video {
    width: 100%;
    margin-top: 3rem; }
  #content .vid-content {
    background: white;
    background: linear-gradient(0deg, white 65%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    top: -150px;
    z-index: 2;
    padding: 1rem; }
    #content .vid-content h2 {
      width: 50%;
      padding: 1em; }
  #content .glassed a {
    color: #124cc9; }

#single-footer {
  background: #f6f8fa;
  min-height: 80vh;
  position: relative;
  padding-top: 10vh;
  margin-top: 5rem; }
  #single-footer .left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background-image: url("../img/svg/left.svg");
    background-size: cover;
    background-position: right;
    opacity: .2;
    z-index: 0; }
  #single-footer .right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background-image: url("../img/svg/right.svg");
    background-size: cover;
    opacity: .5;
    z-index: 0; }
  #single-footer .container {
    position: relative;
    z-index: 2; }
    #single-footer .container a {
      color: black; }
      #single-footer .container a i {
        font-size: 35px; }
  #single-footer #index-bottom {
    border-top: 1px solid #dddddd;
    padding-top: 1rem; }
  #single-footer .footer-center {
    padding-bottom: 3rem; }
  #single-footer .btn-outline-dark {
    border: 0; }

.bordering {
  border: 1px solid #ddd;
  transition: 400ms; }
  .bordering img {
    height: 22vh;
    object-fit: cover; }
  .bordering .btn {
    position: relative;
    top: -7px; }
  .bordering:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 15px silver; }

.read-more {
  margin-top: -2rem;
  display: inline-block;
  color: #124cc9 !important; }
  .read-more i {
    font-size: 20px;
    position: relative;
    top: 3px;
    -webkit-text-stroke: 1px white; }

#blog-header {
  margin-top: 130px; }

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "›"); }

.download-catalog-footer {
  border: 1px solid gray;
  text-align: center;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem; }
  .download-catalog-footer img {
    height: 55px;
    width: 65px; }
  .download-catalog-footer h3 {
    color: #124cc9;
    transition: 300ms;
    display: inline-block;
    width: auto !important; }
  .download-catalog-footer:hover {
    background: #124cc9; }
    .download-catalog-footer:hover h3 {
      color: white; }

#contact-form .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  #contact-form .form-control:focus {
    outline: none;
    border-bottom: 1px solid #124cc9;
    box-shadow: none; }

#contact-box {
  background: #0f172a;
  position: relative;
  min-height: 75vh;
  color: white;
  padding: 1rem;
  overflow: hidden;
  font-weight: 200; }
  #contact-box:before, #contact-box:after {
    content: ' ';
    position: absolute;
    border-radius: 50%; }
  #contact-box:before {
    width: 145px;
    height: 145px;
    right: -50px;
    background: #124cc9;
    bottom: -50px; }
  #contact-box:after {
    width: 75px;
    height: 75px;
    right: 50px;
    background: #da2626;
    bottom: 50px; }
  #contact-box a {
    color: white; }
  #contact-box #social-contact {
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
    #contact-box #social-contact a {
      margin-right: 5px; }
    #contact-box #social-contact i {
      font-size: 25px; }
  #contact-box.light {
    background: #e0e6ee;
    color: #0f172a; }
    #contact-box.light a {
      color: #0f172a !important; }

.btn-group label {
  margin: 7px;
  border-radius: 5px;
  min-width: 120px;
  border: 1px solid silver;
  color: black;
  padding-top: .6em; }

.btn-group .btn-check:checked + .btn, .btn-group .btn.active, .btn-group .btn.show, .btn-group .btn:first-child:active, .btn-group :not(.btn-check) + .btn:active {
  color: white;
  border: 1px solid #124cc9; }

.media {
  position: relative;
  margin-bottom: 1rem; }
  .media div.img {
    height: 22vh;
    background-size: cover;
    width: 100%;
    position: relative; }
    .media div.img .eye {
      transition: 400ms;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(18, 76, 201, 0.5);
      color: white; }
      .media div.img .eye i {
        font-size: 35px; }
  .media .media-tag {
    background: #ffffff;
    display: inline-block;
    position: absolute;
    padding: 5px 1rem;
    top: 15.5vh;
    left: 1.2vh; }
    .media .media-tag i {
      font-size: 17px; }
  .media .video-tag i {
    color: #124cc9 !important; }
  .media .pdf-tag i {
    color: #da2626 !important; }
  .media .gallery-tag i {
    color: green; }
  .media h4 {
    font-size: 17px;
    padding: 1rem .5rem;
    transition: 400ms; }
  .media:hover h4 {
    color: white;
    background: #da2626; }
  .media:hover .eye {
    height: 100% !important; }

#product-page h1 {
  font-size: 85px;
  margin-bottom: -50px;
  color: #e5e6e8; }

#product-page .product-main-image {
  height: 80vh;
  width: 100%;
  object-fit: scale-down; }

#product-play {
  width: 100%;
  position: relative; }
  #product-play video {
    width: 100%;
    object-fit: cover; }
  #product-play .iconic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; }
  #product-play table th {
    background: #e0e6ee; }
  #product-play table td, #product-play table th {
    text-align: center; }

#sell-now {
  background: white;
  height: 67px; }
  #sell-now .left-now {
    min-width: 45%;
    color: white;
    background: #124cc9;
    float: right;
    position: relative;
    height: 67px; }
    #sell-now .left-now .content {
      position: relative;
      z-index: 2; }
    #sell-now .left-now:before {
      transition: 500ms;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 10%;
      content: ' ';
      background: linear-gradient(90deg, #0a296b 50%, #124bc7 100%);
      z-index: 0; }
    #sell-now .left-now h5 {
      margin-top: .7rem; }
    #sell-now .left-now i {
      font-size: 35px; }
    #sell-now .left-now p {
      margin-bottom: -3px; }
    #sell-now .left-now:hover:before {
      width: 100%; }
  #sell-now .right-now a {
    color: black;
    padding: 1.5rem 7px;
    display: inline-block; }
  #sell-now .right-now i {
    color: #da2626; }

/* width */
::-webkit-scrollbar {
  width: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #124cc9; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #da2626; }

body {
  font-family: Vazirmatn, Vazir, sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.btn {
  border-radius: 0; }

.btn-download {
  display: block; }

.sliding {
  direction: rtl; }

[data-action="stop"] {
  display: none; }

/*-768px width*/
@media (max-width: 768px) {
  .btn-group {
    display: block; }
    .btn-group .btn {
      width: 45%; } }

#preloader {
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: 1s;
  opacity: 1; }
  #preloader #first-pre {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    height: 50vh;
    transform-origin: top;
    z-index: 9998;
    transition: 1s; }
  #preloader #last-pre {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    height: 50vh;
    transform-origin: bottom;
    z-index: 9998;
    transition: 1s; }
  #preloader div {
    width: 100%;
    position: relative;
    z-index: 9999; }
    #preloader div img {
      height: 15vh;
      margin-top: -10vh; }
    #preloader div #pre-percent {
      font-weight: 500;
      font-size: 35px;
      position: relative;
      color: #124cc9; }
    #preloader div #pre-line {
      width: 0;
      height: 2px;
      background: #124cc9; }

.btn-primary, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background: #124cc9;
  border-radius: 0 !important; }
  .btn-primary:hover, .btn-check:checked + .btn:hover, .btn.active:hover, .btn.show:hover, .btn:first-child:active:hover, :not(.btn-check) + .btn:active:hover {
    background: #2362eb; }

.form-control {
  border-radius: 0; }

.progress-wrap {
  position: fixed;
  left: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #ffffff66; }
  .progress-wrap i {
    position: absolute;
    left: 8px;
    top: 0px;
    font-size: 30px;
    color: #124cc9; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.progress-wrap:hover::before {
  opacity: 1; }

.progress-wrap svg path {
  fill: none; }

.progress-wrap svg.progress-circle path {
  stroke: #124cc9;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.no-list {
  list-style: none; }

.btn {
  border-radius: 0 !important; }
