/* @font-face {
    font-family: "IBMPlexSansArabicRegular";
    src: url("../fonts/SSTArabic-Roman.ttf") format("truetype");
    font-weight: 400; }
  
  @font-face {
    font-family: "SSTArabic-Light,sans-serif";
    src: url("../fonts/SSTArabic-Light.ttf") format("truetype");
    font-weight: 300; }
  
  @font-face {
    font-family: "SSTArabic-Bold,sans-serif";
    src: url("../fonts/SSTArabic-Bold.ttf") format("truetype");
    font-weight: 700; }
  
  @font-face {
    font-family: "SSTArabic-Medium,sans-serif";
    src: url("../fonts/SSTArabic-Medium.ttf") format("truetype");
   } */


   @font-face {
    font-family: "IBMPlexSansArabicRegular";
    src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
}

@font-face {
    font-family: "IBMPlexSansArabicLight";
    src: url("../fonts/IBMPlexSansArabic-Light.ttf");
}

@font-face {
    font-family: "IBMPlexSansArabicMedium";
    src: url("../fonts/IBMPlexSansArabic-SemiBold.ttf");
}

@font-face {
    font-family: "IBMPlexSansArabicBold";
    src: url("../fonts/IBMPlexSansArabic-Bold.ttf");
}

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-family: "IBMPlexSansArabicRegular";
  
  }
button {
    font-family: "IBMPlexSansArabicRegular";
}

.vsb-main {
    width: 100%;
}
@media(max-width: 767px) {
    .vsb-main {
        margin-bottom: 10px;
    }
}
.vsb-main .vsb-menu {
position: absolute;
    top: 34px !important;
    left: 0 !important;
    width: 100%;
}

.vsb-main button {
    text-align: right;
    border: 1px solid #ced4da !important;
    height: 37px;
}

.vsb-main .caret {
    left: 8px;
    right: auto !important;
}

.vsb-menu .multi li {
    padding: 0px 10px;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

.vsb-menu .multi li.mCategory {
    font-weight: 700;
    font-size: 15px;    
    background: #eaecef;
    padding: 7px 10px;
}
.vsb-menu .multi li.mCategory:hover {
    background: #eaecef;
}
.vsb-menu .multi li.mCategory::before {
    border: 0;
    display: none;
}
.vsb-menu .multi li:hover {
    background: transparent;
}
.vsb-menu .multi li::before {
border-color: #c1c1c1;
    float: right;
    margin: 0;
    margin-top: 4px;
    margin-left: 10px;
    border-radius: 0;
    
}
.vsb-menu .multi li.active::after {
    float: right;
    margin-top: 7px;
        margin-right: -20px;
    border-color: #fff;
}
.vsb-menu .multi li.active::before {
    background-color: #7376d0;
    border-color: #7476d0;
}

.vsb-js-search-zone {
    width: 100%;
    right: 0;
    position: relative;
}
.vsb-menu .multi p {
    display: none;
}
.vsb-js-search-zone input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #cdd3da;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
}

.citesSelectWrap {
height: 200px;
    overflow: scroll;
    padding: 15px;
    border: 1px solid #d0d6db;
     -webkit-overflow-scrolling: touch;
}

.citesSelectWrap::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}
.citesSelectWrap::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 5px;
}
.citesSelectWrap::-webkit-scrollbar-thumb {
  background: #4c4992;
  border-radius: 50px;
}
.citesSelectWrap::-webkit-scrollbar-thumb:hover {
  background: #f4f4f4;
}
  
  .logo-box {
      background-color: #323642;
  }
  body {
      font-family: "IBMPlexSansArabicRegular";
  }
  
  .font-family-secondary {
      font-family: "IBMPlexSansArabicRegular";
  }
.navbar-custom .logo-box {
    transition: all .4s ease-in-out;
}
.left-side-menu {
    transition: all .4s ease-in-out;
}

.swal2-icon.swal2-warning {
    color: #7275d2;
    border-color: #7275d2;
}
.swal2-actions .btn-success {
    color: #fff;
    background-color: #7275d2;
    border-color: #7275d2;
}

