body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 20px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #F79D23;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #252525;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F79D23;
}

.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F79D23;
}

.header_section .header_top .social_box a:hover i {
  color: #252525;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 125px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #000000;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}
/*end header section*/

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #F79D23;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #DE8208;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #F79D23;
}
/* end slider section */

/* services section (used on services, team_hub and admin pages*/
.services_section {
  position: relative;
}

.heading_container h2 span {
  color: #F79D23;
}

.services_section .heading_container h2 {
  text-transform: none;
}

.services_section .heading_container h3 {
    text-transform: none;
    color: #66CCFF;
    font-size: 2rem;
    position: relative;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.services_section .heading_container h4 {
    text-transform: none;
    color: #253369;
    font-size: 2rem;
    position: relative;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.services_section .services_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

.services_section .box {
  margin-top: 45px;
}

.services_section .box .img-box {
  height: 65px;
}

.services_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services_section .box .detail-box {
  margin-top: 15px;
}

.services_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.services_section .box .detail-box h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.services_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.services_section .box .detail-box a:hover {
  color: #F79D23;
}

.services_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.services_section .box .img-box-logo {
  height: 65px;
}

.services_section .box .img-box-logo img {
  height: 100%;
}
/* end services section */

/* about section */
.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #F79D23;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #F79D23;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #DE8208;
}
/* end about section */

/* projects section */
.projects_section .heading_container {
  margin-bottom: 45px;
}

.projects_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.projects_section .heading_container h2 span {
  color: #ffffff;
}

.projects_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.projects_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.projects_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.projects_section .filter_box .owl-filter-bar a.active {
  color: #F79D23;
}

.projects_section .box {
  position: relative;
}

.projects_section .box .img-box {
  position: relative;
}

.projects_section .box .img-box img {
  width: 100%;
}

.projects_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #F79D23;
  font-size: 20px;
}

.projects_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F79D23;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.projects_section .box .detail-box h5 {
  font-weight: bold;
}

.projects_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.projects_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.projects_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.projects_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.projects_section .project_carousel .owl-nav button:hover {
  background-color: #F79D23;
}

.projects_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.projects_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}
/* end projects section */

/* industries section */
.industries_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.industries_section .heading_container {
  margin-bottom: 15px;
  color: #ffffff;
}

.industries_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.industries_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.industries_section .img-box {
  border-radius: 30px;
  overflow: hidden;
  margin-right: 0px;
  margin-top: 50px;
  position: relative;
}

.industries_section .img-box img {
  max-width: 100%;
  height: auto;
}

.industries_section .box p {
  margin-top: 5px;
}

.industries_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}

.industries_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.industries_section .carousel-indicators li {
  background-color: #F79D23;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.industries_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}
/* end industries section */

/* why us section */
.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}
.why_us_section .why_us_container .box .img-box {
  background-color: #F79D23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #F79D23;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  background-color: #DE8208;
}
/* end why us section */

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-top: 50px;
  margin-bottom: 25px;
}

.contact_section .heading_container .img-box {
  height: 25px;
}

.contact_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #F79D23;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::placeholder {
  color: #252525;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  background-color: #F79D23;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact_section .form_container button:hover {
  background-color: #DE8208;
}
/* end contact section */

/* re-usable file upload section*/
.upload_section {
  position: relative;
}

.upload_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.upload_section .heading_container .img-box {
  height: 25px;
}

.upload_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 0px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section .heading_container button:hover {
  background-color: #19B2FF;
}

.upload_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #66CCFF;
  font-size: 1.5rem;
}

.upload_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.upload_section .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex; 
  align-items: center; 
  margin-bottom: 10px; 
}

.upload_section .form_container label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

.upload_section .form_container input {
  width: auto;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.upload_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  font-size: 1rem;
  max-width: 100px;
  width: 100%;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section .form_container button:hover {
  background-color: #19B2FF;
}

.upload_section .form_container input[type="file"]::file-selector-button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 7px;
  background-color: #66CCFF;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section .form_container input[type="file"]::file-selector-button:hover {
  background-color: #19B2FF;
}

