@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}

/* You Can Change Background Color Here of Header,Footer,  */
header,footer,.back-change,.btn-active,.navigation a:hover{
    background-color: #314152 !important;
}

/* You Can Change Font Color Here of Header,Footer,  */
header h2,footer p{
    color: #f2f2f2;
}

/* You Can Chnage Background Color Here of Sidebar  */
.sidebar-back,.sidebar{
    background-color: #fff;
}

/* You Can Change Font Color Here of Sidebar */
.sidebar a{
    color: #012970;
}

header{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 10;
    position: sticky;
    top: 0;
    left: 0;
}
header h2{
    font-weight: 600;
    margin-right: 350px;
}
.dash-header h2{
    margin-right: 100px;
}
.head-space{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img{
    width: 100%;
    min-width: 120px;
    max-width: 200px;
    border: 1px solid #fff;
    /*background-color: #fff;*/
}
.dropdown .dropdown-toggle::after{
    margin-left:0px !important;
}
.top-btn{
    display: flex;
    align-items: center;
    justify-content: end;
}
.sidebar-m-btn{
    width: 100%;
    padding: 0.375rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: end;
}
.sidebar-m-btn i{
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

@media screen and (max-width:1199px){
    header h2{
        margin-right: 150px;
    }
    #burger-home{
        display: none;
    }
    .sidebar{
        width: 32% !important;
    }
    .btn-toggle-nav a{
        margin-left: 1.5rem !important;
    }
}

@media screen and (max-width:991px){
    #burger-home{
        display: none;
    }
    /* .sidebar{
        width: 95% !important;
    } */
}
@media screen and (max-width:767px){
    .head-space{
        justify-content: end;
        display: none;
    }
    .head-cont h2{
        text-align: end;
        margin-right: 0px;
    }
    .head-btn{
        justify-content: end !important;
    }
    .sidebar-m-btn{
        justify-content: left;
    }
    .sidebar{
        width: 100% !important;
    }
    /* .sidebar ul{
        padding: 12px 12px !important;
    } */
    .sidebar button{
        padding: 8px 5px !important;
    }
    .btn-toggle-nav a{
        margin-left: 2rem !important;
    }
}
@media screen and (max-width:330px){
    .logo img{
        width: 100%;
    }
}

.password{
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2e2e2;
}
.pass-box{
    display: flex;
    flex-direction: column;
    padding: 70px 12px 30px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    position: relative;
    background-color: #fff;
}
.pass-img img{
    width: 10%;
}
.box-heading {
    width: 100%;
    background-color: #314152;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px 10px 0px 0px;
}
.box-heading h3{
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    font-size: 22px;
}
.form-row{
    position: relative;
}
.form-row img{
    position: absolute;
    width: 17px;
    top: 39px;
    left: 8px;
}
.password label{
    margin-bottom: 5px;
    font-size: 16px;
}
.password input{
    width: 100%;
    /* padding: 5px 10px; */
    padding: 5px 10px 5px 30px;
    outline: none;
}
.form-btn{
    margin-top: 35px;
}
.form-btn button{
    padding: 10px 40px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    background-color: #314152;
    color: #fff;
}
.form-btn button:hover{
    background-color:chocolate;
    color: #fff;
}

footer{
    padding: 0px 0px;
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p{
    margin-bottom: 0px;
}

/* Dashboard  */
.dashboard{
    height: auto;
    position: relative;
}
.sidebar-back{
    background-color: #e2e2e2;
}
.sidebar{
    position: fixed;
    width: 25%;
    top: 100px;
    left: 0;
    height: auto;
    transition: all 0.3s;
    /* padding: 20px; */
    /*overflow-Y: scroll;*/
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgb(1 41 112 / 10%);
    z-index: 10;
}
.sidebar #burger-home{
    padding: 20px;
    height: 79vh;
    overflow-y: auto;
}
.sidebar a{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3;
    padding: 10px 15px;
    border-radius: 4px;
}
.sidebar #burger-home button{
    box-shadow: none;
}
header button{
    box-shadow: none;
}
/* .dropdown{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash-header .head-space{
    justify-content: left;
}

@media screen and (max-width:991px){
    .head-space{
        justify-content: right !important;
    }
} */

.sidebar-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e2e2e2;
    height: 90vh;
    text-align: center;
}
.sidebar-cont p{
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 600;
}

