﻿body,html{
    height:100%;
    /*-webkit-user-select: none;*/ /* Safari */
    /*-moz-user-select: none;*/ /* Firefox */
    /*-ms-user-select: none;*/ /* IE10+/Edge */
    /*user-select: none;*/ /* Standard */
}

/**
	Login CSS Starts
*/
label{
    font-size:12px;
}
.login-bg{
	background: #0f0c29;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
html .login-wrap {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 350px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;
}
html .login-wrap h2 {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  margin-top: 10px;
  color: #34495e;
}
html .login-wrap form {
  padding-top: 15px;
}
html .login-wrap form input[type="text"],
html .login-wrap form input[type="password"],
html .login-wrap form input[type="email"],
html .login-wrap form button {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
  height: 40px;
  border-radius: 50px;
  outline: 0;
  -moz-outline-style: none;
  font-size:14px;
}
html .login_bg_exam .login-wrap form button {
    background: #2d2d2d;
}
html .login-wrap form .form-check{
  margin-left: 7%;
  margin-bottom: 25px;
  font-size:14px;
}
html .login-wrap form .form-check input{
  height:15px;
  width: 15px;
}
html .login-wrap form .form-check label{
  line-height:24px;
}
html .login-wrap form button {
  background: #e74c3c;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
html .login-wrap form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .login-wrap form button:active {
  box-shadow: 1px 1px 7px #222;
}
html .login-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 5px 5px 0 0;
}

/**
	Login CSS Ends
*/

/**
	Header Styles starts
*/
body{
	background-image: linear-gradient(to bottom, #ffffff, #fbfbfb, #f7f7f7, #f4f4f4, #f0f0f0, #f0f0f0, #f0f0f0, #f0f0f0, #f4f4f4, #f7f7f7, #fbfbfb, #ffffff);
}
.fas {
	margin-left:5px;
	-webkit-transition: padding 1s;
	transition: 0.1s;
	transform: rotate(359);
}
li.dropdown-hover:hover > .dropdown-submenu {
    display: block;
}

li.dropdown-hover:hover .fas{
  -webkit-transition: padding 2s;
  transition: 0.1s;
  transform: rotate(180deg);
}
.dropdown-submenu {
	display:none;
	margin:0px !important;
    position: fixed;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 10px;
	box-shadow: 1px 0px 20px #d0d0d0;
    -webkit-box-shadow: 1px 0px 20px #d0d0d0;
}
.dropdown-profileimg img{
	height:35px;
	width:35px;
	border-radius:100%;
}
.navbar{
	padding:0px;
}
.bg-topnavbar{
	background: #0f0c29;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.bg-bottomnavbar{
	background:#fff;
}
.bg-bottomnavbar .navbar-nav .nav-link{
	color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
}
.bg-bottomnavbar .navbar-nav .nav-link:hover,.bg-bottomnavbar .navbar-nav .nav-link.active{
	color: #311dff;
}
.navbar-brand{
	color: #ffffff !important;
    font-size: 24px;
    font-weight: 100;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-right{
	display:flex;
}
.sticky-top{
	padding-top:3px;
	padding-bottom:3px;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: position, left, right, top, z-index;
    -moz-transition-property: position, left, right, top, z-index;
    -o-transition-property: position, left, right, top, z-index;
    transition-property: position, left, right, top, z-index;
    box-shadow: 0 19px 34px -15px #d2d2f2;
    -webkit-box-shadow: 0 19px 34px -15px #d2d2f2;
    -moz-box-shadow: 0 19px 34px -15px #d2d2f2;
}
.sticky {
    position: fixed;
    top:0; left:0;
    width: 100%; 
}
.remove-outline:focus, .remove-outline:active{
	outline:none;
	box-shadow:none !important;
}
.dropdown-item{
    font-size: 13px;
    font-weight: 600;
    padding: 0.25rem 7px;
}
.dropdown-item:hover, .dropdown-item:focus{
	color: #311dff;
	background:none;
}
.dropdown-submenu h6{
    font-size: 15px;
    color: #f58a02;
    padding: 0px 7px;
}
/**
	Header Styles ends
*/

/**
    Dashboard Starts
*/

.dash-elem{
    background:#ffffff;
    border:1px solid #ddd;
    border-radius:6px;
    padding: 10px 20px;
    
    box-shadow: 5px 11px 23px -13px #e5e5e5;
    -webkit-box-shadow: 5px 11px 23px -13px #e5e5e5;
    -moz-box-shadow: 5px 11px 23px -13px #e5e5e5;
    -ms-box-shadow: 5px 11px 23px -13px #e5e5e5;

    margin-top:15px;
}

.badge{
    padding: 5px 8px;
    font-weight: 500;
}
/**
    Dashboard Ends
*/

/**
	Content Body starts
*/

.content-body{
	margin-top:15px;
	margin-bottom:15px;
}

.card-margin{
    margin-top:10px;
}

.datatable{
    font-size:14px;
}
table{
    font-size:13px;
}
.page-link{
    line-height: 12px;
    padding: 7px 7px;
    font-size:14px;
}
.dataTables_info{
    padding-top: 3px !important;
    font-size: 14px;
    color: #ff7300;
}
.page-item.active .page-link {
    background-color: #605c88;
    border-color: #524f6b;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin:4px 0px;
}

.top-border{
    border-top:1px solid #ccc;
    padding-top:15px;
}

#imgPreview{
    margin: auto;
    margin-bottom: 10px;
    border: 1px solid #757272;
    border-radius: 6px;
}
.input-group{
    margin-bottom: 1rem;
}
.input-group .form-control{
    border-top-left-radius:7px !important;
    border-bottom-left-radius:7px !important;
}

.removeRow{
    cursor:pointer;
    color:blue !important;
}

.ms-options-wrap{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 3px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ms-options-wrap > button:focus, .ms-options-wrap > button{
    border:0px;
}
/**
	Content Body Ends
*/



/**
	Button Styles
*/

.btn{
    padding: 4px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

.btn-submit{
    padding: 9px 19px;
    background-color:#ff7300 !important;
    border-color:#ff7300 !important;
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus{
    background-color:#e46700 !important;
    border-color:#e46700 !important;
}

.btn-right{
    float:right;
}
.btn-left{
    float:left;
}

.mt-20{
    margin-top:20px
}

.btn-small{
    padding: 2px 12px !important;
}

/**
    Colors & Gradients
*/

.cl-red{
    color:red;
}

.gr-burningorange{
    background: #FF416C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color:#ffffff;
}

.gr-yellow1{
    background: #ffdb2b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffdb2b, #ffa83b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffdb2b, #ffa83b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color:#ffffff;
}

.gr-sulpheryellow{
    background: #CAC531;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F3F9A7, #CAC531);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F3F9A7, #CAC531); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#ffffff;

}
.gr-quepalgreen{
    background: #11998e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#ffffff;
}
.gr-bluenightday{
    background: #2c3e50;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3498db, #2c3e50);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3498db, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#ffffff;
}
.gr-grey1{
    background: #d4d4d4;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #d4d4d4, #d4d4d4);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d4d4d4, #f1f1f1);
    color:#6d6d6d;
}
.no-margin-bottom{
    margin-bottom:0 !important;
}
.row_border{
    background: #eee;
    padding: 5px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

#totalDet{
    width: 100%;
    background: #ccc;
    padding: 3px 0px;
    bottom: 0;
    position: fixed;
    height: 80px;
}

.summarybox .row {
    box-shadow: 0px 0px 1px;
    border: 1px solid #ccc;
    width: calc(20% - 10px);
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin: 5px;
    padding: 5px;
    background:#fff;
}

.summarybox .head {
    font-weight:bold;
}
.summarybox{
    margin: 3px;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    width: auto;
    min-height: 300px;
    margin-left: 0px;
    zoom: 1;
}

.btn-group a{
    cursor:pointer;
}
.btn-group a:hover{
    background:#eee;
}

.dropsubmenu {
    position: relative;
}

.dropsubmenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropsubmenu:hover>.dropdown-menu {
    display: block;
}

.dropsubmenu.pull-left {
    float: none;
}

.dropright.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.btn-dashboard{
    background: #302b62;
    border-radius: 7px;
    margin: auto;
    color: #fff;
    border: 1px solid #c3c3c3;
    padding: 4px 8px;
    font-size: 14px;
}

.btn-dashboard:hover{
    background: #262642;
}

.cus_badge{
    position: relative;
    top: -6px;
    right: 7px;
    background: #f00;
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn_notification{
    display:flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    outline:none;
}
.btn_notification:hover{
    background: #2f2a60;
}
.btn_notification:active, .btn_notification:focus {
    outline:none;
    border:none;
}

.notification_sidebar{
  position:fixed;
  width:380px;
  right:-500px;
  box-shadow:0px 0px 10px 3px black;
  background-color: #1f1b43;
  border-left:1px solid #1f1b43;
  height:100%;
  top:0px;
  transition:all 0.5s;-webkit-transition:all 0.5s;
  z-index: 9999;
}
.notification_sidebar h2{
  color:white;
  text-align:center;
    font-size: 22px;
    line-height: 50px;
}

.notification_sidebar.active{
  right:0px;
}

.notification_close{
    display: flex;
    position: absolute;
    margin: 0px 7px;
    font-size: 26px;
    background: transparent;
    border: none;
    color: #b3b3b3;
    line-height: 45px;
}
.notification_close:active, .notification_close:focus {
    outline:none;
    border:none;
}
.notify_msg{
    background: #ffffff;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    margin-top:2px;
}
.notify_header{
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}
.notify_txt{
    font-size: 13px;
    padding-top: 10px;
}
.notify_date{
    font-size: 10px;
    color: #ccc;
    line-height: 18px;
    text-align: right;
}
.notify_msg_container{
    overflow-y:scroll;
    height: calc(100% - 60px);
}

.ticketcontainer{
    cursor:pointer;
    margin-top: 5px;
    padding: 10px 8px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px -0.5px #888888;
}

.ticketcontainer .header{
    font-size:16px;
    font-weight:bold;
}
.ticketcontainer .time{
    display: block;
    font-size: 12px;
    color: #888888;
    font-weight: 600;
}
.ticketcontainer .info{
    font-size: 12px;
    color: #888888;
    font-weight: 600;
}
.ticketmsg{
    top: 0;
    right: 0;
    position: absolute;
    width: 68%;
    height: 100%;
    padding: 10px 8px;
    box-shadow: 1px 1px 3px -0.5px #888888;
    background: #ffffff;
}
.ticketmsg header{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.ticketmsg .header{
    font-weight:bold;
}
.ticketmsg .info {
    font-size:12px;
}
.inputElem{
    border-color: #ececec;
    border-radius: 6px;
}
.ticketMsgContainer{
    position: relative;
    overflow-y: auto;
    height: calc(100% - 120px);
}
.ticketmsgBtn{
    float: right;
    top: 4px;
    position: sticky;
    right: 10px;
    font-size: 26px;
    border: none;
    background: none;
    color: #3623c1;
    outline:none;
}
.ticketmsgBtn:focus,.ticketmsgBtn:active{
    outline:none;
}
.ticketmsgBtn:hover{
    color: #7a6dda;
}
.msgthread header{
    border:none;
    padding:10px;
}
.msgthread header h2{
    font-size: 17px;
    margin: 0px;
}
.msgthread header small{
    font-size: 12px;
    color: #8a8a8a;
}
.msgthread .msg{
    font-size: 15px;
    padding:10px;
}
.topthread{
    padding-top:20px;
}
.new-comment{
    padding:10px;
}
.new-comment .ticket-opt{
    margin-bottom:10px;
}
.upt-comment-btn{
    float: right;
    margin: 10px 0px;
    padding: 4px 12px;
    border-radius: 5px;
    background-color:#ff7300 !important;
    border:1px solid #ff7300 !important;
    color:#fff;
    font-size: 13px;
    font-weight: 500;
}

/*Ajax Loader*/

@keyframes lds-blocks {
  0% {
    background: #0f0c29;
  }
  12.5% {
    background: #0f0c29;
  }
  12.625% {
    background: #48436e;
  }
  100% {
    background: #48436e;
  }
}
@-webkit-keyframes lds-blocks {
  0% {
    background: #0f0c29;
  }
  12.5% {
    background: #0f0c29;
  }
  12.625% {
    background: #48436e;
  }
  100% {
    background: #48436e;
  }
}
.lds-blocks {
  position: relative;
}
.lds-blocks div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #48436e;
  -webkit-animation: lds-blocks 1s linear infinite;
  animation: lds-blocks 1s linear infinite;
}
.lds-blocks {
  width: 88px !important;
  height: 88px !important;
  -webkit-transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
  transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
  display: inline-block;
}

.mandatory{
    color:red;
}
#tblVacyPostingList_wrapper .dt-button{
    margin-top: 10px;
    padding: 0px 10px;
}
.btn-copylink{
    font-size: 11px;
    float: right;
    padding: 0px 6px;
    vertical-align: middle;
    margin: 7px 0px 0px 10px;
}
/*.tab {
  display: none;
}*/

   .tab-buttons {
            display: flex;
            border-bottom: 2px solid #ccc;
            margin-bottom: 20px;
        }
        .tab-buttons button {
            padding: 10px 20px;
            border: none;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            background-color: #f1f1f1;
            cursor: pointer;
            margin-right: 5px;
            font-size: 16px;
        }
        .tab-buttons button.active {
            background-color: #ccc;
            font-weight: bold;
        }
        .tab-content {
            display: none;
            padding: 20px;
            border: 1px solid #ccc;
            border-top: none;
            background-color: #fafafa;
        }
        .tab-content.active {
            display: block;
        }
#prevBtn {
  background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 70%;
  display: inline-block;
  opacity: 1.5;
}

.step.active {
  opacity: 2;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.header_text {
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}
.table th, .table td{
    padding: 8px;
}
.chooseExamModel{
    font-size:12px;
}
.chooseExamModel.row{
    margin:5px;
}
.head{
    background:#ccc;

}
.chooseExamModel input{
    height:auto;
}
.collapse_child{
    display:none;
}
.login_bg_exam{
    background: #55545d !important;
    background: -webkit-linear-gradient(to right, #a2a2a2, #55545d, #a7a7a9) !important;
    background: linear-gradient(to right, #a2a2a2, #55545d, #a7a7a9) !important;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  /*color: #f1f1f1;*/
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  /*top: 30px;*/
  right: 45px;
  font-size: 30px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#sidePopup {
    position: fixed;        /* 🔥 KEY */
    top: 0;
    right: -520px;          /* closed */
    width: 500px;
    height: 100vh;
    background: #fff;
    z-index: 99999;         /* above cards */
    transition: right 0.3s ease;
    box-shadow: -4px 0 15px rgba(0,0,0,0.3);
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.popup-header button {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
}


.list-group-item{
cursor:pointer;
font-size:14px;
}

.list-group-item:hover{
background:#f2f2f2;
}




/*/* MAIN LAYOUT */

/*.main-layout{
display:flex;
gap:15px;
}*/

/* LEFT MENU */

/*.left-menu{
width:230px;
background:linear-gradient(180deg,#2b2f77,#4a6cf7);
border-radius:8px;
padding:10px;
color:white;
}*/

/* MENU ITEMS */

/*.left-menu ul{
list-style:none;
padding:0;
margin:0;
}

.left-menu li{
padding:12px 15px;
margin-bottom:6px;
border-radius:6px;
cursor:pointer;
transition:0.2s;
}*/

/*.left-menu li:hover{
background:rgba(255,255,255,0.15);
}

.left-menu li.active{
background:white;
color:#2b2f77;
font-weight:bold;
}*/

/* CONTENT */

/*.content-card{
flex:1;
}*/

/* TOP TABS */

/*.top-tabs{
display:flex;
border-bottom:2px solid #e5e5e5;
margin-bottom:15px;
}

.top-tabs button{
border:none;
padding:10px 18px;
background:#f4f6fb;
margin-right:6px;
border-radius:6px 6px 0 0;
cursor:pointer;
}

.top-tabs button.active{
background:#4a6cf7;
color:white;
}*/

/* TAB CONTENT */

/*.tab-pane{
display:none;
}

.tab-pane.active{
display:block;
}*/

/* FORM GRID */

/*.form-row{
display:flex;
gap:15px;
margin-bottom:15px;
}

.form-col{
flex:1;
}

.form-control{
width:100%;
padding:8px;
border:1px solid #ccc;
border-radius:6px;
}*/

/* MOBILE */

/*@media(max-width:768px){

.main-layout{
flex-direction:column;
}

.left-menu{
width:100%;
}

.form-row{
flex-direction:column;
}

}*/*/

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Segoe UI;
}

/* FULL SCREEN */

.app-container{
display:flex;
/*height:100vh;*/
width:100%;
}

/* LEFT MENU */

.side-menu{
width:230px;
background:linear-gradient(180deg,#0f0c29,#6366f1);
color:white;
padding-top:20px;
}

.side-menu ul{
list-style:none;
padding:0;
}

.side-menu li{
padding:14px 20px;
cursor:pointer;
transition:0.3s;
}

.side-menu li:hover{
background:rgba(255,255,255,0.15);
}




.side-menu li.active{
background:white;
color:#0f0c29;
font-weight:bold;
}

.side-menu li:hover{
background:rgba(255,255,255,0.2);
}
/* SUBMENU */

/*.submenu{
display:none;
background:rgba(0,0,0,0.1);
}

.submenu li{
padding-left:25px;
font-size:14px;
}*/
/* SUBMENU */

.submenu{
display:none;
background:rgba(255,255,255,0.05);
}

.submenu li{
padding:10px 35px;
font-size:14px;
color:#ddd;
}

.submenu li:hover{
background:rgba(255,255,255,0.2);
color:white;
}

.submenu li.active{
background:white;
color:#0f0c29;
font-weight:bold;
}
/* RIGHT PANEL */

.main-panel{
flex:1;
display:flex;
padding:25px;
flex-direction:column;
background:#f4f6fb;
}

/* PANELS */

.panel{
display:none;
}

.panel.active{
display:block;
}

/* TOP TABS */

.top-tabs{

background:white;
padding:10px;
border-bottom:1px solid #ddd;
}

.top-tabs button{
border:none;
background:#eef1ff;
padding:10px 18px;
margin-right:5px;
border-radius:6px;
cursor:pointer;
}

.top-tabs button.active{
background:#0f0c29;
color:white;
}

/* CONTENT AREA */

.content-area{
flex:1;
padding:25px;
}

/* TAB */

.tab-pane{
display:none;
}

.tab-pane.active{
display:block;
}

/* FORM */

.form-row{
display:flex;
gap:20px;
margin-bottom:15px;
}

.form-col{
flex:1;
}

/*input{
width:100%;
padding:8px;
border-radius:6px;
border:1px solid #ccc;
}*/

/* MOBILE */

@media(max-width:768px){

.app-container{
flex-direction:column;
}

.side-menu{
width:100%;
display:flex;
overflow:auto;
}

.side-menu ul{
display:flex;
}

.side-menu li{
padding:12px;
white-space:nowrap;
}

.form-row{
flex-direction:column;
}

}

/*button{
background:#6366f1;
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
margin-top:10px;
}

button:hover{
background:#4f46e5;
}

label{
font-size:13px;
margin-bottom:4px;
display:block;
}*/



.dashboard{
padding:20px;
}

/* CARDS */

.dash-cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
margin-bottom:30px;
}

.dash-card{
padding:20px;
border-radius:10px;
color:white;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.dash-card h3{
font-size:16px;
margin-bottom:10px;
}

.dash-card p{
font-size:28px;
font-weight:bold;
}

/* CARD COLORS */

.total{ background:#6366f1; }

.value{ background:#22c55e; }

.Expre{ background:#48436e; }

.fast{ background:#16a34a; }

.slow{ background:#f59e0b; }

.reorder{ background:#ef4444; }

.dead{ background:#374151; }

/* TABLE */

.dash-table{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.dash-table table{
width:100%;
border-collapse:collapse;
margin-top:10px;
}

.dash-table th{
background:#0f0c29;
color:white;
padding:10px;
text-align:left;
}

.dash-table td{
padding:10px;
border-bottom:1px solid #eee;
}

.dash-table tr:hover{
background:#f4f6fb;
}


.card{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.filters{
display:flex;
gap:10px;
margin-bottom:20px;
flex-wrap:wrap;
}

.filters select,
.filters input{
padding:8px;
border-radius:6px;
border:1px solid #ccc;
}

.btn-search{
background:#6366f1;
color:white;
border:none;
padding:8px 18px;
border-radius:6px;
cursor:pointer;
}

.btn-search:hover{
background:#4f52d8;
}

.report-table{
width:100%;
border-collapse:collapse;
}

.report-table th{
background:#0f0c29;
color:white;
padding:10px;
text-align:left;
}

.report-table td{
padding:10px;
border-bottom:1px solid #eee;
}

.report-table tr:hover{
background:#f4f6fb;
}

/* FSN Colors */

.fast{
color:green;
font-weight:bold;
}

.medium{
color:orange;
font-weight:bold;
}

.slow{
color:red;
font-weight:bold;
}


.imgBox .deleteBtn {
    position:absolute;
    top:2px;
    right:2px;
    background:red;
    color:white;
    border-radius:50%;
    width:20px;
    height:20px;
    display:none;
    text-align:center;
    line-height:20px;
    cursor:pointer;
}

.imgBox:hover .deleteBtn {
    display:block;
}


.folder {
    width:120px;
    margin:10px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:8px;
    text-align:center;
    cursor:pointer;
    transition:0.2s;
}

.folder:hover {
    background:#ff7300;
}

.folder.active {
    border:2px solid #007bff;
    background:#e6f0ff;
}