.upload_section select {
  width: 525px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 300px;
  height: 30px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end re-usable file upload section*/

/* re-usable file upload smartphone section*/
.upload_smartphone_section {
  position: relative;
}

.upload_smartphone_section .heading_container {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 350px;
  display: block;
}

.upload_smartphone_section .heading_container .img-box {
  height: 0px;
}

.upload_smartphone_section .heading.container .img-box img {
  height: 50px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

.upload_smartphone_section .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_smartphone_section .heading_container button:hover {
  background-color: #19B2FF;
}

.upload_smartphone_section .heading_container h2 {
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  font-size: 28px;
  margin-left: 115px;
  margin-top: 9px;
  margin-bottom: 25px;
  color: #66CCFF;
  line-height: 1;
}

.upload_smartphone_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #66CCFF;
}

.upload_smartphone_section .form_container {
  margin-right: 15px;
  width: 350px;
  display: flex; 
  align-items: center; 
  margin-bottom: 10px; 
}

.upload_smartphone_section .form_container label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

.upload_smartphone_section .form_container input {
  width: 150px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.upload_smartphone_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 25px;
  margin-right: 40px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_smartphone_section .form_container button:hover {
  background-color: #19B2FF;
}

.upload_smartphone_section .form_container input[type="file"]::file-selector-button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 7px;
  background-color: #66CCFF;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_smartphone_section .form_container input[type="file"]::file-selector-button:hover {
  background-color: #19B2FF;
}

.upload_smartphone_section select {
  width: 360px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 300px;
  height: 30px;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end re-usable file upload smartphone section*/


/* admin file upload section*/
.upload_section_admin {
  position: relative;
}

.upload_section_admin .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.upload_section_admin .heading_container .img-box {
  height: 25px;
}

.upload_section_admin .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section_admin .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.upload_section_admin .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.upload_section_admin .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #253369;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section_admin .heading_container button:hover {
  background-color: #192347;
}

.upload_section_admin .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex; 
  align-items: center; 
  margin-bottom: 10px; 
  }

.upload_section_admin .form_container label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
  }

.upload_section_admin .form_container input {
  width: auto;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.upload_section_admin .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #253369;
  font-size: 1rem;
  max-width: 200px;
  width: 100%;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section_admin .form_container button:hover {
  background-color: #192347;
}

.upload_section_admin .form_container input[type="file"]::file-selector-button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 7px;
  background-color: #253369;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.upload_section_admin .form_container input[type="file"]::file-selector-button:hover {
  background-color: #192347;
}

.upload_section_admin select {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end admin file upload section*/

/* user registration section*/
.registration_section {
  position: relative;
}

.registration_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.registration_section .heading_container .img-box {
  height: 25px;
}

.registration_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.registration_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
}

.registration_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.registration_section .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.registration_section .form_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.registration_section .form_container label {
  margin-right: 10px;
  min-width: 150px;
  text-align: right;
}

.registration_section .form_container input {
  text-transform: uppercase;
  width: 710px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.registration_section .form_container input[readonly] {
  color: #808080;
  cursor: not-allowed;
}

.registration_section .form_container input[type="date"] {
  width: 135px;
  padding-left: 5px;
  text-align: center;
}

.registration_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  font-size: 1rem;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 210px;
  width: 100%;
  background-color: #253369;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.registration_section .form_container button:hover {
  background-color: #192347;
}

.registration_section select {
  width: 120px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.registration_section .readonly-select {
  width: 120px;
  pointer-events: none;
  cursor: default;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #808080;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end user registration section*/


/* update user section*/
.update_user_section {
  position: relative;
}

.update_user_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.update_user_section .heading_container .img-box {
  height: 25px;
}

.update_user_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
}

.update_user_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.update_user_section .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.update_user_section .form_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.update_user_section .form_container label {
  margin-right: 10px;
  min-width: 150px;
  text-align: right;
}

.update_user_section .form_container input {
  text-transform: uppercase;
  width: 710px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.update_user_section .form_container input[type="date"] {
  width: 135px;
  padding-left: 5px;
  text-align: center;
}

.update_user_section .form_container input[readonly] {
  color: #808080;
  cursor: not-allowed;
} 

.update_user_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 10px;
  margin-right:10px;
  max-width: 185px;
  width: 100%;
  background-color: #66CCFF;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_section .form_container button:hover {
  background-color: #19B2FF;
}

.update_user_section .form_container input[type="file"]::file-selector-button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 7px;
  background-color: #66CCFF;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_section .form_container input[type="file"]::file-selector-button:hover {
  background-color: #19B2FF;
}

.update_user_section .box {
  position: relative;
  align-items: center;
  display: flex; 
}

.update_user_section .box label {
  margin-right: 15px;
  min-width: 150px;
  text-align: right;
}

.update_user_section .box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0px;
  margin-left: 30px;
  padding: 8px 8px;
  font-size: 0.75rem;
  background-color: #66CCFF;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_section .box button:hover {
  background-color: #19B2FF;
}

.update_user_section .box .img-box {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.update_user_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  align-items: center;
}

.update_user_section select {
  width: 120px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.update_user_section .readonly-select {
  width: 120px;
  pointer-events: none;
  cursor: default;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #808080;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end update user section*/

/* login section*/
.login_section {
  position: relative;
}

.login_section .heading_container {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 400px;
}

.login_section .heading_container .img-box {
  height: 25px;
}

.login_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.login_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
}

.login_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #66CCFF;
}