/* Bootstrap-Slider  */
.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.sidebar button{
    display: flex;
    align-items: center;
    font-weight: 600;
    border: 1px solid #000;
    /* position: relative; */
}
.sidebar img{
    width: 5%;
    margin-right: 5px;
}
.head-btn{
    display: flex;
    align-items:center;
    justify-content: center;
}
.sidebar ul i{
    position: absolute;
    font-size: 15px;
    right: 30px;
    color: #212529;
}
/*@media screen and (max-width:991px){*/
/*    .sidebar{*/
/*        height: auto;*/
/*    }*/
/*}*/

/* Scroolbar  */
/* width */
.sidebar::-webkit-scrollbar {
    width: 8px;
}
  
  /* Track */
.sidebar #burger-home::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
}
   
  /* Handle */
.sidebar #burger-home::-webkit-scrollbar-thumb {
    background: #6e777e; 
    border-radius: 10px;
    transition:all .3s;
}
  
  /* Handle on hover */
.sidebar #burger-home::-webkit-scrollbar-thumb:hover {
    background: #a1aab1; 
}

/* Display  */
.display .display-back{
    display: flex;
    flex-direction: column;
    background-color: #e2e2e2;
    /* height: 100vh; */
    height: auto;
}
.dis-p{
    padding: 20px 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.display .sidebar-cont{
    align-items:unset
}
.display-right{
    padding: 50px 50px 30px 50px;
    background-color: #fff;
    /* padding-bottom: 30px !important; */
    border: none;
    /* padding-top: 50px; */
    /* border-radius: 50px 50px 0px 0px; */
    /* box-shadow: 0px 0 30px rgb(1 41 112 / 10%); */
}
.box-back{
    background-color: #fff;
    border: none;
    /* border-radius: 0px 0px 50px 50px; */
    padding: 0px 50px 50px 50px;
    /* padding-bottom: 50px; */
    /* box-shadow: 0px 0 30px rgb(1 41 112 / 10%); */
}
.box-back i{
    cursor: pointer;
}
.box-back img{
    max-height: 30px;
    max-width: 60px;
    width: 100%;
}
.display-cont h6{
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px !important;
    color: #012970;
}
.display-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.side-btn a{
    padding: 8px 15px ;
    background-color: #314152;
    color: #fff;
    font-size: 15px;
    transition: .3s;
    border-radius: 50px;
    filter: drop-shadow(0 2px 4px rgba(34,36,38,0.35));
}
.side-btn a:hover{
    background-color: #314152d1;
}
.side-btn i{
    margin-right:10px;
}
.side-search-bar input{
    font-size: 15px;
    box-shadow: none !important;
    border-radius: 50px 0px 0px 50px;
}
.display .table {
    font-size: 14px !important;
}
.side-search-bar button{
    background-color: #314152;
    box-shadow: none !important;
    transition: .3s;
    border: none;
    border-radius: 0px 20px 20px 0px;
}
.side-search-bar button:hover{
    background-color: #314152d1;
}
tbody:first-child tr{
    margin-top: 30px;
}
.box-back tbody tr{
    transition: .3s;
    border-bottom: 1px solid transparent;
}
.box-back tbody tr:hover{
    box-shadow: 0px 0 10px rgb(1 41 112 / 10%);
    border-radius: 10px;
}

/* Navigation-btn  */
.navigation{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation a{
    color: #314152;
    transition: .3s;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.navigation a:hover{
    background-color: #314152;
    color: #fff;
    border-radius: 50px;
}
.navigation .btn-active{
    background-color: #314152;
    color: #fff;
    border-radius: 50px;
}
.navigation a i{
    font-size: 10px;
    margin-right: 5px;
}
.next a i{
    font-size: 10px;
    margin-left: 5px;
}

@media screen and (max-width:767px){
    .display-cont{
        flex-direction: column;
        height: auto;
    }
    /* .display-cont h6,.side-search-bar{
        margin-bottom: 20px;
    } */
    .display-right{
        padding: 50px 12px 30px 12px;
    }
    .box-back{
        padding: 20px 12px 30px 12px;
    }
    .display .table {
        font-size: 13px !important;
    }
    .dis-p{
        padding: 20px 12px;
        overflow-y: scroll;
    }
    .side-btn a{
        font-size: 13px;
    }
    .navigation a{
        font-size: 13px;
    }
}
@media screen and (max-width:375px){
    .nav-btn {
        margin-right: 0px !important;
    }
    .next{
        margin-left: 0px !important;
    }
    .navigation a{
        padding: 0px 5px !important;
    }
}
@media screen and (max-width:315px){
    .form-control{
        padding: 0.375rem 0.3rem !important;
    }
    .table>:not(caption)>*>*{
        padding: 0.5rem 0.1rem !important;
    }
}

/* Admin-Panel-Form-Page  */
.display-form{
    background-color: #fff;
    /* padding: 30px 50px; */
    /* border-radius: 50px 50px 50px 50px; */
    box-shadow: rgb(1 41 112 / 10%) 0px 0px 20px;
}
.display-form .form-head h3{
    font-weight: 600;
    font-size:18px;
    margin-bottom: 0px;
}
.display-form .form-row{
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}
.display-form label{
    width: 30%;
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 5px; */
}
.display-form input,textarea,select{
    width: 70%;
    padding: 7px 12px;
    outline: none;
    font-size:14px;
    border: 1px solid #d3d3d3;
    /* color: #9e9e9e; */
    color: #2e2e2e;
    border-radius: 10px;
}
.display-form form{
    padding: 30px 50px;
}
.form-head {
    background-color: #314152;
    color: #fff;
    padding: 10px 20px;
}
.checkbox{
    width: 70%;
    position: relative;
}
.checkbox input{
    width: 5% !important;
    width: 5%;
    position: absolute;
    top: 5px;
    left: 0;
}
.dis-form .form-btn button{
    border-radius: 10px;
}
.form-images .form-img{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 27px;
}
.form-images .form-img img{
    position: static;
    max-width: 200px;
}

@media screen and (max-width:767px){
    .display-form{
        padding: 50px 12px;
    }
    .display-form .form-row{
        flex-direction: column;
    }
    .display-form label{
        width: 100%;
        margin-bottom:10px;
    }
    .display-form input, textarea, select{
        width: 100%;
    }
    .dis-form .dis-p{
        padding:20px 0px;
    }
    /* .check-row{
        display: flex !important;
        flex-direction: row !important;
    } */
    .checkbox input{
        position: static;
    }
}

.table>thead{
    border: 2px solid #000;
    background: #314152;
    color: #fff;
}
.box-back tbody tr {
    transition: .3s;
    border: 1px solid lightgray;
}

.manage{
    width: 40%;
    display: flex;
    align-items: center;
}
.manage img{
    width: 10%;
    margin-right: 5px;
}

@media screen and (max-width:767px){
    .manage{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .manage h6{
        text-align: center;
    }
    .side-search-bar{
        margin-bottom: 20px;
    }
    .table>:not(caption)>*>*{
        padding: 0.5rem 0.1rem;
        font-size: 12px;
        text-align: center;
    }
    .side-search-bar .btn{
        margin-left: 0px;
    }
}
.btn-secondary{
    background-color: #000;
    border-color: #000;
}




.dashboard li{
    
}
.dashboard li button{
    width: 100%;
    color: #fff;
    border: none;
    background-color: #314152;
}
.dashboard li button img{
    display: none;
}
.dashboard li i{
    color: #fff;
}
.dashboard li button:hover{
    color: #fff;
}
.collapse ul li{
    border-bottom: 1px solid #000;
}
.collapse ul li:last-child{
    border-bottom: none;
}

/* .side-search-bar input{
    margin-left: 15px !important;
} */

/* .edit-manage{
    width: 100%;
} */

.height-vh {
    min-height: 90vh;
    height: auto;
}
.del-btn button{
    padding: 5px 15px;
    background-color: #314152;
    color: #fff;
}
.table td P{
    margin-bottom:0px;
    height: 40px;
    overflow-y: scroll;
}
.pagination span{
    padding: 5px 12px;
}
.box-back img{
    transition:.3s;
    cursor:pointer;
    /*content:"+";*/
    /*position:absolute;*/
}
.box-back img:hover{
    transform:scale(4.5);
}
.box-back form{
    height:475px;
    overflow-y:scroll;
}

/* width */
.box-back ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.box-back ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.box-back ::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.box-back ::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.box-back form {
    height: 475px;
    overflow-y: auto;
}