
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
--green:#d73f34;
--menu:#212330;
--menuactive:#0d202f;
--activegreen:#d73f34;
--textgray:#0b0b0c;
--label:#334453;
--body:#687989;
--hovergray:#e8eef2;
--tblbor:#cad3d6;
--tblheaderclr:#000;
--hoverclr:#e8eef2;
--backgray:#e8ebf0;
--tblheadbackclr:#eaedf8;
--gg:#ecf0f1;
--darkgreen:#be2b21;
--menutxt:#ced0e2;
--greentt:rgb(63, 175, 59);
/* --fonttheme:'Rubik', sans-serif; */
--fonttheme:'font-family: 'Roboto', sans-serif;';

}

/* @font-face {
    font-family: 'proxima_novaregular';
    src: url('../assets/fonts/ProximaNovaRegular.eot') format('eot'),
         url('../assets/fonts/ProximaNovaRegular.woff') format('woff'),
         url('../assets/fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;


} */
body
{
    font-family: var(--fonttheme);
    overflow: hidden;

  
   /* font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
}

.imgborprod
{
    border-radius: 5px;
}
.rem
{
/* position: relative; */
}
.rem button
{
    background-color: var(--label);
    border: 0px;
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 5px; */
    color: white;
    font-size: 10px;
    top: 0px;
    position: absolute;
    margin-top: 5px;
    /* border-radius: 50%; */
    right: 0px;
}


.fa-border button{
    margin: auto;
    text-align: center;
}
.parsley-required
{
    font-size: 11px;
    color: red;
    padding: 1px 0px;
    transition: 0.3s ease-in;
}

.picwidth
{
    width: 25px;
    height: 25px;
}
.childtable
{
    display: grid;
    min-height: 150px;
}

.bootstrap-tagsinput {
    display: inline-block;
    max-width: 100%;
    padding: .2rem 0rem;
    line-height: 1.571429;
    color: #76838f;
    vertical-align: middle;
    cursor: text;
    /* background-color: #fff;
    border: 1px solid #cad3d6; */
font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 10px;
    border: #ccc solid 1px;
    border-radius: 50px;
    margin: 5px 2px;

}
.badge
{
    font-size: 13px;
}

.childtable .table td, .childtable .table th
{
    padding:2px 5px !important;
    font-size: 13x;
}
.table td, .table th
{
    padding:7px 5px 5px 5px !important;
    font-size: 13x;
}
.order-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    /* padding-top: 5px;
    padding-bottom: 5px; */
  }
  
  .order-item {
    padding: 1px 5px;
    border: 1px solid var(--tblbor);
    text-align: center;
    margin: 0px;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
    font-size: 14px;
    cursor: pointer;
    background-color:#fff ;
  }
.num
  {
      font-size: 18px;
      font-weight: bold;
      color: var(--green);
      line-height: 6px;
  }
  /* .activetab
  {
      background-color: var(--green);
      color: #fff !important;
  } */
  .exal
  {
    width: 35px;
    flex-basis: 35px;
    justify-content: right;
    align-items: end;
    align-self: flex-end;
    float: right;
    text-align: right;
}
.hedicon
{
  width: auto;
  flex-basis: auto;
  justify-content: right;
  align-items: end;
  align-self: center;
  float: right;
  text-align: right;
  margin-left: 20px;
}
.activetab .num
{
    color: #fff !important;
    font-weight: bold;
}
.pearls
{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;  
}
.pearls .pearl
{
    padding: 2px 5px;
    text-align: center;
    width:70px;
    flex-basis: 70px;
    flex-grow: 1;
}
.example-wrap
{
    padding-bottom: 10px;
    border-bottom:var(--backgray) solid 5px;
}
.orderfm .col-form-label
{
    line-height: 14px;
    font-size: 13px;
    color: #222;
}

.b{
font-weight: 600;
color: #222;
}
.pearl-title
{
    line-height: 15px;
}

.greenbox
{
    background-color: var(--green);
    color: #fff;
    text-align: center;
    align-content: center;

}
.table-user-thumb
{
    width: 50px;
    height:50px;
    border-radius: 50%;
    border: var(--backgray) solid 4px;
}