.login_section .form_container {
  margin-right: 15px;
  width: 400px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.login_section .form_container label {
  margin-right: 10px;
  min-width: 100px;
  text-align: right;
}

.login_section .form_container input {
  text-transform: uppercase;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.login_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 25px;
  background-color: #66CCFF;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.login_section .form_container button:hover {
  background-color: #19B2FF;
}

.login_section .form_container .toggle-switch-container {
    display: flex; /* Activates Flexbox layout */
    align-items: center; /* Vertically centers all child items */
    gap: 10px; /* Adds some space between the label and the toggle */
    /* You can also add margin/padding here if needed */
}

.login_section .form_container .toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute; /* */
}

/* Style the main label (the "prompt") */
.login_section .form_container .text-label {
  margin-right: 10px;
  min-width: 100px;
  text-align: right;
}

/* Style the main label container (the "track") */
.login_section .form_container .toggle-label {
  display: block;
  cursor: pointer;
  width: 100px; /* Adjust width as needed */
  min-width: 0px;
  height: 50px; /* Adjust height as needed */
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ccc; /* Default (Off/No) color */
  border-radius: 34px; /* Makes it rounded */
  position: relative;
  transition: background-color 0.4s;
  overflow: hidden; /* */
}

/* Change background color when the checkbox is checked (On/Yes) */
.login_section .form_container .toggle-checkbox:checked + .toggle-label {
  background-color: #66CCFF; /* Color when checked */
}

/* Style for the inner content (Yes/No text) */
.login_section .form_container .toggle-inner {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Vertically center the text */
  width: 100%;
  font-size: 0px; /* */
}

/* Text for the "Off" state (No) */
.login_section .form_container .toggle-inner::before {
  content: attr(data-off); /* Use the data-off attribute value */
  right: 11px; /* Position for "No" text */
  color: #aaaaaa;
  position: absolute;
  top: 0;
  opacity: 1; /* Visible by default */
}

/* Text for the "On" state (Yes) */
.login_section .form_container .toggle-inner::after {
  content: attr(data-on); /* Use the data-on attribute value */
  left: 11px; /* Position for "Yes" text */
  color: #FFFFFF;
  position: absolute;
  top: 0;
  opacity: 0; /* Hidden by default */
}

/* Show "Yes" text and hide "No" text when checked */
.login_section .form_container .toggle-checkbox:checked + .toggle-label .toggle-inner::before {
  opacity: 0;
}

.login_section .form_container .toggle-checkbox:checked + .toggle-label .toggle-inner::after {
  opacity: 1;
}

/* Style the sliding handle (the "knob") */
.login_section .form_container .toggle-switch-handle {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  width: 34px; /* Adjust size based on height */
  height: 34px;
  background: #fff;
  border-radius: 50%; /* Makes it a circle */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

/* Move the handle to the right when checked */
.login_section .form_container .toggle-checkbox:checked + .toggle-label .toggle-switch-handle {
  transform: translateX(50px); /* Move right: track width - handle width - padding (100 - 34 - 8*2 = 50) */
}
/* end login section*/

/* update password section*/
.update_password_section {
  position: relative;
}

.update_password_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.update_password_section .heading_container .img-box {
  height: 25px;
}

.update_password_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_password_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
}

.update_password_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.update_password_section .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.update_password_section .form_container label {
  margin-right: 10px;
  min-width: 200px;
  text-align: right;
}

.update_password_section .form_container input {
  text-transform: uppercase;
  width: 500px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.update_password_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 25px;
  margin-left: 215px;
  margin-right: 45px;
  font-size: 1rem;
  background-color: #66CCFF;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_password_section .form_container button:hover {
  background-color: #19B2FF;
}
/* end update password section*/


/* invoice upload history section*/
.invoice_upload_history_section {
  position: relative;
}

.invoice_upload_history_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.invoice_upload_history_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #66CCFF;
  font-size: 1.5rem;
}

.invoice_upload_history_section .heading_container .img-box {
  height: 25px;
}

.invoice_upload_history_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_upload_history_section .form_container {
  display: grid;
  grid-template-columns: 400px 100px 160px 100px 150px 100px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: auto;
  width: 1110px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.invoice_upload_history_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  background-color: #66CCFF;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  max-width: 100px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_upload_history_section .form_container button:hover {
  background-color: #19B2FF;
}

.invoice_upload_history_section .form_container h3 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}
/* end invoice upload history section*/

/* safety bulletin history section*/
.safety_bulletin_history_section {
  position: relative;
}

.safety_bulletin_history_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.safety_bulletin_history_section .heading_container .img-box {
  height: 25px;
}