#sidebar-menu .logo span.logo-lg img,
#sidebar-menu .logo span.logo-sm img {
background-color: #fff;
    border-radius: 5px;
    max-width: 60px;
    height: 60px;
    padding: 5px;
}
  
  #sidebar-menu>ul>li>a {
      font-family: "IBMPlexSansArabicRegular";
  }
  #sidebar-menu .nav-downloads img {
     max-width: 80%;
  }
  
  #sidebar-menu .nav-downloads a {
      display: block;
      float: right;
      width: 50%;
      margin-bottom: 15px;
      display: block
  }
  
  .enlarged #sidebar-menu .nav-downloads a {
      width: 100%;
      float: none;
  }
  
  #sidebar-menu .secondLogoWrap img {
      max-width: 100%;
  }
  .navbar-custom .app-search {
      max-width: 100%;
  }
  .navbar-custom .app-search select {
      -webkit-appearance: none;
      appearance: none;
      padding-left: 20px !important;
  }    
  .navbar-custom .app-search select.form-control {
      border-radius: 0 !important;
  }
  
  .navbar-custom-light .app-search .btn {
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
      border-color: #7375D2;
  }
  .navbar-custom-light .app-search .btn i {
      color: #fff;
  }
  .navbar-custom .app-search .select-input {
      position: relative;
  }
  .navbar-custom .app-search .select-input i {
  position: absolute;
      top: 50%;
      left: 6px;
      transform: translateY(-50%);
  }
  
  .navbar-custom .topnav-menu .nav-link {
      direction: rtl;
  }
  
  #sidebar-menu > ul > li > a img {
      margin: 0 3px 0 10px;
      max-width: 17px;
  }

.navbar-custom-light .package-btn{
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline;
    border-radius: 4px;
}


    @media (max-width: 820px){
        .left-side-menu {
            display: block !important; 
            transform: translateX(100%);
        }
.logo-box {
    display: none;
}
    }

@media (max-width: 820px) {
.content-page, .enlarged .content-page {
    margin-right: 0 !important;
}   
}

@media (max-width: 767.98px){
.sidebar-enable .left-side-menu {
    display: block;
    transform: translateX(0);
}   
}
  
  .store-prepare-item img {
      max-width: 100%;
      display: block;
      margin: 0 auto 25px;
      height: 85px;
  }
  
  .page-title-box h4{
      font-family: "SSTArabic-Bold,sans-serif";
  }
  
  .store-prepare-item {
      text-align: center;
  }
  
  .store-prepare-item h5 {
      font-family: "SSTArabic-Bold,sans-serif";
  }
  .store-prepare-item p {
      font-family: "IBMPlexSansArabicRegular";
  }
  
  .header-title {
      font-family: "SSTArabic-Bold,sans-serif";
  }
  
  .products-selected-top {
      margin-top: 25px;
  }
  
  .products-selected-top a#exportAllBtn {
      background-color: #fff;
      border: 0;
      outline: none;
      box-shadow: none;
  }
  .notification-list .noti-title h5{
      font-family: "IBMPlexSansArabicRegular";
  }
  
  .widget-rounded-circle h3 {
      font-family: "IBMPlexSansArabicRegular";
      font-size: 1.2rem;
  }
  
  .widget-rounded-circle .avatar-lg img {
      margin: 10px auto 0;
      display: block;
  }
  
  .legendLabel {
          font-family: "IBMPlexSansArabicRegular";
  
  }
  
  .h-orders-table .table .thead-light th {
      background-color: #fff;
      border-color: #fff;
  }
  .h-orders-table .table {
      background-color: #fff;
  }
  
  @media (max-width: 576px) {
      .logo-box {
      display: block;
      position: absolute;
      background: none;
      left: 50%;
      transform: translateX(-77%);
      width: auto;    
      }   
  }

