html,
body {
    height: 100%;
    background: #181a1b;
    color: #929292;
}
a{
  color: #d7d7d7;
  text-decoration: none;
}
a:hover{
  color: #fff;
}
.navbar{
  border-radius: 0;
}
.navbar a.nav-link{
  color: inherit;
}
.navbar .nav-item:hover a{
  color: #fbfbfb;
}

.main-content{
  padding-top: 35px;
}

#sidebar a{
  text-decoration: none;
  color:#929292;
}
#sidebar .nav-item:hover a{
  color: #fbfbfb;
}
#sidebar .nav-link,
#sidebar button{
  font-size: 14px;
  text-transform: uppercase;
}

/* mobile sidebar */

/* Desktop Styles (Sidebar visible by default) */
#sidebar {
  background: #181a1b; /* Updated background color */
  padding: 20px;
}
/* Mobile Styles */
@media (max-width: 768px) {
  /* Toggle Button: full width, text left, icon on right */
  #toggleSidebar {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
  }
  /* Sidebar: full width; slide up from bottom; leave 60px gap at top */
  #sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #181a1b;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(100%);
    overflow-y: auto;
  }
  /* Show sidebar when .show class is added */
  #sidebar.slide {
    transform: translateY(0);
  }
  /* Overlay: covers entire viewport behind the sidebar */
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
  }
  #overlay.active {
    display: block;
  }

  .search-input{
    line-height: 1.9;
    border-radius: 6px;
  }

  .navbar a.nav-link{
    text-align: right;
  }
  .navbar-collapse .navbar-nav{
    padding-top: 20px;
  }
}

#toggleSidebar{
  background-color: #2c2f31;
  color: inherit;
  border-color: #2c2f31;
  text-transform: uppercase;
}
#toggleSidebar:hover{
  color: #e8e8e8;
}

/* mobile sidebar end */


.category-menu{
  padding-top: 10px;
}

.category-menu button{
  padding-left: 0;
  border: none;
  color: inherit;
  background-color: inherit;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.category-menu button:hover{
  color: #FFF;
}

.category-menu .nav-link{
  font-size: 16px;
}

.category-menu .nav-link:not(.toplevel){
  padding: 8px 16px 8px 16px;
}

.category-menu .nav-link.toplevel, .category-menu .btn-toggle{
  padding: 8px 16px 8px 0px;
}

#sidebar .category-menu a.nav-link.active{
  color: #ff8700;
  /*border-bottom: 2px solid #ff8700;*/
  box-shadow: 0px 2px 0px #ff8700;
}
#sidebar .category-menu a.nav-link.active:hover,
#sidebar .category-menu a.nav-link:hover{
  color: #FFF;
}



.service-navbar{
  background-color: transparent;
  border: none;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 20px;
  padding-right: 20px;
}

.form-control:focus{
  border-color: #ff8700;
  box-shadow: 0 0 0 0.25rem rgba(253, 171, 13, 0.25);
}

.search-input{
  background-color: inherit;
  border-radius: 4px;
  padding: 0.375rem 0.75rem 0.375rem 48px;
  border: 2px solid #303030;
}
.search-input::-moz-placeholder{
    color: #505050;
    opacity:1
}

.search-input:-ms-input-placeholder{
    color: #505050;
}

.search-input::-webkit-input-placeholder{
    color: #505050;
}

