@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@1,500&family=Inter:wght@400;600&family=Rubik:wght@400;500;600&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}
.form-control-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}
.btn-user {
    font-size: 0.8rem;
    border-radius: 10rem;
    padding: 0.75rem 1rem;
}
.btn-google:hover {
    color: #fff;
    background-color: #e12717;
    border-color: #e6e6e6;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #e6e6e6;
}
.bg-login-image {
    background: url(../img/login_img.jpg);
    background-position: center;
    background-size: cover;
}
.bg-login{
    background-color: #4e73df;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}
#wrapper #content-wrapper #content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.topbar {
    background: #F9F9F9;
    box-shadow: 0px 3px 6px #00000029;
}
.sea-in {
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 38px;
}

/* sidebar */
.sidebar {
    background: transparent linear-gradient(183deg, #007CC7 0%, #007CC7 0%, #003192 100%) 0% 0% no-repeat padding-box;
}
.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}
.sidebar-dark .sidebar-brand {
    color: #fff;
}
.sidebar .nav-item .nav-link span {
     font-size: 15px !important;
     font-family: 'Open Sans', sans-serif !important;
     color:#fff;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #1d38a1 !important;
}
.bg-col {
    background-color: #F3F3F3;
    box-shadow: 0px 0px 4px #0000004d;
    border: 1px solid #7070702E;
    font-size: 15px;
    color: #131313;
}
.title {
    font-size: 20px;
    font-weight: 600;
    color: #131313;
}
label {
    color: black !important;
}


.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.nav-link{
    padding:8px
}
.sidebar-divider {
    margin-bottom: 0px !important;
}
.btn-outline-danger {
    color: #e74a3b !important;
    border-color: #e74a3b;
}
.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #e74a3b;
    border-color: #e74a3b;
}
.img-card{
    bottom: 74px;
    width: 240px;
    background-color: #0000009C !important;
    font-size: 14px;
    color: white;
    margin-left: -12px;
}

.footer-card {
    background: #F9F9F9 !important;
    box-shadow: 0px 1px 6px #00000029 !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.card {
    background: #F9F9F9 0% 0%  ;
    box-shadow: 0px 1px 6px #00000029 !important;
}
.product-col{
    background: #e0dede ;
    border: 1px solid #e0dede;
    font-size: 18px;
    color: #131313;
}
#content{
    background-color: #fff;
}
.bg-success{
    color: #007b45;
}
.sec-btn{
    background: #F5F5F5 !important;
    border: 0.5px solid #DFDFDF !important;
    border-radius: 4px !important;
    color: #000 !important;
}
table.table-bordered.dataTable {
    border-right-width: 0;
    box-shadow: 0px 2px 4px #0000004d;
    border: 1px solid #7070702E;
    border-radius: 20px;
}
.form-control-sm{
    background: var(--unnamed-color-fcfcfc) 0% 0% ;
    background: #FCFCFC !important;
    border: 1px solid #D4D0D0 !important;
    border-radius: 2px !important;
}
.modal-content{
    border-radius:12px !important;
}
.modal-title {
    font-family: 'Open Sans'!important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.modal-header{
    background: #FCFCFC !important;
}
.modal-footer{
    background: #FCFCFC !important;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}


.modal.right .modal-body {
    padding: 15px 15px 80px;
}


    
/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.wrapper {

    border-radius: 5px;
    padding: 10px;

}

.wrapper form {
    height: 167px;
    display: flex;
    cursor: pointer;
    margin: 30px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed gray;
}

form :where(i, p) {
    color: gray;
}

.icon {
    font-size: 20px;
}

form p {
    margin-top: 15px;
    font-size: 16px;
}

section .row {
    margin-bottom: 10px;
    background: #E9F0FF;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .row i {
    color: gray;
    font-size: 30px;
}

section .details span {
    font-size: 14px;
}

.progress-area .row .content {
    width: 100%;
    margin-left: 15px;
}

.progress-area .details {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: space-between;
}

.progress-area .content .progress-bar {
    height: 6px;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    border-radius: 30px;
}

.content .progress-bar .progress {
    height: 100%;
    width: 0%;
    background: gray;
    border-radius: inherit;
}

.uploaded-area {
    max-height: 232px;
    overflow-y: scroll;
}

.uploaded-area.onprogress {
    max-height: 150px;
}

.uploaded-area::-webkit-scrollbar {
    width: 0px;
}

.uploaded-area .row .content {
    display: flex;
    align-items: center;
}

.uploaded-area .row .details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.uploaded-area .row .details .size {
    color: #404040;
    font-size: 11px;
}

.uploaded-area i.fa-check {
    font-size: 16px;
}
.close-btn{
 width:24px;
}
.active, .nav-link:hover {
    
    color: white;
  }
.appendName{
    inline-size: 190px;
} 
@media(max-width:425px){
    .search-box{
        display:none;
    }
}
.staff-input{
    background: #ECECEC !important;
}
.login-card{
    margin-top:144px;
}
.form-login{
    border: 1px solid #4e73df !important;
}
.log-card{
    border-radius:20px !important;
}
.bg-tab{
    background: #F5F5F5 !important;
    border: 0.5px solid #70707045;
}
.colla-tab{
    background-color: #FBFBFB;
}
.hiddenRow {
    padding: 0 !important;
}
/* A4 */
  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
  }
  page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
  }
  page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;  
  }
  page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
  }
  page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
  }
  page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;  
  }
  @media print {
    body, page {
      margin: 0;
      box-shadow: 0;
    }
  }
  .page-title{
    position: absolute;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-left: 37px;
    width: 318px;
    height: 42px;
    left: 390px;
    top: 0px;
  }
  ul {  
    list-style-type: none;  
    }  

 .header-list{
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    left: 389px;
    top: 51px;
 }
 .p-head{
    position: absolute;
    top: 185px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #222F37;
    left: 655px;
 }
 .address-txt{
    position: absolute;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #343533;
    left: 400px;
    top: 245px;
}
 .address-txt-2{
    position: absolute;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #343533;
    left: 890px;
    top: 245px;
}