.tblheadbackclr thead
{
    background-color: var(--tblheadbackclr);
}
.table td{
    vertical-align:inherit;
}
.font12
{
    font-size: 12px;
}
.f16
{
    font-size: 15px;
}
.f18
{
    font-size: 18px;
}
.f13
{
    font-size: 13px;
}
.f20
{
    font-size: 20px !important;
}

.f23
{
    font-size: 23px;
}
.input-group-append button .btn-upload{
    width: 100%;
    background-color: var(--backgray);
    display: block;
}
.d-inline
{
    display: inline-flex;
}
.site-menu-icon img
{
    width: 16px;
    height: 16px;
}
.pgdesign .card:hover
{
    box-shadow: #d1dfe9 5px 0px 20px;
}
 .icon{
    opacity: 1;
    cursor: pointer;
}
.icon:hover{
    opacity: 1 !important;
}
.optionbtn
{
    width: 100px;
    border-radius: 5px;
    background-color:var(--green);
    color: #fff;
    text-align: center;
    height: 100px;
    margin: 5px;
    border: 0px;
    border: #fff solid 1px;
    transition: 0.3s ease-in-out;
}
.optionbtn:hover
{
    box-shadow: #dce7ee 2px 2px 5px;
    transition: 0.3s ease-in-out;

}
.page-header
{
    z-index: 9;
}
.dotbtn
{
    background-color: transparent;
    border: 0px;
}
.modal-body .optionbtn
{
    display: inline;
    /* flex-grow: 1; */
    flex-wrap: inherit;
    align-items: center;
    
    text-align: center;
}
.print .modal-body
{
    height: calc(100vh - 200px);
    overflow-y: scroll;
}
.site-footer
{
    background-color: transparent
}
.widget
{
    
    padding: 10px;
}
.dashboard .state
{
    text-align: center;
}
.widget:hover
{
    display: block;
  
    transition: 0.3s ease-in-out;

}

.white
{
    color: #fff;
    opacity: 1;
}
.custview tbody{
    height: 350px;
    overflow-y: scroll;
}
 .status.active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2dce89;
    position: absolute;
    right: 0;
}
 .status {

    top: 6px;
    font-size: 13px;

}
.login
{
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: var(--white);
    display: inline-flex;
    padding-top:0vh;
    background-image: url(../assets/images/login-bg.jpg);
    background-repeat: repeat;
    background-position: left top;
}
.loginbox
{
    background-color: #fff;
    padding: 60px 20px;
    justify-content: center;
    align-content: center;
    margin: auto;
    width: 320px;
    height: auto;
    text-align: center;
}
.vertical-align-middle
{
    margin: auto;
}

.brand-img
{
    width:60px;
}

.modal-backdrop {

    z-index: 1600 !important;

}
.bor3
{
    background-color: var(--tblbor);
    height: 3px;
}
.nav-tabs
{
background-color: #f2f4f6;
cursor: pointer;    
}



.chek .checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 23px;
    color: #76838f;
    text-align: center;
}


.textlink
{
    color:#3e70c9;

    border: 0px;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}
.textlinkgreen
{
    color:#21af58;

    border: 0px;
    background-color:transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}
.site-menubar-unfold .page-header
{
margin-top:0px;
}
.ite-navbar-collapse-show .page-header
{
    margin-top: 0px !important;
}
.red
{
    color: red;
}
.ppll
{
    position: absolute;
    top: -52px;
    right: 50px;
}
.relative
{
    position: relative;
}

