#help_show{border:1px solid #000;border-radius:5px;position:absolute;background:#FFF;font-size:13px;padding:5px;display:none;box-shadow:2px 2px 5px rgba(51,51,102,0.5);z-index:9999}

.content{
    font-size: 0.9em;
}

.btn-default{
	background-color: #fff;
	border: 1px solid #ced4da;
}

.btn-blacklist{
    background-color: #6f6f6f;
    border: 1px solid #5f5f5f;
}


.blank-link{
    cursor: pointer;
    color: #fff!important;
}

.blank-link svg,
.blank-link i{
    color: #fff!important;
}

.errorMsg {
    margin: 0;
    padding-top: 2px;
    color: #c2002f;
    font-size: .8em;
}

.errorBorder {
    border: 1px solid #c2002f;
}

.user-order{
    width: 100%;
}
.user-order-header{
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 30px;
}
.user-order-header label{
    margin-bottom: 0;
    font-weight: bold;
}
.user-order .user-order-product{
    width:50%;
    float: left;
}
.user-order .user-order-total{
    width:20%;
    float: left;
}
.user-order .user-order-status{
    width:20%;
    float: left;
}
.user-order .user-order-action{
    width:10%;
    float: left;
}
.user-order-product-name{
    padding-right: 20px;
    padding-bottom: 5px;
}
.user-order-hashid{
    font-weight: 500;
}
.user-order-each{
    border:1px solid #ddd;
    margin-bottom: 10px;
    padding-top:10px;
    padding-bottom:5px;
    background: #fff;
}
.user-order-info{
    width: 100%;
    border-bottom:1px solid #ddd;
    padding-bottom: 5px;
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 1px solid #d9d9d9;
}
.ui-datepicker .ui-datepicker-header{
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
    top: 0;
}

.ui-datepicker th {
    padding: .3em;
    border-bottom: 2px solid #dee2e6;
}

.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default {
    border: 0;
    background: transparent;
    position: relative;
}

.ui-datepicker .ui-state-highlight:before, .ui-datepicker.ui-widget-content .ui-state-highlight:before, .ui-datepicker .ui-widget-header .ui-state-highlight:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #007bff;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-hover, .ui-datepicker .ui-widget-header .ui-state-hover {
    background: #e9ecef;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    border-radius: 0.25rem;
}

.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
    background-color: #007bff;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.ui-datepicker tbody tr{
    border-bottom: 1px solid #dee2e6;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.detailInfo{
    padding-top: 5px;
    clear: both;
}
.detailInfo span:nth-child(1) {
    float: left;
    width: 30%;
    color: #676767;
}
.detailInfo span:nth-child(2) {
    float: left;
    color: #00a4e4;
}

.search-close{
    position: absolute;
    top: 0;
    height: 100%;
    right: 10%;
    background: none;
    border: none;
}

.datatable-img{
    max-height: 50px;
    width: auto;
}

.dataTable.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.0);
}
.dataTable .bg-danger{
    background-color: #ffdddd!important;
}
.dataTable .bg-blacklist {
    background-color: #dfdfdf!important;
}
.dataTable .bg-warning {
    background-color: #fcf8e3!important;
}
.dataTable .bg-info{
    background-color: #d9edf7!important;
}
.dataTable .bg-success{
    background-color: #dff0d8!important;
}

#accordionInformation{
    border:1px solid #d1d1d1;
    padding:10px;
}

.textarea-form{
    resize: vertical;
    min-height: 150px;
}

.loader {
  border: 5px solid #d1d2d6;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.modal-loader{
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.body__loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.25);
}

.body__loader-inside{
    top: 50%;
    left: 50%;
    margin: -25px 0px 0px -25px;
    position: fixed;
}

.modal .body__loader-inside {
    top: 10%;
}

.body__overlay {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s, transform 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.body__overlay.is-visible {
  opacity: 1;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}

.nav-tabs li a{
  cursor: pointer;
}

.delete-coupon-requirement,
.delete-coupon-gift{
    display: block;
    cursor: pointer;
}
.delete-each-condition{
  cursor: pointer;
}

.optionHelp {
    display: none;
}

.product_table_data td{
    vertical-align: middle;
}

.dropdown-text {
    position: relative;
    display: inline-block;
}

.dropdown-text-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown-text:hover .dropdown-text-content {
    display: block;
}

.fake-link{
    cursor: pointer;
    color: #878787;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.fake-link:hover{
    color: #000;
}

.preview-img{
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    max-height: 100px;
    background-color: #fff;
}

.icon-domain-img{
    max-height: 20px;
    max-width: 20px;
    height: auto;
    width: auto;
}

.login-logo svg path,
.navbar-brand svg path{
    fill: #fff;
}

table.center-datatable.dataTable thead tr th{
    text-align: center;
}
table.center-datatable.dataTable tbody tr td{
    text-align: center;
}
table.center-datatable.dataTable tbody tr td .form-control{
    width: inherit;
}


.sub_search_query{
    right: 1rem;
    position: absolute;
}


.checkbox-btn-group label.btn {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.checkbox-btn-group label.btn span {
    display: block;
    padding: 5px 10px;
}

.checkbox-btn-group label.btn input[type=checkbox] {
    display: none;
}

.checkbox-btn-group label.btn input[type=checkbox] + span {
    display: block;
    background-color: #dcdcdc;
    color: #aaa;
}

.checkbox-btn-group label.btn input[type=checkbox]:checked + span {
    background-color: inherit;
    color: inherit;
}

.half-button{
    float: left;
    width: 50%;
    padding: .25rem 0;
}


.dashboard-card.card-columns {
    column-count: 2;
}
@media (max-width: 767px) {
    .dashboard-card.card-columns {
        column-count: 1;
    }
}


.datatable-border-right{
    border-right: 1px solid #6a757e;
}


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

.word-wrap-break-down{
    word-wrap: break-word;
}


.dataTables_wrapper .dataTables_processing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: none!important;
}

.nav-tabs{
    display: flex;
}
.nav-tabs li {
    display: flex;
    flex: 1;
}

.nav-tabs li  a {
    flex: 1;
}



.confirmDiv{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
    background: rgba(0, 0, 0, 0);
    display: none;
}
.confirmBox
{
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin: -25px 0px 0px -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
}
.confirmBox button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}
.confirmBox button:hover
{
    background-color: #ddd;
}
.confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}

.checkbox-area-div{
    padding:10px;
    border:1px solid #ced4da;
    background: #fff;
    overflow-x: auto;
    height: 150px;
}

.cursor-pointer{
    cursor: pointer!important;
}
.cursor-help{
    cursor: help!important;
}

.fontsize-1{
    font-size: 1em!important;
}
.fontsize-15{
    font-size: 1.5em!important;
}
.fontsize-2{
    font-size: 2em!important;
}

.lineheight-1{
    line-height: 1em!important;
}
.lineheight-15{
    line-height: 1.5em!important;
}
.lineheight-2{
    line-height: 2em!important;
}

.dropdown-menu{
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-notification{
    position: absolute;
    transform: translate3d(0px, 36px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    padding: 0;
    width: fit-content;
}
.notification-each:not(:last-of-type){
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.notification-each:not(:first-of-type){
    padding-top: 4px;
}
.read-notification{
    cursor: pointer;
}

.input-group-text-sm{
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.grouping-area-div{
    padding: 10px;
    border: 1px solid #ced4da;
    background: #fff;
}

.grouping-area-delete{
    top:5px;
    right:10px;
}
