@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;1,300&display=swap");
body {
  min-width: 100vh;
  font-family: "Roboto", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
p {
  font-family: "Roboto", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.nav-link,
.assessmentHead,
.textwelcome,
.textauditor,
.headingGreen {
  font-family: "Exo 2", sans-serif !important;
}
.exo2 {
  font-family: "Exo 2", sans-serif !important;
}
.flex-full {
  flex: 1;
}
.d-none {
  display: none;
}
.d-inline-block {
  display: inline-block;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
a:hover {
  background-color: transparent;
}
.fs-label-wrap .fs-label {
  padding: 12px 22px 14px 8px !important;
}
small {
  color: #707070;
}
.right-nav {
  padding: 1rem;
}
.right-nav img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  float: right;
}
.navbar .collapse.navbar-collapse {
  justify-content: flex-end;
}
.navbar .profile-menu {
  margin-left: 16px;
}
.navbar .profile-menu .caret {
  width: 8px;
  height: 8px;
  object-fit: contain;
  margin-left: 8px;
}
.navbar .app-menu {
  padding: 8px 15px;
  min-width: 280px;
  left: calc(-264px + 100%);
  top: calc(100% + 16px);
  filter: drop-shadow(rgba(0, 0, 0, 0.32) 0px 2px 8px);
  border: none;
}
.navbar .app-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 14px;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  transform: translateY(-50%) rotate(45deg);
  z-index: 0;
}
.navbar .app-menu .profile-row {
  align-items: flex-start;
  margin: 0;
}

.navbar .app-menu .menu-options-row {
  padding: 4px 2px 4px 8px;
  justify-content: space-between;
}

.navbar .app-menu .profile {
  color: #072c3c;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

.navbar .app-menu .logout {
  color: #ff3333;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.navbar .app-menu .menu-profile {
  list-style: none;
  padding: 4px 0 0 8px;
  margin: 0;
}
.navbar .app-menu .menu-profile .menu-email {
  color: #17c;
}
.navbar .app-menu .switch-to {
  align-items: flex-start;
  padding: 8px 0 0 0;
  color: #072c3c;
  margin: 0;
}
.navbar .app-menu .switch-to .col {
  display: flex;
  flex-direction: column;
}
.navbar .app-menu .switch-to .menu-entry {
  height: 35px;
  padding: 6px 12px;
  text-decoration: none;
}
.navbar .app-menu .switch-to .mod-logo {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.navbar .app-menu .switch-to .v-ctr {
  align-items: center;
}
.navbar .app-menu .switch-to .f9 {
  font-size: 14px;
}
.navbar .app-menu .switch-to .c00085 {
  color: rgba(0, 0, 0, 0.85);
}
.navbar .app-menu .switch-to .switch-btn {
  background-color: rgba(35, 135, 135, 0.5);
  border-radius: 6px;
  padding: 8px 14px;
  margin-left: 16px;
  color: #072c3c;
  width: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.navbar .app-menu .switch-to .switch-btn .logo {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.navbar .app-menu .switch-to .switch-btn .title {
  font-size: 12px;
  font-weight: bold;
}
.right-nav .org-logo {
  margin: 0.375rem 0;
  height: 80px;
  width: 100%;
  max-width: 300px;
  float: right;
}
.navbar-brand > img {
  height: 40px;
}
.logo-line {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #238787;
  margin: auto;
  width: 75px;
}
.logoLine {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #238787;
  margin: auto;
  width: 13%;
  margin-left: 39%;
}
.btn {
  font-weight: 700 !important;
}
a:link {
  color: #1177cc;
}

a:visited {
  color: #1177cc;
}

a:hover {
  color: #1177cc;
}

a:active {
  color: #1177cc;
}
#model a:active {
  color: #0db159;
}
a {
  color: #1155cc;
}
label {
  margin-bottom: 0px;
}
::focus {
  border: none;
}
.forgotpass {
  background-color: #e8f3f3;
}
.row.forgotPadding {
  background-color: #e8f3f3;
  min-height: 100vh;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logincontact {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#user_pwd,
#forgot_pwd,
#login_btn,
#sso_btn,
#next_btn {
  display: none;
}
.sso-content {
  margin-left: 25px;
}
.whitebox {
  background-color: #fff;
  box-shadow: 0px 4px 8px #00000029;
  height: -webkit-fill-available;
  width: 200px;
}
.headingGreen,
.headingRed,
.orgdisabledHeading {
  color: #238787;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.headingBlue {
  color: #340178;
}
.orgdisabledHeading {
  color: #073c3c;
}

.dashboard-charts {
  background: #f3f9f9;
  position: absolute;
  width: 100%;
  height: 100%;
}
.dboard_stats {
  position: relative;
}

.formtext {
  color: #707070;
  font-size: 15px;
  padding: 7px;
  font-style: normal;
  font-weight: bold;
}
input.emailform,
input.emailformred {
  border: 1px solid #445577;
  padding: 11px;
  width: 100%;
}
input.emailformred {
  border: 1px solid red;
}
.btn-primary {
  background-color: #1177cc !important;
}
.arrow {
  width: 18px;
  margin-left: 50px;
  padding-top: 6px;
}
.loginSecureText {
  padding-top: 18px;
  color: #000;
  font-weight: bolder;
  font-size: 17px;
}
a.loginForgotLink {
  color: #1177cc;
}
.linktext {
  padding: 17px;
  font-size: 14px;
  color: #1177cc;
  font-weight: bold;
}
.f_report_linktext {
  font-size: 18px;
  color: #1177cc;
  font-weight: bold;
}
.linktext-inactive {
  padding: 17px;
  font-size: 16px;
  color: #ff3333;
  font-weight: bold;
}

.linktext-active-green {
  padding: 17px;
  font-size: 16px;
  color: #00cc55;
  font-weight: bold;
}

::placeholder {
  text-align: left;
  color: #707070;
  font-size: 15px;
  padding: 4px;
  font-style: normal;
  font-weight: 500;
}
.copyrite {
  font-weight: bold;
  margin-top: 10%;
}
.footimg {
  width: 10%;
}
.copyrightwrap {
  color: #000000;
  font-weight: bold;
}
footer {
  bottom: 9px;
  font-weight: 600;
}
.footerTerms {
  display: none;
  font-size: 15px;
  color: #1177cc;
  font-family: normal normal normal 25px/29px Garamond;
}

.w-2 {
  width: 2%;
  height: 2%;
}
.w-30 {
  width: 30%;
}

/* Entity Module Design -- start */

input[type="text"] {
  border: 1px solid #9f9f9f;
  background: #faffff;
}
input[type="number"] {
  border: 1px solid #9f9f9f;
  background: #faffff;
}
input[type="file"] {
  border: 1px solid #9f9f9f;
  background: #faffff;
}
.form-control {
  border: 1px solid #9f9f9f !important;
  background: #faffff !important;
}
.custom-file-label {
  border: 1px solid #9f9f9f !important;
  background: #faffff !important;
}

/* notification start */

.notifications {
  display: none !important;
  background: none;
  border: none;
}

.notifications:focus {
  background: none;
  border: none;
}

.notifications:active:focus {
  background: none;
  border: none;
}
.notifications img {
  width: 20px;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-item {
  color: #000000;
  font-size: 12px;
}

.dropdown-item:nth-child(even) {
  background: #d8d8d8 0% 0% no-repeat padding-box;
}

.dropdown-item img {
  height: 32px;
  margin-right: 10px;
}

/* notification end */

.btn-green {
  background: #00cc55;
}

.flt-right {
  position: absolute;
  right: 3px;
}

.card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 16px #00000029;
  height: 70vh;
  overflow: auto;
}

.userheading,
.userheading:visited,
.userheading:hover {
  color: #073c3c;
  font-size: 32px;
  font-weight: 600;
}

.nav-tabs > .nav-item > .nav-link {
  font-size: 20px;
  font-weight: 300;
  color: #072c3c;
}

.nav-tabs > .nav-item > .active {
  color: #1177cc !important;
}

.linktext:visited,
.linktext:hover {
  color: #1177cc;
  font-weight: bold;
  text-decoration: none;
}

.linktext-inactive:visited,
.linktext-inactive:hover {
  color: #ff3333;
  font-weight: bold;
}

.linktext-active-green:visited,
.linktext-active-green:hover {
  color: #00cc55;
  font-weight: bold;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.cancel-btn {
  background: #ff3333;
  padding: 8px;
  border: none;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

/* table */

.table-borderless th {
  padding: 3px !important;
  font-size: 15px;
}

.sub-small {
  padding: 0px 5px 0px 5px;
  font-size: 12px !important;
}

thead {
  border-bottom: 1px solid #707070;
  color: #707070;
  font-size: 20px;
}

.table th,
.table td {
  border: none !important;
  text-align: center;
}

.table td:first-child {
  text-align: left;
  padding-left: 0;
}
.table th:first-child {
  text-align: left;
}
​ .table-width th:first-child {
  width: 30%;
}

.table-left {
  text-align: left !important;
}
.table-left td {
  text-align: left !important;
  padding-left: 0px !important;
}

/**--Model list--*/

.scrollBoxMain {
  overflow-y: scroll;
  height: 65vh;
}

.scrollBoxnew {
  height: 800px;
}

.scrollBoxMain::-webkit-scrollbar {
  width: 6px !important;
  border-radius: 6px;
}

.scrollBoxMain::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 6px;
}

.scrollBoxMain::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 6px;
}

.scrollBoxMain::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

/**--Available Assessment Model--*/

/* Entity Module Design -- End */

/********************Login Page*/
.loginwrapper.arrowLogin {
  width: 16%;
  margin-left: 17px;
  margin-top: 4px;
}
.forgotwrapper {
  width: 73%;
}
.orgdisabledwrapper {
  padding: 7rem 0rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px #00000029;
}
.loginwrapper {
  width: 60%;
}
.btn-secondary {
  background-color: #707070;
}
.loginwrapper,
.forgotwrapper {
  margin: auto;
  padding-top: 2rem;
}
.bgblue {
  background-color: #238787;
  height: 100vh;
}
.textwelcome {
  font-size: 20px;
  position: relative;
  line-height: 1.2em;
}

.textwelcome:before {
  position: absolute;
  left: 6px;
  top: 1.5em;
  height: 0;
  width: 50px;
  content: "";
  border-top: 3px solid #238787;
}
.textauditor {
  color: #238787;
  font-size: 20px;
}
.welcomebox {
  margin-left: 3%;
  z-index: 1;
  margin-top: 43%;
  position: absolute;
}
.container {
  position: absolute;
  top: 0;
}

.hideme,
.resend,
.wrongpassword {
  opacity: 0;
  z-index: -99999;
}
.hide {
  display: none !important;
}
.btn-secondary:hover {
  cursor: pointer;
}

.showme {
  opacity: 1;
}
.borderRed {
  border: 2px solid red;
}
.stopicon {
  width: 2%;
  text-align: right;
  left: 40%;
  margin-top: 4px;
  position: absolute;
}

/**************disable account*/
.headingRed {
  color: red;
}
.headingdisable {
  color: #072c3c;
}
.emailblue {
  color: #1155cc;
}
.auditorcolor {
  font-weight: 700;
  color: #238787;
}
.headingorangered {
  font-weight: 400;
  color: orangered;
}
.textdisablesmall {
  color: #707070;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.disableinput {
  border: 1px solid blue;
  border-radius: 4px;
  width: 80%;
}
.btn-disable {
  color: #fff;
  font-size: large;
  background: orangered;
}
.disablearrow {
  width: 18px;
  margin-left: 143px;
  padding-top: 6px;
}
.disable a {
  color: #1177cc;
  font-weight: 500;
}
/******************changepass********************/
.changepass {
  background-color: #f3f9f9;
}
/*************icon with batch********/
.bellicon {
  width: 30px;
  height: 30px;
  position: relative;
}
.w-40 {
  margin-top: 9px;
  width: 59%;
}
.batchtxt {
  background-color: red;
  font-size: xx-small;
  position: absolute;
  padding: 3px;
  top: -4px;
  left: 5px;
  border-radius: 50%;
}
.usernav {
  color: #1177cc;
}
.w-31 {
  width: 31%;
}
.navbar-light .navbar-nav .nav-link {
  color: #073c3c;
}
.navbar-light .active {
  color: #1177cc;
}
/*************icon with batch********/
.asidebg {
  height: auto;
  background-color: #f5edff;
}
.asidebgevaluate {
  position: relative;
  height: 65rem;
  background-color: #deeded;
}
.height100 {
  min-height: 100vh;
}
.padding_aside {
  padding: 2rem;
}
.btn-user {
  color: #073c3c;
  font-weight: 300;
  font-size: 10px;
  background-color: transparent;
  display: flex !important;
  align-items: center;
}
.btn-user .name {
  display: inline-block;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 300;
}
.asidebg h5,
.asidebg li {
  color: #072c3c;
  color: #072c3c !important;
}
.asidebg.card {
  background: transparent;
}

::-webkit-scrollbar {
  overflow-y: scroll;
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
/*a little bit of reset*/
#services-list,
#services-list p,
#services-list h3 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  color: #072c3c;
  font-size: 15px;
  height: 230px;
}
.font600 {
  font-weight: 600;
}

.w-10 {
  width: 10%;
}
#services-list > li {
  padding: 5px 23px;
  text-align: justify;
  font-size: 13px;
}

#services-list > li > .image {
  display: block;
  float: left;
  margin-right: 10px;
}

/*
this instructions are to force the dimensions of image and its container <a>
*/
#services-list > li > .image,
#services-list > li > .image > img {
  width: 24px;
  height: 24px;
}

/* nav common start */

.navbar-light .navbar-nav > .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  font-size: 20px;
  font-weight: 300;
  color: #073c3c;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #1177cc !important;
}

/* nav common end */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.changepasscontent {
  margin-top: 3rem;
  padding-left: 2rem;
}
.cprofileform {
  width: 85% !important;
}
.changepassform,
.cprofileform {
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 8rem;
}
.formlabel {
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.btn-cancel {
  background-color: lightgrey;
  color: gray;
}
/********end of changepass*/
/***********start of new pass*/
h5.newuserheading {
  font-weight: 300;
  color: #073c3c;
}
.col20 {
  width: 20%;
}
.col80 {
  width: 80%;
}
/**********profile*/
.profilelabel {
  margin-left: 10px;
  font-size: 17px;
  line-height: 26px;
  display: block;
  color: #9f9f9f;
}

/*---Report List---*/
#assessmentModel .cntrl-nav.nav-link.active {
  background-color: #1177cc !important;
}
#assessmentModel .cntrl-nav.nav-link.active .t-p {
  background-color: #1177cc;
  color: #fff;
}
#assessmentModel .reportBtn {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

