﻿body {
  /*padding-top: 50px;
    padding-bottom: 20px;*/
  margin-bottom: 21px !important; /* Margin bottom by footer height */
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}

body {
  font-size: 0.875rem !important;
}

.navbar-brand {
  font-size: 1rem;
}

.customCardHeader {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: none;
  padding-top: 0.5rem !important;
  font-weight: 500;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 7px;
}

.customCard {
  border: none;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%);
  padding: 0px;
  border-radius: 15px;
}

.customBodyStyle {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.list-group-item {
  border: 0.5px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 5px;
  padding-top: 5px;
}

.list-group-item:last-child {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.customNavBar {
  /*margin-left: auto;*/
  margin-right: 76px !important;
}

.modal-header {
  padding: 6px;
}

.modal-body {
  padding: 3px;
}

.loginHeaderStyle {
  padding-top: 20px;
}

.loginCardStyling {
    margin-top: 100px;
    max-width: 450px;
    min-width: 400px;
    padding-left: .8rem;
    padding-right: .8rem;
}
.selectRoleCardStyle {
    margin-right: 0px;
    margin-left: 0px;
}

.loginStyle {
  margin-bottom: 60px;
}

.loginCardBody {
  padding: 32px 40px !important;
}

.navbar .nav-item .dropdown-toggle::after {
  display: -webkit-inline-box;
}

.Create.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*Import Mapping Styling*/
.Subheading {
  font-weight: 500;
}

.autoMapLabel {
  background-color: #c3e6cb;
}

#RiskToTbl,
#AssetTbl {
  display: flex;
  flex-flow: column;
  width: 100%;
}

#RiskToTbl thead,
#AssetTbl thead {
  flex: 0 0 auto;
}

#RiskToTbl tbody,
#AssetTbl tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
}

#RiskToTbl tr,
#RiskToTbl tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}

a {
  text-decoration: none;
}