@media only screen and (min-width:320px)
{
    .deskonly
{
    display: none;
}
}
@media only screen and (min-width:768px)
{
    .deskonly
{
    display: block;
}
}
.footernn
{
    position: absolute;
    bottom: 0px;
    background-color: white;
}
.page-header .inline-flex .btn{
     padding:.429rem 0rem !important 
}
/* .btn{
    height: 34px;
    font-size: 13px;

} */
.f11
{
    font-size: 11px;
    padding-bottom: 0px !important;
}
.hed label
{
    margin-bottom: .0rem !important;
    font-size: 11px;
}
.m-t-8
{
    margin-top: 8px;
}
.order-item
{
     height: 34px;
    align-self: center;
}
.card-body
{
padding: 0px 0rem;
}
.actiontd
{
    width: 20px;
}
.form-control
{
    padding: 5px 15px !important
}
.col-form-label{
    font-size: 13px !important;
}
.hed .btn-trans
{
    padding: 5px 0px 5px 0px !important

}
.tit
{ 
align-self: center !important;
}
.btn-upload
{
width: 100%;
}
/* .fa-border {
    padding: 0em  !important;
    border: solid .0em #eee  !important;
    border-radius: .1em  !important;
} */
.upimg 
{    width: 100%;
background: rgb(249, 252, 255);
text-align: center;
margin: auto;
}
.input-group-append
{
    width: 100%;
}
.form-control:focus
{
  border-color: #ccc;
  outline:0px;
}

.priority .high
{
    background-color: rgb(236, 86, 86);
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
    line-height: 10px;
    font-size: 11px;
    display: inline;
    text-align: center;
    margin: 0px 10px;
}
.priority .medium
{
background-color: #eeee67;
color: #000;
padding: 5px 5px;
border-radius: 5px;
line-height: 10px;
font-size: 11px;
display: inline;
text-align: center;
margin: 0px 10px;
}
.priority .low
{
background-color: #61dd61;
color: #000;
padding: 5px 5px;
border-radius: 5px;
line-height: 10px;
font-size: 11px;
text-align: center;
display: inline;
margin: 0px 10px;
}
 .ok
{
    width: 90px;
}
 .cancel
{
    width:90px;
}
.pos-relative
{
    position: relative;
}
.p-10
{
    padding: 10px;
}
.d-flex
{
    flex-wrap: wrap;
}
.admin
{
    font-size: 14px;
    font-weight: bold;
}

@media screen and (min-width:320px)
{
    .listmsg
{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    font-size: 13px;
    color: #373a3b;
width: 200px;
text-align: left;
    white-space: nowrap;
}
.unread img ,.open img
{
    width: 10px;
    height: 10px;
}
    
}


@media screen and (min-width:1024px)
{
    .listmsg
{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    font-size: 13px;
    color: #373a3b;
width: 350px;
text-align: left;
    white-space: nowrap;
}
.unread img ,.open img
{
    width: 16px;
    height: 16px;
}
    
}
@media screen and (min-width:1280px)
{
    .listmsg
{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    font-size: 13px;
    color: #373a3b;
width: 450px;
text-align: left;
    white-space: nowrap;
}
.unread img ,.open img
{
    width: 40px;
    height: 40px;
}
    
}
.wid100  img
{
    cursor: pointer;
}
.wid20 .smltxt
{
    text-align: right;
}


.statusbtn1
{
    margin: 5px;
}
.statusbtn1 ul 
{
padding-left: 0px;
white-space: nowrap;
overflow-y: inherit;
overflow-x: inherit;
}

  
.page-content
{
    background-color: var(--background);
    height: calc(100vh - 50px);
   padding: 10px 15px 0px 15px;
}
 
.order-item {
    padding: 1px 5px;
border: var(--tbbrclr) solid 0px;
    text-align: center;
    margin: 0px;
    /* width:70px;
    flex-basis: 70px; */
    flex-grow: 1;
    font-size: var(--font13);
    cursor: pointer;
    /* background-color:#fff ; */
  }

.order-item
{
    /* height: 34px; */
    align-self: center;
    color: var(--txtgray);
    display: flex;
    font-weight: 500;

    align-items: center;
    justify-content: center;
}

.order-item:hover
{
    color: #000 !important;
}

.statusbtn
{
    background-color: #f7f6f9;
    /* box-shadow: var(--backgray) 0px 0px 10px; */
    border-radius: 50px;
    width: auto;
    border: #edebf1 solid 1px;

}
.statusbtn li{
 display: inline-flex;
 width: 100px;
}
