/* -------------------------------------------------
   Mixin SCSS
------------------------------------------------- */
.br-tools-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 31;
}

.br-tools-sidebar {
  background-color: red;
  width: 300px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 32;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.br-tools-sidebar .br-tools-sidebar-toggle {
  position: absolute;
  top: 45%;
  right: 302px;
  width: 40px;
  height: 40px;
  background-color: rgba(29, 37, 49, 0.6);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  z-index: -1;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.br-tools-sidebar .br-tools-sidebar-toggle i {
  color: #fff;
  -webkit-animation: rotation 3s infinite linear;
          animation: rotation 3s infinite linear;
  font-family: uicons-regular-rounded !important;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.br-tools-sidebar .br-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #7963e0;
}
.br-tools-sidebar .br-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #7963e0;
}
.br-tools-sidebar .br-bar-title .close-tools {
  color: #ff4f7f;
  font-size: 17px;
}
.br-tools-sidebar .br-tools-detail {
  height: calc(100vh - 72px);
  padding: 0 15px 15px 15px;
  overflow: auto;
}
.br-tools-sidebar .br-tools-detail::-webkit-scrollbar {
  width: 12px !important;
  height: 10px !important;
  padding: 8px !important;
}
.br-tools-sidebar .br-tools-detail::-webkit-scrollbar-track {
  width: 12px !important;
  background-color: #7963e0 !important;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0) !important;
}
.br-tools-sidebar .br-tools-detail::-webkit-scrollbar-thumb {
  background-color: #7963e0 !important;
  border-radius: 10px !important;
  border: 3px solid #fff !important;
}
.br-tools-sidebar .br-tools-detail::-webkit-scrollbar-thumb:hover {
  background-color: #7963e0 !important;
}
.br-tools-sidebar .br-tools-detail .br-tools-block h3 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #777;
  font-family: "Montserrat";
}
.br-tools-sidebar .br-tools-detail .br-tools-block p {
  margin: 0;
  text-transform: capitalize;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-color {
  margin: 0;
  padding: 0;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-color li {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin: 6px;
  position: relative;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item {
  width: 125px;
  margin-bottom: 10px;
  text-align: center;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #7963e0;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item img:hover {
  border: 1px solid #7963e0;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .active-rtl img {
  border-color: #7963e0;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item.active {
  position: relative;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item.active:after {
  content: "\f211";
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-family: uicons-regular-rounded !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: rgba(95, 106, 245, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.br-tools-sidebar .br-tools-detail .br-tools-block .br-tools-rtl .br-tools-item.active img {
  border-color: #7963e0;
}

.active-variant {
  position: relative;
}
.active-variant:after {
  font-family: uicons-regular-rounded !important;
  content: "\f211";
  height: 35px;
  width: 35px;
  font-size: 18px;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-primary {
  background: #7963e0;
}

.color-1 {
  background: #222;
}

.open-tools {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/*# sourceMappingURL=swicher.css.map */