body,html{
    font-size: 14px;
}
#formCcontactMessage{
	margin-bottom:30px;
}
.notification-box .btn-close{float:right;font-size:18px;}

.left-section {
    min-width: 360px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    box-shadow: rgb(193, 199, 208) -2px 0px 5px;
    transform: translate3d(0px, 0px, 0px);
    position: fixed;
    top: 27px;
    height: calc(-44px + 100vh);
    background: rgb(255, 255, 255);
    z-index: 9999;
    right:-5000px;
}
.left-section.open{
    right:0;
}

.left-section-close{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 52px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: -52px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background: rgb(61, 70, 77);
    cursor: pointer;
}
.left-section-content{
    position: relative;
}
.left-section  .table-responsive{
    max-height:calc(70vh);
    overflow-y: auto;
}
.icon-lg{
    font-size:1.1rem;
}
.has-cell-text{
    padding:0!important;
}
.cell-text{
    display: block;
    padding: 6px 0;
    font-size: 13px;
    text-align:left;
    background:#fff;
    border-bottom:1px solid #eee;
    position: relative;
    width:99%;
}
.cell-text:last-child{
    border:none;
}
.cell-text.cell-hint{
    font-size: 10px;
    text-align:left;
    padding: 0 0  5px 20px;
    color:rgba(0,0,0,.5) !important;
    border-bottom:1px solid #eee;
}
.cell-text.has-hint{
    padding-bottom:0;
    border:0;
}
.float-right{
    float:right;
}


#progressbar {
    margin: 25px 0;
    overflow: hidden;
    color: #000;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

/*Icons in the ProgressBar*/
#progressbar .step-1:before {
    content: "\f614";
    position: relative;
    font-family: bootstrap-icons !important;
}

#progressbar  .step-2:before {
    content: "\f603";
    position: relative;
    font-family: bootstrap-icons !important;
}

#progressbar  .step-3:before {
    font-family: bootstrap-icons !important;
    content: "\f26d";
    position: relative;
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #bbb;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 2;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background:#ccc;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #0d6efd;
}

.step-container .step-element{
    display: none;
}
.step-container .active{
    display: block;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top:0;
}
.file-upload-wrapper{
    border: 4px dashed #ccc;
    position: relative;
}
.file-upload-text{
    padding: 10px 0;
    text-align: center;
}
.file-upload-text .bi{
    font-size: 40px;
}
.large-spinner{
    width: 50px;
    height: 50px;
}
.uploaded-file-name{
    font-size:16px;
    font-weight: bold;;
}
.cell-text .label{
    width:200px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.cell-text i{
    font-size: 16px;
}
.graph-link i{
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    color:#798eb3;
}
.chart-row{
    display: none;
    position: relative;
}
.chart-row.active{
    background:#fff;
    position:absolute;
    width: 25%;
    right: 0px;
}
.chart-row .chart-container{
    width: 100%;
    position: relative;
}
.chart-row .close-icon{
    position: absolute;
    right: 0px;
    font-size: 25px;
    cursor: pointer;
    z-index: 9999;
    color:#798eb3;
    top:-5px;
}
.sku-economics-table{
    position: relative;
}
.profit-row{
    background:var(--bs-success-bg-subtle);
    color: var(--bs-success-text-emphasis);
}
.loss-row{
    background: var(--bs-danger-bg-subtle);
    color: var(--bs-danger-text-emphasis);
}
.custom-date-range{
    display: none;
}
.w-400{
    width:400px;
}
.w-400{
    width:400px;
}
.form-error{
    border-color: #C70039 ;
}
.error{
    color: #C70039 ;
}
.error-message{
    margin-top:5px;
    font-size: 13px;
    color: #C70039 ;
}
.error-message::before{
    content:'\ea21';
    font-family:'remixicon' !important;
    font-size: 15px;
    margin-right: 5px;
    color:#C70039 ;
}
.logo-lg img{
    width:250px;
}
.inline-cost-wrapper{
    display: block;
    margin: 5px 0;
    font-size: 12px;
    float:left;
}
.inline-cost-wrapper input{
    width:60px;
    margin-right:10px;
    display: inline;
    padding: 4px;
    border: 1px solid #ccc;
    vertical-align: top;
}
a.add-inline-cost{
    font-size: 11px;
    font-weight: 600;
}
.main{
    min-height: 85vh;
}
.statistics{
    margin-top:10px;
    list-style:none;
    padding:0;
}
.statistics li{
    width:auto;
    padding: 5px 10px;
    float:left;
    margin: 5px;
}
.statistics li.no-margin{
    margin-left: 0;
    padding-left:0;
}
.statistics li label{
    margin-right: 5px;
}
.tag-wrapper{
    margin:0;
    list-style:none;
    padding:0; 
}
.tag-wrapper li{
    width:auto;
    float:left;
    margin-right:5px;
}
.spinner {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
    position: absolute;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
  }
  
  @-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }
  
  @-moz-keyframes rotation {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(359deg);
    }
  }
  
  @-o-keyframes rotation {
    from {
      -o-transform: rotate(0deg);
    }
    to {
      -o-transform: rotate(359deg);
    }
  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
 }
.spin-text{
    margin-top:120px;
}
.no-border{border:none!important;}
tr.active-row td{
    border-bottom: 0;
}

.flag{
    width: 30px;
    height: 30px;
    vertical-align:middle;
}
.flag-us{
    content:url('../img/us_flag.svg');
}
.flag-ind{
    content:url('../img/india_flag.svg');
}
.dropdown-menu.language .dropdown-item{
    padding: 0px 10px;
}