@font-face {
  font-family: proximanova;
  src: url("../images/icon/Proxima Nova Font.otf");
}

:root {
  --bs-light-rgb: #f7fcff;
}

.bg-light {
  background-color: var(--bs-light-rgb) !important;
}

* {
  font-family: proximanova;
}

.light-bg {
  background: #dff1fd;
  font-size: 14px;
}

#eycspactbtn,
#eycspcltbtn {
  display: none;
}

.elex-wrap .eygsh .eyhlo {
  width: 150px;
  position: absolute;
  top: 10px;
}

.elex-wrap .eygsh .eyhlo a img {
  width: 100%;
}

.elex-wrap .eygsh .eyhlo #eyhnbbtn {
  display: none;
}

.elex-wrap .eygsh ul.nav.eyhnul {
  gap: 30px;
}

.elex-wrap .eygsh ul.nav.eyhnul .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elex-wrap .eygsh ul.nav.eyhnul .nav-item a {
  color: #707070;
  padding: 15px 5px;
  font-weight: 600;
  font-size: 14px;
}

.elex-wrap .eygsh ul.nav.eyhnul .nav-item.active img {
  -webkit-filter: invert(1) sepia(1) saturate(64) hue-rotate(177deg);
          filter: invert(1) sepia(1) saturate(64) hue-rotate(177deg);
}

.elex-wrap .eygsh ul.nav.eyhnul .nav-item.active a {
  color: #0577c3;
}

.elex-wrap .eygsh ul.nav.eyhnul .nav-item.active::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #0577c3;
}

.elex-wrap .eygsm .settings_link ul {
  padding: 3px 5px;
}

.elex-wrap .eygsm .settings_link ul li {
  position: relative;
}

.elex-wrap .eygsm .settings_link ul li a {
  font-weight: 600;
  color: #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 30px;
  cursor: pointer;
}

.elex-wrap .eygsm .settings_link ul li a.active {
  background: #1f9df1 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
}

.elex-wrap .eygsm .settings_link ul li:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: -10px;
  width: 2px;
  background-color: #2b2b2b;
}

.elex-wrap .eygsm .settings_link ul li:last-child:after {
  display: none;
}

.elex-wrap .eygsm .toggle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.elex-wrap .eygsm .toggle-box p {
  margin: 0;
}

.elex-wrap .eygsm .toggle-box .switch-box .switch {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 18px;
  border-radius: 9px;
  background: #fff;
  -webkit-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  border: 2px solid #9d9d9d;
  cursor: pointer;
}

.elex-wrap .eygsm .toggle-box .switch-box .switch::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px #00000059;
          box-shadow: 0px 0px 6px #00000059;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.elex-wrap .eygsm .toggle-box .switch-box .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

.elex-wrap .eygsm .toggle-box .switch-box input:checked + .switch {
  background: #00d92d1a;
  border: 2px solid #00d92d;
}

.elex-wrap .eygsm .toggle-box .switch-box input:checked + .switch::before {
  left: 18px;
  background: #00d92d;
}

.elex-wrap .eygsm .toggle-box .switch-box input:checked + .switch:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.elex-wrap .eygsm .gallery-layout .gallery-layout-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.elex-wrap .eygsm .gallery-layout .gallery-layout-options .input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.elex-wrap .eygsm .gallery-layout .gallery-layout-options .input-group .form-control {
  min-width: 50px;
  outline: none !important;
}

.elex-wrap .eygsm .play-button-color .play-button-color-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.elex-wrap .eygsm .play-button-color .play-button-color-box .hex-code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}

.elex-wrap .eygsm .play-button-color .play-button-color-box #play-button-opacity {
  width: 60px;
}

.elex-wrap .eygsm .play-button-color .play-button-color-box #auto-button-color {
  width: 50px;
  height: 38px;
  overflow: hidden;
  border-radius: 0.25rem;
  border: none;
}

.elex-wrap .eygsm .playlist-box {
  background: #f5f5f5;
  opacity: 1;
  padding: 15px;
  position: relative;
  color: #000;
}

.elex-wrap .eygsm .playlist-box.dark-mode {
  background: #2b2b2b;
  color: #fff;
}

.elex-wrap .eygsm .navigation-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 1;
  background: #2b2b2b99;
  border-radius: 50%;
  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;
}

.elex-wrap .eygsm .navigation-btn.dark-mode {
  background: #ffffff99;
  color: #000;
}

.elex-wrap .eygsm .gallery-settings-last {
  width: 100%;
}

.elex-wrap .eygsm .gallery-settings-last .gallery-last-btns {
  min-width: 150px;
  max-width: 300px;
}

.elex-wrap .eygsm .eygslpvlvi .ratio {
  background: #cecece;
}

.elex-wrap .eygsm .eygslpvlvi .ratio .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.elex-wrap .eygsm .eygslpvlvi .ratio .d-flex .eyeglpvlytb {
  padding: 10px 20px;
  border-radius: 5px;
  background: #ffffff46;
  color: red;
}

.elex-wrap .eygsm .eygslpvlvi .ratio .d-flex .eyeglpvlcb {
  position: absolute;
  top: 0px;
  right: 0px;
}

.elex-wrap .eygsm .eygslpvlvi .ratio .d-flex .eyeglpvlcb i {
  border-radius: 50%;
  background: #fff;
  color: red;
}

.elex-wrap .eygsm .eyeglpvl .eyeglpvlvi .ratio .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.elex-wrap .eygsm .eyeglpvl .eyeglpvlvi .ratio .d-flex .eyeglpvlytb {
  padding: 10px 20px;
  border-radius: 5px;
  background: #cccccc46;
  color: red;
}

.elex-wrap .eygsm .eyeglpvl .eyeglpvlvi .ratio .d-flex .eyeglpvlcb {
  position: absolute;
  top: 0px;
  right: 0px;
}

.elex-wrap .eygsm .eyeglpvl .eyeglpvlvi .ratio .d-flex .eyeglpvlcb i {
  border-radius: 50%;
  background: #fff;
  color: red;
}

.elex-wrap .eygsm .eyeglpvl .eyeglpvlvi:hover .ratio .d-flex {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.elex-wrap .eygsm .eygsmfiem {
  position: relative;
  padding-bottom: 20px;
  margin: 0;
}

.elex-wrap .eygsm .eygsmfiem .invalid-feedback {
  position: absolute;
  bottom: 0;
  left: 10px;
}

@media only screen and (max-width: 768px) {
  .eycsip {
    position: absolute;
    top: 40px;
    right: -100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height: calc(100vh - 100px);
  }
  .eycsip.active {
    right: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  #eycspactbtn {
    display: block;
  }
  #eycspcltbtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0;
    line-height: 1;
    background: transparent;
  }
  .elex-wrap .eygsh .eyhlo {
    width: 100%;
    position: relative;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .elex-wrap .eygsh .eyhlo a img {
    width: 150px;
  }
  .elex-wrap .eygsh .eyhlo #eyhnbbtn {
    display: block;
    background: transparent;
    color: #000;
    border: none;
    font-size: 20px;
  }
  .elex-wrap .eygsh ul.nav.eyhnul {
    gap: 30px;
    display: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .elex-wrap .eygsh ul.nav.eyhnul .nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .elex-wrap .eygsh ul.nav.eyhnul .nav-item a {
    color: #707070;
    padding: 15px 5px;
    font-weight: 600;
    font-size: 14px;
  }
  .elex-wrap .eygsh ul.nav.active {
    height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=gallery-setting.css.map */