.safety_bulletin_history_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_history_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #66CCFF;
  font-size: 1.5rem;
}

.safety_bulletin_history_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.safety_bulletin_history_section .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-top: 25px;
  background-color: #66CCFF;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_history_section .heading_container button:hover {
  background-color: #19B2FF;
}

.safety_bulletin_history_section .form_container {
  margin-right: 15px;
  width: 890px;
}

.safety_bulletin_history_section .form_container {
  display: grid;
  grid-template-columns: 400px 100px 100px 100px 100px;
  grid-template-rows: repeat(8, auto);
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.safety_bulletin_history_section .form_container h3 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.safety_bulletin_history_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  background-color: #66CCFF;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  max-width: 100px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_history_section .form_container button:hover {
  background-color: #19B2FF;
}
/* end safety bulletin history section*/

/* safety bulletin management section*/
.safety_bulletin_management_section {
  position: relative;
}

.safety_bulletin_management_section button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_management_section button:hover {
  background-color: #192347;
}

.safety_bulletin_management_section .detail-box {
  width: 1310px;
}

.safety_bulletin_management_section .detail-box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 210px;
  width: 100%;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_management_section .detail-box button:hover {
  background-color: #192347;
}

.safety_bulletin_management_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.safety_bulletin_management_section .heading_container .img-box {
  height: 25px;
}

.safety_bulletin_management_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_management_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #253369;
}

.safety_bulletin_management_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #253369;
}

.safety_bulletin_management_section .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-top: 25px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_management_section .heading_container button:hover {
  background-color: #192347;
}

.safety_bulletin_management_section .form_container {
  margin-right: 15px;
  width: 1140px;
}

.safety_bulletin_management_section .form_container {
  display: grid;
  grid-template-columns: 400px 100px 100px 125px 100px 100px 100px;
  grid-template-rows: repeat(8, auto);
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.safety_bulletin_management_section .form_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.safety_bulletin_management_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  margin-right:0px;
  max-width: 100px;
  width: 100%;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_management_section .form_container button:hover {
  background-color: #192347;
}
/* end safety bulletin management section*/

/* safety bulletin read report section*/
.safety_bulletin_read_report_section {
  position: relative;
}

.safety_bulletin_read_report_section .detail-box {
  width: 1310px;
}

.safety_bulletin_read_report_section .detail-box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  font-size: 1rem;
  max-width:300px;
  width: 100%;
  margin-top: 10px;
  margin-right: 200px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_read_report_section .detail-box button:hover {
  background-color: #192347;
}

.safety_bulletin_read_report_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.safety_bulletin_read_report_section .heading_container .img-box {
  height: 25px;
}

.safety_bulletin_read_report_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_read_report_section .heading_container h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 115px;
  color: #253369;
}

.safety_bulletin_read_report_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  color: #253369;
}

.safety_bulletin_read_report_section .form_container {
  margin-right: 15px;
  width: 815px;
}

.safety_bulletin_read_report_section .form_container {
  display: grid;
  grid-template-columns: 400px 120px 130px 100px;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.safety_bulletin_read_report_section .form_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}
/* end safety bulletin read report section*/

/* safety bulletin active user section*/
.safety_bulletin_active_user_section {
  position: relative;
}

.safety_bulletin_active_user_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.safety_bulletin_active_user_section .heading_container .img-box {
  height: 25px;
}

.safety_bulletin_active_user_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_active_user_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #253369;
  color: #253369;
  font-size: 1.5rem;
  font-weight: bold;
}

.safety_bulletin_active_user_section .form_container {
  margin-right: 15px;
  width: 575px;
}

.safety_bulletin_active_user_section .form_container {
  display: grid;
  grid-template-columns: 150px 120px 130px 110px;
  grid-template-rows: repeat(8, auto);
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.safety_bulletin_active_user_section .form_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.safety_bulletin_active_user_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  max-width: 90px;
  width: 100%;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.safety_bulletin_active_user_section .form_container button:hover {
  background-color: #192347;
}
/* end safety bulletin active user section*/

#sbreaddialog {
  width: 1000px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sbreaddialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

#sbreaddialog h2 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#sbreaddialog p {
  line-height: 1.6;
  color: #555;
}

#sbreaddialog button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #66CCFF;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sbreaddialog button:hover {
  background-color: #19B2FF;
}

#sbreaddialog input {
  text-transform: uppercase;
  width: 800px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#sbreaddialog label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

#sbreaddialog select {
  width: 250px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  padding: 10px;
  margin-top: 7px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#sbreaddialog select option {
  color: gray;
}

#sbreaddialog select selected {
  color: gray;
}
/* end safety bulletin read dialog box section*/