#assessmentModel .reportBtn img {
  margin-left: 15px;
}

#assessmentModel .reportBtn .submitIcon {
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 5px 10px;
}
/**--Model list--*/
#assessmentModel .scrollBox {
  height: 800px;
  overflow: auto;
}

#assessmentModel .scrollBox::-webkit-scrollbar {
  width: 6px !important;
  border-radius: 6px;
}

#assessmentModel .scrollBox::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 6px;
}

#assessmentModel .scrollBox::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 6px;
}

#assessmentModel .scrollBox::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}
/**--Available Assessment Model--*/
#assessmentModel {
}
#assessmentModel h2 {
  color: #073c3c;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 50px;
}
#assessmentModel .searchBox h4 {
  font-weight: 300;
}

#assessmentModel .numwrapper {
  color: #238787;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

#assessmentModel input[type="search"] {
  width: 478px;
  padding: 10px 0px 10px 30px;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  outline: none;
  color: #9f9f9f;
  -webkit-appearance: none !important;
}

#assessmentModel input::placeholder {
  color: #9f9f9f;
  font-size: 18px;
  text-transform: capitalize;
}

#assessmentModel .view ul {
  float: right;
  display: flex;
}

#assessmentModel .view ul li {
  list-style: none;
  margin: 0px 10px;
}

