/*  Header -- start */
body { 
  font-family: 'Roboto', sans-serif;
  padding-top: 70px;
  background-color: #e9eaed;
}

@media (min-width:1200px) {
  .container {
    max-width: 1400px;
    width: auto;
    }
  .container-fluid{
    max-width: 1400px;
  }
  }

.navbar{
border: 0;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.25);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#880b0b+0,5a0b10+100 */
background: #880b0b; /* Old browsers */
background: -moz-linear-gradient(top, #880b0b 0%, #5a0b10 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #880b0b 0%,#5a0b10 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #880b0b 0%,#5a0b10 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880b0b', endColorstr='#5a0b10',GradientType=0 ); /* IE6-9 */
}

.navbar-brand{
  padding: 8px 15px !important;
  margin-left: -15px;
}
.navbar-brand img {
  margin-top: -4px;
}

.icon-bar{
	background: white;
}

img.sessionimg {
	max-width: 100%;
	max-height: 700px;
}
video.sessionvid {
	width: 100%;
}

  .navbar-inverse .dropdown-menu > li > a,
  .navbar-inverse .dropdown-menu > li > a:focus,
  .navbar-inverse .dropdown-menu >li > a:hover {
    color: #fff !important;
  }


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 768px) {
  .navbar-inverse .dropdown-menu > li > a,
  .navbar-inverse .dropdown-menu > li > a:focus,
  .navbar-inverse .dropdown-menu >li > a:hover {
    color: #333 !important;
  }
}




.navbar-inverse .navbar-nav a {
  color: white !important;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: rgba(255,255,255,0.1);
}
.dropdown-menu{
  box-shadow:none;
}

/**/
.nav > ul > li:hover,
.nav > ul > li.active {
  border-bottom: #353433 3px solid;
}
.nav li.active{
  border-bottom: rgba(255,255,255,0.25) 3px solid;
}

/* pad dropdown to accommodate user avatar */
.dropdown-toggle {
  padding-left: 50px !important;
}

/* style user avatar */
.dropdown-toggle img.avatar {
  border-radius: 5000px;
  max-height: 28px;
  min-width: 28px;
  margin-top: -14px;
  left: 10px;
  top: 50%;
  position: absolute;
}

/*  Header -- End */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a{
  text-decoration:  none;
}
.table th a, .table td a {
  text-decoration: none;
}

