
@import url('animate.css');
@import url('../fonts/flat-icon.css');
@import url('https://cdn.lineicons.com/3.0/lineicons.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,500;6..96,700;6..96,900&display=swap');

/* CSS Document */

html,
body {
overflow-x: hidden;
}
body {font-family: 'poppins', sans-serif;
float: left;
width: 100%;padding-top: 60px;
color: #000;font-weight: 400;
background-attachment: fixed; background-size: 40%;
padding-right: 0 !important;
       -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}
.sidebar ul li a img{margin-right:1rem;}
.modal-open {
padding-right: 0!important;
overflow: hidden;
}
::-moz-selection {
/* Code for Firefox */
color: #000;
background: #d7c07f;
}
::selection {
color: #000;
background: #d7c07f;
}

.btn{ box-shadow: none; outline: none;}
button{ box-shadow: none; outline: none;}

/* remember to define focus styles! */
:focus {
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;  
}

h2{ }
p {
color: #000;
line-height: 23px;
font-size: 15px; font-weight: 400;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a{text-decoration: none;}
a:hover{color: #0e2c18;}
ul li,
ul li a,
ol li,
ol li a {
color: #161616;
font-size: 15px; font-weight: 300;
line-height: 26px;text-decoration: none;
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
:focus {
outline: none;
}
.no-padding {
padding: 0px;
}
.text-left {
text-align: left !important;
}
.mob-only {
display: none;
}
.desktop-only {
display: block;
}
.layout {
width: 100%;
background: #fff; 

overflow: hidden;
margin: 0 auto;
max-width: 100%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.desktop {
display: block;
}
.mob-view {
display: none;
}
img{
    max-width: 100%;
    height: auto;
}

:root {
  
    --primaryPink: rgba(1, 8, 103, 1);
   
  }

 .ipriority input{width:30px ; padding:5px !Important;height:30px;border-radius:0px; font-size:10px;}
    .ipriority  span{height:30px; float:left;background:#cd3c8c;color:#fff;font-size:10px;width:30px;line-height:26px;text-align:center;}
    

.margin-auto{margin: auto; float: none;}
.full-width{width: 100% !important;}

.navbar-brand img{max-width: 150px;}
#data-tables{margin: 2rem 0 !important;}
.sidebar{height:100%;float: left;background: #fff;padding: 0px 10px;height: 100%;margin-top: 70px;width: 100%;position: relative;}
.sidebar ul li{margin-bottom: 3px;margin-top: 3px;}
.sidebar ul li a{padding:14px 5px; float: left;border: 1px solid #fff;width: 100%;font-size: 15px; font-weight: 400;color: rgba(46, 46, 46, 1);}
.sidebar ul li .lni{float: right;margin-top: 5px;}
.sidebar ul li a:hover{color: var(--primaryPink);border-radius: 6px;background:rgba(1, 8, 103, 0.08);fill: rgba(1, 8, 103, 0.08);}
.sidebar ul li a.active{color: var(--primaryPink);border: 1px solid var(--primaryPink); border-radius: 6px;background:rgba(1, 8, 103, 0.08);fill:rgba(1, 8, 103, 0.08);}
.sidebar ul li a:hover svg{}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  font-weight: 400;
}
.sidebar .icons{margin:0 10px;}
.my-acc a{color: #000;font-size: 13px;}
.my-acc a:hover{color: var(--primaryPink);}
.user-name{font-weight: 500;vertical-align: middle;}

.page-body{background: #efefef;height: 100%; float: left;width: 100%;padding: 2em;margin-top: 50px;}

.page-head{width: 100%;float: left;margin: 1rem 0;}
.page-head h2{font-size: 21px; text-transform: capitalize;font-weight: 400;margin-bottom: 1.5rem;color: var(--primaryPink);}
.page-head .btns{background: #010867; color: #fff;padding: 10px 20px;border-radius: 8px; font-weight: 400;font-size: 14px;}
.page-head .btns i{margin-right: 10px; }

.top-filter{background: #fff; margin: 10px 0px;border-radius: 8px;float: left;width: 100%;padding: 2em;}
.top-filter select{width: 100%; float: left;padding: 10px; font-size: 13px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px;}
.select2-container--default .select2-selection--single {background-color: #fff;border: 1px solid #aaa;border-radius: 8px;padding: 7px;height: 45px !important;font-size: 13px;}

.top-filter label{float: left; width: 100%; font-size: 13px;margin-bottom: 5px;text-transform: uppercase;}
.page-content{background: #fff; padding: 2em; float: left; width: 100%;border-radius: 8px;}
.page-content td, .page-content th{font-size: 14px;}
.btn{font-weight: 500;font-size: 14px;}
.btn-green{background: #010867; color: #fff;}
.btn-sucsess{border: 1px solid #010867; color:#010867; background: rgb(89 199 153 / 20%);}
.btn-fail{border: 1px solid #FF3F3F; color:#FF3F3F; background: rgb(255 63 63 / 20%);}
.btn-pending{border: 1px solid #ffa800; color:#ffa800; background: rgb(255 168 0 / 20%);}
.active>.page-link, .page-link.active{background: #010867 !important; border-color:#010867 !important;}
.page-link{border-color:#454545 !important;color: #454545;}

.form-box{width: 100%; float: left;}
.form-box .form-control{border: 1px solid #aaa;border-radius: 8px;padding: 7px 10px;height: 45px !important;font-size: 13px;}
.form-box label{float: left; width: 100%; font-size: 13px;margin-bottom: 5px;text-transform: uppercase;}
.form-box select{width: 100%; float: left;padding: 10px; font-size: 13px;}
.form-box .form-check{ float: left;width: 100%;}
.form-box .form-check-input:checked{background-color:#010867 !important; border-color:#010867 !important;}
.form-box .form-check-input{margin-top: 2px;}
.form-box textarea.form-control{height: 100px !Important; width: 100%; float:left;}
.user-img{width: 40px;height: 40px;display: inline-block;margin-left: 15px;}
.nav-title{font-size: 27px;font-weight: 500;margin: 0;color: var(--primaryPink);}
.search-title-area{margin-left: 100px; display: flex;align-items: center;gap: 10px;justify-content: space-between;flex-grow: 1;}
.input-search input{border: none;width: 90%;background:transparent;font-size: 14px;color: #5a5a5a;}
.input-search{background: #F1F1F1;padding: 7px 10px; border-radius: 7px;width: 300px;display: flex;}
.item-seperator + .navbar-collapse{flex: 0;}
.input-search span i{font-size: 14px;color: #5a5a5a;margin: 0 5px;}
.card-body{background: #fff;border-radius: 0.4rem;padding: 1rem}
.card-head{display: flex;justify-content: space-between;}
.select-month{background: #F6F6F6;font-size: 10px;border: none;border-radius: 5rem;padding: 0 5px;height: 25px;}
.card-head span{}
.sales span{color: #010867;}
.deliverd span{  color:#010867 }
.card-body span{font-size: 33px;font-weight: 400;}
.do span{ color:#010867 }
.ts span{  color:#010867 }
.card-content p{ margin: 20px 0 0 0;color: var(--primaryPink);}
.table-area{padding:1rem;margin-top: 20px;border-radius: 0.4rem;}
.table-title{display: flex;justify-content: space-between;}
.table-title h4{font-size: 18px;color: #010867;font-weight: 400;}
.table-title a{font-size: 13px;text-decoration: underline;}
.table-area table th{font-weight: 400;color: #000;}
.table-area tbody, .table-area td, .table-area tfoot,.table-area th,.table-area thead,.table-area tr{font-size: 13px;color: #939393;}
.table-area .table>:not(caption)>*>*{border: none;}
.table-area .table>thead{border-bottom: 1px solid #cdcd;}
.item-seperator{margin:0 20px;}
.item-seperator span{height: 26px;width:1px;background: #cdcdcd;display:inline-block;vertical-align:middle}
.os-chart-section{padding: 1rem;margin: 20px 0;border-radius:0.4rem;background: #fff;height:100%}
.order-status-link{display: flex;gap:1.6rem;}
.order-status-link a{text-decoration: none;color:gray}
.active-s{color: #2F66EE !important;}
.tot{font-size: 12px;margin:10px 0;display: block;}
.complete{background: #12C92F;color: #fff;border-radius: 1rem;padding: 0.3rem;font-size: 11px;}
.cancel{background: red;color: #fff;border-radius: 1rem;padding: 0.3rem;font-size: 11px;}
.upload{background: #29AAE2;color: #fff;border-radius: 1rem;padding: 0.3rem;font-size: 11px;}
.pro-analysis .nav-link.active, .nav-pills .show>.nav-link {  color: black; background-color: #F6F7FB; border-left: 2px solid red;}
.pro-analysis .nav-link{color: #6C6D70;font-size: 12px;display: flex;gap: 15px;}
.log-out{display: inline-block;position: absolute;bottom: 100px;}
.log-out a{font-size: 14px;font-weight: 400;}
#myChart{height:300px;}



/* chart js */
.home-tab .chartjs-legend ul li span {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.812rem;
  }
  
  .rtl .home-tab .chartjs-legend ul {
    padding-right: 0;
  }
  
  .rtl .home-tab .chartjs-legend ul li {
    margin-right: 0;
    margin-left: 8%;
  }
  
  .rtl .home-tab .chartjs-legend ul li span {
    margin-right: 0;
    margin-left: 1rem;
  }
  #performance-line-legend .chartjs-legend ul li {
    color: #737F8B;
    font-size: 12px;
  }
  
  #performance-line-legend .chartjs-legend ul li span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .home-tab .chartjs-legend ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  
  .home-tab .chartjs-legend ul li {
    margin-right: 8%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #737F8B;
    font-size: 10px;
  }
  
    .filter-section input{margin-bottom:10px;}
  .filter-section label{font-size:16px;margin-bottom:10px;}
  
  .home-tab .chartjs-legend ul li span {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    font-size: 0.812rem;
  }
  
  .rtl .home-tab .chartjs-legend ul {
    padding-right: 0;
  }
  
  .rtl .home-tab .chartjs-legend ul li {
    margin-right: 0;
    margin-left: 8%;
  }
  
  .rtl .home-tab .chartjs-legend ul li span {
    margin-right: 0;
    margin-left: 1rem;
  }
  .form-control{font-size: 13px;padding: 10px;
    box-shadow: none !important;}
.form-label, .col-form-label{font-size:14px;}
h3.card-title{text-transform:capitalize;font-weight:300;font-size:18px;color:var(--primaryPink);margin-bottom:0px;}
.card-header:first-child{background:rgba(235, 235, 243, 1);border: 0;padding: 18px 1rem;}
.page-link{font-size: 13px;}
.back-btn{border: 1px solid var(--primaryPink) !important;background: #fff !important;color: var(--primaryPink )!important }
.login-wrap .card{border:0px;}
.login-wrap{background:rgb(1 8 103 / 39%);}
.card h5{font-size: 18px;font-weight: 300;}
.card h6{font-size: 15px;font-weight: 300;margin-bottom: 1rem;}
.form-check label{font-size: 14px;font-weight: 400;}
.login-wrap .btn-primary{background:var(--primaryPink);border-radius:0px; padding:10px;border:0px; opacity:1;}
.login-wrap .btn-primary::hover{background:var(--primaryPink);}
.login-wrap h2{font-size:18px; font-weight:400;}
.card-content h4{    color: rgb(117 117 117);
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;}
.login-wrap .form-control{;border-radius:0px; padding:10px;border:0px; }
.login-wrap .form-label{margin:2px;font-size:14px;}
#languageTabs .nav-link.active{ color:var(--primaryPink);outline: 1px solid var(--primaryPink); }
#languageTabs  .nav-link{color:rgba(46, 46, 46, 0.8);text-transform:capitalize;background:#fff;    border-radius: 3px;
  margin-right: 10px;
  font-size: 13px;font-weight: 300;}
.nav-tabs{border: 0;}

.orderpage h4{    font-size: 16px;
    font-weight: bold;}
    .order-info{padding-left:0px;}
.order-info li{list-style:none;width:100%;font-size:14px; font-weight:300;border-bottom:dashed 1px #ccc; }
.order-info li span{text-align:left;width:40%;float:left;}
#map { height: 400px;
            width: 100%; }
            
.desktop-hide{display:none;}
/* -------------------------------- 

Main components 

-------------------------------- */
@media (min-width: 1600px) {
 
}
 
@media only screen and (min-width: 1600px) {

}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {

}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {

    
}
@media screen and (max-width: 773px) {
    
}


@media screen and (max-width:667px) {
    
}

@media screen and (max-width:480px) {

}
@media screen and (max-width:320px) {
}


  @media only screen 
     and (min-device-width: 320px) 
     and (max-device-width: 800px) {
         
         
         .mob-hide{display:none;}
         .card-area .col-3{width:50%;margin:7px 0;}
          main{width:100% !important;}
          .card-body span{font-size:22px;}
          .desktop-hide{display:block;}
          .card-content h4{font-size:12px;}
          .search-title-area{margin:0;display:block;}
          .item-seperator{display:none;}
          .input-search{width:100%;margin:10px 0;}
          .input-search input{width:100%;}
          .user-ico{position:absolute;right:20px;top:20px;text-align:right;}
          .nav-title{display:none;}
          .fixed-top{position:relative;}
          body{padding:0;}
          .page-body {
    background: #efefef;
    height: 100%;
    float: left;
    width: 100%;
    padding: 1rem;
    margin-top: 0;
}
.table-title h4{font-size:15px;}
.card-body{height:100%;}
#mob-menu {
    position: fixed;
    width: 60%;
    height: 100vh;
    top: 0;
    z-index: 9999;
    background: #f7f7f7;
    left:0 ;
     transform: translateX(-100%);
    transition:transform 300ms linear;
}
#sidebar{ background: #f7f7f7;margin:0;}
.sidebar ul li a{border:none;padding:20px 4px;}
.menu-active{ transform: translateX(0) !important;}
.mob-menu-btn {
    position: fixed;
    right: 40px;
    z-index: 9999;
    background: #010867;
    /* top: 50%; */
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    bottom: 40px;
    border: none;
}
.page-content{overflow-x:scroll;}
.page-content td, .page-content th{font-size:13px;}
h3.card-title{font-size:15px;}
.dataTables_info{
    margin-bottom: 18px;
    font-size: 13px;
}
.dataTables_length{margin-bottom:2rem;}
.form-label, .col-form-label{flex-grow:1;}
.page-head .btns {
    background: #010867;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
}
.filter-section label{font-size:14px;margin-bottom:1rem;}

.filter-section input{margin-bottom:10px;}
.login-mob{width:100%;}
.login-wrap {
    background: rgb(1 8 103 / 39%);
    display: flex
;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 100vh;
}
}