@media(max-width: 480px) {
    .logo-box {
        left: 35%;
        transform: translateX(0);
    }
    .logo span.logo-lg {
        display: none;
    }
.logo span.logo-sm {
    display: block;
}
}
  
  .select2-container {
      width: 100% !important;
  }
  
  .custom-search-box {
      display: flex;
  }
  .custom-search-box input {
      border-radius: 0 30px 30px 0 !important;
  color: #323a46;
      background-color: #f1f5f7;
      border-color: #f1f5f7;
  }
  .custom-search-box .btn {
      border-radius: 30px 0 0 30px !important;
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
  }
  .custom-search-box .btn:hover i{
      color: #fff;
  }
  
  .custom-select {
      background-position: 12px center;
      padding: .45rem 1rem .45rem 1.9rem;
  }
  
  @media(max-width: 767px) {
      .page-search-items .form-group {
      width: 100%;
  }
      .custom-select {
          width: 100%;
      }
  }
  
  .badge {
      font-family: "SSTArabic-Light,sans-serif";
  }
  .setting-item {
      text-align: center;
  }
  
  .setting-item i {
      font-size: 40px;
  }
  .setting-item h5{
      font-family: "IBMPlexSansArabicRegular";
      margin-top: 15px;
      margin-bottom: 10px;
  }
  .setting-item p {
      color: #aaa;
      font-family: "SSTArabic-Light,sans-serif";
  }
  .shipping-company-item {
      padding: 20px;
      background-color: #f1f5f7;
      margin-bottom: 20px;
  }
  
  .shipping-company-item .shipping-company-logo {
      max-width: 150px;
  }
  
  .shipping-company-item table,
  .shipping-company-item table a{
      font-family: "SSTArabic-Light,sans-serif";
  }
  
  .me-custom-modal .modal-header{
      background-color: #46489ff2;
  }
  .me-custom-modal .modal-header h4,
  .me-custom-modal  input,
  .me-custom-modal  input::placeholder,
  .me-custom-modal  label{
      font-family: "IBMPlexSansArabicRegular";
  }
  .me-custom-modal .modal-header h4,
  .me-custom-modal .modal-header button {
      color: #fff;
  }

.me-custom-modal.modalFWidth .modal-dialog {
    max-width: 70%;
}

@media(max-width: 576px) {
    .me-custom-modal.modalFWidth .modal-dialog {
        max-width: 100%;
    }
    
    .me-custom-modal.modalFWidth .input-group {
        margin-bottom: 1rem;
    }
}

.me-custom-modal .deBtn {
display: block;
    height: 100%;
    text-align: center;
    height: 37px;
    line-height: 37px;
    max-width: 50px;
}

.me-custom-modal .input-group .input-group-prepend {
    max-height: 37.39px;
}

.shipping-item {
    padding: 3rem 4rem;
}

.shipping-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 2rem;
}

.shipping-item button {
    border-radius: 50px;
}
.shipping-item button i {
    vertical-align: middle;
}

.services-item {
    padding: 2rem 1rem;
    text-align: center;
}

.services-item img {
    max-width: 90px;
    display: block;
    margin: 0 auto 2rem;
}

.services-item h3 {
    font-family: "SSTArabic-Medium,sans-serif";
    font-size: 16px;
    margin: 0 0 10px;
}

.services-item button {
    border-radius: 50px;
    max-width: 117px;
    margin: 0 auto;
}
.services-item button i {
    vertical-align: middle;
}

.serviceModal img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.serviceModal h2 {
    font-family: "SSTArabic-Medium,sans-serif";
    font-size: 18px;
}

.serviceModal .modal-footer {
    justify-content: center;
    border: 0;
    padding-bottom: 2rem;
}

.serviceModal .modal-footer button {
    border-radius: 50px;
}


.dropify-font-upload:before, 
.dropify-wrapper .dropify-message span.file-icon:before {
    content: ' ';
}

.dropify-font-upload:before, 
.dropify-wrapper .dropify-message span.file-icon img{
    max-width: 40px;
    display: block;
    margin: 0 auto 5px;
}

.dropify-wrapper .dropify-message p {
      font-family: "IBMPlexSansArabicRegular";

}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    width: 20px;
    height: 20px;
}