.container {
  min-width: 100%;
  display: block;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-top: 50px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.dropdown-submenu {
  position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
/*        left: 100%;*/
        left: -100% !important;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        background-color: #303f9f !important;
    }

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-circle-xl {
  width: 60px;
  height: 60px;
  padding: 10px 16px;
  border-radius: 35px;
  text-align: center;
  font-size: 24px;
  line-height: 1.33;
}

.mainHeaderStyle {
  font-size: 20px;
  font-weight: bold;
  background-color: blue;
  color: white;
  width: 100%;
  text-align: center;
}

.navbarStyling .nav-link {
  padding: 0.3rem 0.8rem !important;
}

.session-info {
  width: 100%;
  background: #ffffcc;
  display: flex;
  justify-content: space-between;
  padding: 2px 15px;
}

.session-hide {
  display: none;
}

.session-text {
  margin: 0;
  font-size: 12px;
}

.session-link {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

.btn-s {
  float: right;
  height: 24px;
}

.HRdivider {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

.MainFooter {
  background-color: #f5f5f5;
}

.LoginPartStyling {
    padding: 54px;
    background-color: #f2f5fc;
    height: 100%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.SignInCardStyling {
  max-width: 1250px;
  margin-top: 15px;
}

/*Login page carousel styling*/
.LoginCarousel .carousel-indicators [data-bs-target] {
  background-color: #c5c5c5 !important;
}

.LoginCarousel .carousel-indicators {
  margin-bottom: -1rem !important;
}

.LoginCarousel .carousel-control-prev {
  justify-content: left !important;
}

.LoginCarousel .carousel-control-next {
  justify-content: right !important;
}

.BarUnderNavBar {
    background-color: #303f9f !important;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
    min-height: 50px;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
    margin-left: 10px;
    padding-right: 16px;
    gap: .5rem;
}
.IdBarUnderNavBar {
    background-color: #007bff !important;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
    margin-left: 10px;
    padding-right: 16px;
}

.headingMarginStyling {
    margin-left: 1.5rem !important;
    margin-bottom: 0 !important;
}

.ContainerStyling {
    padding: 1rem 1rem 0.5rem 1.5rem;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.navToggleStyling {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ExternalSignIn .btn-light {
  --bs-btn-hover-bg: #fff;
  --bs-btn-border-color: rgba(0, 0, 0, 0.175);
}

.ExternalSignIn {
  margin-top: 33px;
}

.externalLoginSpanText {
  color: grey;
  display: block;
  text-align: center;
}
/*Loader Css;*/

/*!
  		  * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
  		  * Copyright 2015 Daniel Cardoso <@DanielCardoso>
  		  * Licensed under MIT
  		  */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-spin-clockwise {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-spin-clockwise.la-dark {
  color: #333;
}

.la-ball-spin-clockwise > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}

.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
  -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -0.875s;
  -moz-animation-delay: -0.875s;
  -o-animation-delay: -0.875s;
  animation-delay: -0.875s;
}

.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -0.625s;
  -moz-animation-delay: -0.625s;
  -o-animation-delay: -0.625s;
  animation-delay: -0.625s;
}

.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.la-ball-spin-clockwise > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -0.375s;
  -moz-animation-delay: -0.375s;
  -o-animation-delay: -0.375s;
  animation-delay: -0.375s;
}

.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -0.25s;
  -moz-animation-delay: -0.25s;
  -o-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -0.125s;
  -moz-animation-delay: -0.125s;
  -o-animation-delay: -0.125s;
  animation-delay: -0.125s;
}

.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin-clockwise.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-spin-clockwise.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader-overlay {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 3%, 73.7%, 0.8);
  z-index: 9999; /* Make sure the overlay is on top of everything else */
}
/*
  		  * Animation
  		  */
@-webkit-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

.InactiveLabel {
  background-color: #ffeeba;
}

.ModuleStandardBanner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Onboard Styling*/
.DownloadStyling {
  background-color: #e1e1e1;
}

.DownloadStyling:hover {
  background-color: #e1e1e1;
}
.module-list {
  text-wrap: initial;
}
.module-list-text {
  font-size: 12px;
  font-weight: 400;
}
.dropdown-item.module-list:hover {
  background-color: transparent;
}



.center-table-width {
  padding: 0.25rem 2.25rem 0.25rem 0.25rem; /* Adjust the padding as needed */
}
.card-text-heading {
  font-size: 24px;
  font-weight: bold;
}
.card-sub-heading {
  font-size: 18px;
  font-weight: lighter;
  color: #1A1A1A;
}
.searchInput {
  height: 20px;
  border-radius: 0rem;
}
.stepper-text {
  font-size: 16px;
  font-weight: bold;
}

.admin-card-size {
  min-width: 270px;
}

.admin-header-size {
  min-width: 290px;
}

@media screen and (min-width: 426px) {
  /* Hide captions */
  .import-card-size {
    min-width: 565px;
  }
  .import-header-size {
    min-width: 585px;
  }
}

@media screen and (min-width: 426px) {
  /* Hide captions */
  .risk-card-size {
    min-width: 500px;
  }
}

.clone-tab-min-width {
  min-width: max-content;
  }

  .clickable-span {
    cursor: pointer; /* Changes cursor to pointer on hover */
    color: #0D6EFC; /* Optional: makes the text look like a typical link */
  }
  
  .clickable-span:hover {
    color: #0D6EFC; /* Optional: changes color on hover */
  }
  
.dropdownSelect, .dropdownSelect a {
    background-color: #303f9f;
    color: white;
    font-size: 14px;
}
    .dropdownSelect .dropdown-header {
        color: #B0C4DE;
        font-size: 13px;
    }

    .dropdownSelect a.active, .dropdownSelect a:hover {
        background-color: #6574c4;
        color: white;
    }

@media screen and (max-width: 768px) {
    .LoginPartStyling {
        padding: 6dvh;
        background-color: #f2f5fc;
        height: 100%;
    }

    .SignInCardStyling {
        margin: 0 !important;
        margin-top: -30px !important;
        padding-bottom: 2rem;
    }
}

.successStyle, .successStyle:hover {
    background-color: #a8d5ba;
    color: black !important;
}

.warningStyle, .warningStyle:hover {
    background-color: #f9e79f;
    color: black !important;
}

.dangerStyle, .dangerStyle:hover {
    background-color: #fda69b;
    color: black !important;
}