/* NERS Doc replacedby dialog box section*/
#nersreplacedbydialog {
    width: 1000px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #66CCFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nersreplacedbydialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

#nersreplacedbydialog h2 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#nersreplacedbydialog p {
  line-height: 1.6;
  color: #555;
}

#nersreplacedbydialog button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #66CCFF;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#nersreplacedbydialog button:hover {
  background-color: #19B2FF;
}

#nersreplacedbydialog input {
  text-transform: uppercase;
  width: 800px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#nersreplacedbydialog label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

#nersreplacedbydialog select {
  width: 400px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: 50px;
  padding: 10px;
  margin-top: 7px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

#nersreplacedbydialog select option {
  color: gray;
}

#nersreplacedbydialog select selected {
  color: gray;
}
/* end NERS Doc replacedby dialog box section*/

/* login dialog box section*/
#logindialog {
  width: 555px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logindialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

#logindialog h2 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#logindialog p {
  line-height: 1.6;
  color: #555;
}

#logindialog button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #66CCFF;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#logindialog button:hover {
  background-color: #19B2FF;
}

#logindialog .toggle-switch-container {
    display: flex; /* Activates Flexbox layout */
    align-items: center; /* Vertically centers all child items */
    gap: 10px; /* Adds some space between the label and the toggle */
    /* You can also add margin/padding here if needed */
}

#logindialog .toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute; /* */
}

/* Style the main label (the "prompt") */
#logindialog .text-label {
  margin-right: 10px;
  min-width: 100px;
  text-align: right;
}

/* Style the main label container (the "track") */
#logindialog .toggle-label {
  display: block;
  cursor: pointer;
  width: 100px; /* Adjust width as needed */
  min-width: 0px;
  height: 50px; /* Adjust height as needed */
  margin-left: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #ccc; /* Default (Off/No) color */
  border-radius: 34px; /* Makes it rounded */
  position: relative;
  transition: background-color 0.4s;
  overflow: hidden; /* */
}

/* Change background color when the checkbox is checked (On/Yes) */
#logindialog .toggle-checkbox:checked + .toggle-label {
  background-color: #66CCFF; /* Color when checked */
}

/* Style for the inner content (Yes/No text) */
#logindialog .toggle-inner {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Vertically center the text */
  width: 100%;
  font-size: 0px; /* */
}

/* Text for the "Off" state (No) */
#logindialog .toggle-inner::before {
  content: attr(data-off); /* Use the data-off attribute value */
  right: 11px; /* Position for "No" text */
  color: #aaaaaa;
  position: absolute;
  top: 0;
  opacity: 1; /* Visible by default */
}

/* Text for the "On" state (Yes) */
#logindialog .toggle-inner::after {
  content: attr(data-on); /* Use the data-on attribute value */
  left: 11px; /* Position for "Yes" text */
  color: #FFFFFF;
  position: absolute;
  top: 0;
  opacity: 0; /* Hidden by default */
}

/* Show "Yes" text and hide "No" text when checked */
#logindialog .toggle-checkbox:checked + .toggle-label .toggle-inner::before {
  opacity: 0;
}

#logindialog .toggle-checkbox:checked + .toggle-label .toggle-inner::after {
  opacity: 1;
}

/* Style the sliding handle (the "knob") */
#logindialog .toggle-switch-handle {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  width: 34px; /* Adjust size based on height */
  height: 34px;
  background: #fff;
  border-radius: 50%; /* Makes it a circle */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}

/* Move the handle to the right when checked */
#logindialog .toggle-checkbox:checked + .toggle-label .toggle-switch-handle {
  transform: translateX(50px); /* Move right: track width - handle width - padding (100 - 34 - 8*2 = 50) */
}
/* end login dialog box section*/

/* admin default dialog box section*/
dialog {
  width: 1000px;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #253369;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

dialog h2 {
  text-transform: uppercase;
  color: #253369;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

dialog p {
  line-height: 1.6;
  color: #555;
}

dialog button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #253369;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

dialog button:hover {
  background-color: #192347;
}

dialog input {
  text-transform: uppercase;
  width: 800px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

dialog label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

dialog select {
  width: 250px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 7px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

dialog select option {
  color: gray;
}

dialog select selected {
  color: gray;
}
/* end admin default dialog box section*/

/* ners passport upload history section*/
.np_upload_history_section {
  position: relative;
}

.np_upload_history_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.np_upload_history_section .heading_container .img-box {
  height: 25px;
}

.np_upload_history_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_upload_history_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #66CCFF;
  font-size: 1.5rem;
  font-weight: bold;
}

.np_upload_history_section .form_container {
  display: grid;
  grid-template-columns: 400px 100px 100px 100px 300px 100px 100px;
  margin-right: 10px;
  width: 1300px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  outline: none;
  font-size: 0.875rem;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_upload_history_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  background-color: #66CCFF;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  max-width: 100px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_upload_history_section .form_container button:hover {
  background-color: #19B2FF;
}

.np_upload_history_section .form_container h3 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
}
/* end ners passport upload history section*/

/* ners passport section - document section*/
.np_section_document_section {
  position: relative;
}

.np_section_document_section button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section button:hover {
  background-color: #19B2FF;
}

.np_section_document_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.np_section_document_section .heading_container .img-box {
  height: 25px;
}

.np_section_document_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section .heading_container h2 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
}

.np_section_document_section .heading_container h7 {
  text-align: left;
  margin-left: 115px;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #66CCFF;
  margin-bottom: 28px;
}

.np_section_document_section .heading_container h4 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 8px;
}

