@charset "UTF-8";
/*!
 * Go Night Dark Mode/Night Mode WordPress Plugin
 * Author: Web_Trendy
 * Copyright 2020 - 2021 © Web_Trendy (https://codecanyon.net/user/web_trendy/portfolio)
 * Licensed under GPL v2 or Later
 *
 * "Open your hands if you want to be held." -Rumi
 *
 */
 /*------------------------------------------------------------------
[Table of contents]

1.0 Variables
2.0 Main Styles
3.0 Cursor Styles 
4.0 Media Queries
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Main Styles
--------------------------------------------------------------*/
/*Remove Old Styles*/
.wt-tabs {
  margin-top: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc; }
  .wt-tabs a {
    text-decoration: none !important;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 3px;
    display: inline-block;
    font-weight: 600;
    color: #6f6f6f;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    float: left;
    background-color: #e1e1e1; }
    .wt-tabs a:hover, .wt-tabs a:focus {
      color: #484848;
      text-decoration: none !important;
      background-color: white; }
    .wt-tabs a.active {
      background-color: #f1f1f1;
      margin-bottom: -1px;
      border-bottom: 1px solid #f1f1f1; }
  .wt-tabs:after {
    content: "";
    display: table;
    clear: both; }

.wt-tab-content {
  padding: 10px; }

/*Form Styles*/
.wt-icon {
  width: 20px; }

.label-title {
  font-weight: 500; }

.label-desc {
  font-size: 80%;
  margin: 5px 0;
  color: #aaa; }

.wt-form-row > th:first-child {
  display: none; }
  .wt-form-row > th:first-child + td {
    padding-left: 0;
    padding-top: 0; }

.form-table {
  margin-top: 0; }

.wt-body form h2 {
  color: #4eafe2;
  margin: 50px 0 0;
  display: inline-block; }

/*--------------------------------------------------------------
1.0 General Styles
--------------------------------------------------------------*/
/*Toggler*/
.toggler-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 20px;
  cursor: pointer;
  position: relative; }
  .toggler-wrapper input[type="checkbox"] {
    display: none; }
    .toggler-wrapper input[type="checkbox"]:checked + .toggler-slider {
      background-color: #44cc66; }
  .toggler-wrapper .toggler-slider {
    background-color: #ccc;
    position: absolute;
    border-radius: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .toggler-wrapper .placeholder {
    margin-left: 55px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: inline-block; }

.toggler-wrapper.style-4 input[type="checkbox"]:checked + .toggler-slider .toggler-knob {
  left: calc(100% - 20px); }
.toggler-wrapper.style-4 .toggler-knob {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75);
          box-shadow: 0 2px 6px rgba(153, 153, 153, 0.75); }

/*Badge Checkbox/Radio*/
.wt-badge-radiocheck input[type="radio"], .wt-badge-radiocheck input[type="checkbox"] {
  display: none; }
  .wt-badge-radiocheck input[type="radio"] + label, .wt-badge-radiocheck input[type="checkbox"] + label {
    background-color: #e1e1e1;
    color: #6f6f6f;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 90%; }
  .wt-badge-radiocheck input[type="radio"]:checked + label, .wt-badge-radiocheck input[type="checkbox"]:checked + label {
    background-color: #626262;
    color: #eeeeee; }

/*Links*/
.wt-links {
  text-decoration: none !important;
  color: #4eafe2; }
  .wt-links:hover, .wt-links:focus {
    color: #208bc3; }

.wt-hide {
  display: none; }

/*Form*/
.wt-desc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 85%;
  font-weight: 300;
  margin-top: 5px;
  font-style: normal; }

.img-select {
  /*height: 30px;*/
  margin-right: 10px; }

.code-box span {
  background-color: white;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  color: #aaa;
  font-size: 1.3em;
  font-weight: 300; }

.custom-select {
  height: 38px !important;
  padding-left: 10px !important;
  width: 100px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important; }
  .custom-select + .input-group-append {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .custom-select + .input-group-append input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }

/*Replace Logo Styles*/
.wpcc-imageselector {
  border: 1px dashed #a2aab2;
  background-color: #edeff0;
  line-height: 20px;
  padding: 8px 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 5px; }
  .wpcc-imageselector + .image-box {
    display: inline-block;
    position: relative; }
  .wpcc-imageselector.deactive {
    display: none; }
    .wpcc-imageselector.deactive + .image-box {
      margin-top: 20px;
      background-color: #f1f1f1; }
  .wpcc-imageselector:hover {
    background-color: #f8f9f9; }

.wpcc_preview {
  width: 300px;
  position: relative; }

.wpcc_image {
  max-width: 100%; }

.wpcc_delete_image {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ff1818;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }
  .wpcc_delete_image svg {
    width: 15px; }

.wpcc_delete_image.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

/*New Styles*/
/*General*/
::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 0.8rem; }

::-moz-placeholder {
  font-weight: 300;
  font-size: 0.8rem; }

:-ms-input-placeholder {
  font-weight: 300;
  font-size: 0.8rem; }

:-moz-placeholder {
  font-weight: 300;
  font-size: 0.8rem; }

.mw-150 {
  min-width: 150px; }

.nav-pills .nav-link {
  border-radius: 1.25rem !important; }

.theme-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px; }

.theme-round {
  border-radius: 15px; }

.btn-group .btn-warning {
  background-color: #ffe289;
  border-color: #ffd75d; }
  .btn-group .btn-warning.active {
    background-color: #fbad00;
    border-color: #ffaa10;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.theme-col-6 {
  width: calc(100% / 6) !important;
  padding: 0 2px; }

.theme-col-5 {
  width: calc(100% / 5) !important;
  padding: 0 2px; }

.inline-lable {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 20px; }

/*Vertical Orientation Offset Type*/
.vertical-orientation-offset-type {
  cursor: pointer; }
  .vertical-orientation-offset-type.active {
    color: red; }

/*Horizontal Orientation Offset Type*/
.horizontal-orientation-offset-type {
  cursor: pointer; }
  .horizontal-orientation-offset-type.active {
    color: red; }

/*Replace Image List*/
.gn_replaced_image_container img {
  max-width: 200px;
  max-height: 150px; }

.gn-replace-image-del-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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; }
  .gn-replace-image-del-btn button {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; }
  .gn-replace-image-del-btn:hover button, .gn-replace-image-del-btn:focus button {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }

/*Button Style*/
.gn-button-style:checked + label {
  border: 2px solid #4eafe2; }
.gn-button-style + label {
  border: 2px solid #ebebeb;
  border-radius: 5px; }

.gn-button-style-wrapper .active-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }
.gn-button-style-wrapper:hover .active-img {
  opacity: 1; }

/*Color Palette*/
.gn-color-palette:checked + label {
  border: 2px solid #4eafe2; }
.gn-color-palette + label {
  border: 2px solid #ebebeb;
  border-radius: 5px; }

/*Shortcode*/
.gn-shortcode {
  max-width: 100%;
  overflow-x: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 40px;
  background-color: #e8e8e8; }
  .gn-shortcode span {
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
    .gn-shortcode span[id] {
      padding-right: 5px; }

.gn-copy-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer; }

/*Tippy Animations*/
.tippy-box[data-animation=scale-subtle][data-placement^=top] {
  -webkit-transform-origin: bottom;
          transform-origin: bottom; }

.tippy-box[data-animation=scale-subtle][data-placement^=bottom] {
  -webkit-transform-origin: top;
          transform-origin: top; }

.tippy-box[data-animation=scale-subtle][data-placement^=left] {
  -webkit-transform-origin: right;
          transform-origin: right; }

.tippy-box[data-animation=scale-subtle][data-placement^=right] {
  -webkit-transform-origin: left;
          transform-origin: left; }

.tippy-box[data-animation=scale-subtle][data-state=hidden] {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }
.pro {font-size: 12px;
    background-color: orange;
    padding: 1px 5px;
    border-radius: 3px;color: white;}