.address-color{
    color: #02A8A2;
}
.in-table{
    position: absolute;
    top: 125px;
    
    border-radius: 3px;
}
.in-head{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #08706C;
    background: #FAFAFA;
    width: 706px;
    height: 38px;
}
.in-data{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #343533;
    width: 706px;
    height: 50px;
}
.sign{
    font-family: 'Alegreya';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    margin-top: 650px;
    margin-left: 84px;
}
.sign-2{
    font-family: 'Alegreya';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    margin-top: -64px;
    margin-left: 640px;
}
.name{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    margin-left: 76px;
}
.name-2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    margin-left: 630px;
}
.foot-text{
   
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
}
.foot{
    position: absolute;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    margin-top: -35px;
    margin-left: 91px;
}
.policy-head{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 11px;
    color: #343533;
}
.p-content{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #343533;
}
.sales-tit{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}
.sales-li{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
}
.s-head{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #343533;
}
.s-tit{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #343533;
}
.sal-tab{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #343533;
}
.sal-head{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #10577D;
    background: #EEF9FF;
    border: 1px solid #E7E0E0;
    border-radius: 3px 3px 0px 0px;

}
/* tr:nth-of-type(odd) {
    background-color: rgba(238, 249, 255, 0.5)!important;
} */
.sal-tr{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;

    color: #343533;
}
.tab-cls{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #343533;
}
.ser-tb{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #343533;
}
.ser-table{
    background: #EEF9FF;
    border: 1px solid #E7E0E0;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #10577D;
}
.term-txt{
    margin-left: 240px;
    margin-top: 73px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.term-p{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
/* report new class */
.report-table{
    position: absolute;
    width: 710px;
    height: 200px;
    left: 40px;
    top: 267px;
    border: 1px solid #E8E7E7;
    border-radius: 3px;
}
#customers {
   border-collapse: collapse;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  /* #customers tr:nth-child(even){background-color: #f2f2f2;}
  
  #customers tr:hover {background-color: #ddd;} */
  
  #customers th {
    text-align: left;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #08706C;
    background: #FAFAFA;
    width: 706px;
    height: 38px;
  }

  /*  */

  .dash-icon{
    font-size: 65px;
  }
  .dash-icon1{
    font-size: 40px;
  }
  .card-1{
    background: linear-gradient(to right, #006dbd 0%, #33ccff 100%) !important;
    border-radius: 5px;
  }
  .card-2{
    background: linear-gradient(to right, #cc00ff 0%, #ff99ff 100%) !important;
  }
  .card-3{
    background: linear-gradient(to right, #ff6600 0%, #ff6699 100%) !important;
  }
  .card-4{
    background: linear-gradient(to right, #00ffcc 0%, #33ccff 100%) !important;
  }
  .in-table{
    font-size: 12px;
  }
  .submenu .active {
    background-color: #003A98;
  }
  span.text-white {
    padding:7px 2px 2px 2px;
    border-radius: 5px;
  }