.dropzone .dz-preview .dz-success-mark, 
.dropzone .dz-preview .dz-error-mark {
    top: 25px;
    left: auto;
}
@media(max-width: 411px) {
    .dropzone {
        padding: 20px 5px;
    }
    .dropzone::after {
        content: " ";
        display: table;
        clear: both;
    }
    .dropzone .dz-preview {
        float: right;
            width: 38%;
    }
    .dropzone .dz-preview .dz-image {
        width: auto;
        height: auto;
    }
}
  /*
      CreateProduct Page
  */
  
  .createProductPage .nav-tabs.tab-floated {
      float: left;
  }
  
  .createProductPage .nav-tabs .nav-item.show .nav-link, 
  .createProductPage .nav-tabs .nav-link.active {
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
      border-color: #7375D2;
      color: #fff;
  }
  
  .createProductPage .priceItem {
      background: #f7f7f7;
      padding: 20px;
      border-radius: 4px;
  
  }
  
  .createProductPage .select2-container .select2-selection--multiple .select2-search__field {
      direction: rtl;
  }
  
  .createProductPage .product_specification .spec-item {
      margin-bottom: 15px;
  }
  .createProductPage .product_specification .spec-item .delete {
      display: block;
      padding: 8px;
      border-radius: 2px;
      text-align: center;
  }
  
  select.form-control {
      padding: .2rem .9rem;
  }
  
  
  .order-view-header h5{
      font-family: "SSTArabic-Bold,sans-serif";
      color: #949798;
      font-size: 14px;
  }
  
  .order-view-header p{
      font-family: "SSTArabic-Bold,sans-serif";
      color: #6c757d;
      font-size: 1.1rem;
  }
  
  .orderUserInfo {
      min-height: 198px;
  }
  
  
  .orderUserInfo h5 {
      font-family: "SSTArabic-Bold,sans-serif";
      color: #949798;
      padding: 12px 8px;
      background: #f4f5f7;
  
  }
  .orderUserInfo h4 {
      font-family: "SSTArabic-Bold,sans-serif";
      font-size: 15px;
  }
  .orderUserInfo p{
      font-family: "SSTArabic-Bold,sans-serif";
      color: #6c757d;
  } 
  
  .orderUserInfo i {
      font-size: 18px;
      color: #6658dd;
      vertical-align: middle;
  }
  
  .orderStatus {
      list-style: none;
      text-align: center;
  }
  .orderStatus li {
      display: inline-block;
  }
  
  .orderStatus li a {
      background: #f3f4f6;
      border-color: #f3f4f6;
      color: #333;
  }
  .orderStatus li.active a {
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
      color: #fff;
      border-color: rgba(111,113,205,0.95);
  }
  

.nav-second-level li a, 
.nav-third-level li a {
    color: #fff !important;
}


.add-orders-wizard .nav-item span {
    display: block !important;
    font-size: 14px;
}

  /*
      Buttons 
  */
  
  .btn-primary{
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
  }
  
  .bg-purple {
      background-color: #7275d2;
  }
  .bg-purple:hover {
      color: #fff;
  }


/*
    Packages Page
*/

.widget-info {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
background-color: #7275d2;
    color: #fff;
}

.widget-info .card-title span {
    font-size: 17px;
}

.widget-info .card-package-name {
    display: table;
    width: 100%;
}

.widget-info .card-package-name > div {
    display: table-cell;
    height: 50px;
    vertical-align: bottom;
    text-align: right;
}

.widget-info .card-package-name h2 {
    font-size: 18px;
    color: #fff;
}

.widget-info .card-package-img {
    text-align: center;
}

.widget-info .card-package-img img {
    height: 70px;
    position: relative;
    top: 10px;
}

.plans {
    margin-top: 60px;
}

.plans .plan {
    background: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ddd;
    border-right: 0;
    margin-bottom: 30px;
}

.plans .plan .panel-header {
    background-color: #7275d2;
    padding: 30px 0;
}

.plans .plan .panel-header h1 {
    color: #fff;
    margin: 0;
    font-size: 25px;
}

.plans .plan .panel-body {
    padding: 10px 0;
}

.plans .plan .panel-body .p-features {
    list-style: none;
    padding: 30px 20px 0 0;
}

.plans .plan .panel-body .p-features li{
    text-align: right;
    margin-bottom: 10px;
}    

.plans .plan .panel-body .p-prices h3 {
    font-size: 32px;
    padding: 10px 0;
    font-weight: 700;
}

.plans .plan .panel-body .p-annual {
    font-size: 22px;
    padding: 10px 0;
}

.plans .plan .panel-body .p-annual span {
    display: block;
    font-weight: 700;
}

.bankInfo {
border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px;
    margin: 15px 0px;
}
.bankInfo h3 {
    font-weight: 700;
    font-size: 15px;
    color: #9B9B9B;
}

.bankInfo h3 span {
    font-weight: 400;
}

.bankInfo .bankInfoInputs .bankInfoInputs-item p {
    background-color: #F3F3F4;
    color: #9B9B9B;
    padding: 5px;
    display: block;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #ededed;
    cursor: inherit;
    display: block;
}

.btn-file {
position: relative;
    overflow: hidden;
    background: #ededed;
    margin-top: 20px;
    margin-bottom: 15px !important;
    cursor: pointer;
    color: #333;
}