#assessmentModel .view ul li:last-child {
  margin: 0px !important;
}

#assessmentModel .view ul li a {
  color: #072c3c;
  font-size: 15px;
}

#assessmentModel .view ul li a:hover {
  text-decoration: none;
  color: #1177cc;
  transition: 0.3s ease;
}
/*--Buttons---*/
#assessmentModel .modelBtn {
  padding: 10px;
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 300;
}

#assessmentModel .modelBtn:hover {
  color: #fff !important;
  box-shadow: 4px 4px 16px #00000029;
  background: #1177cc;
  opacity: 0.8;
}

.new_details ul {
  display: flex;
  float: left;
  width: 100%;
}

.new_details ul li {
  list-style: none;
}

.new_details ul li:last-child {
  margin-left: 20px;
}

.new_details ul li:last-child i {
  padding-left: 5px;
}

.new_details ul li a {
  padding: 8px;
  background: #1177cc;
  color: #fff;
  border-radius: 4px;
  font-size: 14px !important;
  font-weight: 400;
  display: block;
}

.new_details ul li a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 4px 4px 16px #00000029;
}
/*--List--*/
#assessmentModel .assess_box {
  box-shadow: 4px 4px 16px #00000029;
  background: #fff;
  margin: 15px 0px;
  padding: 15px 0px 20px 0px;
}

/* #assessmentModel .col-md-2 {
    margin-left: -20px;
} */

/* #assessmentModel .col-md-10 {
    margin-left: -40px;
} */

#assessmentModel h3 {
  color: #072c3c;
  font-size: 16px;
  font-weight: 300;
}

#assessmentModel p {
  color: #072c3c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
}

#assessmentModel .comment-text {
  text-align: left !important;
  white-space: normal !important;
}

/*--Create a new Model---*/
#assessmentModel .newModel {
  margin-left: 50px;
}

#assessmentModel .newModel h2 {
  color: #073c3c;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 50px;
}

#assessmentModel .newModel .description {
  padding-bottom: 100px !important;
  outline: none;
}

#assessmentModel .newModel label {
  font-size: 14px;
  color: #072c3c;
}

#assessmentModel .newModel input[type="text"] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9f9f9f;
  padding: 8px 0px 8px 30px;
  font-size: 17px;
  margin-bottom: 20px;
  outline: none;
}

#assessmentModel .newModel input[type="file"] {
  outline: none;
}

#assessmentModel .choose {
  background: #707070;
  position: absolute;
  right: 2px;
  color: #fff !important;
  padding: 10px 30px;
  top: 3px;
}

#assessmentModel .library {
  width: 100%;
  border: 1px solid #9f9f9f;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 20px;
  height: 50px;
  position: relative;
}

#assessmentModel .newModel .submitIcon {
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 5px 10px;
}

#assessmentModel .newModel .submitIcon img {
  margin-left: 20px;
  width: 20px;
}

#assessmentModel .newModel .cancel {
  margin-left: 50px;
  background: #e8f3f3;
  color: #000 !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 5px 40px 5px 10px;
}

#assessmentModel .newModel input::placeholder {
  font-size: 16px;
}

#assessmentModel .custom-file-input-icon:lang(en) ~ .custom-file-label::after {
  content: "Choose File";
}

#assessmentModel .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Choose File";
}

#assessmentModel .custom-file-label::after {
  top: 4px !important;
  right: 4px !important;
  height: 30px !important;
  padding: 5px 15px;
  background: #1177cc !important;
  border-radius: 4px !important;
  color: #fff !important;
}

#assessmentModel .custom-file-label {
  height: 40px !important;
  color: #9f9f9f !important;
  cursor: pointer;
}

button {
  cursor: pointer;
}

#assessmentModel .certificateDetail {
  margin-top: 50px;
  box-shadow: 4px 4px 16px #00000029;
  padding: 10px;
}

#assessmentModel .certificateDetail .col-md-10 {
  margin-left: 0px !important;
}

#assessmentModel .certificateDetail .col-md-2 {
  margin-left: 0px !important;
}

/**--Available Assessment ModalPopup--*/
.modal-content {
  padding: 10px;
}
.modal-content.auto-au {
  padding: 10px;
}

#assessmentModel .modal h2 {
  margin-bottom: 0px;
  font-size: 31px;
  color: #072c3c;
}

#assessmentModel .modal-header {
  border-bottom: none !important;
  padding: 10px;
}

#assessmentModel .modal h4 {
  color: #072c3c;
  font-size: 20px;
}

#assessmentModel .modal select {
  width: 100%;
  color: #9f9f9f;
}

#assessmentModel .modal label {
  color: #072c3c;
  font-size: 9px;
  width: 100%;
}

#assessmentModel .modal h6 {
  color: #ff3333;
  font-size: 12px;
}

#assessmentModel .modal form {
  width: 100%;
  margin-top: 10px;
}

#assessmentModel .popModel .submitIcon {
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 5px 10px;
}

#assessmentModel .popModel .submitIcon img {
  width: 19px;
}

#assessmentModel .popModel .cancel {
  background: #e8f3f3;
  color: #000 !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 5px 10px 5px 10px;
}

#assessmentModel .modal-footer {
  border: none;
  justify-content: center;
}

#assessmentModel .popModel {
  border: none;
  justify-content: space-between !important;
}

#assessmentModel .closeLink {
  justify-content: right !important;
  text-align: right !important;
  display: block !important;
}

#assessmentModel .modal h3 {
  color: #ff3333;
  font-size: 31px;
}