.np_section_document_section .form_container {
  display: grid;
  grid-template-columns: 250px 400px 100px 100px;
  width: 900px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section .form_container h3 {
    text-transform: uppercase;
    color: #66CCFF;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 0px 5px 0px;
}
/* end ners passport section - document section*/

/* ners passport section - document section ADMIN*/
.np_section_document_section_admin {
  position: relative;
}

.np_section_document_section_admin button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #253369;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin button:hover {
  background-color: #192347;
}

.np_section_document_section_admin .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1400px;
}

.np_section_document_section_admin .heading_container .img-box {
  height: 25px;
}

.np_section_document_section_admin .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .heading_container h2 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.np_section_document_section_admin .heading_container h7 {
  text-align: left;
  margin-left: 115px;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
  margin-bottom: 28px;
}

.np_section_document_section_admin .heading_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 8px;
}

.np_section_document_section_admin .form_container {
  display: grid;
  grid-template-columns: 250px 400px 100px 100px 100px 110px;
  width: 1150px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section_admin .form_container h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.np_section_document_section_admin .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px; 
  margin-top: 0px;
  margin-right: 2px;
  white-space: nowrap; /* Forces "REMOVE ALERT" to stay on one line */
  max-width: 100px;
  width: 100%;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .form_container button:hover {
  background-color: #192347;
}

.np_section_document_section_admin .form_container_2 {
  display: grid;
  grid-template-columns: 250px 400px 100px 100px 100px 105px 105px;
  width: 1265px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section_admin .form_container_2 h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.np_section_document_section_admin .form_container_2 button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px; 
  margin-top: 0px;
  margin-right: 2px;
  white-space: nowrap; /* Forces "REMOVE ALERT" to stay on one line */
  max-width: 100px;
  width: 100%;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .form_container_2 button:hover {
  background-color: #192347;
}

.np_section_document_section_admin .form_container_3 {
  display: grid;
  grid-template-columns: 250px 400px 100px 100px 100px 105px 105px 105px;
  width: 1375px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section_admin .form_container_3 h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.np_section_document_section_admin .form_container_3 button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px; 
  margin-top: 0px;
  margin-right: 2px;
  white-space: nowrap; /* Forces "SET TO YES/NO" to stay on one line */
  max-width: 100px;
  width: 100%;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .form_container_3 button:hover {
  background-color: #192347;
}

.np_section_document_section_admin .form_container_4 {
  display: grid;
  grid-template-columns: 250px 400px 100px 100px 135px 135px;
  width: 1210px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 1rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section_admin .form_container_4 h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.np_section_document_section_admin .form_container_4 button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px; 
  margin-top: 0px;
  margin-right: 2px;
  white-space: nowrap; /* Forces "REMOVE ALERT" to stay on one line */
  width: 135px;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .form_container_4 button:hover {
  background-color: #192347;
}

.np_section_document_section_admin .form_container_5 {
  display: grid;
  grid-template-columns: 400px 100px 100px 100px 300px 100px 100px;
  width: 1300px;
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 1rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_section_document_section_admin .form_container_5 h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.np_section_document_section_admin .form_container_5 button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px; 
  margin-top: 0px;
  margin-right: 2px;
  white-space: nowrap; /* Forces "REMOVE ALERT" to stay on one line */
  width: 100px;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_section_document_section_admin .form_container_5 button:hover {
  background-color: #192347;
}
/* end ners passport section - document section ADMIN*/

/* ners passport document competency list section*/
.np_document_competencies_section {
  position: relative;
}

.np_document_competencies_section button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #66CCFF;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_document_competencies_section button:hover {
  background-color: #19B2FF;
}

.np_document_competencies_section .heading_container {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 1000px;
}

.np_document_competencies_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #66CCFF;
}

.np_document_competencies_section .form_container {
  display: grid;
  grid-template-columns: 500px;
  width: 520px;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #66CCFF;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_document_competencies_section .form_container h3 {
  text-transform: uppercase;
  color: #66CCFF;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px 25px 0px;
}
/* end ners passport document competency list section*/

/* admin - ners passport user details section*/
.np_user_details_section_admin {
  position: relative;
}

.np_user_details_section_admin select {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_user_details_section_admin button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 10px;
  width: 250px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #253369;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_user_details_section_admin button:hover {
  background-color: #192347;
}

.np_user_details_section_admin .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.np_user_details_section_admin .heading_container .img-box {
  height: 25px;
}

.np_user_details_section_admin .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_user_details_section_admin .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.np_user_details_section_admin .heading_container h8 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
  margin-left: 115px;
}

.np_user_details_section_admin .form_container {
  display: grid;
  grid-template-columns: 350px 600px;
  width: 960px;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  align-items: center; 
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_user_details_section_admin .form_container h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.np_user_details_section_admin .form_container_2 {
  display: grid;
  grid-template-columns: 500px 100px 100px 100px 170px 130px 100px 130px;
  width: 1430px;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  align-items: center; 
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_user_details_section_admin .form_container_2 h2 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.np_user_details_section_admin .form_container_2 h3 {
  text-transform: uppercase;
  color: #BFBFBF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 5px 0px;
}

.np_user_details_section_admin .form_container_2 h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 5px 0px;
}
/* admin - end ners passport user details section*/

/* admin - ners passport document competency list section*/
.np_document_competencies_section_admin {
  position: relative;
}

.np_document_competencies_section_admin button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  margin-top: 25px;
  margin-right: 180px;
  background-color: #253369;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_document_competencies_section_admin button:hover {
  background-color: #192347;
}

.np_document_competencies_section_admin .heading_container {
  margin-top: 25px;
  margin-bottom: 10px;
  width: 1000px;
}

.np_document_competencies_section_admin .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #253369;
}

.np_document_competencies_section_admin .form_container {
  display: grid;
  grid-template-columns: 500px;
  width: 520px;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_document_competencies_section_admin .form_container h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px 25px 0px;
}
/* admin - end ners passport document competency list section*/


/* admin - ners passport upload history section*/
.np_upload_history_section_admin {
  position: relative;
}

.np_upload_history_section_admin button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  background-color: #253369;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_upload_history_section_admin button:hover {
  background-color: #192347;
}