#pricing .title .month-plan {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#pricing .table {
    text-align: center;
  margin-top: 15px;
  padding: 30px 0;
  border-radius: 15px;
  border: none !important;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;background: #fff;
}

#pricing .table .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: #EBEDEF;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon-box i {
  color: #7375d2;
  line-height: 80px;
  font-size: 30px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .pricing-header {
  position: relative;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 28px;
  color: #7375d2;
  position: relative;
  text-align: center;
  font-weight: 700;
}

#pricing .table .pricing-header .price-value sup {
  font-size: 16px;
  font-weight: 500;
  top: -18px;
}

#pricing .table .pricing-header .price-value span {
  font-size: 15px;
  color: #7375d2;
  font-weight: 400;
}

#pricing .table .description {
  text-align: center;
  padding: 10px 10px;
    list-style: none;
  margin-bottom: 20px;
}

#pricing .table .description li {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  padding: 8px 0;
    text-align: center;
}

#pricing .table .description li:last-child {
  border-bottom: none;
}

#pricing .table:hover {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing .table:hover .icon-box {
  background: #7375d2;
}

#pricing .table:hover .icon-box i {
  color: #fff;
}

#pricing #active-tb {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing #active-tb .icon-box {
  background: #7375d2;
}

#pricing #active-tb .icon-box i {
  color: #fff;
}
#pricing .shape {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #7375d2;
}


/*
    Invoice
*/

.invoice-page {
    margin-right: 0;
}

.paymentsGates .card {
    text-align: center;
    background-color: #f4f5f7;
    padding: 15px;
}

.paymentsGates h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}
.paymentsGates .card img {
    max-width: 100px;
    display: block;
    margin: 0 auto 25px;
}
.paymentsGates .card .subpay {
    display: block;
    margin-bottom: 20px;
}
.paymentsGates .card .subpay img {
    height: 15px;
    display: inline-block;
    margin: 0 5px;
}
.paymentsGates .card .payActiveBtn{
    display: block;
    padding: .8rem;
    color: #fff;
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2;
}

.active-payment-gate .paygatelogo img {
    max-width: 120px;
    
}
.active-payment-gate .info {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 20px;
}

.active-payment-gate .info a.btn {
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2; 
}
.active-payment-gate .info a.btn:hover {
    color: #fff;
}

.active-payment-gate h3 {
    font-size: 16px;
    font-weight: 700;
}

.active-payment-gate table {
    text-align: center;
}
.active-payment-gate table th {
    font-weight: 700;
    font-size: 16px;
}
.active-payment-gate table tbody td {
    font-weight: 700;
    list-style: circle;
}

.active-payment-gate .requirmentsGates {
    max-width: 70%;
    margin: 0 auto;

}

.active-payment-gate .requirmentsGates .nav-item {
    width: 50%;
    text-align: center;
}

.active-payment-gate .requirmentsGates .nav-item .nav-link.active {
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2;   
    color: #fff;
}
.active-payment-gate .tab-content .tab-pane ul {
    padding-right: 1rem;
}
.active-payment-gate .tab-content .tab-pane ul li {
    padding: 10px 10px;
}

.active-payment-gate .startPayGate {
    display: block;
    padding: .8rem;
    color: #fff;
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2;   

}

/*
    Custom Domain
*/

.custom-domain {
background: #f7f7f7;
    padding: 20px;
    display: flex;
}

.custom-domain a.btn {
    color: #fff;
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2;
    display: inline-block;
    width: 50%;
    padding: 1.2rem 1rem;
    margin-left: 20px;
    transition: all 300ms ease-in-out;
}
.custom-domain a.btn:hover {
    background: linear-gradient(to left, rgba(94, 96, 188, 0.95) 0%, rgba(44, 45, 93, 0.95) 90%);
}
.custom-domain a.btn:last-child {
    margin-left: 0;
}

@media(max-width: 450px) {
    .custom-domain {
        display: block;
    }
    .custom-domain a.btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .custom-domain a.btn:last-child {
        margin-bottom: 0;
    }
}

.custom-domain .nav-tabs {
    border-bottom: 0;
    margin-top: 30px;
}

.custom-domain .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.custom-domain .nav-tabs .nav-link {
    padding: 15px;
    min-width: 200px;
    background: #fff;
}
.custom-domain .nav-tabs .nav-link.active {
    background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
    border-color: #7375D2;
    color: #fff;
}

