 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

 html {

   scroll-behavior: smooth;
   block: 'start';
 }

 body {
   background: #dce4f1;
   /* font-family: 'Montserrat', sans-serif; */
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   overflow-x: hidden;
padding-bottom: 100px;
 }

 .ml10 {
   margin-left: 10px;
 }

 .ml15 {
   margin-left: 15px;
 }

 .ml20 {
   margin-left: 20px;
 }

 .mt5 {
   margin-top: 5px;
 }

 .mt10 {
   margin-top: 10px;
 }

 .mt15 {
   margin-top: 15px;
 }

 .mt20 {
   margin-top: 20px;
 }

 .mt30 {
   margin-top: 30px;
 }

 .mt40 {
   margin-top: 40px;
 }

 .mt50 {
   margin-top: 50px;
 }

 .mt60 {
   margin-top: 60px;
 }

 .mt70 {
   margin-top: 70px;
 }

 .mt80 {
   margin-top: 80px;
 }

 .mr10 {
   margin-right: 10px;
 }

 .mr15 {
   margin-right: 15px;
 }

 .mr20 {
   margin-right: 20px;
 }

 .mr30 {
   margin-right: 30px;
 }

 .mr40 {
   margin-right: 40px;
 }

 .mr50 {
   margin-right: 50px;
 }

 .mr60 {
   margin-right: 60px;
 }

 .mr70 {
   margin-right: 70px;
 }

 .mb80 {
   margin-bottom: 80px;
 }

 .mb10 {
   margin-bottom: 10px;
 }

 .mb20 {
   margin-bottom: 20px;
 }

 .mb30 {
   margin-bottom: 30px;
 }

 .mb40 {
   margin-bottom: 40px;
 }

 .mb50 {
   margin-bottom: 50px;
 }

 .mb60 {
   margin-bottom: 60px;
 }

 .mb70 {
   margin-bottom: 70px;
 }

 .mb80 {
   margin-bottom: 80px;
 }

 .login-block-setting {
   margin-top: 10%;

 }


 .bg-white {
   background: #ffffff;
 }

 .inner-top-head {
   background: #09367B;
 }


 .wrapper {
   height: 100vh;

 }

 .content {
   height: calc(100% - 100px);
   overflow: auto;
   background: white;
 }

 .fa {
   font-size: 16px;
 }

 .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #09367b;
   color: white;
   text-align: center;
   height: 40px;
   line-height: 40px;

 }

 .navbar-nav>li>a {
   padding-left: 10px !important;
 }

 .navbar-light {
   box-shadow: 0 5px 10px rgb(72 72 72 / 5%), 0 15px 10px rgb(72 72 72 / 5%);
   border-bottom: 1px solid #dddddd;
 }

 /* .navbar-inverse {
   background-color: #09367b;
    border-color: #09367b;
    padding: 0px 5px;
    margin-bottom: 0px;

}
 
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
} 
.navbar-inverse .navbar-nav>li>a:hover ,.navbar-inverse .navbar-nav>li>a:visited ,.navbar-inverse .navbar-nav>li>a:active,.navbar-inverse .navbar-nav>li>a:focus  {
    color: #ffffff;
	background:#2267d1;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff; 
    background-color:#2267d1;
} */
 .navbar-nav>li>.dropdown-menu a {
   color: #ffffff;
   font-size: 14px;
   padding: 8px 5px;
   border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
 }

 .navbar-nav>li>.dropdown-menu a:hover {
   background: #09367b;
   font-size: 14px;
 }

 .navbar-nav>li>.dropdown-menu {
   background: #2267d1;
   margin-top: 0;
   border-radius: 0;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
 }

 .navbar-nav>li>.dropdown-menu a {
   color: #ffffff;
   font-size: 14px;
 }

 .nav-left-style li {
   display: inline-block;
   float: left;
 }

 .listt a {
   display: block;
   padding: 10px;
   border: 1px solid red;
   margin-right: 5px;
 }

 .my-container {
   background: #ffffff;
   /* height:94vh;
overflow-y:auto;
overflow-x:hidden;  */
   min-height: 90vh;
   display: flow-root;
 }

 .footer a {
   color: #eca305;
   font-weight: bold;

 }


 /* 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: 777777;
   /* Sit on top */
   left: 0;
   top: 0;
   background-color: rgb(255, 255, 255);
   /* Black fallback color */
   background-color: rgba(255, 255, 255, 0.9);
   /* Black w/opacity */
   overflow: 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: 3%;
   /* 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 */
   color: #ffffff;
 }

 /* The navigation links inside the overlay */
 .overlay a {
   padding: 8px;
   text-decoration: none;
   text-align: left;
   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: #000000;
 }

 /* Position the close button (top right corner) */
 .overlay .closebtn {
   position: absolute;
   top: 20px;
   right: 45px;
   font-size: 60px;
   z-index: 326688
 }

 /* 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: 13px
   }

   .overlay .closebtn {

     top: 15px;
     right: 35px;
   }
 }




 .features {
   padding: 50px 0;
 }

 .features.light-brown {
   background-color: transperant;
 }

 .features h2.section-title {
   color: #333333;
   font-size: 22px;
   margin: 0;
   text-align: center;
 }

 .features .v-tabs .v-tab-head a,
 .features .v-tabs a.v-tab-head {
   color: #09367b;
   cursor: pointer;
   display: block;
   padding: 15px 30px 15px 15px;
   border-right: 2px solid #33cc66;
   margin: 0;
   text-align: right;
   font-size: 13px;
 }

 .features .v-tabs .v-tab-head a.active,
 .features .v-tabs .v-tab-head a:hover,
 .features .v-tabs a.v-tab-head.active,
 .features .v-tabs a.v-tab-head:hover {
   font-weight: bold;
   text-decoration: none;
 }

 .features .v-tabs .v-tab-head a {
   position: relative;
   display: block;
   border-bottom: 0.5px solid #efefef;
 }

 .features .v-tabs .v-tab-head a.active::after,
 .features .v-tabs .v-tab-head a.active::before {
   content: "";
   border-style: solid;
   border-width: 10px;
   position: absolute;
   right: 0;
   top: 12px;
   transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
 }

 .features .v-tabs .v-tab-head a.active::before {
   border-color: #3fcf6e transparent transparent;
 }

 .features .v-tabs .v-tab-head a.active::after {
   margin-right: -2px;
   border-color: #33cc66 transparent transparent;
 }

 .features .v-tabs a.v-tab-head {
   border: none;
   padding: 15px 0;
   text-align: left;
   position: relative;
 }

 .features .v-tabs a.v-tab-head:after {
   color: #e2dcd6;
   content: "Ã¯ï¿½â€�";
   font-family: FontAwesome;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -o-transform: translateY(-50%);
 }

 .features .v-tabs a.v-tab-head.active::after {
   color: #3c6;
   content: "Ã¯ï¿½Â¸";
 }

 .features .v-tabs .v-tab-pane {
   padding: 0 15px;
 }

 .features .v-tabs .v-tab-pane ul {
   list-style: outside none none;
   margin: 0;
   padding: 0;
 }

 .features .v-tabs .v-tab-pane ul li {
   border-bottom: 0.5px solid #e2dcd6;
   color: #09367b;
   font-size: 14px;
   padding: 5px 0;
   text-align: left;
 }

 .features .v-tabs .v-tab-pane ul li i {
   color: #4c81b6;
   cursor: pointer;
   font-size: 14px;
 }

 .features .v-tabs .v-tab-pane .in {
   border-top: none;
   padding-top: 0;
 }

 .features .v-tabs .v-tab-pane .popover {
   border: 1px solid #014d7e !important;
   border-radius: 0;
   width: auto;
   margin: 10px 0 0 0;
   max-width: 276px;
   left: auto;
   box-shadow: none;
 }

 .features .v-tabs .v-tab-pane .popover.bottom .arrow {
   border-bottom-color: #014d7e;
 }

 .features .v-tabs .v-tab-pane .popover .popover-content {
   font-size: 14px;
   padding: 15px;
   text-align: center;
 }

 @media screen and (max-width: 768px) {
   .features.light-brown {
     border-top: 0 none;
   }

   .features h2.section-title {
     font-size: 32px;
   }

   .features .v-tabs .v-tab-pane .in {
     border-top: 1px solid #DDD;
     border-bottom: 2px solid #DDD;
   }

   .features .popover {
     margin: 10px 5% 0;
     max-width: none;
     width: 90%;
   }
 }

 .dropdown-menu {
   border-radius: 0px;
 }

 .nav-tabs>li>a {
   margin-right: 2px;
   line-height: 1.42857143;
   border: 0px;
   border-radius: 0px;
   color: #000000;
   font-weight: 500;
   font-size: 14px;



 }

 .nav-tabs {
   margin-bottom: 20px;
 }

 .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover {
   border: 0px;

   cursor: default;
   background: #09367b;
   transition: all 0.1s ease;
   color: #ffffff;
   outline: none;
   font-weight: 500;
   font-size: 14px;

 }

 .nav .open>a,
 .nav .open>a:focus,
 .nav .open>a:hover {
   background-color: #d2e1f9;
   border-color: #d2e1f9;
 }

 .nav>li>a:focus,
 .nav>li>a:hover {
   text-decoration: none;
   background-color: #d2e1f9;
 }


 .page-title {
   font-size: 24px;
   margin-top: 18px;
   font-weight: 500;
   color: #09367b;
   border-left: 4px solid #f1a717;
   padding-left: 15px;

 }


 /* The side navigation menu */
 .sidenav {
   height: 100%;
   /* 100% Full-height */
   width: 0;
   /* 0 width - change this with JavaScript */
   position: fixed;
   /* Stay in place */
   z-index: 1;
   /* Stay on top */
   top: 0;
   /* Stay at the top */
   right: 0;
   background-color: #111;
   /* Black*/
   overflow-x: hidden;
   /* Disable horizontal scroll */
   padding-top: 60px;
   /* Place content 60px from the top */
   transition: 0.5s;
   /* 0.5 second transition effect to slide in the sidenav */
   z-index: 333333;
 }

 /* The navigation menu links */
 .sidenav a {
   padding: 7px 5px 7px 25px;
   text-decoration: none;
   font-size: 25px;
   color: #ffffff;
   display: block;
   transition: 0.3s;
   border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
   background: #
 }

 /* When you mouse over the navigation links, change their color */
 .sidenav a:hover {
   color: #f1f1f1;
 }

 /* Position and style the close button (top right corner) */
 .sidenav .closebtn {
   position: absolute;
   top: 0;
   right: 25px;
   font-size: 36px;
   margin-left: 50px;
 }

 /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
 #main {
   transition: margin-left .5s;
   padding: 20px;
 }

 /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
 @media screen and (max-height: 450px) {
   .sidenav {
     padding-top: 15px;
   }

   .sidenav a {
     font-size: 18px;
   }
 }

 .sidenav a {
   font-size: 13px;
 }



 .nav-tabs,
 .nav-pills {
   position: relative;
 }

 /* adjust as needed so the tab text displays */
 .tabdrop {
   width: 40px;
   margin-top: .5rem;
 }

 /* hide any icons found in tabs not on first line */
 .nav-tabs li li i {
   visibility: hidden;
 }

 .hide {
   display: none;
 }

 .nav-tabs .nav-item.show .nav-link,
 .nav-tabs .nav-link.active {
   color: #ffffff;
   background: #09367b;
   border-radius: 0px;
   border-color: #fff #fff #fff;
 }

 .nav-tabs .nav-link {
   border: 0px solid transparent;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   font-size: 14px;

 }

 .nav-tabs .dropdown-menu {
   margin-top: 10px;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   background: #09367b;
   padding: 3px;
 }

 .nav-tabs .dropdown-menu>li>a {
   color: #ffffff;
   font-size: 12px;
   border-bottom: 0.5px solid rgba(255, 255, 255, 0.1)
 }

 .nav-tabs .dropdown-menu>li>a:hover {
   color: #ffffff;
   background: #2267d1;
 }

 .navbar-light .navbar-toggler {
   color: rgba(255, 255, 255, .5) !important;
   border-color: rgba(0, 0, 0, .1);
 }

 .navbar-toggler {
   padding: 5px;
   font-size: 12px;
   line-height: 1;
   background-color: #ffffff;
   /* border: 1px solid transparent; */
   border-radius: 0px;
   border: 0px;
 }

 .dropdown-menu {
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
   margin-top: 0px !important;
   width: 50% !important;
 }

 .form-control {
   border-radius: 0px !important;
   color: #212529;
   font-size: 12px !important;
   min-height: 34px !important;
 }


 .input-group-text {
   min-width: 200px !important;
 }

 .input-group-text {
   background-color: #e9edf2;
   color: #212529;
   font-size: 12px !important;
   font-weight: 400;
 }

 .input-group-text {
   width: 100% 1important;
 }

 .modal-header {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: start;
   align-items: flex-start;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 1rem 1rem;
   border-bottom: 1px solid #dee2e6;
   border-radius: 0px;
   background: #09367b;
   color: #ffffff !important;
 }

 .modal-content {
   border: 0px solid transperant !important;
   border-radius: 0px;
 }

 .modal-footer {
   background: #09367b;
   color: #ffffff !important;
   padding: 10px 0px 4px 0px !important;
 }

 .btn {
   margin: 0.2em 0.1em;
   font-family: "Open Sans", sans-serif;
   font-weight: 700;
   font-size: 1em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   border: none;
   border-bottom: 0.15em solid black;
   border-radius: 0px;
   padding: 0.3em 1.3em;
 }

 .btn-lg {
   padding: 1em 2em;
 }

 .btn-sm,
 .btn-xs {
   font-size: 0.85em;
   padding: 0.5em 1em;
 }

 .btn-xs {
   font-size: 0.85em;
   padding: 0.25em 0.75em;
 }

 .btn-default {
   border-color: #d9d9d9;
   background-image: linear-gradient(#ffffff, #f2f2f2);
 }

 .btn-default:hover {
   background: linear-gradient(#f2f2f2, #e6e6e6);
 }

 .btn-primary {
   border-color: #2a6496;
   background-image: linear-gradient(#428bca, #357ebd);
 }

 .btn-primary:hover {
   background: linear-gradient(#357ebd, #3071a9);
 }

 .btn-success {
   border-color: #3d8b3d;
   background-image: linear-gradient(#5cb85c, #4cae4c);
 }

 .btn-success:hover {
   background: linear-gradient(#4cae4c, #449d44);
 }

 .btn-info {
   border-color: #28a1c5;
   background-image: linear-gradient(#5bc0de, #46b8da);
 }

 .btn-info:hover {
   background: linear-gradient(#46b8da, #31b0d5);
 }

 .btn-warning {
   border-color: #df8a13;
   background-image: linear-gradient(#f0ad4e, #eea236);
 }

 .btn-warning:hover {
   background: linear-gradient(#eea236, #ec971f);
 }

 .btn-danger {
   border-color: #b52b27;
   background-image: linear-gradient(#d9534f, #d43f3a);
 }

 .btn-danger:hover {
   background: linear-gradient(#d43f3a, #c9302c);
 }

 .bs4ToastWrapper {
   position: fixed;
   z-index: 1;
   left: 75%;
   top: 2%;
   width: 300px;
 }

 .bs4Toasticonimage {
   height: 15px;
 }

 .bs4Toasticon {
   margin-right: 0.5rem;
 }

 .bg-warning {
   background-color: #ff8d07 !important;
 }

 .jumbotron {
   background: #e3f1ff;
   border-radius: 0px;
   padding: 2rem;
 }

 /*Blocks Styling*/

 .blocks-title {
   font-size: 18px;
   color: #2e2e2e;
   font-weight: bold;
   padding-left: 20px;
   margin-top: 20px;
   border-left: 5px solid #ec9555;
   margin-left: 10px;
 }

 .card {
   display: inline-block;
   position: relative;
 }

 .card-1 {
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
 }

 .card-1:hover {
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05);
 }

 .clearfix {
   clear: both;
   height: 30px;
 }

 .spacer {
   margin: 30px;
 }

 .block-parent-bg {
   /* background: #09367b !important; */
   /* background-image: linear-gradient(to right top, #e7ffff, #dcf9f9, #d2f3f3, #c7eeee, #bce8e8); 
	 
	background-image: linear-gradient(to right top, #c6d7f1, #b0caf3, #99bcf5, #82aff6, #6aa1f7);*/
   /* background: #AEC8F0 !important; */
   /* background-image: linear-gradient(to top, #aec8f0, #bdd3f3, #ccddf7, #dbe8fa, #eaf2fd); */
   background: #2859ac;
   color: #09367b;
   font-size: 14px;
   border-radius: 5px !important;
   float: left;
   overflow: hidden;
 }

 .block-parent-bg:hover {
   background: #009EFA !important;
   /* background-image: linear-gradient(to right top, #e7ffff, #dcf9f9, #d2f3f3, #c7eeee, #bce8e8); 
	 
	background-image: linear-gradient(to top, #bcd9e8, #bcdeeb, #bee4ed, #c0e9ee, #c3eeee);*/
   transform: scale(1.1);
   color: #ffffff !important
 }

 .big-title {
   font-size: 17px;
   font-weight: 600;
   text-align: left;
   text-transform: capitalize !important;
   color: #ffffff;
 }

 .small-title {
   font-size: 13px;
   margin-top: 5px;
 }

 .icon-style:before {
   position: absolute;
   font-size: 80px;
   bottom: -5px;
   right: 0px;
   color: #fff;
   opacity: .1;
   overflow: hidden;
 }

 .icon-style:before::hover {
   position: absolute;
   font-size: 80px;
   bottom: -5px;
   right: 0px;
   color: #fff;
   opacity: .1;
   overflow: hidden;
 }

 .block-parent {
   width: 29.5%;
   height: 160px;

   margin: 9.8px;
   padding: 10px;

   border: 0px;
 }

 @media (min-width: 1281px) {
   .block-parent {
     width: 14.85%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }

   .header-fixed.fixed {

     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     height: 35px;
     z-index: 999;

   }
 }

 @media (min-width: 1025px) and (max-width: 1280px) and (orientation: portrait) {
   .block-parent {
     width: 17.9%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }

 @media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
   .block-parent {
     width: 14.90%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }


 @media (min-width: 768px) and (max-width: 1024px) {
   .block-parent {
     width: 21.8%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }

 @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
   .block-parent {
     width: 22.6%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }

 @media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {
   .block-parent {
     width: 45% !important;
     height: 160px;

     margin: 9.8px;
     padding: 10px;

     border: 0px;
   }
 }

 @media (min-width: 481px) and (max-width: 767px) and (orientation: portrait) {
   .block-parent {
     width: 45%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }

 @media (min-width: 320px) and (max-width: 480px) {
   .block-parent {
     width: 94.5%;
     height: 160px;
     margin: 9.8px;
     padding: 10px;
     border: 0px;
   }
 }

 .header-fixed {
   transition: height 0.5s ease-in;
 }

 .card-header {
   padding: 5px !important;
   color: white;
   background: #373B44;
   background: -webkit-linear-gradient(to right, #4286f4, #0b2868);
   background: linear-gradient(to right, #4286f4, #0b2868);
   border-radius: 0px;
 }

 .card-header h6 {
   margin-bottom: 0px;
   font-size: 12px;

 }

 .card-body {
   padding: 5px;
   border: 0px;
 }

 .card-body .multiselect {
   border: 0px;
   font-size: 12px;


 }

 .multiselect {
   width: 20em;
   height: 10em;
   border: solid 1px #c0c0c0;
   overflow: auto;
 }

 .panel-title {
   position: relative;
 }

 .panel-title::after {
   content: "\f107";
   color: white;
   top: -2px;
   right: 0px;
   position: absolute;
   font-family: "FontAwesome"
 }

 .panel-title[aria-expanded="true"]::after {
   content: "\f106";
 }

 .panel-title::after {
   top: 2px;
   right: 15px;
 }

 .radio-inline {
   font-size: 11px;
   margin-right: 10px;
   margin-left: 10px;
 }

 .card-body .multiselect label {
   margin-bottom: 0px;
   margin-bottom: 2px;
   font-size: 11px;
 }

 .card-body .multiselect div {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-bottom: 2px;
   font-size: 11px;
 }

 .card-group-item {
   border: 0.5px solid #ddd;
   margin-bottom: 10px;
 }

 .card-footer {
   padding: 0px;
 }

 /* table.table-striped>thead>tr>th {
   font-size: 12px;
   text-align: center !important;
 }

 table.table-striped>tbody>tr>td {
   font-size: 12px;
 } */

 .style-for-warning {
   background: rgb(230, 202, 202);
   background: linear-gradient(90deg, rgba(230, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
   padding: 3px 5px;
   /*border:1px solid #FAE3E3;*/
   margin-top: -16px;
   font-size: 10px;
   margin-bottom: 10px;
   color: #BC2F2F !important;
 }

 .style-for-table-warning {
   background: rgb(230, 202, 202);
   background: linear-gradient(90deg, rgba(230, 202, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
   padding: 3px 5px;
   /*  border: 1px solid #FAE3E3; */
   margin-top: -1px;
   font-size: 10px;
   margin-bottom: -6px;
   color: #BC2F2F !important;
 }
 
 .workflow_icon{
   margin-left: -5px;
 }

 .title-style{
   padding: 20px 10px;
   text-align: left;
   font-size: 25px;
   border-bottom: 2px solid #009EFA;
 }

 .labelset{
   display: block;
 }


 table thead th{
  vertical-align: bottom;
  background: #eaeffd !important; 
  font-size: 14px !important;
  text-align: center !important; 
  color: #1e3770;
  margin-top: 10px;
  margin-bottom: 10px;
}
.table tbody tr td{vertical-align: middle;font-size: 14px;color: #000000;word-break: break-all;}