#assessmentModel .modal .active {
  color: #00cc55;
  font-size: 31px;
}

#assessmentModel .modal p {
  color: #072c3c;
  font-size: 20px;
}

.deactivateForm span {
  color: #707070;
  font-size: 14px !important;
  margin-bottom: 10px;
}

#assessmentModel .deactivateForm img {
  width: 20px;
  padding-left: 5px;
}

#assessmentModel .deactivateForm .cancel {
  background: #ff3333;
  padding: 8px;
  border: none;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

#assessmentModel .deactivateForm .active-btn {
  background: #00cc55;
  padding: 8px;
  border: none;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

#assessmentModel .deactivateForm input[type="password"] {
  width: 100%;
  border: 1px solid #9f9f9f;
  padding: 8px 0px 8px 0px;
  font-size: 12px;
  color: #9f9f9f;
  border-radius: 4px;
}

#assessmentModel .deactivateForm input[type="email"] {
  width: 100%;
  border: 1px solid #9f9f9f;
  padding: 8px 0px 8px 0px;
  font-size: 12px;
  color: #9f9f9f;
  border-radius: 4px;
}

#assessmentModel .deactivateForm input::placeholder {
  font-size: 12px !important;
}
#assessmentModel .cntr-details-modal .desc {
  width: 100%;
  max-height: 180px;
  overflow: hidden auto;
  padding-right: 3px;
}

/**--Available Assessment Model selectBox Dropdown--*/
#assessmentModel .modal option {
  padding: 10px 0px;
  border-bottom: 2px solid #9f9f9f !important;
  font-size: 14px;
}

/**--Available Assessment Card Model--*/
#assessmentModelCard .scrollBox {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#assessmentModelCard .scrollBox::-webkit-scrollbar {
  width: 6px !important;
  border-radius: 6px;
}

#assessmentModelCard .scrollBox::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 6px;
}

#assessmentModelCard .scrollBox::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 6px;
}

#assessmentModelCard .scrollBox::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

#assessmentModelCard {
  margin-top: 50px;
}

#assessmentModelCard h2 {
  color: #073c3c;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 50px;
}

#assessmentModelCard input[type="search"] {
  width: 478px;
  padding: 10px 0px 10px 30px;
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  outline: none;
  color: #9f9f9f;
  -webkit-appearance: none !important;
}

#assessmentModelCard input::placeholder {
  color: #9f9f9f;
  font-size: 18px;
  text-transform: capitalize;
}

#assessmentModelCard .view ul {
  float: right;
  display: flex;
}

#assessmentModelCard .view ul li {
  list-style: none;
  margin: 0px 10px;
}

#assessmentModelCard .view ul li:last-child {
  margin: 0px !important;
}

#assessmentModelCard .view ul li a {
  color: #072c3c;
  font-size: 15px;
}

#assessmentModelCard .view ul li a:hover {
  text-decoration: none;
  color: #1177cc;
  transition: 0.3s ease;
}

#assessmentModelCard .col-md-2 {
  max-width: 20%;
  flex: 0 0 20%;
}

#assessmentModelCard .col-md-2 > div {
  box-shadow: 4px 4px 16px #00000029;
  background: #fff;
  height: 100%;
  padding: 10px;
  height: 100%;
}

/*--Buttons---*/
#assessmentModelCard .modelBtn {
  padding: 10px;
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
}

#assessmentModelCard .modelBtn:hover {
  color: #fff !important;
  box-shadow: 4px 4px 16px #00000029;
}

#assessmentModelCard .new_assess ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}

#assessmentModelCard .new_assess ul li {
  list-style: none;
}

#assessmentModelCard .new_assess ul li:last-child i {
  padding-left: 5px;
}

#assessmentModelCard .new_assess ul li a {
  padding: 8px;
  background: #1177cc;
  color: #fff;
  border-radius: 4px;
  font-size: 14px !important;
  font-weight: 400;
  display: block;
}

#assessmentModelCard .new_assess ul li a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 4px 4px 16px #00000029;
}

#assessmentModelCard .viewMode {
  margin-bottom: 50px;
}

#assessmentModelCard .modelCard {
  margin-bottom: 100px;
}
/*--Card--*/
#assessmentModelCard .assess_box {
  box-shadow: 4px 4px 16px #00000029;
  background: #fff;
}

#assessmentModelCard h3 {
  text-align: center;
  color: #1177cc;
  letter-spacing: 0px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  height: 150px;
}

#assessmentModelCard p {
  white-space: initial;
  color: #072c3c;
  font-size: 12px;
  font-weight: 400;
  height: 90px;
}

.disabled_details ul {
  display: flex;
  float: right;
}

.disabled_details ul li {
  list-style: none;
}

.disabled_details ul li:last-child {
  margin-left: 20px;
}

.disabledBtn {
  background: #ff3333 !important;
  color: #fff !important;
  font-size: 14px !important;
}

.disabled_details ul li:last-child i {
  padding-left: 5px;
}

.disabled_details ul li a {
  padding: 8px;
  background: #1177cc;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.disabled_details ul li a:hover {
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 4px 4px 16px #00000029;
}

.totalNum {
  margin: auto;
}

.totalNum p {
  font-weight: 500;
}

/*---FileUpload start---*/
#fileModel .scrollFile {
  height: 200px;
  overflow-x: auto;
}

#fileModel .scrollFile::-webkit-scrollbar {
  width: 6px !important;
  border-radius: 6px;
}

#fileModel .scrollFile::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 6px;
}

#fileModel .scrollFile::-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 6px;
}

#fileModel .scrollFile::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

#fileModel {
  background: #fff;
  padding: 20px 50px;
}

#fileModel .dragFile img {
  width: 50px;
  margin-top: 50px;
}

#fileModel .dragFile h4 {
  font-size: 20px;
  margin-top: 20px;
}

#fileModel .dragFile {
  background: #efefef;
  padding: 10px;
  margin: auto;
  text-align: center;
  height: 250px;
}

#fileModel ul {
  display: flex;
  padding-left: 0px;
}

#fileModel .submit {
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 10px 20px;
}

#fileModel .uploading {
  background: #9f9f9f;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 10px 15px;
}

#fileModel ul li img {
  width: 25px;
  margin-right: 5px;
}

#fileModel ul li {
  list-style: none;
}

#fileModel .upBtn {
  margin-top: 34px;
  float: right;
}

#fileModel .progress-bar {
  background: #33cc77;
  border-radius: 3px;
  height: 5px;
}

#fileModel .progress {
  border-radius: 3px;
  height: 5px;
  margin: 10px;
}

#fileModel span {
  font-size: 12px;
  margin-bottom: 5px;
}

#fileModel .queue {
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #9f9f9f;
  height: 220px;
}

.chs {
  margin-top: 30px;
}

.chs input[type="file"] {
  display: none;
}

.chs label {
  background: #1177cc;
  color: #fff !important;
  border-radius: 4px;
  outline: none;
  border: none;
  padding: 10px 20px;
}
/*---FileUpload end---*/

/*logo*/
.img-thumbnail {
  background: none !important;
}

/****img {
    max-width: 100%;
}**********/
/*--logo--*/

/*---Report Details---*/
.table td,
.table th {
  font-size: 14px;
}

