@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root{

    --box-shadow:0px 3px 3px -1px rgba(10,22,70,.1),0px 0px 1px 0px rgba(10,22,70,.06) !important;
    --gray:#f5f9fc;
    --border:1px solid #eceef3;
    --font-family: "Outfit", serif;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:var(--font-family) ;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.wrapper{
    display: flex;
}
.main{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    transition: all 0.25s ease-in-out;
    background: #f5f5f5;
}
#sidebar{
    width: 200px;
    min-width:200px;
    transition: all 0.25s ease-in-out;
    background: #121212;
    display: flex;
    flex-direction: column;
}
.sidebar-logo img{
    width: 100px;
    border-radius: 5px;
   
}
@media (max-width:768px){
    #sidebar{
        width: 90px;
        min-width:90px;
        transition: all 0.25s ease-in-out;
        background: #121212;
        display: flex;
        flex-direction: column;
    }
    #sidebar.expand{
        width: 260px;
        min-width: 260px;
    }
        #sidebar:not(.expand) .sidebar-logo{
    display: none;
    }
    #sidebar:not(.expand) a.sidebar-link span{
    display: none;
    }
    .toggle-btn{
        background-color: transparent;
    }
    /* .header-menu-items{
        overflow:scroll;
    } */
}

.toggle-btn{
    width: 30px;
    height: 30px;
    color: #ffffff !important;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
}
.toggle-btn i {
    color: #fff;
}
#sidebar.expand .sidebar-logo{
    animation: fadeIn .25s ease;
}
#sidebar.expand a.sidebar-link span{
    animation: fadeIn .25s ease;
}
@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.sidebar-logo a{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.sidebar-nav{
    padding: 0.7rem 0;
    flex: 11 auto;
    z-index: 10;
}
a.sidebar-link{
  padding: .625rem 1.625rem;
  color: #fff;
  display: block;
  white-space: nowrap;
  font-weight: 700;
  border-left: 3px solid transparent;
}
.sidebar-link i{
    font-size:1.1rem;
    margin-right: .75rem;
}
a.sidebar-link:hover{
    background-color: rgba(255, 255, 255, .075);
    border-left: 3px solid #fff;
}
.sidebar-item{
    position: relative;
}
.navbar{
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(33, 37, 41, .1);
}
.navbar-expand .navbar-collapse{
    min-width: 200px;
}
.avatar{
    height: 40px;
    width: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background: #fff !important;
    box-shadow: none !important;
}
.table-striped>tbody>tr:nth-of-type(even){
    background: #fff;
}
.table>:not(caption)>*>*{
    box-shadow: none;
}
.table>thead{
    background: #f0f4f9;
}
table tbody tr td{
    color: #7e7e7e !important;
}

/*  */
.input-type input{
    padding: 10px 40px;
    margin: 10px;
    background: #fff;
    border: 1px solid #cbc9c9;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}
.submit-btn input{
    padding: 10px 40px;
    margin: 10px;
    background: #121212;
    border: none;
    color: #fff;
    border-radius: 5px;
}

/* login text */
.login-text{
    font-size: 25px;
    color: #121212;
    text-transform: capitalize;
    padding-right: 10px;
    font-weight: 600;
}
.searc-icon-form{
    border: 1px solid #b4b2b2;
    padding: 10px;
    outline: none;
    position: relative;
}
.position-search{
  background: #ff7503;
  padding: 10px 30px;
  position: absolute;
  top: -1px;
  right: 0;
  height: 46px;
  line-height: 25px !important;
  color: #fff;
  outline: none;
}
.label-text{
    font-weight: 600;
    color: #121212;
}
.sidebar-link1{
    background: #ff7503;
    padding: 10px 40px;
    color: white;
    margin-left: 20px;
    border: none;
    border-radius: 5px;
    transition: all 0.5s;
}
.sidebar-link1:hover{
    background: #121212;
    color: #fff;
}
@media(max-width:768px){
    .input-type{
    margin-top: 20px;
     margin-bottom: 30px !important;
    }
    .input-type input{
        width: 100%;
    }
    .submit-btn input{
        width: 100%;
    }
    .scroll{
        overflow-x: scroll;
    }
    .scroll::-webkit-scrollbar{
        width: 0;
    }
    .sidebar-link1{
        padding: 10px 17px;
    }
    .login-text{
        font-size: 16px;
    }
    .dt-layout-row{
        display: block !important;
        margin-bottom: 72px !important;
    }
    .dt-input{
        padding: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .btn-delete{
        top: 12% !important;
        left: 9% !important;
    }
    .dt-length label{
        padding: 0 !important;
        margin-top: 3px;
    }
}
@media(min-width:780px) and (max-width:990px){
    .input-type{
    margin-top: 20px;
     margin-bottom: 30px !important;
    }
    .input-type input{
        width: 100%;
    }
    .submit-btn input{
        width: 100%;
    }
    .scroll{
        overflow-x: scroll;
    }
    .scroll::-webkit-scrollbar{
        width: 0;
    }
    .sidebar-link1{
        padding: 10px 20px;
    }
    #sidebar{
        width: 245px !important;
        min-width: 245px !important;
    }
}
@media (max-width:390px){
    .sidebar-link1{
        padding: 10px 10px;
        font-size: 12px;
        margin-left: 6px;
    }
    .login-text{
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .input-type{
        margin-top: 20px;
         margin-bottom: 30px !important;
        }
        .input-type input{
            width: 100%;
        }
        .submit-btn input{
            width: 100%;
        }
    .scroll{
        overflow-x: scroll;
    }
    .scroll::-webkit-scrollbar{
        width: 0;
    }
    
  }

  @media(min-width:1000px) and (max-width:1190px){
    .submit-btn input{
        margin-top: 35px;
        width: 100%;
    }
    .header-date-box{
        display: block !important;
    }
  }
  @media(min-width:1000px) and (max-width:1290px){
    .submit-btn input{
        margin-top: 35px;
        width: 100%;
    }
   
  }
  .logo-img {
    text-align: center;
  }
  .logo-img img{
    width: 150px !important;
    padding-bottom: 20px;
  }
  .login-text{
    font-weight: 600;
    padding-bottom: 20px;
  }
  /* .sidebar-nav .active a.sidebar-link{
    background: #fff;
    color: #121212;
  } */


  /*  */
  .filters select{
    width: 100%;
    padding: 10px;
    background: #fff;
    border:1px solid #cbc9c9;
    outline: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .scroll{
    background: #fff;
    padding: 30px 40px;
  }
  .scroll{
    overflow-x: scroll;
}
.scroll::-webkit-scrollbar{
    width: 10px;
}
/*  */
.dt-paging-button{
    padding: 10px 20px;
    background: #ff7503;
    margin: 2px;
    border: none;
    color: #fff;
    margin-top: 10px;
}
.dt-layout-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.dt-layout-table{
    display: block;
}
.dt-length label{
    padding: 10px;
    text-transform: capitalize;
}
.dt-input{
    padding: 5px 30px;
    margin-bottom: 30px;
    outline: none;
    margin-left: 5px;
    border: 1px solid #cbc9c9;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom-color: #cdd0d3;
}

/*  */
.formposition{
    position: relative;
}
.btn-delete{
    position: absolute;
    top: 8%;
    left: 0%;
    background: #f5f5f5;
    padding: 4px 40px;
    width: 200px;
    border-radius: 5px;
}
.delete_btn{
    background: none;
    border: none;
    color: #ff7503;
    font-size: 13px;
}
.btn-d-flex{
    display: flex;
    gap: 23px;
}
.index-delete{
    background: transparent;
    border: none;
}