.search-input::-webkit-search-cancel-button {
    display: none;
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input-container .search-icon {
  content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url('./../images/other/lookglass_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: absolute;
    left: 9px;
    cursor: pointer;
}
.search-input-container .search-clean {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 5px;
}
.search-input-container .search-clean .fa{
    font-size: 20px;
}

.form-check-input, .form-check-label{
  cursor: pointer;
}

.form-switch .form-check-input:checked {
  background-color: #ff8700;
  border-color: #ff8700;
}

.form-switch .form-check-input:focus {
  border-color: #ff8700;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 171, 13, 0.25);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(253, 171, 13,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
    background-color: #ff8700;
    border-color: #ff8700;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.form-switch .form-check-input::before {
    background-color: white;
}

.form-switch .form-check-input{
  color: #ff8700;
}


.form-check-input:checked {
  background-color: #ff8700;
  border-color: #ff8700;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #b77575;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(135, 97, 25, 0.25);
}

.breadcrumb a{
  color: #929292;
  text-decoration: none;
  font-style: normal;
}
.breadcrumb li{
  color: #616360;
}


.service-navbar .navbar-nav > li > a{
  color:#000;
}

.service-navbar .navbar-nav > li:hover > a{
  color:#555;
}

.service-navbar .navbar-toggle .icon-bar{
  background-color: #333;
}
.service-navbar .navbar-nav > .active > a,
.service-navbar .navbar-nav > .active > a:hover,
.service-navbar .navbar-nav > .active > a:focus{
  color: #000;
  background-color: transparent;
}
.service-navbar .btn-link{
  color: #000;
}


.breadcrumb > li + li::before {
    content: "ᐳ"!important;
    padding-left: 5px;
    padding-right: 5px;
}
.breadcrumbs-download-btn{
  border: 2px solid #d5d5d6;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color:#000;
  text-decoration: none;
  display: inline-block;
}
.breadcrumbs-download-btn:hover{
  border-color: #000;
  background-color: #000;
  color:#FFF;
  text-decoration: none;
}


/*.wrap > .container {
    padding: 5px 15px 20px;
}
*/

.page-content{
  min-height: 400px;
}


.pagination > li > a, .pagination > li > span{
  padding: 16px 24px;
  border: none;
  color: #6b6b6b;
  display: block;
  background-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #262626;
    color: #6b6b6b;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #6b6b6b;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #ff8700;
  box-shadow: 0 0 0 0.25rem rgba(253, 171, 13, 0.25);
}

@media only screen and (max-width: 640px) {
  .pagination > li > a, .pagination > li > span{
    padding: 10px 16px;
    border: none;
  }

}

.btn.btn-action {
    color: #000000;
    background-color: #ff8700;
    border: none;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn.btn-action:hover{
  background-color: #f4c300;
}

.btn .icon, .btn-block .icon{
  padding-left: 8px;
}

.btn .icon.left,
.btn-block .icon.left{
  padding-right: 8px;
  padding-left: 0;
}

@media only screen and (max-width: 992px) {
  .container {
      width: 100%;
  }
}

.body-content{
    min-height: 600px;
}

@media only screen and (min-width: 765px) {
  .wrap {
      min-height: 100%;
      height: auto;
      margin: 0 auto -60px;
      padding: 35px 25px 60px
  }
}

footer{
  margin-top: 50px;
}

.editor footer{
  margin-top: 200px;
}

footer h5{
  color: #616360;
}
footer a{
  text-decoration: none;
  color: inherit;
}
footer a:hover{
  color: #fbfbfb;
}


footer .text-end a{
  text-decoration: underline;
}
footer .text-end a, footer .text-start{
  color: #616360;
}

footer .description{
  color: #616360;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .body-content{
        min-height: 200px;
    }

    .render {
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumbs-download-btn{
      margin-bottom: 20px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.render #image_preview{
  border-radius: 10px;
}
.render .btn.btn-default.btn-default-next{
  font-weight: bold;
  color: #eaeaea;
  background-color: #313131;
  border: none;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 9px;
  font-size: 18px;
}

.render .btn.btn-default.btn-default-next:hover{
  background-color: #464646;
}




.render_step_title{
  margin-top: 0;
}
.render_step_info{
  margin-bottom: 40px;
}



.croppie-container .cr-slider-wrap{
  width: 300px;
}

.next_step_button_holder {
  padding-top:30px;
  width: 300px;
  display: inline-block;
}
.next_step_button_holder .btn{
  width: 100%;
}

#classicsubscribebell-form input[type="text"]{
  width: 75%;
}

@media only screen and (max-width: 765px) {
  .next_step_button_holder {
    padding-top:20px;
  }
  #classicsubscribebell-form input[type="text"]{
    width: 100%;
  }

}

.switch {
 position: relative;
 display: inline-block;
 width: 60px;
 height: 34px;
}

.switch input {
 opacity: 0;
 width: 0;
 height: 0;
}

.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #d5d5d6;
 -webkit-transition: .4s;
 transition: .4s;
}

.slider:before {
 position: absolute;
 content: "";
 height: 26px;
 width: 26px;
 left: 4px;
 bottom: 4px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}

input:checked + .slider {
 background-color: #fee600;
}

input:focus + .slider {
 box-shadow: 0 0 1px #fee600;
}

input:checked + .slider:before {
 -webkit-transform: translateX(26px);
 -ms-transform: translateX(26px);
 transform: translateX(26px);
}

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

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

.colorpicker-component{
	width: 35%;
}

.colorpicker-component input[type=text]{
  width: 100%!important;
	display: table-cell;
	float: none;
}
.colorpicker-component.advanced_settings.show_advanced_settings{
  display: table!important;
}

.advanced_settings{
  display: none;
}
.advanced_settings.show_advanced_settings{
  display: block;
}


/************ premium_counters ****************/

.row.premium_counters_title .col-sm-12{
    padding-left: 0;
    padding-right: 0;
}

.premium_counters_title h2{
  text-align: left;
  font-weight: bold;
}


.premium_counters_package{
  border-radius: 10px;
  margin-right: 15px;
}

@media only screen and (max-width: 765px) {
  .premium_counters_title h2{
    text-align: center;
  }
  .premium_counters_package{
      margin-right: 0;
  }
}

.premium_counters_silver,
.bar_premium_counters_silver::after{
    background-color: #d9e2e4;
}
.premium_counters_gold,
.bar_premium_counters_gold::after{
    background-color: #f5e3bf;
}
.premium_counters_platinum,
.bar_premium_counters_platinum::after{
    background-color: #CBC8CC;
}
.premium_counters_counter{
  font-size: 28px;
  font-weight: bold;
  padding: 20px 15px 0px 15px;
}
.premium_counters_counter_title{
  color: #808185;
  text-transform: lowercase;
  font-size: 16px;
  padding: 10px 15px 20px 15px;
}
.premium_counters_holder{
  margin-bottom: 20px;
}


/*******************/

/*.bar_premium_counters_package::after{
  display: inline-block;
  width: 10px;
  height: 10px;
  content: " ";
  border-radius: 10px;
  margin-right: 7px;
  margin-left: 4px;
}

.bar_premium_counters_holder{
  padding-left: 4px;
}

.bar_premium_counters_silver::after{
    background-color: #d9e2e4;
}

.bar_premium_counters_gold::after{
    background-color: #ffd279;
}

.bar_premium_counters_platinum::after{
    background-color: #C285D7;
}*/

/************ end premium_counters ****************/

/* Custom media query for screens between 768px and 1700px */
@media (min-width: 768px) and (max-width: 1699px) {
    .col-custom {
        flex: 0 0 50%; /* 50% width (2 columns per row) */
        max-width: 50%;
    }
}


/***********************************/

.choose-lang {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    min-width: 200px;
    text-align: center;
}

.choose-lang .lang-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.choose-lang .lang-selected i {
    margin-left: 5px;
}

.choose-lang .lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #181a1b;
    border: 1px solid #393939;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    z-index: 10;
}

.choose-lang .lang-list.show {
    display: block;
}

.choose-lang .lang-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    color: #616360;
    transition: background 0.2s;
}

.choose-lang .lang-item:hover {
    background: #262626;
}

.choose-lang .lang-item.active {
    font-weight: bold;
    color: #c1c1c1;
}