.sendAccess {
  font-size: 22px !important;
  color: #072c3c !important;
  font-weight: 7001 !important;
}

.neuEmail input::placeholder {
  text-transform: lowercase !important;
}

.neuEmail p {
  font-size: 16px !important;
}

.dragFile input[type="file"] {
  display: none;
}

#assessmentModelCard input::placeholder {
}

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative;
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(/../img/upload_btn.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input {
  background-color: #f1f1f1;
}

.files:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: "Drag Files to Upload";
  display: block;
  margin: 0 auto;
  color: #9f9f9f;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
/*--REPORT DETAILS END---*/

/* my design */

.card_box {
  box-shadow: 4px 4px 16px #00000029;
  background: #fff;
  margin: 10px 0px !important;
  padding: 15px;
  height: auto;
}

.save-icon {
  display: none;
  background-color: transparent;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 12px;
}

.save-icon > img {
  background-color: transparent;
  height: calc(100% + 2px);
  left: -1px;
  object-fit: cover;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

.card_box > h3 {
  color: #072c3c;
  font-size: 16px;
  font-weight: 600;
  /* margin: 20px 0px 20px 0px; */
}

.card_box > p {
  color: #072c3c;
  font-size: 14px;
}

.custom-control-description {
  color: #072c3c;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}

.list-card:nth-child(even) {
  background-color: #f2f2f2;
}

.attach-list > h5 {
  color: #238787;
  font-size: 14px;
}

.attach-list > p {
  color: #072c3c;
  font-size: 10px;
}

.evidence-card-box h3,
.attach-comments h3 {
  color: #072c3c;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0px 20px 0px;
}

.comment-data h5 {
  color: #072c3c;
  font-size: 14px;
  font-weight: 300;
}

.comment-data span {
  color: #072c3c;
  font-size: 9px;
  display: contents;
}

.comment-data p {
  font-size: 14px;
}

.scrollBox-Comments {
  height: 20vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollBox-Comments::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
/* new design End */
/******************assessment module - new assessment********/
#assessmentModel .audit_assess_scroll {
  height: 75px;
  width: 100%;
  overflow-y: scroll;
  left: 84px;
  text-align: justify;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px !important;
}
.btn-save,
.btn-submit {
  color: #073c3c;
  background-color: #1177cc;
  opacity: 1;
}
.saveicon {
  width: 18px;
  margin-left: 9px;
  padding-top: 0px;
}
.filter {
  color: #072c3c;
}
.w-7 {
  width: 20px;
  height: 17px;
  margin-top: 4px;
}
.assessmentHead {
  color: #073c3c !important;
}

.numwrapper {
  color: #7700ff;
  font-size: 32px;
  font-weight: 700;
}
.textdynamic {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.asidebg .card,
.asidebg li {
  padding: 2px 0px;
  background: transparent;
  border: none;
  height: auto;
}
.asidebg ul {
  overflow-y: scroll;
}
/*************accordion*************/
.clause {
  color: #1177cc;
}
.accordion {
  margin: 10px 0;
}
.accordion .nav-link {
  padding: 0px !important;
}
.accordion .item {
  border: none;
  margin-bottom: 14px;
  background: none;
}

.t-p {
  /* color: rgb(193 206 216); */
  padding: 15px 10px 0px 23px;
  text-align: left;
  color: #072c3c;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.2;
  box-shadow: 1px 1px 2px #00000029;
  margin: 4px;
  background-color: #fff;
  height: 35px;
  cursor: pointer;
}

.accordion .item .item-header h2 button.btn.btn-link {
  background: #fff;
  color: #1177cc;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: none;
}

.accordion .item .item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.accordion .item .item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 0px;
  padding-left: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

.accordion .item .item-header h2 i {
  float: right;
  font-size: 30px;
  color: #eca300;
  width: 54px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.ctrl_title {
  width: calc(100% - 65px);
  display: inline-block;
  overflow: clip;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 23px;
}

button.btn.btn-link.collapsed i {
  transform: rotate(-90deg);
}

button.btn.btn-link i {
  transform: rotate(90deg);
  transition: 0.5s;
}
.w-38 {
  width: 38%;
}
.assessmentWhiteBox {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 4px 4px 16px #00000029;
  opacity: 1;
  margin: 10px 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.assessmentWhiteBox .form-group {
  margin-bottom: 0px !important;
}
.assessmentWhiteBox label {
  font-weight: 600;
}
.filtersec {
  display: none;
  color: #072c3c;
  font-weight: 600;
}
.card-title {
  font-weight: 600;
}
.w-11 {
  width: 11%;
}
.assessmentWhiteBox .w24 {
  width: 24%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: red;
}
.border-none {
  border: none !important;
}
/*******************toggle slider*******************************/
.ques {
  color: darkslateblue;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 25px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: #1177cc;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.4s;
  transition: all 0.4s ease-in-out;
}

.slider:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "YES";
  font-size: 12px;
  text-align: left !important;
  line-height: 25px;
  padding-left: 0;
  width: 77px;
  color: #fff;
  height: 25px;
  border-radius: 100px;
  background-color: #ff6418;
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  transform: translateX(-160px);
  transition: all 0.4s ease-in-out;
}

input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 8px;
}

input:checked + .slider:before {
  background-color: #ff3333;
}

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  left: 6px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 100px;
}

.slider.round:before {
  border-radius: 50%;
}

.absolute-no {
  display: flex;
  position: absolute;
  left: 0;
  color: darkslategrey;
  text-align: right !important;
  font-size: 15px;
  left: 30px;
  font-weight: 700;
  width: 30%;
  height: 30px;
  line-height: 24px;
  cursor: pointer;
}
/* Rounded sliders */

label.labelAssess {
  font-size: 12px;
}

.assessmentWhiteBox select.form-control:not([size]):not([multiple]) {
  height: 31px;
}
.assessmentWhiteBox .form-control {
  /* height:50px; */
}
.row.savebtn {
  text-align: right;
  margin: inherit;
  display: block;
}
/****************end of accordion*******/
/****************start of nav tab*********/
#collapseOne .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}
#collapseOne .nav-link {
  padding: 0rem !important;
}
.card_box .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Attach Evidence" !important;
  font-size: 13px;
}
/* KiranT- adding new */
.evidence-card-box .evidence-help {
  display: block; /* below the button on all screens */
  margin: 6px 0 6px 0 !important;
  font-size: 7px; /* as requested */
  line-height: 1.25;
  color: #6c757d; /* muted; adjust if needed */
  white-space: normal;
}
/* KiranT- end */
.w-85 {
  width: 85%;
}
/***********end of nav tab************/
/**********bugs**********/
li.nav-item {
  padding: 0px 10px;
}
.dropdown .btn {
  border: none !important;
}
.exclaimimg {
  width: 18px;
  border: 2px solid #707070;
  border-radius: 50%;
}
.hideExclaim {
  display: none;
}
.exclaimimg:hover + .hideExclaim {
  display: inline-flex;
  color: red;
  font-size: 10px;
  margin-left: 37%;
  left: 2;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #dcdcdc !important;
}
.cprofileform li.nav-item {
  padding: 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
}
.fs-label-wrap {
  height: 38px;
  border-radius: 4px;
  background-color: transparent !important;
  border: 1px solid #9f9f9f !important;
}
/**********bugs**********/

/********************************/

.searchGlossary {
  position: absolute;
  bottom: 20px;
  left: 5px;
}

.searchGlossary input[type="search"] {
  width: 85%;
  padding: 2px;
  border-radius: 20px;
  position: relative;
  padding-left: 30px;
  background: #fff;
  outline: none;
  border: 1px solid #ccc;
}

.gloIcon {
  position: absolute;
  left: 10px;
  top: 4px;
  z-index: 1;
}

.gloIcon img {
  width: 15px;
}
.searchIcon {
  position: absolute;
  left: 26px;
  top: 4px;
  z-index: 1;
}

.searchIcon img {
  width: 15px;
}
.updateBtns {
  display: none;
}

.cancelBtn {
  background: #e8f3f3;
  padding: 8px 35px 8px 15px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
}

.deactivBtn {
  background: #ff3333;
  padding: 10px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  margin-left: 20px;
}
/*--ModelList---*/
.searchViews ul {
  display: flex;
  align-items: center;
}

.searchViews ul li {
  list-style: none;
}

.searchViews h2 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  margin-right: 20px;
}

