.bootstrap-tagsinput {
    display: block !important;
}

.display-block{
  display: block;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.no-display{
    display: none;
}

.m-t-50 {
    margin-top: 50px !important;
}

.w-25-minus-margin-10{
  width: calc(25% - 10px) !important;
}

.dropdown-fix{
    display: none !important;
}

.margin-auto{
    margin-left: auto;
    margin-right: auto;
}

.lower-label{
    color: #B8B8B8;
    font-size: 0.9em;
    font-style: italic;
}
.form-with-black-label .lower-label{
  color: #000;
}
.no-border-top{
  border-top: none !important;
}

.signup-label{
  color: #000 !important;
}

.terms-label{
  font-style: normal;
  font-size: 12px !important;
}

.cart-quantity{
    margin: 0px;
    width: 30px !important;
}

.pointer{
    cursor: pointer !important;
}

.image {
    background-position: center;
    background-size: cover;
}

.bg-1, .bg-2, .bg-3, .bg-4{
    color: #fff;
    padding: 7px;
    display: inline-block;
    margin: 3px 4px;
}


.bg-1{
    background-color: #5d9cec;
}

.bg-2{
    background-color: #5fbeaa;
}

.bg-3{
    background-color: #7266ba;
}

.bg-4{
    background-color: #4c5667;
}

[v-cloak] {
  display: none;
}

.vue-in{
  position: relative;
  min-height: 300px;
}
.vue-in-small{
  position: relative;
  min-height: 100px;
}

.popover{
    max-width: 90%;
    background-color: #fff !important;
    pointer-events:none;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
span.small-loading{
  position: relative;
}
.p-relative{
  position: relative;
}

.p-center-relative{
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.small-loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
}
span.loading{
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  /*transform: translate(-50%, -50%);*/
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

span.loading:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

span.loading:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.tooltip-in{
  position: relative;
}
._tooltip {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    position: absolute;
    text-transform: initial !important;
    font-size: 12px;
    z-index: 5;
    line-height: initial !important;
    white-space: nowrap;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
}

._tooltip.box{
  width: 400px;
  white-space: normal !important;
}

._tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    position: absolute
}

._tooltip.top-left:after,._tooltip.center-left:after,._tooltip.bottom-left:after {
    right: -9px;
    top: calc(50% - 3px);
    transform: rotate(90deg)
}

._tooltip.top-right:after,._tooltip.center-right:after,._tooltip.bottom-right:after {
    left: -9px;
    top: calc(50% - 3px);
    transform: rotate(-90deg)
}

@media screen and (min-width: 600px) {
    ._tooltip.top-center:after {
        top: -6px;
        left: calc(50% - 6px)
    }
}
._tooltip.bottom-center:after {
    bottom: -6px;
    left: calc(50% - 6px);
    transform: rotate(180deg)
}

.panel-header{
  color: #fff;
  padding: 5px 25px 5px 0px;
  width: 100%;
}

.panel-header .panel-title{
  font-size: 18px;
   text-transform: uppercase;
   letter-spacing: 0.03em;
   font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-dark{
  color: #fff;
  background-color: rgb(86, 102, 118) !important;
}

.panel-light{
  background-color: #62a3ff !important;
}

.panel-dark .panel-title{
  color: #fff;
}

.panel-light .panel-title{
  color: #fff;
}

.cart-edit-cont{
  display: none;
}
.cart-edit-cont.open{
  display: block;
}
.cart-edit-cont span.text-muted{
  display: block;
  margin-right: 10px;
  float: left;
}
.cart-item-edit{
  float: left;
  text-align: center;
}
.cart-item-edit:after{
  content: "";
  clear: both;
  display: block;
}
.cart-item-edit .input-control{
  cursor: pointer;
  background: #62a3ff;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  float: left;
}
.cart-item-edit input{
  float: left;
  width: 50px;
  height: 20px;
  text-align: center;
}
.cart-item-edit.table-actions-bar{
  margin-left: 10px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.basket-summary{
  position: relative;
}
.basket-summary .fa-spin{
  display: block;
  position: absolute;
  right: 20px;
  top: 14px;
}

#vue-basket-nav .dropdown-item.notify-item{
  position: relative;
  overflow: hidden;
}
#vue-basket-nav .dropdown-item.notify-item.open{
  overflow: initial;
  height: 200px;
}

#vue-basket-nav .dropdown-item.notify-item.open .price-box span.options{
  display: none;
}
#vue-basket-nav .dropdown-item.notify-item:hover .price-box .items,
#vue-basket-nav .dropdown-item.notify-item.open .price-box .items{
  /*display: none;*/
  right: 15px;
}
.transition{
  transition: all 0.6s;
}
#vue-basket_summary .hide{
  display: none;
}
#vue-basket_summary .basket-summary,
#vue-basket_summary .basket-items{
  left: 0;
}
#vue-basket_summary .cont,
#vue-balance .cont{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#vue-basket_summary .cont .card-item,
#vue-balance .cont .card-item{
  margin: 20px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s
}
#vue-basket_summary .cont .card-item:hover, #vue-basket_summary .cont .card-item.clicked,
#vue-balance .cont .card-item:hover, #vue-balance .cont .card-item.clicked{
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);


}
#vue-basket_summary .cart-payments-image,
#vue-balance .cart-payments-image{
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dropdown-lg{
  width: 320px;
  max-height: 600px;
  overflow-y: auto;
}

