:root{
    --blue-color:#0000fe;
    --dark-blue:#171848;
    --navy-blue:#00009a;
    --white-color:#fff;
    --body-color:#d2d6de;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

a {
    text-decoration: none !important;
    display: inline-block;
}

p:last-of-type {
    margin-bottom: 0px;
}

p {
    font-size: 1.05rem;
    line-height: 1.7rem;
}

li {
list-style: none;
}

.form-control,
.form-select {
    background: transparent;
    border: 0px;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
}

.form-control:focus,
.form-select:focus {
    background: transparent;
    border: 0px;
    box-shadow: none !important;
    outline: none !important;
}

img {
    width: 100%;
    height: 100%;
}
.category .bg-warning{
    background-color: var(--blue-color) !important;
    color: var(--body-color);
}
body::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  body::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  body::-webkit-scrollbar-thumb {
    background: var(--navy-blue); 
  }
  
  /* Handle on hover */
  body::-webkit-scrollbar-thumb:hover {
    background: var(--blue-color); 
  }
/* header start---------- */
header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.navbar{
    background-color: var(--blue-color);
}
.navbar-brand img{
    height: 60px;
}
.btn-area .button{
    padding: 4px;
    border-radius: 30px;
    background: linear-gradient(45deg, #000e82, #7c84f3);
    display: inline-block;
    transition: all 1s;
    
}
.btn-area .button .btn{
    padding: 5px 10px;
    background: linear-gradient(45deg, #5c65e2, #000e82);
    color: var(--white-color);
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
}
.btn-area .button:not(:last-child){
    margin-right: 26px;
}

/* header end---------- */

/* login start------------- */
.login{
    width: 100%;
    /* height: 80vh; */
    background-color: #010e1e;
}
.login-box{
    width: 360px;
   margin: 7% 0;
}
.login-header .title{
    font-size: 35px;
    font-weight: 400;
    color: var(--body-color) !important;
}
.login-body{
    padding: 20px;
    background-color: #041e42;
}
.login-body .login-msg{
    color: #ffd863;
}
.input-box{
    position: relative;
    width: 100%;
    /* padding: 6px 12px; */
    border: 1px solid #ccc;
}
.input-box span{
    position: absolute !important;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    line-height: 34px;
    color: #777;
}
.input-box input{
    width: 100%;
    background-color: transparent !important;
    border: 0;
    outline: 0;
    color: #fff !important;
}
/* .input-box .form-control {
    background-color: #041e42 !important;
} */
.register{
    font-size: 16px;
    color: #3c8dbc;
    transition: all 0.5s ease;
}
.register:hover{
    opacity: 0.5;
    transition: all 0.5s ease;
}
.sign-btn{
    padding: 6px 16px;
    border-radius: 0;
    box-shadow: none !important;
    color: var(--white-color);
    background-color: #ffd863;
    color: var(--dark-blue);
    border-color: var(--dark-blue);
    font-weight: 600;
    transition: all 0.5s ease;
}
.sign-btn:hover{
    background-color: #daa300;
    border-color: #012538;
    transition: all 0.5s ease;
}
/* login end------------- */

/* table start-------- */
.table tr td,
.table tr th{
    color: var(--body-color);
}

.btn-default {
    background: var(--body-color);
}
.table-action .table tr td:first-child{
    width: 200px;
}
.table-action .table tr td:last-child{
    width: 250px;
}
thead, tbody, tfoot, tr, td, th{
    border-color: #0d6efd;
}
/* table end-------- */

/* form start----- */
.dashboard-info .form-box {
    color: var(--body-color);
}
.edit .form-group {
    margin-bottom: 20px;
}
.form-group label{
    margin-bottom: 10px;
}
.edit .form-group{
    display: flex;
    justify-content: center;
    align-items:center ;
}
/* form end----- */

/* neworders start----- */
.featherlight .featherlight-content {
    padding: 30px 30px !important;
    background: #041e42 !important;
    color: var(--body-color) !important;
}
.featherlight .featherlight-close-icon {
    background: #ffd863 !important;
}
/* neworders end----- */

.panel.panel-default {
    color: var(--body-color);
}
.panel-heading{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.panel-body>div{
    margin-bottom: 20px;
}
/* footer start----------- */
.footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0000fe;
}
.company-logo img {
    height: 80px;
    margin-bottom: -6px;
}
.company-text {
    padding-top: 15px;
    padding-right: 30px;
    font-size: 16px;
    color: #f3db7c;
}
.quick-link h3,
.about-media h3{
    font-size: 16px;
    font-weight: 700 !important;
}
.about-media p{
    font-size: 15px;
    font-weight: 600;
}
.quick-link li a{
    color: #cfcfff;
    font-size: 16px;
}
.quick-link h3 {
    padding-bottom: 23px;
    /* font-weight: 600; */
    color: #cfcfff;
}
.quick-link ul {
    padding-left: 0px;
}
.about-media h3 {
    padding-bottom: 20px;
    color: #cfcfff;
}
.about-media p {
    color: #cfcfff;
}
.social-media-link ul li a {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 4px;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.5s;
    background: linear-gradient(45deg, #000e82, #7c84f3);
}
.social-media-link ul li a .fa-brands {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(45deg, #7c84f3, #000e82);
    border-radius: 50%;
    line-height: calc(45px - 8px);
    font-size: 20px;
    color: #fff;
}

.copyright {
    background: #0000fe;
}
.footer-o-logo {
    padding: 10px;
}
.footer-copyright {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #cfcfff;
}
.footer-o-logo ul li {
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-o-logo ul li img {
    height: 90px;
    width: 90px;
}
p {
    font-size: 15px;
    line-height: 27px;
}
/* footer end----------- */