.searchViews input[type="search"] {
  width: 350px !important;
}
.w-65 {
  width: 65%;
}
.commentButton {
  position: absolute;
  margin-left: 7rem;
  background: transparent;
}
.commentButton img {
  padding: 5px 0px 0px 15px;
  margin-left: 41px;
}
.commentButtonev {
  position: absolute;
  margin-left: 6rem;
  background: transparent;
}

.commentButtonev img {
  padding: 9px 0px 0px 5px;
  margin-left: 30px;
}
.commentButtonev1 {
  position: absolute;
  margin-left: 6rem;
  background: transparent;
}

.commentButtonev1 img {
  padding: 5px 0px 0px 15px;
  margin-left: 41px;
}

.card_box ::placeholder {
  font-size: 12px !important;
}
.assessmentAsideBar {
  /* height: 100vh; */
  overflow-y: scroll;
  overflow-x: hidden;
}
.assessmentAsideBar form {
  width: 100% !important;
}
.assessmentAsideBar form .switch-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.assessmentAsideBar form .riskscore-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.assessmentAsideBar form .switch-view .switch span {
  margin-left: 8px;
  font-size: 12px;
}
.assessmentAsideBar .form-group label {
  font-size: 12px;
}
.assessmentAsideBar textarea {
  resize: none;
}
.asideEvaluateBg {
  /* background-color: #f5edff; */
  /* margin-top:-15px;
    margin-bottom:-15px; */
  width: 30%;
  padding: 0 10px 0 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.assessmentAsideBar::-webkit-scrollbar {
  display: none;
}
.height100 {
  height: 30vh;
}
.heightscrollbox {
  height: 40vh;
}
.scrollBox1 {
  height: 800px;
  overflow: scroll;
}
.scrollBox2 {
  height: 800px;
  overflow: auto;
}
.evaluateWrapper {
  position: absolute;
  margin-top: -50rem;
}
#no-filter-match {
  height: 200px;
}
/******************start of progress bar*/
.progress {
  width: 20px;
  height: 20px !important;
  background: none;
  box-shadow: none;
  position: relative;
  top: -10px;
}

.maintab {
  top: 32px;
  left: 14px;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: #7700ff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}
.align-left td {
  text-align: left !important;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
/******************end of progress bar*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem !important;
    padding-left: 1rem !important;
  }
}
@media only screen and (max-width: 1050px) {
  .stopicon {
    left: 48%;
    margin-top: 9px;
  }
}
@media only screen and (min-width: 768px) {
  /* form {
            width: 75%;
        } */

  .imgwrap {
    width: 167%;
    margin-left: -60%;
  }

  .welcomebox {
    margin-left: 8%;
    margin-top: 44%;
  }
}

@media only screen and (max-width: 767px) {
  .imgwrap {
    width: 100%;
  }

  .welcomebox {
    margin-left: 36%;
    margin-top: 27%;
  }
}

@media only screen and (max-width: 777px) {
  .stopicon {
    left: 56%;
    margin-top: 8px;
  }
}

@media only screen and (min-width: 1050px) {
  .textauditor,
  .textwelcome {
    font-size: 26px;
    font-weight: 600;
  }

  .whitebox {
    width: 50%;
  }

  .imgwrap {
    width: 139%;
    margin-left: -44%;
  }

  .welcomebox {
    margin-left: 9%;
    margin-top: 45%;
  }
}

/*---ModelList---*/
@media only screen and (max-width: 1100px) {
  #assessmentModel input[type="search"] {
    width: 300px;
  }
}

@media only screen and (max-width: 1700px) {
  #assessmentModelCard .new_assess ul li a {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1530px) {
  #assessmentModelCard .new_assess ul {
    display: block;
    text-align: center;
  }

  #assessmentModelCard .new_assess ul li {
    margin: 10px 0px;
  }

  #assessmentModelCard .new_assess ul li a {
    font-size: 12px !important;
    display: block;
  }
}

@media only screen and (max-width: 1171px) {
  #assessmentModelCard .col-md-2 {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
  }

  #assessmentModelCard h3 {
    height: auto;
  }

  #assessmentModel .searchBox {
    max-width: 100%;
    flex: none;
  }

  #assessmentModel .view {
    max-width: 100%;
    flex: none;
  }

  #assessmentModel input[type="search"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #assessmentModelCard .searchBox {
    max-width: 100%;
    flex: none;
  }

  #assessmentModelCard .view {
    max-width: 100%;
    flex: none;
  }

  #assessmentModelCard input[type="search"] {
    width: 100%;
    margin-bottom: 20px;
  }

  .viewMode .col-md-4 {
    max-width: 100%;
    flex: none;
  }
}