.btn-block{
  width: 100%;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.card{
  margin-bottom: 20px;
}

.card-title a{
  text-decoration: none;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
}

.card-title{
  margin-bottom: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well span.h5{
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}

.well .h6{
  font-size: 12px;
  margin-bottom: 0px;
}

.h4, h4 {
    font-size: 18px;
}

.hide{
  display: none;
}
.col-form-label, .form-label{
  font-weight: bold;
  text-align: right;
}

.tooltip-inner{
  color: red;
}

a.badge{
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.modal-footer.text-center{
  justify-content: center;
}
.clear-img-btn{
  text-decoration: none;
}
.btm-links-container a {
  text-decoration: none;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.uib-typeahead-match a{
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.uib-typeahead-match a:focus, .uib-typeahead-match a:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.uib-typeahead-match a.active, .uib-typeahead-match a:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.tag-item a.remove-button{
  text-decoration: none;
}

.img-rounded{
  border-radius: 6px;
}
.slick-slide{
  padding: 0px 15px;
}

.app-heading{
  color: rgb(59,89,152);
}

.slick-slide-img{
  height: 100%;
  width: 100%;
}

.font-22{
  font-size: 22px;
}

.font-20{
  font-size: 20px;
}

.error{
    color: red;
    font-weight: normal;
}

table th{
  text-align: center;
}

.margin-btm-40{
  margin-bottom: 40px;
}
.margin-btm-20{
  margin-bottom: 20px;
}
.margin-btm-10{
  margin-bottom: 10px;
}
.margin-btm-5{
  margin-bottom: 5px;
}

.margin-top-20{
  margin-top: 20px;
}
.margin-top-10{
  margin-top: 10px;
}
.margin-top-5{
  margin-top: 5px;
}

.padding-left-0 {
  padding-left: 0
}
.padding-right-0 {
  padding-right: 0
}

.section-header-primary{
  background-color: #337ab7;
  color: white;
}
.section-header-primary h4{
  font-size: 16px;
  color: inherit;
}
.section-header-primary a:hover{
  color: white;
}
.section-header-primary a{
  color: #C1C0C0;
}

.profile-picture{
  width: 100px;
  height: 100px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.section-header-primary .badge{
  background-color: #fff !important;
  color: #337ab7;
}

.table > tbody > tr > td {
     vertical-align: middle;
}


.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
}


.nav.nav-tabs li:hover, .nav.nav-tabs li.active{
  border-bottom: none;
}
.nav.nav-tabs li.active{
  border-bottom: none;
}
.nav-tabs li{
  margin-bottom: -3px !important; 
}

.required.control-label:after, .required.form-label:after, .required.col-form-label:after {
  content: '*';
  color: red;
}
.ui-datepicker
{
  z-index: 1200 !important;
}
.datepicker-dropdown
{
  z-index: 1200 !important;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.user-profile {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.profile-link{
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}


a.profile-link, a.profile-link:hover, a.profile-link:focus, a.profile-link{
  background-color: #353433 !important;
  border-color: #353433 !important;
}
.page-heading{
  font-size: 20px !important;
}
.add-new-link{
  margin-top: 10px !important;
}
.records-table{
  font-size: 17px;
}
.item-img{
  border: 1px solid #353433; 
}
.item-title{
  font-size: 23px;
  font-weight: bold;
}
.item-number{
  font-size: 20px;
}
.current-stock{
  font-size: 16px;
  font-weight: bold;
}
.item-quantity{
  font-size: 40px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
    font-weight: bold
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #e0dede;
}

.strike > span:before {
    right: 100%;
    margin-right: 10px;
}

.strike > span:after {
    left: 100%;
    margin-left: 10px;
}
.lang-strike span{
  font-size: 16px !important;
}
.lang-strike{
  margin-bottom: 10px !important;
}

.history-record{
  padding-top: 10px !important;
  font-size: 16px !important;
}
.thumb-name{
  font-weight: bold;
  display: block;
}


.stock-counter{
  opacity: 0.8;
  position: absolute;
    margin-top: 5px;
    right: 21px;
}

#search-header-form{
  margin-top: 10px;
  margin-bottom: 10px;
}
#search-header-form .input-group-addon{
  color : #353433;;
}

.search-suggest{ background:#fff; width:320px; border-top: 1px solid #79C142; overflow:hidden; display:block; position:absolute; top:40px; right: 0; border-radius:3px; box-shadow:0 0 3px rgba(0,0,0,0.2);}
.search-suggest ul {list-style:none; padding:0; padding-bottom:0px; position:relative;}
.search-suggest ul li.ss-bottom{position:absolute; width:100%; left:0; bottom:0;}
.search-suggest ul li.ss-bottom a{ width:100%; display:block; text-align:center; height:40px; line-height:40px; background:#79C142; color:#fff; font-weight:bold; text-align:center;}
.search-suggest ul li {padding:10px;display:block; width:100%; overflow:hidden; color:#888; border-bottom:1px solid #eee;}
.search-suggest ul li:hover {background:#fcfcfc;}
.search-suggest ul li .ss-info {padding-left:60px;color:#888;}
.search-suggest ul li .ss-info a{}
.search-suggest ul li .ss-info a.ss-title { color:#333; font-size:14px; font-weight:bold;}
.search-suggest ul li .ss-info p{margin-bottom:0;}
.search-suggest ul li .thumb{float:left; width:50px; height:50px; display:inline-block;}
.search-suggest ul li .thumb{
  background-size: 50px, 50px;
  background-repeat: no-repeat;
}
.search-suggest{ left: 0; right: 0; width: 100%; top: 33px;}


/* Large desktops and laptops */
@media (min-width: 1200px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img{
    width: 158px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .navbar-brand img{
    width: 180px;
  }
}

.price-number{
  font-size: 18px;
}
.tag{
  background: #f8f8f8 !important;
  border: 1px #ccc solid;
  color: #444;
  margin: 0px 2px 2px 0;
  font-size: 14px; 
  line-height: 1.42857143;
  padding: 6px 12px;
  font-weight: normal;
  display: inline-block !important;
}
.record-info div{
  font-size:  17px !important;
  margin-bottom: 5px;
}

.comment-text{
  font-size: 16px !important;
}

.comment-time{
  color : grey !important;
}

.text-start-not-xs, .text-start-not-sm, .text-start-not-md, .text-start-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-end-not-xs, .text-end-not-sm, .text-end-not-md, .text-end-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-start-not-xs, .text-center-not-xs, .text-end-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-start-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-end-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-start-not-sm, .text-center-not-sm, .text-end-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-start-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-end-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-start-not-md, .text-center-not-md, .text-end-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-start-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-end-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-start-not-lg, .text-center-not-lg, .text-end-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-start-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-end-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
.page-heading{
  font-size: 24px !important;
}
.badge.gif{
  padding: 3px 3px !important;
  font-size: 9px !important;
  background-color: #3c3b3b;
  border-radius: 5px;
}

.record-suggest-preloader{
  position: absolute;
  right: 20px;
  top: 10px;
}

.thanks-container{
 color : green;
 margin-top: 60px;
}

.section-header-black{
  background-color: #000;
  color: white;
}
.section-header-black a:hover{
  color: white;
}
.section-header-black a{
  color: #C1C0C0;
}
.statistics h5{
  font-size: 16px !important;
  margin-bottom: 20px;
}


/*slick style cusotmization*/
.slick-prev {
    left: 25px !important;
    z-index: 1;
}

.slick-next {
    right: 25px !important;
}
.slick-prev, .slick-next{
  top : 40% !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 28px !important;
}
.slick-slide a{
  text-decoration: none !important;
  color: black !important;
}

.slide-preloader{
position: absolute;
top: 40%;
left: 40%;
transform: translate(-50%, -50%);
  color: white !important;
}
.time-period{
  padding-top: 7px;
  padding-bottom: 7px;
}
.time-period span{
  cursor: pointer;
}
.graph-container{
  width: 100%; 
  min-height: 240px; 
  overflow: hidden; 
  text-align: left;
  margin-bottom: 10px;  
}

.graph-preloader{
position: absolute;
top: 40%;
transform: translate(-50%, -50%);
}

.table-fix-height{
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.stats-preloader{
  color: #fff;
}
.bread-crumb{
  font-size: 20px;
  color : #929292;
}
.gallery_container{
  background-color: white !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display:none;
    width: 52px;
    height: 46px;
}

.moderation-approved{
  color: white;
  font-size : 20px;
  opacity: 0.7;
  background-color: #12AD1E;
  padding: 10px 10px;
  position: absolute;
    margin-top: 5px;
    right: 21px;
}
.moderation-declined{
  color: white;
  font-size : 20px;
  opacity: 0.7;
  background-color: #DA1704;
  padding: 10px 10px;
  position: absolute;
    margin-top: 5px;
    right: 21px;
}

.status-badge{
  position: absolute;
  bottom: 55px;
  right: 18px;
}

.vision-adult{
  color: white;
  font-size : 20px;
  opacity: 0.7;
  background-color: orange;
  padding: 10px 10px;
  position: absolute;
    margin-top: 5px;
    right: 21px;
}

.adult-rating{
  color: black;
  font-size : 12px;
  opacity: 0.7;
  background-color: #ececec;
  padding: 3px;
  position: absolute;
  bottom: 50px ;
  left: 24px;
}

.racy-rating{
  color: black;
  font-size : 12px;
  opacity: 0.7;
  background-color: #ececec;
  padding: 3px;
  position: absolute;
  bottom: 50px ;
  right: 24px;
}

.hidden-session{
  opacity: 0.7;
  position: absolute;
  margin-top: 5px;
    right: 70px;
}

.moderation-approved-label{
  color: white;
  font-size : 20px;
  background-color: #12AD1E;
  padding: 10px 10px;
  margin-bottom: 5px;
}
.moderation-declined-label{
  color: white;
  font-size : 20px;
  background-color: #DA1704;
  padding: 10px 10px;
  margin-bottom: 5px;
}

.tag{
  margin: 5px;
  font-size: 12pt;
  font-weight: normal;
  display: inline-block !important;
}

.c-tag .tags {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.c-tag .tags.focused {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

.c-tag .tags .tag-item {
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
  color: #fff;
}

.c-tag .tags .tag-item.selected {
  background: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
}

.c-tag .tags .tag-item button {
  background: transparent;
  color: #000;
  opacity: .4;
}
.c-tag .remove-button {
  color : #fff !important;
}

.c-tag .autocomplete {
  border-radius: 4px;
}

.well-sm {
  margin-right: 5px;
}
.thumb-session{
  display: block;
  margin-top: -15px;
}
.xml-table-row{
  margin-left: 15px !important;
  margin-right: 15px  !important;
}
a.btn-download{
  background-color: #AE112D;
  color: white;
}
a.btn-download:hover{
  background-color: #880F0F;
  color: white;
}
.small-logo{
    -webkit-filter : opacity(0.4) grayscale(100%);
    filter : opacity(0.4) grayscale(100%);
}
.btn-download:focus{
  color: white;
}
.table th {
   text-align: center;   
}
.table th.text-start, .table td.text-start {
  text-align: left !important;
}

.table th.text-end, .table td.text-end {
  text-align: right !important;
}

.home_table td{
  word-wrap:break-word;
  word-break:break-word;
}
.xml-table tr td{
  text-align: left;
}

.xml-table tr td:first-child{
  text-align: right;
  color : #AE112D;
}
.date-divider{
  width: auto;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    text-align: center;
}
.gallery-cal-ico {
  margin-top: 6px;
    font-size: 24px;
}
.thumbnail{
  height: 212px;
  overflow : auto; 
}
.thumb-session{
  display: block;
  margin-top: -15px;
}
.mod-gallery-thumb{
  height: 100% !important;
  object-fit: contain;
}
.analytics .graph-container{
  height: 500px;
}
.analytics .graph-container .no-data{
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 22px ;
}

.activity-table tr.divider{
  border-bottom: 2px solid #000000;
  border-top: none !important;
  font-weight: bold;
  background-color: #fff !important;
}

.activity-table tr.divider td{
  border-top: none !important;
}

.access-token{
  word-wrap: break-word;
  white-space: normal !important;
}

.tokens-table{
  table-layout: fixed !important;
}
.affix-top{
  visibility: hidden;
}
.sidebar-nav-fixed {
  width:25%;
  height: 80%;
  overflow-y: scroll;
}

.tag-copy-btn{
  padding: 2px 8px !important;
  margin-top: -5px;
}

.tags-list li{
  font-size: 12px !important;
  cursor: pointer;
}

.auto-suggest-preloader{
  position: absolute;
  right: 20px;
  top: 10px;
}

.asset-type-ico, .asset-type-gif{
  color: white;
  font-size : 20px;
  opacity: 0.7;
  background-color: #000;
  padding: 10px 10px;
  position: absolute;
    margin-top: 5px;
    left: 21px;
}

.asset-type-gif{
  padding: 6px 5px !important;
}

.page-heading {
    color: #880b0b;
    font-size: 2.4rem;
    font-weight: bold;
}
.nav-tabs-container{
  padding-top: 10px;
}

.multi-select-overlay{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 4%;
  text-align: center;
}
.multi-select-buttons{
  padding: 0px;
  text-align: center;
}

.vb-collapse-stats{
  position: absolute;
  right: 25px;
}
.disabled-input-group input, .disabled-input-group textarea, .disabled-input-group select, .disabled-input-group .iradio_flat-green, .disabled-input-group .switchery{
  background-color: grey !important;
}
.emails-performance-donut-graph{
  height: 400px;
}

.data-section-checks label{
  width: 100%;
  padding-left: 0px;
}
.data-section-checks label input[type="checkbox"]{
  position: relative;
}

.billing-calender-container{
  display: inline-block;
  position: relative;
  width: 170px;
  padding-top: 68px;
  vertical-align: middle;
}

.calender-icon-sep{
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  padding-top: 30px;
}

.calender-icon-sep img{
  width: 60px;
}

.billing-calender-container .day{
  font-size: 28px;
}

.billing-calender-container .month, .billing-calender-container .year{
  font-size: 18px;
}

.current-plan-table {
  max-width: 440px;
  margin: auto;
}

.billing-calender-container img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 170px;
}

#tags-container{
  max-height: 400px;
  overflow-y: scroll;
}

.search-sessions{
  position: relative;
}
.search-sessions .record-suggest-preloader{
  z-index: 2;
}

.search-sessions .suggested-sessions{
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  z-index: 4;
}
.search-sessions .suggested-sessions ul{
  list-style-type: none;

}

.search-sessions .suggested-sessions ul li{
  background: #ececec;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}

.search-sessions .suggested-sessions ul li:hover{
  background: #f1f1f1;
}

.search-sessions .suggested-sessions ul li img{
  width: 50px;
  float: left;
  margin-right: 10px;
}

.mr-1{
  margin-right: 5px;
}

.vb-btn{
    color: #000000 ;
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #000000;
    border-radius: 4px;
    text-decoration: none;
    background-color: white;
}
.vb-btn:hover{
    text-decoration: none;
}

/* i icon style css*/
.i-icon-style: {
    font-size: 1.1em;
    margin-top: 11px !important;
  }
.i-icon-style:before{
    color: lightgrey !important;
  }
.fa-info-circle {
  margin-top: 11px;
}
/* i icon style css*/

/*virtual booth screens css*/
.wizard-container{
  position: relative;
  margin-bottom: 20px;
  height: 40px;
}


.wizard-container .line{
  position: relative;
  width: 98%;
  top: 19px;
  left: 2px;
  height: 5px;
  background-color: #1a6282;
  z-index: 0;
}

.wizard{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.wizard .step{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: white;
  background-color: grey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.wizard .completed.step{
  color: white;
  background-color: #1a6282;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin-bottom: 20px;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 49%;
    width: 9999px;
    height: 3px;
    background: #222;
}

.strike > span:before {
    right: 100%;
    margin-right: 10px;
}

.strike > span:after {
    left: 100%;
    margin-left: 10px;
}
.export-main>ul>li:first-child>ul>li:last-child{
  display: none;
}
/*virtual booth screens css*/