.np_upload_history_section_admin .heading_container {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 1000px;
}

.np_upload_history_section_admin .heading_container .img-box {
  height: 25px;
}

.np_upload_history_section_admin .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_upload_history_section_admin .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #253369;
}

.np_upload_history_section_admin .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
}

.np_upload_history_section_admin .form_container {
  display: grid;
  grid-template-columns: 500px 250px 125px 125px 125px 150px 150px 150px;
  margin-right: 15px;
  width: 1680px;
  row-gap: 10px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_upload_history_section_admin .form_container h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px 0px 0px;
}
/* admin - end ners passport upload history section*/

/* admin - ners passport generation section*/
.np_generation_section_admin {
  position: relative;
}

.np_generation_section_admin .heading_container {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 1000px;
}

.np_generation_section_admin .heading_container .img-box {
  height: 25px;
}

.np_generation_section_admin .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_generation_section_admin .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
}

.np_generation_section_admin .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  color: #253369;
  margin-left: 115px;
}

.np_generation_section_admin .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.np_generation_section_admin .form_container label {
  margin-right: 10px;
  min-width: 170px;
  text-align: right;
}

.np_generation_section_admin .form_container input {
  text-transform: uppercase;
  width: 500px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_generation_section_admin .form_container input[readonly] {
  color: #808080;
  cursor: not-allowed;
}

.np_generation_section_admin .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 20px;
  margin-top: 25px;
  margin-right: 30px;
  background-color: #253369;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.np_generation_section_admin .form_container button:hover {
  background-color: #192347;
}