@media only screen and (max-width: 767px) {
  #assessmentModelCard .new_assess ul {
    display: flex;
  }

  #assessmentModel .col-md-2 {
    margin-left: 0px;
    text-align: center;
  }

  /* #assessmentModel .col-md-10 {
        margin-left: 0px;
    } */

  .changepasscontent {
    padding-left: 0px;
  }

  #assessmentModelCard .col-md-2 {
    max-width: 100%;
    flex: none;
    text-align: center;
    margin-bottom: 20px;
  }

  #assessmentModelCard h3 {
    height: auto;
  }

  #assessmentModelCard p {
    height: auto;
    font-size: 16px;
  }

  #assessmentModel .view ul {
    padding-left: 0px;
  }

  .new_details ul {
    padding-left: 0px;
  }

  #fileModel .scrollFile {
    width: 100%;
  }

  #fileModel .dragFile {
    height: auto;
  }
}
#evidence_empty,
#comments_empty {
  padding-top: 10px;
}
.evidence-form {
  padding: 0 !important;
}
.evidence-box a:hover {
  text-decoration: none;
}
.card_box label {
  padding-left: 10px;
}
.group-card {
  width: 70%;
}
.control-question {
  width: 42%;
  padding-left: 16px;
}
.control-question-auditee {
  padding-left: 16px;
  padding-right: 0 !important;
}
.right-icon {
  height: 100%;
  padding: 8px;
  color: #1177cc;
}
.evidence-form .custom-file-input {
  height: 0 !important;
}
.bottom-shadow {
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 12px 16px #00000029;
}
.control-main {
  padding-left: 0 !important;
}
.comments-evidence-section {
  padding-left: 12px !important;
  width: 28%;
  padding-right: 6px;
}
.scrollBox-Comments .added {
  animation-name: colorblink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
}
.btn-attach-evidence {
  margin-top: 10px;
  border: 1px solid #9f9f9f !important;
  background: #faffff !important;
  width: 100%;
  padding: 0.375rem 0.25rem;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  position: relative;
  height: 40px !important;
  color: #9f9f9f !important;
  cursor: pointer;
}
.btn-attach-evidence:focus {
  outline: none;
}
.btn-attach-evidence .btn-span {
  position: relative;
  /* top: 4px !important; */
  right: 4px !important;
  height: 30px !important;
  padding: 5px 15px;
  background: #1177cc !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.5;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-attach-evidence .loading-view {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 28px;
}
.btn-attach-evidence .loading-view .my-loader {
  width: 16px;
  height: 16px;
  border: 2px solid #03c;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.ellipse_txt {
  position: relative;
  top: -5px;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.filterSection {
  padding-bottom: 10px;
}
.filterSection .form-group {
  width: 25%;
  margin-left: 12px;
  margin-bottom: 0px;
}
.filterSection .formlabel {
  margin-bottom: 0px;
  font-size: 12px;
}
.filterSection .hide {
  visibility: hidden;
}
.filterSection select {
  width: 100%;
  min-width: 180px;
  font-size: 13px;
  height: 32px !important;
}
.asmnt_model_box {
  position: relative;
  float: left;
  word-wrap: break-word;
  width: 23%;
  padding: 10px 15px;
  margin: 10px 10px;
  height: 500px;
}
.asmnt_model_box .asmnt_card_title {
  height: 23%;
}
.asmnt_model_box .asmnt_card_desc {
  height: 17%;
}
.overflow_3_lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
.asmnt_model_box .asmnt_img,
.asmnt_details_img {
  position: relative;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.asmnt_details_img {
  height: 100%;
}
.asmnt_model_box .asmnt_card_footer {
  height: 10%;
}

.asmnt_model_box .asmnt_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  top: 50%;
  position: absolute;
  bottom: 50%;
}

:disabled,
.not-allowed {
  opacity: 0.6 !important;
}
:disabled:hover,
.not-allowed {
  cursor: not-allowed;
}
.control-tags-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.control-tags-row .tags-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
.control-tags-row .tags-row .tag {
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  margin-right: 15px;
}
.control-tags-row .tags-row .save-icon {
  position: relative;
  right: 0;
  top: 0;
}
.control-tags-row .tags-row .tag.priority {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}
.control-tags-row .tags-row .tag.priority.no {
  display: none;
}
.priority.Default,
.priority.Medium {
  background-color: #fcbc03 !important;
  color: #f7f7f7 !important;
}
.priority.Low {
  background-color: #ff8 !important;
  color: #010101 !important;
}
.priority.Minimal {
  background-color: #ff8 !important;
  color: #010101 !important;
}
.priority.High {
  background-color: #f52 !important;
  color: #f7f7f7 !important;
}
.priority.Critical {
  background-color: #d22 !important;
  color: #f7f7f7 !important;
}
.priority.Exempted {
  background-color: #bbbbbb !important;
  color: #010101 !important;
}
.priority.Compliant {
  background-color: #99ee99 !important;
  color: #010101 !important;
}
.priority.None {
  background-color: #bbbbbb !important;
  color: #f7f7f7 !important;
}
.priority.Pending {
  background-color: #ff8888 !important;
  color: #f7f7f7 !important;
}
.control-tags-row .tags-row .tag.dept {
  background-color: #65abab;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
}
.control-tags-row .tags-row .tag.status {
  background-color: #ff8844;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
}
.asmt-report {
  box-shadow: none;
  padding: 8px;
  margin-top: 8px;
  font-size: 10px !important;
}
.asmt-report .page {
  background-color: #ddffff;
  box-shadow: 1px 1px 3px #bdbdbd;
  padding: 16px 48px;
  margin: 0 auto 8px auto;
  width: 22cm;
  height: 29.7cm;
}
.asmt-report .page .f8 {
  font-size: 0.8em;
}
.asmt-report .page .f9 {
  font-size: 0.9em !important;
}
.asmt-report .page .f10 {
  font-size: 1em !important;
}
.asmt-report .page .f11 {
  font-size: 1.1em !important;
}
.asmt-report .page .f12 {
  font-size: 1.2em !important;
}
.asmt-report .page .f13 {
  font-size: 1.3em !important;
}
.asmt-report .page .f14 {
  font-size: 1.4em !important;
}
.asmt-report .page .f16 {
  font-size: 1.6em !important;
}
.asmt-report .page .f18 {
  font-size: 1.8em !important;
}
.asmt-report .page .f20 {
  font-size: 2em !important;
}
.asmt-report .page .f24 {
  font-size: 2.4em !important;
}
.asmt-report .page .f32 {
  font-size: 3.2em;
}
.asmt-report .page .t-left {
  text-align: left;
}
.asmt-report table th,
.asmt-report table td {
  padding: 0;
}
.asmt-report .page .cover-logo {
  max-height: 100px;
  width: auto;
  object-fit: cover;
}
.asmt-report .page .p16 {
  padding-left: 16px;
}
.asmt-report .page .header {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
}
.asmt-report .page .header .header-org-logo {
  height: 48px;
}
.asmt-report .page .header .org .key {
  color: #373737;
}
.asmt-report .page .header .org .val {
  margin-left: 2px;
}
.asmt-report .page .header .org .val a {
  color: #1155cc;
}
.asmt-report .page .header .org .val a:hover {
  text-decoration: none;
}
.asmt-report .page .mb8 {
  margin-bottom: 8px;
}
.asmt-report .page .bold {
  font-weight: 600;
}
.asmt-report .page .italic {
  font-style: italic;
}
.asmt-report .page .content {
  margin-top: 8px;
  padding: 8px 0;
  flex: 1;
  overflow: hidden auto;
}
.asmt-report .page .tbl-ct-title {
  color: #238787;
}
.asmt-report .page .table-of-content {
  width: 100%;
  margin-top: 16px;
}
.asmt-report .page .table-of-content .entry {
  width: 100%;
  color: #1155cc;
}
.asmt-report .page .table-of-content .entry .tab1 {
  margin-left: 24px;
}
.asmt-report .page .table-of-content .entry .tab2 {
  margin-left: 48px;
}
.asmt-report .page .table-of-content .entry .tab3 {
  margin-left: 72px;
}
.asmt-report .page .table-of-content a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.asmt-report .page .finding {
  color: #1155cc;
  font: inherit;
  text-decoration: none;
}
.asmt-report .page .header .header-tbl {
  border: none !important;
}
.asmt-report .page .header .header-tbl .cell {
  border: none !important;
  text-align: left;
  color: #373737;
}
.asmt-report .page .header .header-tbl .cell.publish {
  color: #009900;
}
.asmt-report .page .header .header-tbl .cell.file-name a {
  color: #1155cc;
}
.asmt-report .page .header .header-tbl .cell.file-name {
  font-size: 10px;
}
.asmt-report .page .header .header-tbl .cell.file-name a:hover {
  text-decoration: none;
}
.asmt-report .page .header .header-tbl thead {
  border-bottom: none !important;
}
.asmt-report .page:last-child {
  margin-bottom: 0px;
}
.asmt-report .page .org-logo {
  max-height: 100px;
  width: auto;
  margin-top: 64px;
}
.asmt-report .page .head {
  color: #228888;
  margin-top: 48px;
  text-align: center;
}
.asmt-report .page .asmt-title {
  margin-bottom: 36px;
  text-align: center;
  width: 100%;
  min-height: 48px;
}
.asmt-report .page .asmt-title span {
  color: #228888;
}
.asmt-report .page .clasif {
  align-items: center;
  width: 100%;
}
.asmt-report .page .pv8 {
  padding: 0 8px;
}
.asmt-report .page .clasif .title {
  color: #000;
  margin-right: 4px;
}
.asmt-report .page .clasif .box {
  padding: 4px 8px;
  color: #fff;
  background-color: #ff8800;
}
.asmt-report .page .tbl tbody tr:nth-child(odd) td {
  background-color: #fefefe;
}

.asmt-report .page .tbl tbody tr:nth-child(even) td {
  background-color: #ddffff;
}
.asmt-report .page .tbl {
  width: 100%;
  border: none;
  margin-top: 48px;
}
.asmt-report .page .inner-tbl {
  margin-top: 0;
  height: 100%;
}
.asmt-report .page .inner-tbl td {
  font-size: 10px !important;
  border-top: none !important;
}
.asmt-report .page .inner-tbl td.cell:first-child {
  border-left: none !important;
  border-right: 1px solid #228888 !important;
}
.asmt-report .page .inner-tbl td.cell:last-child {
  border-right: none !important;
  border-left: 1px solid #228888 !important;
}
.asmt-report .page .inner-tbl thead {
  display: none !important;
}
.asmt-report .page .tbl thead {
  font-size: 10px;
}
.asmt-report .page .tbl .cell {
  border-left: 1px solid #228888 !important;
  border-right: 1px solid #228888 !important;
  border-top: none;
  border-bottom: none;
}
.asmt-report .page .tbl .cell.no-border {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.asmt-report .page .tbl .cell.first {
  border-top: 1px solid #228888 !important;
}

.asmt-report .page .tbl .cell.normal {
  border-top: 1px solid #228888;
  border-bottom: 1px solid #228888;
}
.asmt-report .page .tbl .cell.brwhite {
  border-bottom: 1px solid #fff !important;
}
.asmt-report .page .tbl .cell.brdark {
  border-bottom: 1px solid #228888 !important;
}
.asmt-report .page .tbl .cell.dark {
  padding: 4px 8px;
  text-align: left;
  background-color: #228888;
  color: #fff;
}
.asmt-report .page .tbl .cell.left {
  text-align: left;
  padding-left: 8px;
}
.asmt-report .page .tbl .cell.center {
  text-align: center !important;
}
.asmt-report .page .tbl .cell.wl {
  border-left: 1px solid #fff !important;
}
.asmt-report .page .tbl .cell.wr {
  border-right: 1px solid #fff !important;
}
.asmt-report .page .tbl .cell.white {
  background-color: #fff;
}
.asmt-report .page .tbl .cell.pad {
  padding: 8px 16px;
}
.asmt-report .page .tbl .cell.pad4 {
  padding: 4px 8px;
}
.asmt-report .page .tbl .cell.pad6 {
  padding: 6px 8px;
}
.asmt-report .page .tbl .cell.last {
  border-bottom: 1px solid #228888 !important;
}
.asmt-report .page .tbl .cell.link {
  color: #1155cc;
}
.asmt-report .page .fn {
  font-weight: 300;
}
.asmt-report .page .finding-tbl th {
  border-top: 2px solid #228888 !important;
}
.asmt-report .page .finding-tbl th:last-child,
.asmt-report .page .finding-tbl tr td:last-child {
  border-right: 2px solid #228888 !important;
}
.asmt-report .page .finding-tbl th:first-child,
.asmt-report .page .finding-tbl tr td:first-child {
  border-left: 2px solid #228888 !important;
}
.asmt-report .page .finding-tbl tbody tr:last-child td {
  border-bottom: 2px solid #228888 !important;
}
.asmt-report .page .mt16 {
  margin-top: 16px;
}
.asmt-report .page .date {
  width: 100%;
  height: 38px;
}
.asmt-report .page .aud-org {
  padding: 8px;
}
.asmt-report .page .case-upper {
  text-transform: capitalize;
}
.asmt-report .page .case-proper {
  text-transform: capitalize;
  display: inline-block;
}

.asmt-report .page .aud-org .name {
  color: #000;
}
.asmt-report .page .aud-org .logo {
  width: auto;
  max-width: 240px;
  height: 100px;
  object-fit: contain;
}
.asmt-report .page .footer {
  border-top: 1px solid #228888;
  width: 100%;
  margin-top: 16px;
  padding: 8px 4px 4px;
}
.asmt-report .page .footer .text {
  color: grey !important;
  margin-bottom: 0px;
  line-height: 1.3;
  text-align: justify;
}
.asmt-report .page .footer .app-logo {
  width: 200px;
  height: 56px;
  object-fit: contain;
  margin-left: 12px;
}
.asmt-report .page .footer .comp-logo {
  width: 100px;
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}
.asmt-report .page .footer .uncontrolled {
  color: red;
}
.asmt-report .page .footer .link {
  color: #1155cc;
}
.asmt-report .page .c228888 {
  color: #228888;
}
.asmt-report .page .mv16 {
  margin: 16px 0;
}
.asmt-report .page .para {
  margin-bottom: 8px;
  text-align: justify;
  line-height: 1.3;
}
.asmt-report .page .tbl .overall {
  text-align: right;
  background-color: #228888;
  color: #fff;
  width: fit-content;
  padding: 2px 4px;
  height: 100%;
}
.asmt-report .page .details .info td {
  font-size: 10px !important;
}
.asmt-report .page .details .sum a {
  color: #1155cc;
  text-decoration: none;
}
.asmt-report .page .details .sum a:hover {
  color: #1155cc;
  text-decoration: none !important;
}
.asmt-report .page .details .tbl {
  margin-top: 24px;
}

.asmt-report .page .details .card-title {
  margin-bottom: 8px;
}
.asmt-loading-indicator {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  z-index: 5;
}
.asmt-loading-indicator .loading {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.asmt-loading-indicator .loading-oval {
  width: 240px;
  height: 240px;
}
.login-loading {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.loading-indicator {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-indicator .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.loading-indicator .loading {
  width: 42px;
  height: 42px;
  margin-right: 8px;
}
.loading-indicator.small .loading {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.loading-indicator .loading-oval {
  width: 240px;
  height: 240px;
}
.loading-indicator.small .loading-oval {
  width: 64px;
  height: 64px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes colorblink {
  0% {
    background-color: inherit;
  }
  50% {
    background-color: #f5edff;
  }
  100% {
    background-color: inherit;
  }
}
