:root{--brand:#0b3a87; --brand2:#0ea5e9; --bg:#f6f8fc; --card:#ffffff; --stroke:#e7ecf6; --text:#0f172a; --muted:#64748b; --shadow: 0 14px 45px rgba(15, 23, 42, .10); --shadow2: 0 8px 24px rgba(15, 23, 42, .10); --radius: 18px}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; background: #cfe2ff; }

.button1 { border: 1px solid #0f2960; color:#0f2960; text-decoration: none;  border-radius: 5px; padding: 10px 25px; 
 box-shadow: 5px 5px 0px 0px #0f2960; font-size: 14px; }
.button1:hover { border: 1px solid #0f2960; box-shadow: 6px 6px 0px 0px #0f2960;  }

.button2 { border: 1px solid #fff; color:#fff; text-decoration: none; border-radius: 5px; padding: 10px 25px; 
  box-shadow: 5px 5px 0px 0px #fff; font-size: 14px; }
.button2:hover { border: 1px solid #fff; box-shadow: 6px 6px 0px 0px #fff; }

.button3 { border: 1px solid #0f2960; color:#0f2960; text-decoration: none; border-radius: 5px; padding: 10px 25px; background: #fff;
    box-shadow: 5px 5px 0px 0px #0f2960; width: 100%; transition: ease all 0.3s; }
.button3:hover {   color: #000;   box-shadow: 7px 7px 0px 0px #0f2960;  }

.buttonnew { border: 0;   text-decoration: none; font-size: 13px; border-radius: 5px; padding: 10px 15px;  transition: ease all 0.3s; margin: 0 0 0 10px; }
.buttonnew:hover { background: #000; color: #fff; }

.buttonnew.export { background:  #ed9e24; color: #fff; }
.buttonnew.export:hover { background: #000; color: #fff; }

.buttonnew.add { background:  #0f2960; color: #fff; }
.buttonnew.add:hover { background: #000; color: #fff; }

.buttonnew.back { background:  #888; color: #fff; }
.buttonnew.back:hover { background: #000; color: #fff; }

.logintoplogo { display: flex; flex-flow: column; height: 100%; justify-content: center; align-items: baseline;  }
.logintoplogo h4 { font-size:22px; display:block; margin:25px 0 25px 0; color:#fff; font-weight: 600; }

 .topbtn { position: fixed; top: 30px; right: 30px; z-index: 11;  }  

.mainlogintop {  background: #0f2960; position: relative; background-size: cover !important; height:65%; position: fixed; width: 100%; top: 0; left:0; z-index: -1; }
.mainlogintop:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #000; opacity: 0.4; }

.btming { position: absolute; bottom: 0; width:50%; z-index: 1;  } 
.mainlogintopnew {  display: flex; }

.loginright { width: 100%; display:flex; justify-content:center; align-items:center; height: 100vh;  }
.loginright-in { width: 450px; }
 
.loginimg { width: 50%; z-index: -1; left: 0; margin: 15px; width:calc( 50% - 30px); 
   height:calc( 100% - 30px); border-radius: 30px; overflow: hidden; position: relative; }
.loginimg img { width: 100%; height:  100%;  padding: 0px;  top: 0; opacity: 1; object-fit: cover; }
.loginimg:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #000; opacity: 0.2; }
.loginlogo { display: flex; justify-content: center; align-items: center; flex-flow: column; }
.loginlogo h4 { font-size:22px; display:block; margin:25px 0 25px 0; color:#fff; font-weight: 600;  text-align: center; }

.mainlogin {  position: relative; z-index: 1;   height: 100vh; width: 100%; display: flex; justify-content: center;   align-items: center; }
.loginform  { padding: 30px 40px 30px 40px !important; }
.loginform  h3 { display: block; font-size: 22px; margin: 0 0 15px 0; }
.loginform .span12 { width: 100%; margin:0 0 15px 0; border: 0; padding: 10px 0; font-size: 14px; border-bottom: 2px solid #dadada; }
.loginform .span12:focus-visible {  outline: 0; box-shadow: none; }
.loginform .span12:focus { border-bottom: 2px solid #0f2960;  }

.loginform .login-link { display: block; margin: 15px 0; }  

.forgotpopup input { width: 100%; margin:0 0 15px 0; border: 0; padding: 10px 0; font-size: 14px; border-bottom: 2px solid #dadada; }
.forgotpopup input:focus-visible {  outline: 0; box-shadow: none; }

.mainlogin h2 { font-size:34px; display:block; margin:40px 0 30px 0; color:#fff; font-weight: 600; }
.mainlogin h2 strong { font-size:44px; display:block; margin:0 0 0px 0; color:#fff; font-weight: 600; }

.registration { padding: 25px 0 0 0; text-align: center; font-size: 14px; }

.logoadmin {  height: 38px; margin: 10px 0 40px 0; }

 #newcontent {  width: 100%;   padding: 0 0 0 00px;   min-height: 100vh;      transition: ease all 0.5s;}
 #newcontent.active { padding: 0 0 0 250px; }
 #main-contentnew {
    background: #cfe2ff;
    padding: 15px ;
    margin: 0px 0 0 0;
    height: calc(100vh - 70px); 
      
    width: 100%; display: flex;
    flex-flow: column;
    justify-content: stretch;
    align-items: stretch;
}

 .headings { padding: 5px 0 10px 0;display: flex; justify-content: space-between; align-items: center; }
.headings h4 { margin: 0; font-size: 21px; }
 .headingsec { display: flex; align-items: center; }
 .headingsec p { margin: 0; font-size: 13px; }

.table-responsive { height: 100%;  background: #fff;  padding:20px 10px 20px 20px;  overflow: scroll;  border: 0px solid #dadada;  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%); }

.dt-layout-row { display: flex; justify-content: space-between; padding: 5px 0; font-size: 12px; }
.dt-layout-row  input ,.dt-layout-row select { border: 1px solid #dadada; border-radius: 5px; padding: 0 5px; line-height: 32px;
   height: 32px; }
.dt-layout-row label { padding: 0 5px; }

.dt-paging button { line-height: 32px; width: 32px;  height: 32px; background: #dadada; border: 0; font-size: 12px; margin: 0 0 0 4px; }
.dt-paging button.current { background:#0f2960; color:#fff; }
.dt-paging .ellipsis { padding: 0 5px; }
.dt-layout-table { display: block; }

.newsidebar {
    height: calc(100vh - 0px);
    position: fixed;
    top:  0px;
    
    width: 250px;
    background: #fff;
    z-index: 10;
    transition: 
ease all 0.5s;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.10);
}
 
.form-otpdiv { position: relative; }
.form-otpdiv .formotp { position: absolute; top: 8px; right: 0px; background: #198754; line-height: 24px; color: #fff; font-size: 11px; padding: 0 5px; border-radius: 5px; }
.form-otpdiv .formotp1 { position: absolute; top: 8px; right: 10px; background: #198754; line-height: 24px; color: #fff; font-size: 11px; padding: 0 5px; border-radius: 5px; }

.form-otpdiv input { padding-right: 70px !important; }

.form-password { position: relative; }
.form-passwordoptions {   position: absolute !important; top: 32px; right: 0px; }

a { text-decoration: none; }
 

.togglediv { position: relative; text-align: left; padding: 0 15px 0 0; }
.togglediv strong { font-size: 12px; font-weight: 700; display: block;}
.togglediv small { font-size: 11px; display: block;}
.togglediv img { position:absolute; left: -44px; top:3px; border: 1px solid #dadada;   width: 36px;  height: 36px;}
.togglediv.dropdown-toggle::after { position: absolute; right: 0; top: 15px; } 
.dropdownlist  h6 { font-size: 13px; color:#198754;}

.dropdownlist  a { font-size: 13px; color:#000;}

.chartmain { height: 365px; }

.menu-btn { float: left;  width: 35px;   height: 35px;  line-height: 50px; text-align: center;  
   padding: 6px 0 0 18px;  position: absolute;  left: 0;
    top: 16px;  z-index: 99;  background: #fff; cursor: pointer;  border-radius: 0 5px 5px 0; }
.menu-btn a { display:block; }
/*.side-btn span { width:20px; height:2px; background:#fff; display:block; margin:5px 0; }
*/
.menu-btn span {background:#000; height:2px; display:block; width:13px; position:relative; margin:11px 0 0 0; }
.menu-btn span:after { content:""; height:2px; background:#000; width:18px;  position:absolute; left:0;  transform: rotate(0deg); top: -6px;}
.menu-btn span:before { content:""; height:2px; background:#000; width:18px;  position:absolute; left:0; transform: rotate(0deg);  top: 6px; }
.menu-btn.active span {  height:0px; position:relative; width:20px; }
.menu-btn.active span:after { content:""; height:2px; background:#000; width:100%; top:-9px; position:absolute; left:0; transform: rotate(45deg); top: -0px; }
.menu-btn.active span:before { content:""; height:2px; background:#000; width:100%; bottom:-9px; position:absolute; left:0;transform: rotate(-45deg);top: -0px; }
	
 
.newsidebar {  height: calc(100vh -  0px); position: fixed; top: 0px; left: -0px;  width: 250px;
    z-index: 10;  transition: ease all 0.5s;  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.10); overflow-y: scroll; padding: 15px 0 0 0;  background: #0f2960; }	
.newsidebar.open { left:-250px; }	
.newsidebar .navbar { padding:0; }

.sidebarmenu { margin: 0px; }
.sidebarmenu a { display: block; width: 100%; position: relative;padding: 12px 15px; border-radius: 0px; color: #fff; 
  transition: ease all 0.3s; font-size: 14px; margin-bottom: 3px; background: #ffffff12;}
  .sidebarmenu a i { position: absolute; top: 13px; right: 13px; }
.sidebarmenu a:hover { background: #ffffff29; color: #fff; }
.sidebarmenu .active a { background: #ffffff29; color: #fff; }

.sidebarmenu .unstyled { margin-top:-3px; background: #ffffff12;  border-radius: 5px; list-style: none; padding: 0; margin-left:0px; }
.sidebarmenu .unstyled li { position: relative; }
.sidebarmenu .unstyled li a { position: relative; padding: 10px 10px 10px 30px; background: none; font-size: 13px; color: #fff; }
.sidebarmenu .unstyled li:after { content: ""; position: absolute ;  left: 15px;top:18px; border-radius: 10px;  background: #fff;  width: 5px;  height: 5px; display: block; } 
.sidebarmenu button .arrowicon  { position: absolute; right: 12px; top:13px; font-size: 16px; } 
.sidebarmenu  .btn-toggle-nav { padding: 10px 15px; }


.form-cardfilter { background: none; border: 0; }

.form-cardfiltertop { box-shadow: var(--shadow2); border: 0; background: #fff; border-radius: 10px; }


#searchRoomBtn { margin-top: 0px; }

 

.header { background: #fff; height: 70px; position: relative; padding-left: 50px !important; }
.top-3-sec .box { background: #fff; padding: 20px;  margin: 0 0 30px 0; border-radius: var(--radius);  border: 1px solid var(--stroke);  box-shadow: var(--shadow2);  }
.top-3-sec .box .detail { display: flex; justify-content: flex-start;  align-items: center; text-align: center; flex-flow:column; }
.top-3-sec .box p { display: flex; font-size: 20px; justify-content: center;  align-items: center; width: 60px; height: 60px; 
  border-radius:100px; background: #0f2960; color: #fff; margin: 0 0px 15px 0; }
.top-3-sec .box h6 { margin: 0; }

.top-3-sec11  .box { background: #fff; }

.export-div { display: flex; justify-content: space-between; padding: 0 0 20px 0; }

.chart-inner  {  padding: 20px; height: 360px;  margin: 0 0 30px 0; border-radius: var(--radius);  border: 1px solid var(--stroke);  background: var(--card);  box-shadow: var(--shadow2);  }

 .department-inner { height: 350px; overflow-y: scroll; }

 .responsive.department-sec  {  height: 350px; overflow-y: scroll;   padding: 20px; }

.table3 { width: 100% !important;  }
.table3 th { padding: 7px; background:#0f2960; color: #fff; border: 1px solid #dadada; font-size: 13px; }
.table3 td { padding: 7px;   color: #000; border: 1px solid #dadada; font-size: 13px; transition: ease all 0.3s; }
.table3 tr:nth-child(even) { background: #fff;  }
.table3 tr:nth-child(odd) { background: #f7f7f7;  }
.table3 tr:hover { background: #f1f1f1;  }


.department-sec {    margin: 0 0 30px 0; border-radius: var(--radius);  border: 1px solid var(--stroke);  background: var(--card);  box-shadow: var(--shadow2);  }

.department-sec h4 { display: block; padding: 20px; font-size: 18px; border-bottom: 1px solid #dadada; margin: 0; }
.tab-content { padding:15px 20px 20px 20px; }

.department-sec .labelbtn { display: flex; margin-bottom: 10px; }
.department-sec .labelbtn label { display: flex; background: #fafafa; padding: 5px 10px; border-radius: 10px; }
 .department-sec .labelbtn label input { margin: 0 5px 0 0; }


 .export-report { padding: 10px; }
  .export-report span { font-size: 13px; padding: 0 0 4px 0; display: block; }
 .export-report input , .export-report select { width: 100%; padding: 0 10px; margin:0 0 15px 0; line-height: 40px; height: 40px; border: 1px solid #dadada; border-radius: 5px; font-size: 14px; }
 

.complaint { margin: 0 0 30px 0; padding: ; border-radius: var(--radius);  border: 1px solid var(--stroke);  background: var(--card);  box-shadow: var(--shadow2);  }
.complaint h4 {  }
 


.btn-view { width: 24px; height: 24px; line-height:24px; text-align:center; padding: 0; border: 0; background: #ed9e24; color: #fff; border-radius: 3px; display: block; }
.btn-view:hover { background: #000; }

.btn-edit { width: 24px; height: 24px; line-height:24px; text-align:center; padding: 0; border: 0; background: #ed9e24; color: #fff; border-radius: 3px; display: block;}
.btn-edit:hover { background: #000; }

.active-status { padding: 1px 10px; }
.inactive-status { padding: 1px 10px; }

.formtable { padding: 0 0 15px 0; }
.formtable label { display: block; font-size: 13px; padding: 0 0 4px 0; }
.formtable input,
.formtable select { width: 100%; padding:0 10px; line-height: 40px; height: 40px; border-radius: 5px; border: 1px solid #dadada; 
    font-size: 14px;appearance: auto;  }
.formtable textarea { width: 100%; padding:5px 10px; line-height: 16px; height: 160px; border-radius: 5px; border: 1px solid #dadada; 
    font-size: 14px;appearance: auto;  }
.formtable input[type="file"] {  line-height: 21px;  padding: 5px;}


.formtable .button5 { border: 0; background: #0f2960; color: #fff;  text-decoration: none; font-size: 13px; border-radius: 5px;
   padding: 13px 25px; height: auto;  transition: ease all 0.3s;  line-height: normal;  width: auto;}
.formtable .button5:hover { background: #000; color: #fff; }

.spanform { display: flex; flex-flow: wrap;}
.spanform span { display: flex; margin: 0 20px 5px 0; width: 200px; }
.spanform input[type="checkbox"],.spanform input[type="radio"] { width: 20px; height: 20px; margin: 0 5px 0 0; -webkit-appearance:auto; }

.spanform2 { display: flex; flex-flow: wrap; }
.spanform2 span { display: flex; margin: 3px 0px 5px 0; width: 48%; font-size: 13px; }
.spanform2 input[type="checkbox"] { width: 16px; height: 16px; margin: 0 5px 0 0; -webkit-appearance:auto; }

.profileimage { position: relative;width: 150px; height: 150px;  padding: 0px; border-radius: 100px; 
    background: #fafafa;  }
.profileimage  img { width: 150px; height: 150px; border-radius: 100px; object-fit: cover;border: 0px solid #0f2960; background: #f1f1f1;  }
.profileimage input[type="file"] { padding:10px; border-radius: 30px; height: 40px;width: 40px;  border: 0; padding: 0px;
     position: absolute; bottom: 0; right:6px; line-height: normal; 
  }
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: '';
  background: url(../imgs/photo-camera.png) no-repeat ,#0f2960;
  text-align: center;
  color: #fff; width: 100%; height: 40px; padding: 0px 0; bottom: 10px; right: 10px;
  display: inline-block; background:;
  
  
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  
  font-weight: 400;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  
  background: url(../imgs/photo-camera.png) no-repeat ,#00000072;
}

.userinfo { display: block; font-size: 16px;  height: 80%; font-weight: 600;padding: 15px 15px;
    box-shadow: 0 15px 25px 0 rgb(24 28 33 / 8%);
    border-radius: 10px;
    background: #fff;
    margin: 10px 0 20px;
     
    transition: transform 0.3s ease, box-shadow 0.3s ease;
 }
.userinfo b { display: block; font-size: 13px; font-weight: normal; padding: 0 0 4px 0; }
.userinfo .alert { padding: 5px 10px; display: inline-flex; margin: 0; }
.userinfoimage { text-align: center; display: block; font-size: 16px; margin: 0 0 0px 0; font-weight: 600; 
     background: #0f2960; padding: 25px;  box-shadow: 0 15px 25px 0 rgb(24 28 33 / 8%); color:#fff; border-radius: 10px; }
.userinfoimage .img  { background: #fff; width: 200px; height: 200px; overflow: hidden; border-radius: 200px; display: block; margin: 0px auto 10px;  }
.userinfoimage .img img  { width: 100%; height: 100%; object-fit: cover; }

#newsidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #0f2960;
}

#newsidebar::-webkit-scrollbar
{
	width: 10px;
	background-color: #0f2960;
}

#newsidebar::-webkit-scrollbar-thumb
{
	background-color: #ffffff2e;
	border: 2px solid #ffffff2e;
}

 .table-collapse { background:#e7ebfb; }
.table-collapse .list { list-style-type:disc; display:flex; justify-content:space-between; margin:0px; padding:0px;  }
.table-collapse .list li strong { font-size:13px;}
.table-collapse .box-default { background:#fff; padding:15px; border:1px solid #dadada; margin-top:15px; padding-left:30px;}
.table-collapse .fa-chevron-up { display:none;}
.table-collapse.active .fa-chevron-down { display:none;}
.table-collapse.active .fa-chevron-up { display:inline-block;}
.table-collapse .box-default{ display:none;}
.table-collapse.active .box-default { display:block;}  
 
/*.table-collapse .process-list { list-style-type:disc; display:flex; justify-content:space-between; margin:0px; padding:0px; border:none; position:relative; padding-top:50px; }
.table-collapse .process-list:after { content:""; background:#f0f7ff; position:absolute; top:30px; width:100%; left:0px; display:block; height:6px;  z-index:9; border:1px solid #dadada; border-radius:3px; }
.table-collapse .process-list li { width:100%; position:relative; }
.table-collapse .process-list li a { border:none; padding:10px 0px; color:#ccc; text-transform:uppercase; font-size:12px; display:block; text-align:center; background:none; }
.table-collapse .process-list li.active a { color:#000; }
.table-collapse .process-list li:hover a,.table-collapse .process-list li:active a,.table-collapse .process-list li:focus a,.table-collapse .process-list li.active a { background:none;border:none;   }

/* .table-collapse .process-list li:before {  content:""; background:#e9eaff; position:absolute; top:-33px; width:30px; left:50%; display:block; height:30px; border-radius:50%; z-index:10; margin-left:-15px; } 
.table-collapse .tab-content { padding-top:35px; overflow:hidden;}
.table-collapse .process-list li.active:before {background:#36d477; }
.table-collapse .process-list li .info { padding-top:40px;}
.table-collapse .view-details { color:#00bfe7; font-weight:bold; }
.table-collapse .view-details .fa { margin-left:8px;} */

.main-contentnew11 .table-responsive { position: relative; }
.main-contentnew11 .table-responsive:after { content: ""; top:0; left: 0; position: absolute; background: #e7f0ff; height: 100%; width: 34%; display: block; }

.main-contentnew11 .table-responsive .container-fluid { z-index: 1; position: relative; } 

.table-responsive-box1 {  height: 100%; 
padding:0 20px 0 0px;
    
    border-radius: 10px;
     
     
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
.table-responsive-box {background: #fff;
    
     
    border: 0px solid #dadada;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%); margin-bottom: 10px; }

.section-container { padding: 0px 0 0 120px; list-style: none; margin: 10px 0; border:0px solid #dadada; position: relative; }
/* .section-container:after { content: ""; position: absolute; width: 2px; height: 100%; background: #ddd; left: 20px; top: 0; } */
.section-container li {  padding: 0 0 0px 0 ; margin: 0 0 10px 0; border:2px solid #cedcf1;
    box-shadow: 5px 5px 0px #cedcf1; }
.section-container li:last-child { }
.section-container .remark { padding: 20px 20px;  }
.section-container .remark p { font-size: 13px; display: block; margin: 0; }
.section-container .remark p strong { font-size: 14px; display: block; }

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;display: none;
    
    position: absolute;
    left: 20px;
    width: 1px;
    height: 98%;
    z-index: 10; top:15px;
}
ul.timeline > li {
    margin: 20px 0 20px 20px;
    padding-left: 0px; position: relative;
}

ul.timeline > li:before {
    content: ' '; display: none;
    background: white;
    
    position: absolute;
    border-radius: 50%;
    border: 5px solid #155dfc;
    left: -40px;
    width: 20px;
    height: 20px;
    z-index: 10; top:15px;
}
ul.timeline  p { font-size: 14px; }
ul.timeline  strong { font-size: 14px; }

.drop-container {
  position: relative; text-align: center;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   
  padding: 30px 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;transition: background .2s ease-in-out, border .2s ease-in-out;
 
}

.section-container .remarkdate { display: flex; justify-content: space-between;  padding: 15px 20px; font-size: 14px; position: relative;border-bottom:1px solid #ddeaff;  }
.section-container .remarkdate:after { content: ""; position: absolute; left:-10px ; top:14px; width: 0; 
  height: 0;   border-top: 10px solid transparent;  border-bottom: 10px solid transparent;  border-right:10px solid #cedcf1; display: none;   }
.section-container .remarkdate .date { position: absolute; width: 100px; left: -120px; padding: 8px; background: #0f2960;
    top: -0px;
    text-align: center;
    font-size: 13px; color: #fff; border-radius: 5px;  } 
.section-container .remarkdate .date:after { content: ""; position: absolute; right:-8px ; top:14px; width: 0; 
  height: 0;   border-top: 8px solid transparent;  border-bottom: 8px solid transparent;  border-left:8px solid #0f2960;   }
.section-container .remarkdate p { margin: 0; font-size: 13px; }
.process-list  { display: flex; border: 0; justify-content: end; }
.process-list a { padding: 4px 5px;   margin: 0 0 0 10px ;  border-radius: 4px; display: block;font-size: 10px;  font-weight: 600; }
 
.listnew { list-style: none; padding: 0 ; margin: 0; display: flex; flex-flow: wrap; }
 
.listnew li {  display: block; font-size: 14px;  width: 100%; font-weight: bold;  height: 80%; font-weight: 600; padding: 0 0 11px 0; 
  border-bottom:0px solid #dadada; margin: 0px 0 11px 0; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.listnew li .number { width: 40px; height: 40px; background: #0b3a87; color:#fff; display: flex; justify-content: center; align-items: center; border-radius: 40px; }
.listnew li:last-child { margin: 0; padding: 0; }
.listnew li small { display: block; font-size: 12px; font-weight: normal; }
.listnew li .alert { padding: 1px 5px; font-size: 14px; margin-top: 3px; }
.listnew li  .buttonnew { width: 100%; margin: 10px 0 0 0; }

.profileul  { list-style: none; padding: 0 ; margin: 0; display: flex; flex-flow: wrap; }
.profileul li { font-size: 14px; display: block; padding: 5px 0 5px 25px; width: 100%; font-weight: bold; position: relative; }
.profileul li b { display: block; font-size: 12px; font-weight: normal; }
.profileul li i { position: absolute; left: 0; top: 3px; color: #ed9e24; font-size: 18px; }

 
.view-detailsbtn { margin:1px 0 0 0; font-size: 12px;  display: inline-block; background: #ed9e24; color:#fff;  white-space: nowrap; text-decoration: none;
   border-radius: 4px; padding: 4px  8px;    transition: ease all 0.3s; }
.view-detailsbtn:hover {   background: #000;   }

@media (max-width:767px) {
#newcontent.active { padding: 0; }
.newsidebar { left:-270px; }
.newsidebar.open{ left:-0px; }
.menu-btn { transition: ease all 0.3s; padding: 6px 0 0 7px; }
.menu-btn.active {left:210px; transition: ease all 0.3s; background:none; } 
.logo {     width: 60%; display: block; font-size: 12px; padding: 2px 0 0 0;}
.headerprofile { position: absolute; top: 17px; right: 11px; }
.menu-btn.active span:before { background: #fff; }
.menu-btn.active span:after { background: #fff; }

.table-responsive { padding: 10px; }
ul.timeline > li { margin: 20px 0 20px 0px;}
.section-container { padding: 0; }
.section-container .remarkdate { flex-flow: column; padding: 10px; }
.section-container .remark { padding: 10px; }
.section-container .remarkdate .date { position: relative; left: 0; width: 100%; margin-bottom: 10px; }
.section-container .remarkdate .date:after { display: none; }
.main-contentnew11 .table-responsive:after { display: none; }
.headings { flex-flow: column; align-items: baseline; }
.headingsec { margin-top: 5px; width: 100%;  justify-content: space-between;}
.headingsec p { width: 30%; }
.headings .buttonnew { padding: 8px; font-size: 11px; margin: 0 0 0 5px;}
#main-contentnew { padding: 10px; }

}