.custom-domain .tab-content .tab-pane .form-control {
        border: 1px solid #dbdddf;
    padding: 25px 20px;
    color: #6c757d;
}

.custom-domain .tab-content .tab-pane .form-control::placeholder {
    color: #6c757d;
}

/* Quick Store Customize */

.userImage {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #fff;
}
.userImage img {
    width: 100%;
    height: 100%;
}
.upload-btn-wrapper {
  overflow: hidden;
  display: inline-block;
position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    bottom: 0;
}
.upload-btn-wrapper .btn {
    cursor: pointer;
  border: 1px solid #E1AB39;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  line-height: 35px;
    background-color: #333744;
    border-color: #333743;

}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
    cursor: pointer;
}

.userImage.Custom {
    width: 100%;
    border: 2px dashed #ced4da;
    border-radius: 0;
}
.userImage.Custom .upload-btn-wrapper {
    margin-top: 2rem;
}
.userImage.Custom .upload-btn-wrapper p {
    text-align: center;
}
.userImage.Custom .upload-btn-wrapper .btn {
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
background-color: #6264b9;
    border-color: #6264b9;
}


.quick-cutom-nav {
      float: left;
  }
  
  .quick-cutom-nav .nav-item.show .nav-link, 
  .quick-cutom-nav .nav-link.active {
      background: linear-gradient(to left, rgba(111,113,205,0.95) 0%, rgba(70,72,159, 0.95) 90%);
      border-color: #7375D2;
      color: #fff;
  }

/*
    ProductPopups
*/
.optionsWrappers {
    width: 100%;
}
  .optionsWrappers .option-wrap-item {
      margin-bottom: 15px;
  }

.optionsWrappers .option-wrap-item .input-group {
     margin-bottom: 1rem;
}
  .optionsWrappers .option-wrap-item .delete {
      display: block;
      padding: 8px;
      border-radius: 2px;
      text-align: center;
  }

/*
    CustomUploadZone
*/
.cutomUploadZone .dropzone{
    min-height: 200px;
}

.cutomUploadZone .dropzone .dz-preview .dz-error-message {
    top: 50%;
    transform: translateY(-50%);
}


/*
    404
*/

.text-error {
  color: #6658dd;
  text-shadow: rgba(102, 88, 221, 0.3) 5px 1px, rgba(102, 88, 221, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: "Cerebri Sans,sans-serif"; }

.error-text-box {
  font-size: 10rem;
  font-family: "Cerebri Sans,sans-serif";
  min-height: 200px; }
  .error-text-box .text {
    fill: none;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-dasharray: 30 100;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 9s infinite linear;
            animation: stroke 9s infinite linear; }
  .error-text-box .text:nth-child(5n + 1) {
    stroke: #f1556c;
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s; }
  .error-text-box .text:nth-child(5n + 2) {
    stroke: #f7b84b;
    -webkit-animation-delay: -2.4s;
            animation-delay: -2.4s; }
  .error-text-box .text:nth-child(5n + 3) {
    stroke: #6658dd;
    -webkit-animation-delay: -3.6s;
            animation-delay: -3.6s; }
  .error-text-box .text:nth-child(5n + 4) {
    stroke: #4fc6e1;
    -webkit-animation-delay: -4.8s;
            animation-delay: -4.8s; }
  .error-text-box .text:nth-child(5n + 5) {
    stroke: #1abc9c;
    -webkit-animation-delay: -6s;
            animation-delay: -6s; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: -400; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .error-text-box .text {
    fill: #f1556c;
    stroke: #f1556c;
    stroke-width: 6;
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    -webkit-animation: none;
            animation: none; } }


/*
    s
*/

.notification-list .notify-item .notify-icon {
    display: none;
}
.notification-list .notify-item .notify-details, 
.notification-list .notify-item .user-msg {
    margin-right: 0px;
}

.navbar-custom .app-search select {
    background: url(../images/angle.png) no-repeat left;
    background-size: 10px;
    background-position-x: 8px;
    background-position-y: 19px;
}

.navbar-custom .app-search .select-input i {
    display: none;
}


.drozoneTest {
    margin-top: 10px;
}
.dz-error-message {
    display: none;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-right: 28px;
    margin-bottom: 0;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #6c6ec4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}