.dropdown-xl{
  width: 400px;
  max-height: 600px;
  overflow-y: auto;
}

.circle-icon{
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.scale-125{
  transform: scale(1.25);
}

.scale-150{
  transform: scale(1.5);
}


.price-box{
  position: relative;
}
.price-box .items{
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.price-box span{
  cursor: pointer;
}
.price-box .items span.options{
  margin-left: 15px;
}
.balance-box{
  display: inline-block;
  /* color: rgba(255, 255, 255, 0.8); */
  color: #333;
  font-weight: bold;
  padding-left: 12px;
}
.balance-box i{
  padding-left: 5px !important;
}

.custom_error{
  color: #ef4554;
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.custom_error_no_validation{
  color: #ef4554;
  font-size: 12px;
  font-weight: bold;
}

.custom_info{
  color: #3d92ef;
  font-size: 12px;
  font-weight: bold;
}

.link_error {
  color: #ef4554;
  font-size: 12px;
  font-weight: bold;
}

input.edit-inline, textarea.edit-inline{
  min-height: auto;
  height: auto;
  width: 100%;
  border: none;
  background: transparent;
  pointer-events: none;
  resize: none;
  margin: 0 !important;
  padding: 0 !important;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.guideline-section:nth-child(even),
#crm-orders .guideline-section{
  background-color: #EEEEEE !important;
}

.guideline-color {
  background-color: #ffffff !important;
}

hr.line {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.color-icons i{
  background: rgba(244, 248, 251, 0.6) !important;
}

.md-save {
  color: #33b5e5;
}

.first_letter::first-letter {
  text-transform: uppercase;
}

.width-trans {
  width: 30%;
  border: none !important;
}

.width-content {
  width:50%;
  border: none !important;
}

.word-break {
  word-break: break-all;
}

.border-right {
  border-right: 1px solid;
  color: #cbcbcb;
}

.padding-butt {
  padding-left: 99px;
}
.padding-project-item {
  padding-left: 30px !important;
}

.padding-fb {
  padding-left: 19px !important;
  padding-right: 16px !important;
}

.padding-twit {
  padding-left: 17px !important;
}

.padding-insta {
  padding-left: 15px !important;
  padding-right: 16px !important;
}

.social-width {
  width: 50px !important;
}

.button-margin {
  margin-right: 123px;
}

.button-margin-min{
  margin-right: 10px;
}

.icon-midle-photo i {
line-height: 246px;
}

.t-center{
  margin-top: auto;
  margin-bottom: auto;
}

.icon-midle i {
line-height: 96px;
}

.icon-midles i {
line-height: 165px;
}

.slide-fade-enter-active {
  transition: all .8s cubic-bezier(0.5, 1.5, 0.8, 1.0);
}

.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(50px);
  opacity: 0;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

.offer-detail{
  background-color: #f0f0f0;
}

.offer-detail div{
  padding: 5px;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.guidelines-section-empty{
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.icons-middle i {
  padding: 47px 40px !important;
}

.upload-form-sm .drop-zone{
  height: 170px !important;
}

.upload-form-xs .drop-zone{
  height: 100px !important;
}

.upload-form input[type="file"]{
  display: none;
}
.upload-form .drop-zone{
  width: 100%;
  height: 300px;
  border: 3px dashed #333;
  position: relative;
}
.button-max {
  width: 100%;
}
.upload-form .drop-zone span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-form .drop-zone.hide{
  display: none;
}
.custom-thumb{
  width: 75px;
}

.style-list{
  list-style: none;
}

table tr.active{
  background-color: rgba(0,0,0,0.1) !important;
}

.remove-icon{
  color: red;
  font-size: 25px;
  cursor: pointer;
}

.remove-icon:hover{
  transform: scale(1.1);
}
.vue-pre-sending:after{
  opacity: 0;
  content: "";
  display: block;
}
.textarea-resize{
  resize: none;
}
.vue-sending{
  position: relative;
  filter: blur(2px);
}
.vue-sending:after{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
  opacity: 1;
  transition: opacity 0.3s;
}

input.form-control-danger{
  border-color: red;
}

.tab.active{
  border-bottom: 2px solid #62a3ff;
}

.login-box-container{
  position: absolute;
  top: -500px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 500px;
  transition: all 0.3s;
  perspective: 1000;
  -webkit-perspective: 1000;
  z-index: 9998;
}

.login-box-container.open{
  top: 10%;
}

.login-box-inner{
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.4s ease-out;
  transform-origin: 200px 200px -200px;
  width: 100%;
  height: 100%;
}

.login-box-inner .login,
.login-box-inner .password-reset,
.login-box-inner .recovery{
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  transform-origin: 0 0;
}
.login-box-inner .login{
  z-index: 2;
  transform: rotateY(0deg);
}
.login-box-inner .password-reset{
  z-index: 3;
  left: 0;
  transform: rotateY(-90deg) translateX(-420px);
}
.login-box-inner .recovery{
  transform: rotateY(90deg);
  z-index: 1;
  left: 400px;
}

.login-box-container.reset .login-box-inner{
  transform: rotateY(90deg);
}
.login-box-container.recovery .login-box-inner{
  transform: rotateY(-90deg);
}
.login-box-container.reset .login-box-inner .password-reset{
  transform: rotateY(-90deg) translateX(-400px);
}
.login-box-container.recovery .login-box-inner .login{
  transform: rotateY(0deg) translateX(-20px);
}

.notification-list .notify-all{
  background-color: #33b5e5;
  color: #fff;
}

#topnav .navigation-menu > li > a i{
  display: inline-block;
  margin-right: 5px;
}

.preview .image{
  width: 150px;
  height: 150px;
  background-position: center;
  background-size: cover;
}

.toggle-animation .a-container{
  overflow: hidden;
  position: relative;
}
.toggle-animation .a-container .animation-in{
  position: relative;
  transition: all 0.3s;
  left: 0;
}
.toggle-animation .a-container .hide{
  display: none;
}
.toggle-animation::-webkit-scrollbar{
  display: none;
}
.toggle-animation *:not(.table-responsive-big)::-webkit-scrollbar *:not(.msg-stream){
  display: none;
}
.toggle-animation .a-container .incoming{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.datepicker{
  z-index: 9999;
}
.datepicker .datepicker-days{
  display: block;
}

.ta-hidden{
  opacity: 0;
  pointer-events: none;
}

.msg-stream{
  height: 300px;
  overflow-y: auto;
}
.msg-stream .msg .msg-content{
  background: #EEEEEE;
  border-radius: 10px;
  padding: 10px;
}
.msg-stream .msg.my .msg-content{
  background: #62a3ff;
  color: #fff;
}
.msg-stream .msg{
  margin-top: 10px;
  margin-right: 50%;
  word-wrap: break-word;
}
.msg-stream .msg p.date{
  float: right;
  font-size: 10px
}
.msg-stream .msg p{
  float: left;
}
.msg-stream .msg.my p.date{
  float: left;
}
.msg-stream .msg.my p{
  float: right;
}
.msg-stream .msg.my{
  margin-left: 50%;
  margin-right: 0;
}
.msg-stream .msg.info{
  margin-left: 0;
  margin-right: 0;
}
.msg-stream .msg:first-child{
  margin-top: 0;
}
.noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.t-widget{
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 400px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  z-index: 9999;
}
.t-widget .heading{
  padding: 5px;
  padding-right: 10px;
  background: #33b5e5;
}
.t-widget .heading h2{
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  float: left;
  line-height: 30px;
}
.t-widget .heading a{
  line-height: 30px;
  margin-left: 10px;
}
.t-widget .heading a > i{
  color: #fff;
}
.t-widget .body{
  background: #fff;
  height: 600px;
  overflow-y: scroll;
}
.t-widget .body .incoming{
  padding-top: 10px;
}
.t-widget .body .incoming .msg-in{
  padding-bottom: 50px;
}
.t-widget .new-msg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* .t-widget .top-bar{
  position: fixed;
  top: 0;
  left: 0;
} */
.label.hide{
  opacity: 0;
}

ul.navigation-menu {
    text-align: left !important;
}

.details-box{
  position: relative;
  display: inline-block;
}
.details-box .inner:after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid #333;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.details-box .inner{
  display: none;
  position: absolute;
  right: -310px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.3);
  z-index: 9999 !important;
}
.details-box .inner:before {
    /*content:'';*/
    /*position:absolute;*/
    /*top:0px;*/
    /*bottom:0px;*/
    /*left:-40px;*/
    /*right:0px;*/
    /*background-color: red;*/
    /*opacity: 0.2;*/
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right:30px solid transparent;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.details-box .inner.bottom{
  transform: translateY(-15%);
}
.details-box .inner.bottom:after{
  display:none;
}

.details-box-sm .inner{
  width: 160px !important;
  right: -160px !important;
}

.details-box-md .inner{
    width: 500px !important;
    right: -510px !important;
}

.details-box-large .inner{
  width: 620px !important;
  right: -630px !important;
}

.details-box-tm {
    position: relative;
    display: inline-block;
}
.details-box-tm .inner:after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #333;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.details-box-tm .inner{
    display: none;
    position: absolute;
    right: -310px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    padding: 20px;
    background: #fff;
    border: 1px solid #b3b3b3;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.details-box-tm .inner.right{
    right: initial;
    left: -310px;
    text-align: left;
}

.details-box-tm .inner.right:after{
    left: 300px;
    transform: translateY(-50%) rotate(180deg);
}

.details-box-xl .inner{
  width: 500px;
  right: -510px;
}

.details-box .inner.right{
  right: initial;
  left: -402px;
  text-align: left;
}

.details-box .inner.right:after{
  left: 340px;
  transform: translateY(-50%) rotate(180deg);
}

.modal-xl-custom .modal-dialog{
  max-width: 95%;
}

.modal-m-custom .modal-dialog{
  max-width: calc(100% - 200px);
}

.modal-s-custom .modal-dialog{
  max-width: 60%;
}

@media (min-width: 992px) {
  .modal-xl {
      max-width:800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
      max-width:1140px;
  }
}

.t-all{
  transition: all 0.3s;
}

#topnav .topbar-main{
  background: #fff;
}

.notification-list .noti-icon{
  color: #333;
}

.autocomplete-box{
  position: relative;
}
.autocomplete-box .results{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.autocomplete-box .small-loading{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.autocomplete-box .results a{
  color: #333;
}
.autocomplete-box .results a > span{
  font-weight: bold;
  color: #000;
}
.autocomplete-box .results a:hover{
  background: #ddd;
}

.box-bordered{
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
}
.box-bordered.active{
  border: 1px solid #333;
}
.loading-overlay{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.change-lang{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
}
.change-lang select{
  background: transparent;
  color: #fff;
}

.swal2-container{
  z-index: 9999 !important;
}
/* Safari fixes */
/* select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

.always-white-bg{
  background-color: #fff;
}
.always-white-bg:hover{
  background-color: #fff;
}

.form-control {
  border: 1px solid #1a1a1a;
}

.bootstrap-tagsinput {
  border: 1px solid #1a1a1a !important;
}

.overlay-note
{
    width: 200px;
    height: 250px;
    position: absolute;
    left: 200px;
    background-color: white;
    z-index: 2;
    border: 1px solid lightgrey;
}

.note-header
{
    font-family:'Arial Black';
    font-size: 20px;
}

.chart-vertical-selector
{
    z-index: -1;
    pointer-events: none;
    background-color: blue;
    opacity: .5;
    width: 15px;
    position: relative;
    position: absolute;
    height: 335px;
}

.chart-icons
{
    z-index:1;
    position: absolute;
    pointer-events: none;
}

.chart-interval-date-picker
{
    width:100px;
}

.chart-interval-date-picker-addon
{
    width:40px
}


.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-input {
    -moz-appearance: textfield;
}

.prevent-hover-styles-dropdown:hover {
    background-color: white;
    cursor: auto;
}

.tooltipfix{
    top: -5px;
}

.calendar-from-date-label {
    font-size: 150%;
    font-weight: bold;
}

.calendar-date-clean-button{
    margin-top: 30px;
}
.datepicker table tr td.new{
    color: initial !important;
}

.text-overflow{
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.widget-style-3 i {
  background: rgba(244, 248, 251, 0.6) !important;
  font-size: 48px;
  padding: 50px 40px;
}

.clear{
  clear:both;
}

.right-clear{
  clear:both;
  float:right;
}

.basket-quantity-error {
    display: block;
    float: left;
}

.breadcrubms a{
  color: #36404a;
  font-weight: bold;
}

.group-last td{
  border-bottom: 2px solid #ddd;
}

.table-child{
  background: rgba(0,0,0,.075);
}
.table-child td{
  padding-left: 30px
}

.chart-tooltip{
  position: fixed;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 300px;
  opacity: 0;
  transition: opacity 0.3s;
}
.chart-tooltip.in{
  opacity: 1;
}

.ct-grid.ct-horizontal{
  display: none
}
.ct-point{
  cursor: pointer;
}
.ct-point:hover{
  stroke-width: 25px;
}
.no-chart-data{
  height: 500px;
  position: relative;
}
.no-chart-data h4{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link_position_column_width {
    max-width: 200px;
}
.no-border{
  border: none !important;
}

.nice-icons > *{
  float: left;
  margin-left: 4px;
}
.nice-icons > *:nth-child(4n+4){
  clear: both;
}
.chart-watermark{
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  pointer-events: none;
}
.no-chart-data .chart-watermark{
  top: 40%;
}

.color-1 .irs-bar,
.color-1 .irs-bar-edge {
    background: #4285f4 !important;
}

.irs-from,
.irs-to, .irs-single {
  background: #4285f4 !important;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    border-top-color: #4285f4 !important;
}
#topnav .navbar-toggle .lines span{
  background: #566676;
}

@media screen and (max-width: 530px){
  .login-box-container,
  .wrapper-page{
    width: calc(100% - 30px);
  }
  .login-box-container .card-box,
  .wrapper-page .card-box{
    padding: 5px;
  }
}

@media screen and (max-width: 750px){
  .wrapper-page{
    margin-top: 20%;
  }
}

@media screen and (max-height: 620px){
  .account-pages{
    height: 620px;
  }
}

@media screen and (max-width: 680px){
  .hidden-mobile{
    display: none;
  }
}

@media screen and (max-width: 1605px){
  .table-responsive-big{
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.row-centered {
    text-align:center;
    display: block;
}

.demo-mode{
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 200px;
  border: 1px solid #000;
}
.demo-mode .card-box{
  margin-bottom: 0px;
}
.always-on-top{
  position: relative;
  z-index: 9999;
}

.modal-project-links-content {
  min-height: 80vh;
  max-height: 80vh;
}

.project-links-list {
  max-height: 40vh;
  overflow-y: auto;
}

.project-link-import-info {
  margin-bottom: 1rem;
}

.analytics-page {
    font-family: "Calibri", Times, serif;
}

.orangered-background {
    background-color: #E7763D;
}
.lightorangered-background {
    background-color: #F9E4D7;
}

.darkblue-background {
    background-color: #284F77;
}
.lightdarkblue-background {
    background-color: #DFEBF6;
}
.green-background {
    background-color: #395828;
}
.lightgreen-background {
    background-color: #E2F1DA;
}

.analytics-table-td {
    color: white;
    font-weight: bolder;
    text-align: center;
    font-size: 1.1rem;
}

.crm-item{
  margin-bottom: 20px
}
.crm-item .col-1{
  display: flex;
  align-items : center;
  justify-content: center;
  font-weight: bold;
}

.market-flag{
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
  margin: 0 auto;
}

.custom-inline-form .row:not(.normal) label{
  display: inline-block;
  margin-right: 10px;
}

.custom-inline-form .row:not(.normal) input:not([type="checkbox"]),
.custom-inline-form .row:not(.normal) select{
  display: inline-block;
  width: 300px;
}

.custom-inline-form .row:not(.normal) input,
.custom-inline-form .row:not(.normal) select{
  margin-right: 30px;
}

.custom-inline-form .row:not(.normal) input.medium,
.custom-inline-form .row:not(.normal) select.medium{
  width: 200px;
}

.custom-inline-form .row:not(.normal) input.small,
.custom-inline-form .row:not(.normal) select.small{
  width: 100px;
}
@media screen and (max-width: 600px) {
    .custom-inline-form .row:not(.normal) input.medium,
    .custom-inline-form .row:not(.normal) select.medium{
        width: 150px;
    }
    .custom-inline-form .row:not(.normal) input.small,
    .custom-inline-form .row:not(.normal) select.small {
        width: 75px;
    }
}
.custom-inline-form .row:not(.normal){
  display: block;
}
.custom-inline-form .row:not(.normal):after{
  content: "";
  display: block;
  clear: both;
}

.custom-inline-form .row:not(.normal) .col-2,
.custom-inline-form .row:not(.normal) .col-3,
.custom-inline-form .row:not(.normal) .col-4,
.custom-inline-form .row:not(.normal) .col-6{
  display: block;
  max-width: initial;
}

.custom-inline-form .row:not(.normal) .form-group{
  float: left;
}

.custom-inline-form .row:not(.normal) .fix-padding{
    margin-top: 4px;
    margin-right: 30px;
}

.custom-inline-form .row:not(.normal) .fix-padding input{
  margin-right: 0px;
}

.custom-inline-form .row:not(.normal) [class^="col"]{
  min-height: initial;
}

@media screen and (max-width: 600px) {
    .mobile-full-width {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.input-xs {
    width: 80px !important;
}
.input-smw {
    height: 30px !important;
}

.small-option{
  font-size: 12px;
}

.pull-up-little {
    top: -5px;
    position: relative;
}
.subaccount-project-selected {
    background-color: lightgreen;
}

.w-3 {
  width: 150px;
  line-break: auto;
}

.w-4 {
  width: 200px;
  line-break: auto;
}

.min-h-2 {
  min-height: 60px;
}

.breakword {
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.overflow-box{
  max-height: 500px;
  overflow-y: auto;
}

.small-overflow-box{
  max-height: 300px;
  overflow-y: auto;
}

.overflow-x-box{
  overflow-x: auto;
}


.no-wrap{
  white-space: nowrap !important;
}

.smaller-font{
  font-size: 0.75em;
}

#markdiv label#markheader{
  float:left;
}
#markdiv span.multiselect-native-select{
  float:left;
}

.grey-bg{
  background-color: #ebf5fe;
}

.redBold b{
  color:red;
}

.m-t-35{
  margin-top: 35px;
}

.m-l-20{
  margin-left: 20px !important;
}

.m-l-30{
  margin-left: 30px !important;
}
.m-l-50{
  margin-left: 50px !important;
}

.changes-tab .nav-changed{
  background-color: #fff0f5 !important;
}

.changes-tab a.active{
  background-color: #ffd7e4 !important;
  border-bottom: 3px solid red !important;
}

.pale-orange-background{
  background-color: #FED8B1;
}

input.placeholder-red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F08080;
  opacity: 1; /* Firefox */
}

input.placeholder-red:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F08080;
}

input.placeholder-red::-ms-input-placeholder { /* Microsoft Edge */
  color: #F08080;
}

.cw-selected{
  background-color: lightgreen;
}

.collapsed{
  display:none;
}

.hover_mouse{
  cursor: pointer;
}

.hoverGrey:hover{
  color: #868e96;
}

.surfer-guidelines {
  height: 600px;
  width: 100%;
}
.surfer-editor{
  height: 500px;
}
.surfer-guidelines.surfer-guidelines-wide {
  width: 80vw;
}

.table-narrow td{
  padding: 2px !important;
}

tr.section_td{
  font-weight: bold;
  background-color: rgba(86,102,118, 0.07)
  /* border-bottom: 2px solid rgba(0,0,0, 0.5);
  border-top: 2px solid rgba(0,0,0, 0.5); */
}

.column-count-2{
  column-count: 2;
  -webkit-column-count:2;
   -moz-column-count:2;
}

.column-count-3{
  column-count: 3;
  -webkit-column-count:3;
   -moz-column-count:3;
}

.ladda-button[data-style=expand-left][data-loading]{
    padding-left:56px !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
}

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

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

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

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

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

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

.linkbox{
    border-radius: var(--border-radius-xl);
    box-shadow: var(--box-shadow-primary);
}

.linkbox__header{
    background: var(--secondary);
    border-radius: var(--border-radius-xl) var(--border-radius-xl) 0 0;
    color: var(--light-primary)!important;
    padding: 1.1rem 1.5rem 1rem;
}

.linkbox__content{
    background: var(--light-primary);
    border: 0.2em solid var(--secondary);
    border-radius: 0 0 var(--border-radius-xl) var(--border-radius-xl);
    color: var(--dark-primary)!important;
    padding: 0.75rem 1.5rem;
}

#vue-basket-nav .balance_icon { margin-right: 5px; padding:0 0 0 5px; margin-bottom:2px; }
#vue-basket-nav .basket_icon { margin:0 0 0 5px; padding:0; font-size:22px; margin-bottom:1px;}
#vue-basket-nav .notification_icon { margin:0 5px 0 2px; padding:0; font-size:22px; margin-bottom:1px;}
#vue-basket-nav .person_icon { padding:0; font-size:27px; margin-bottom: 8px; margin-right:5px; }
#vue-basket-nav .public_icon { padding:0 5px; font-size:22px; margin-right:5px;}
#vue-basket-nav .dark_mode_icon { margin:0 0 3px 0;}

#topnav .material-symbols-outlined{
  opacity:0;
  width:24px;
  height:24px;
  transition: .5s;
}

.mobile-only, .tablet-only{
  display:none;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.btn{
  position: relative;
  cursor: pointer;
}

.btn-small{
  padding: 0.25rem .5rem;
  font-size: 11px;
}

.btn-inteligent{
  color:#fff;
  position: relative;
  z-index:1;
}

.btn-inteligent::before{
  --inteli-border-size: -.3rem;
  content:"";
  position: absolute;
  border-radius: 8px;
  left:var(--inteli-border-size);
  right:var(--inteli-border-size);
  top:var(--inteli-border-size);
  bottom:var(--inteli-border-size);
  background: linear-gradient(90deg, #833ab4 0%, #4050e0 100%);
  box-shadow:0 0 1rem #833ab4;
  z-index:-1;
  transition:.5s;
}

.btn-inteligent:hover::before{
  background: linear-gradient(90deg, #4050e0 0%, #833ab4 100%);
}

.btn-inteligent::after{
  content:"";
  position: absolute;
  border-radius: 6px;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: #000;
  z-index:-1;
}

.CybotCookiebotDialogContentWrapper{
    /*transform: scale(0.75);*/
}

#CybotCookiebotDialog{
    padding: 0px  !important;
}

.flex{
    display: flex;
}

.flex-8{
  flex: 8%;
}

.flex-10{
    flex: 10%;
}
.flex-15{
    flex: 15%;
}
.flex-20{
    flex: 20%;
}
.flex-25{
    flex: 25%;
}
.flex-30{
    flex: 30%;
}
.flex-40{
    flex: 40%;
}
.flex-50{
    flex: 50%;
}
.flex-75{
    flex: 75%;
}
.flex-80 {
    flex: 75%;
}
.flex-100{
    flex: 100%;
}
.align-center{
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.justify-end{
  justify-content: flex-end;
}

.base_tools_wrapper{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}

.base_tools{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width:fit-content;
  gap:5px;
}

.base_tools a{
  display:flex;
  align-items: center;
  color:var(--secondary);
  text-decoration: none;
}

.saved_searches_actions{
  display:grid;
  grid-template-columns: 1fr 5fr;
  gap:5px;
}

.detailed_tooltip_bottom_wrapper{
  position:relative;
}

.detailed_tooltip_bottom{
  position:absolute;
  right: 0;
  top:100%;
  z-index:1;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top:15px;
  background: #fff;
  border: 1px solid var(--secondary);
  border-radius: 6px;
  box-shadow: 1px 2px 8px 0px var(--secondary);
  padding: 20px;
}

.detailed_tooltip_bottom::before{
  content:"";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
  position:absolute;
  bottom:100%;
  /* left: calc(50% - 7.5px); */
  /* left:calc(100% - 15px); */
  right:5px;
}

/* .base_tools a i{
  font-variation-settings: unset;
} */

@media (max-width: 768px) {
    .flex {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .flex-10{
        flex: 100%;
    }
    .flex-15{
        flex: 100%;
    }
    .flex-20{
        flex: 100%;
    }
    .flex-25{
        flex: 100%;
    }
    .flex-30{
        flex: 100%;
    }
    .flex-40{
        flex: 100%;
    }
    .flex-50{
        flex: 100%;
    }
    .flex-75{
        flex: 100%;
    }
    .flex-80{
        flex: 100%;
    }
    .flex-100{
        flex: 100%;
    }
}

.flex{
    display: flex;
}

.space-between{
  justify-content: space-between;
}

body.flex_layout{
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height:100vh;
  overflow:hidden;
}

@media screen and (max-width: 1250px) {
  body.flex_layout{
    overflow: unset;
  }
}

@media screen and (max-height: 800px) {
  body.flex_layout{
    overflow: unset;
  }
}

.wrapper.flex_layout{
  flex: 1;
}

.m-breadcrumbs{
  width: fit-content;
  padding-right: 20px;
  padding-bottom: 2px;
}

.m-breadcrumb{
  color: #212529 !important;
  cursor: pointer;
  padding: 2px;
}

.m-breadcrumb:hover{
  color: var(--primary) !important;
}

.menu-item-moved{
  transform: translateX(-400px);
}

@media (max-width: 768px) {
  .menu-item-moved{
    transform: translateX(0);
  }
}

.fresh-publisher-badge {
  background: var(--secondary);
  padding: 1px 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.label-blue{
  background-color: #62a3ff;
}