.np_generation_section_admin .form_container_2 {
  display: grid;
  grid-template-columns: 200px 650px;
  width: 875px;
  row-gap: 0px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  align-items: center; 
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_generation_section_admin .form_container_2 h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.np_generation_section_admin select {
  width: 120px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.np_generation_section_admin .readonly-select {
  width: 120px;
  pointer-events: none;
  cursor: default;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #808080;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end ners passport generation section*/

/* admin - invoice management upload history section*/
.invoice_management_upload_history_section {
  position: relative;
}

.invoice_management_upload_history_section button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 50px;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 1rem;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_management_upload_history_section button:hover {
  background-color: #192347;
}

.invoice_management_upload_history_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.invoice_management_upload_history_section .heading_container .img-box {
  height: 25px;
}

.invoice_management_upload_history_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_management_upload_history_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #253369;
  font-size: 1.5rem;
  font-weight: bold;
}

.invoice_management_upload_history_section .heading_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1.5rem;
  margin-left: 135px;
  font-weight: bold;
  margin-top: 50px;
}

.invoice_management_upload_history_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.invoice_management_upload_history_section .heading_container label {
  margin-right: 10px;
  min-width: 120px;
  text-align: right;
}

.invoice_management_upload_history_section .heading_container input {
  width: auto;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.invoice_management_upload_history_section .heading_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 135px;
  font-size: 1rem;
  max-width: 150px;
  width: 100%;
  background-color: #253369;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_management_upload_history_section .heading_container button:hover {
  background-color: #192347;
}

.invoice_management_upload_history_section .form_container {
  display: grid;
  grid-template-columns: 400px 100px 110px 150px 115px 115px 115px;
  grid-template-rows: repeat(8, auto);
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  width: 1210px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.invoice_management_upload_history_section .form_container h3 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  color: #253369;
}

.invoice_management_upload_history_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 50px;
  max-width: 120px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.invoice_management_upload_history_section .form_container button:hover {
  background-color: #192347;
}

.invoice_management_upload_history_section select {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end admin - invoice management upload history section*/

/* user management section*/
.user_management_section {
  position: relative;
}

.user_management_section button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  padding: 8px 8px;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 170px;
  width: 100%;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.user_management_section button:hover {
  background-color: #192347;
}

.user_management_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1150px;
}

.user_management_section .heading_container .img-box {
  height: 25px;
}

.user_management_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.user_management_section .heading_container h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 115px;
  color: #253369;
}

.user_management_section .form_container {
  margin-right: 15px;
  width: 780px;
}

.user_management_section .form_container {
  display: grid;
  grid-template-columns: 110px 90px 90px 100px 100px 90px 90px;
  grid-template-rows: repeat(8, auto);
  row-gap: 2px;
  column-gap: 10px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 5px;
  align-items: center;
  font-size: 0.875rem;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.user_management_section .form_container h4 {
  text-transform: uppercase;
  color: #253369;
  font-size: 1rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}

.user_management_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 0px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: #253369;
  outline: none;
  color: #FFFFFF;
  font-size: 0.75rem;
  max-width: 90px;
  width: 100%;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.user_management_section .form_container button:hover {
  background-color: #192347;
}
/* end user management section*/

/* update user account section*/
.update_user_account_section {
  position: relative;
}

.update_user_account_section .heading_container {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 1000px;
}

.update_user_account_section .heading_container .img-box {
  height: 25px;
}

.update_user_account_section .heading.container .img-box img {
  height: 25px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_account_section .heading_container h2 {
  text-transform: uppercase;
  margin-left: 115px;
  color: #253369;
}

.update_user_account_section .heading_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.update_user_account_section .form_container {
  margin-right: 15px;
  width: 1000px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.update_user_account_section .form_container h7 {
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  color: #253369;
}

.update_user_account_section .form_container label {
  margin-right: 10px;
  min-width: 150px;
  text-align: right;
}

.update_user_account_section .form_container input {
  text-transform: uppercase;
  width: 710px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.update_user_account_section .form_container input[type="date"] {
  width: 135px;
  padding-left: 5px;
  text-align: center;
}

.update_user_account_section .form_container input[readonly] {
  color: #808080;
  cursor: not-allowed;
} 

.update_user_account_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  font-size: 1rem;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 185px;
  width: 100%;
  background-color: #253369;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_account_section .form_container button:hover {
  background-color: #192347;
}

.update_user_account_section .form_container input[type="file"]::file-selector-button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 8px;
  margin-top: 7px;
  background-color: #253369;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_account_section .form_container input[type="file"]::file-selector-button:hover {
  background-color: #192347;
}

.update_user_account_section .box {
  position: relative;
  align-items: center;
  display: flex; 
}

.update_user_account_section .box label {
  margin-right: 15px;
  min-width: 150px;
  text-align: right;
}

.update_user_account_section .box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0px;
  margin-left: 30px;
  padding: 8px 8px;
  font-size: 0.75rem;
  background-color: #253369;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.update_user_account_section .box button:hover {
  background-color: #192347;
}

.update_user_account_section .box .img-box {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 50px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #253369;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.update_user_account_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  align-items: center;
}

.update_user_account_section select {
  width: 120px;
  border-radius: 5px;
  border: 1px solid #253369;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  align-items: center;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
/* end update user account section*/


/* info section*/
.info_section {
  background-color: #252525;
  color: #ffffff;
  padding: 45px 0;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #F79D23;
}
/* end info section*/

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */