@charset "UTF-8";

/* CSS Document */
body {
    background: #edf1f7;
    font-family: 'Work Sans', sans-serif;
}

.container-fluid {
    padding: 50px 0;
}

#menu {
    display: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1840px;
    width: 95%;
}

.avatar {
    background-image: url('../images/default.png');
}

.fixed.btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    z-index: 99;
}

.block-data.submit {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    z-index: 99;
    padding: 0;
}

input:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none;
}

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

h1 {
    font-size: 31px;
    color: #384151;
    font-weight: 600;
}

h2 {
    font-size: 20px;
    color: #384151;
    font-weight: 500;
}

h3 {
    font-size: 22px;
}

p {
    font-size: 17px;
}

a,
button {
    transition: all 0.2s ease-in;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

a.blue {
    background-color: #0fa4f8;
    color: #fff;
    box-shadow: 0px 19px 37px 0px rgba(18, 96, 167, 0.24);
    font-size: 19px;
    border-radius: 30px;
    padding: 17px 70px;
}

a.blue:hover {
    background: #0d8dd5;
}

a.white {
    background-color: #fff;
    color: #10a4f8;
    box-shadow: 0px 19px 37px 0px rgba(18, 96, 167, 0.24);
    font-size: 19px;
    border-radius: 30px;
    padding: 17px 70px;
}

a.white:hover {
    background: #0d8dd5;
    color: #fff;
}

a.black {
    background-color: #000;
    color: #fff;
    font-size: 19px;
    border-radius: 30px;
    padding: 17px 70px;
    border: 1px solid #000;
}

a.black:hover {
    border: 1px solid #10a4f8;
}

ul,
ol {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
    background: #0ad79c;
    -webkit-box-shadow: inset 8px 1px 15px -12px rgba(0, 0, 0, 0.86);
    box-shadow: inset 8px 1px 15px -12px rgba(0, 0, 0, 0.86);
}

.submitBtn.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    z-index: 99;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    /*will-change: transform;*/
    background-color: #edf1f7;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.slideout-menu ul {
    margin-top: 30px;
}

.slideout-menu ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    padding: 10px 10px 10px 30px;
}

.slideout-menu ul li a i {
    width: 20px;
}

.slideout-menu ul li.sign-in a {
    color: #000;
}

/* Header */
#header {
    padding: 25px 0px;
    background: #17379f;
    box-shadow: 0px 0px 8px 0px rgba(11, 14, 15, 0.6);
    position: relative;
}

#header img {
    width: 190px;
    height: auto;
    display: inline-block;
}

#header ul {
    display: inline-block;
}

#header ul li {
    display: inline-block;
}

#header a {
    display: inline-block;
}

#header ul li a {
    font-size: 20px;
    color: #e5e5e4;
    margin-left: 45px;
    position: relative;
    text-decoration: none;
}

#header ul li a:hover,
#header ul li.active a {
    color: #9a9a96;
}

#header ul li.active a::after {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 4px;
    height: 4px;
    content: '';
    background: #0ad79c;
    border-radius: 50%;
    bottom: -10px;
}

.user-menu {
    float: right;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: -11px;
    color: #e5e5e4;
    background: #141f72;
    box-shadow: 0px 14px 29px 0px rgb(11 14 15 / 60%);
    border-radius: 32px;
    padding: 4px 4px 4px 25px;
    transition: all 0.2s ease-in;
    z-index: 99999;
}

.user-menu:hover {
    box-shadow: 0px 14px 29px 0px rgba(11, 14, 15, 0.7);
}

.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0ad79c;
    border-radius: 50%;
    margin-left: 20px;
    background-size: cover;
    background-position: center;
}

nav#menu .avatar {
    margin-left: 30px;
    margin-top: 25px;
    border: 1px solid #fff;
}

#header ul.submenu {
    display: none;
    background: transparent;
    transition: all 0.2s ease-in;
    margin-bottom: 20px;
    opacity: 0;
}

#header .user-menu:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    display: block;
}

#header ul.submenu li {
    display: block;
    text-align: left;
}

#header ul.submenu li a {
    text-align: left;
    margin: 0px;
    font-size: 12px;
}

#header ul.submenu li a i {
    margin-right: 5px;
    width: 15px;
}

.toggle-button {
    display: none !important;
}

/* Selects */
.field {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.field .select-label {
    text-align: left;
    width: 40%;
    padding-right: 20px;
    padding-top: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
}

.actionBtns .form-control {
    width: 235px;
    display: inline-block;
}

.actionBtns button {
    margin-left: 15px;
}

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: 20px 35px 20px 15px;
    width: 60%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0px;
    box-shadow: 0px 6px 29px 0px rgba(11, 14, 15, 0.16);
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    background-image: url(../images/chevron.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 20px top 50%, 0 0;
    background-size: 15px auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
    display: none;
}

/* Hover style */
.select-css:hover {
    border-color: #888;
}

/* Focus style */
.select-css:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

/* Set options to normal weight */
.select-css option {
    font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled,
.select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover,
.select-css[aria-disabled=true] {
    border-color: #aaa;
}

/* Screen */
#welcome {
    padding-bottom: 45px;
}

#welcome form {
    background: #eceff4;
    display: inline-block;
    border-radius: 10px;
    margin-right: 15px;
}

#welcome form input[type="text"] {
    background: transparent;
    border: 0px;
    font-size: 15px;
    padding: 9px 10px 9px 15px;
}

#welcome form button {
    background: transparent;
    border: 0px;
    margin-right: 10px;
    color: #606775;
    transition: all 0.2s ease-in;
}

#welcome form button:hover {
    color: #384151;
}

#welcome h2 {
    margin-bottom: 15px;
}

#welcome h2 span {
    font-weight: 600;
}

.white-block {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgba(11, 14, 15, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
}

.block-header {
    padding: 20px;
    border-bottom: 1px solid #eceff4;
}

.block-header h2 {
    display: inline-block;
}

button.small {
    background: #0ad79c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(11, 14, 15, 0.08);
    border: 0px;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
}

button.small:hover {
    background: #4b9fb5;
}

.block-header button.small {
    float: right;
    vertical-align: middle;
    margin-top: -7px;
}

button.cog {
    float: right;
    padding: 0px;
    background: transparent;
    border: 0px;
    transition: all 0.2s ease-in;
    margin-left: 20px;
}

button.cog:hover {
    opacity: 0.8;
}

button.cog img {
    width: 28px;
    height: auto;
}

.Assessments {
    overflow: auto;
    width: 100%;
}

.block-data {
    padding: 20px;
}

.block-data .form-group {
    margin-bottom: 0;
}

.block-data form input[type="text"],
.block-data form input[type="password"],
.block-data form input[type="file"],
.block-data form input[type="text"],
.block-data form input[type="email"],
.block-data form textarea,
.form input[type="text"] {
    font-size: 15px;
    width: 100%;
    padding: 20px 30px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0px;
}

.labels input[type="text"],
.labels input[type="password"],
.labels input[type="file"],
.labels input[type="text"],
.labels input[type="email"],
.labels textarea,
.labels input[type="text"] {
    font-size: 15px;
    width: 100%;
    padding: 20px 30px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0px;
}

.block-data form input[type="submit"],
.form input[type="submit"],
.btn-full-submit {
    background: #06a97a;
    width: 100%;
    color: #ffffff;
    padding: 15px 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgb(204 204 204 / 60%);
    border: 0px;
    transition: all 0.2s ease-in;
}

.block-data form input[type="submit"]:hover,
.form input[type="submit"]:hover,
.btn-full-submit:hover {
    background: #08a275;
}

.risk {
    background: #f9f9fa;
    padding: 8.7px 8px 8.7px 20px;
    border-radius: 10px 30px 30px 10px;
    transition: all 0.2s ease-in;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 3px;
}

.risk:last-of-type {
    margin-bottom: 0px;
}

.risk:hover {
    box-shadow: 0px 5px 10px 0px rgba(51, 107, 130, 0.8);
}

.risk button.white {
    background: #fff;
    border: 0px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(51, 107, 130, 0.4);
    font-size: 15px;
    line-height: 25px;
    height: 30px;
    width: 30px;
    transition: all 0.2s ease-in;
}

.risk button.white:not(:last-child) {
    margin-right: 10px;
}

.risk button.white:hover {
    box-shadow: 0px 3px 6px 0px rgba(51, 107, 130, 0.7);
}

.chart {
    background-image: -moz-linear-gradient(90deg, rgb(199, 211, 233) 0%, rgb(215, 226, 247) 99%);
    background-image: -webkit-linear-gradient(90deg, rgb(199, 211, 233) 0%, rgb(215, 226, 247) 99%);
    background-image: -ms-linear-gradient(90deg, rgb(199, 211, 233) 0%, rgb(215, 226, 247) 99%);
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgba(11, 14, 15, 0.08);
    padding: 30px;
}

.threat-chart {
    background: #dee9fc;
    padding: 30px;
    box-shadow: 0px 14px 59px 0px rgba(55, 119, 144, 0.26);
}

#report-data {
    text-align: right;
}

/* Table */
table {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgba(11, 14, 15, 0.07);
    border: 0px;
    border-collapse: collapse;
    overflow: hidden;
}

table thead {
    background-color: #141f71;
    color: #e5e5e4;
}

table td,
table th {
    font-size: 18px;
    font-family: 'Noto Sans', sans-serif;
    padding: 10px;
}

table td.highlight {
    font-weight: bold;
}

table td.blanked {
    background: #0ad79c;
}

table tr.header {
    background: #141f71;
    color: #e5e5e4;
    border-radius: 10px 10px 0px 0px;
}

table tr.header td {
    border-top: 0px;
    padding: 15px 10px;
}

table tr.header td:first-child {
    border-left: 0px;
    border-radius: 10px 0px 0px 0px;
}

table tr.header td:last-child {
    border-right: 0px;
    border-radius: 0px 10px 0px 0px;
}

table tr.header td {
    font-size: 17px;
    font-weight: bold;
}

table td.last {
    border-bottom: 0px;
}

table tr:last-child td {
    border-bottom: 0px;
}

table tr td:first-child {
    border-left: 0px;
}

table tr td:last-child {
    border-right: 0px;
}

table tr:last-child td:first-child {
    border-left: 0px;
}

table tr:last-child td:last-child {
    border-right: 0px;
}

.rating {
    padding-left: 50px;
}

.rating h2 {
    margin-bottom: 15px;
}

.rating table {
    background: transparent;
    box-shadow: none;
    margin-top: 25px;
    margin-bottom: 0px;
}

.rating td {
    font-size: 16px;
    padding: 5px;
}

.rating td.number {
    text-align: center;
    width: 34px;
}

.rating td.number span {
    border-radius: 50%;
    margin-bottom: 5px;
    background: #141f71;
    color: #fff;
    width: 23px;
    display: block;
    position: relative;
    top: 2px;
}

.colour {
    background: #db2b2b;
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 10px;
}

.level {
    margin-bottom: 5px;
}

.rare .colour {
    background: #a9d18e;
}

.possible .colour {
    background: #e5e51a;
}

.likely .colour {
    background: #fec000;
}

.square {
    position: relative;
    width: 100%;
}

.square::before {
    content: 'THREAT STRENGTH';
    display: inline-block;
    position: absolute;
    top: 38%;
    left: -5%;
    margin: auto;
    font-size: 12px;
    transform: rotate(-90deg);
    color: #212529;
}

.riskMatrix .square::before {
    content: 'IMPACT RATING';
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.block {
    width: 19%;
    height: 19%;
    background: #db2b2b;
    float: left;
    position: relative;
    border-radius: 18px;
    margin: 3px;
    box-shadow: 1px 5px 4px 2px #cbcbcb;
    padding: 4px;
}

.block.label {
    background: transparent;
    border: 0px;
    text-align: right;
    position: relative;
    box-shadow: none;
}

.block.label h4 {
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: -11px;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 0%;
    padding-right: 15px;
}

.block.label h5 {
    font-weight: 400;
    font-size: 16px;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.z-axis {
    margin-left: 20%;
    text-align: center;
}

.z-axis h4 {
    font-weight: 400;
    font-size: 12px;
    margin-top: -10%;
}

.z-axis span {
    font-size: 10px;
}

.block.yellow {
    background: #e5e51a;
}

.block.green {
    background: #a9d18e;
}

.block.orange {
    background: #fec000;
}

.square span {
    background: #384151;
    color: #fff;
    border-radius: 50%;
    font-family: 'Noto Sans', sans-serif;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 12px;
    display: none;
    position: relative;
    padding-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 2px;
    z-index: 1;
}

.square span.show {
    display: block;
}

.square span.show span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1;
}

.square span.show span:hover {
    cursor: pointer;
    background: #1f252f;
}

.square span.highlight span {
    background: #17379f;
}

.matrixBorder {
    width: 594px;
    height: 594px;
    position: absolute;
    right: 0;
    /*z-index:99;*/
}

/* Footer */
#footer {
    background: transparent;
    padding: 70px 0px;
    color: #444c5c;
    font-size: 12px;
}

.sign-in #footer {
    padding: 35px 0 !important;
}

.sign-in .white-block {
    margin-bottom: 0;
}

.sign-in #screen .row {
    max-width: 600px;
    margin: 0 auto;
}

#footer ul {
    text-align: right;
}

#footer ul li {
    display: inline-block;
}

#footer ul li a {
    color: #444c5c;
    font-size: 14px;
    margin-left: 30px;
}

#footer ul li a:hover {
    color: #444c5c;
}

.bia input[type=range] {
    height: 141px;
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 10px;
    position: relative;
    top: 0px;
    margin-top: 16px;
    margin-bottom: 17px;
}

.bia input[type=range].slider_matrixfive {
    height: 185px;
}

.bia input[type=range].slider_matrixsix {
    height: 225px;
}

.bia .title {
    text-align: center;
    color: #fff;
    background: #384151;
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 14px;
    cursor: pointer;
}

.bia .title:hover {
    background: #232830;
}

.bia p {
    background: #c0cadc;
    color: #384151;
    padding: 10px 0px;
    border-radius: 5px;
    margin-top: 10px;
}

.bia p.value {
    background: #0ad79c;
}

.bia .col-lg-3 {
    font-size: 0;
}

.bia .item {
    position: relative;
    width: 33%;
    display: inline-block;
    text-align: center;
    padding: 2px;
}

#tooltip_a_5,
#tooltip_i_5,
#tooltip_c_5 {
    left: initial !important;
    right: 50px;
}

.bia .item span {
    left: 50px !important;
    transform: unset !important;
    top: 20px;
    bottom: initial !important;
    z-index: 9;
    width: 300px;
    text-align: left;
}

.bia .col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.bia .col-lg-3.normal {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bia .key {
    margin-top: 0px;
}

.bia .key .item {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px 10px;
    background: #c0cadc;
    margin-bottom: 0;
    border-radius: 0;
    position: relative;
    color: #fff;
}

.bia .key .item:before {
    content: " ";
    border: 1px dashed #cdcdcd;
    position: absolute;
    width: 100vw;
    left: -100vw;
    top: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin: 0;
    line-height: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8aeae;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0ad79c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #0ad79c;
}

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

table select {
    font-size: 12px;
    width: 100%;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
}

table input {
    font-size: 12px;
    width: 100%;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
}

.submitBtn {
    background: #06a97a;
    width: 100%;
    color: #e5e5e4;
    padding: 15px 10px;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgb(11 14 15 / 60%);
    border: 0px;
    transition: all 0.2s ease-in;
}

.submitBtn:hover {
    background: #047857;
}

.btn-link {
    color: #384151;
    font-size: 23px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    text-decoration: none;
    color: #384151;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.controls h4 {
    font-size: 18px;
    font-weight: 400 !important;
    min-height: 50px;
    margin-bottom: 15px;
}

.controls .single {
    margin-top: 20px;
    margin-bottom: 20px;
}

.controls .threats .title {
    font-size: 16px;
    color: #384151;
    font-weight: 600;
    margin-top: 0;
}

.controls .threats .item {
    background: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 0;
    opacity: 1;
}

.actionBtns button,
.actionBtns a {
    background: #0ad79c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgb(11 14 15 / 8%);
    border: 0px;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
}

.actionBtns button:hover,
.actionBtns a:hover {
    background: #5999b1;
}

.actionBtns button i,
.actionBtns a i {
    margin-right: 5px;
}

.assessmentNav {
    list-style: none;
    padding: 0;
    text-align: center;
    clear: both;
    display: table;
    float: right;
}

.assessmentNav li {
    float: left;
}

.assessmentNav li a {
    color: #fff;
    padding: 10px 20px;
    display: block;
    font-weight: 300;
    font-size: 13px;
    opacity: 0.5;
}

.assessmentNav li a:hover,
.assessmentNav li a.active {
    opacity: 1;
}

.assessmentNav li a i {
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
}

.assessmentHeader h4 {
    margin: 18px 0;
    font-size: 19px;
}

.assessmentHeader {
    background: #141f72;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.cotLabel {
    font-size: 14px;
    font-weight: 600;
}

.acaTemplate {
    width: 200px;
    display: inline-block;
    float: right;
    margin-top: -4px;
}

.modal-header {
    background: #17379f;
    color: #fff;
    /* font-weight: 300; */
    text-align: center;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-title {
    display: block;
    text-align: center;
    font-weight: 300;
}

.modal-dialog {
    max-width: 600px;
}

.modal.info i {
    display: inline-block;
    font-size: 14px;
    color: #000;
    /*margin-bottom: 20px;*/
}

.modal.info .modal-body {
    text-align: center;
}

.modal.info button,
.modal.info a {
    background: #0ad79c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgb(11 14 15 / 8%);
    border: 0px;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal.info button:hover,
.modal.info a:hover {
    background: #5999b1;
}

.modal.info button i,
.modal.info a i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-right: 2px;
}

.modal-content {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.block-data .options {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 164px;
    padding: 25px;
    display: none;
}

.question {
    max-width: 700px;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgb(11 14 15 / 8%);
    margin: auto;
}

.question i.main {
    display: block;
    font-size: 65px;
    color: #0ad79c;
    margin-bottom: 20px;
}

.question p {
    font-size: 18px;
    margin-top: 19px;
    margin-bottom: 27px;
}

.question h4 {
    font-size: 20px;
    background: #c0cadc;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: left;
}

.question h4 .ref {
    display: inline-block;
    width: 52px;
}

.question h4 .title {
    width: calc(100% - 65px);
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.question h4 .title i,
.controls .single p .fa-info-circle {
    position: absolute;
    right: 0;
}

.controls .single p {
    position: relative;
}

.tooltip-inner {
    text-align: left;
}

.question .next {
    background: #0ad79c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgb(11 14 15 / 8%);
    border: 0px;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin-top: 50px;
    float: right;
    width: 148px;
}

.question .next:hover {
    background: #5397ad;
}

.question .col-6.first {
    text-align: left;
    border-right: 2px solid #f1f1f1;
}

.progress {
    border-radius: 0;
    height: 8px;
    background-color: #e9ecef;
    border-radius: 0;
    position: sticky;
    top: 77px;
    z-index: 99;
}

.progress-bar {
    background-color: #0ad79c;
}

.relScoreDisplay {
    background: #17379f;
    color: #fff;
    padding: 3px 7px;
    font-size: 11px;
    border-radius: 5px;
    margin-left: 4px;
    display: inline-block;
}

.ciaButtons {
    padding-left: 40px;
}

.ciaButtons button {
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    width: 31.5%;
    margin-bottom: 12px;
}

.editAssessmentName {
    font-size: 15px;
    margin-left: 7px;
    opacity: 0.6;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.editAssessmentName:hover {
    opacity: 1;
}

.search_box {
    float: right;
    position: relative;
}

.topRightInput {
    width: 200px;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    padding-right: 30px;
}

.topRightIcon {
    position: absolute;
    font-size: 17px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.archive a {
    color: #de1515;
}

.archive a i {
    margin-right: 3px;
}

.archive a:hover {
    color: #000;
}

.resetReloadBtn {
    color: #de1515;
    font-size: 12px;
    margin-top: 13px;
    display: block;
    margin-left: 7px;
}

.resetReloadBtn:hover {
    color: #000;
}

.selectAll {
    font-size: 13px;
    opacity: 0.7;
    padding-top: 11px;
    padding-left: 20px;
}

.fa-exclamation-triangle {
    color: #5db6ce;
}

.fas.fa-table {
    color: #02d79c;
    margin-left: 4px;
}

.risk .form-check {
    margin-top: -3px;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.status {
    display: inline-block;
    background: #17379f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.status.complete {
    background: #06d79c;
}

.block-data table thead tr th {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 20px;
}

.risk.riskRow span {
    text-align: center;
}

.prosses_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.selectAll input {
    margin-right: 2px;
    position: relative;
    top: 3px;
    height: 15px;
    width: 15px;
}

.tcmVersion {
    font-size: 12px;
    display: block;
    font-weight: 300;
}

.hint {
    border: 2px dashed #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background: #cfddf1;
    margin-bottom: 30px;
}

.hint i {
    margin-right: 5px;
}

.devTag {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    padding: 5px 10px;
    background: #dede00;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 9999;
}

.block-header h2 .smallAdditional {
    font-size: 12px;
    color: #08a97a;
    display: inline-block;
    margin-left: 5px;
    position: Relative;
    top: -2px;
}

.block-header h2 .smallAdditional:hover {
    color: #047253;
}

/* user page design ======================== */
.new_user .form-select {
    font-size: 15px;
    width: 100%;
    padding: 20px 30px;
    background-color: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0px;
    background-position: right 20px center;
}

.new_user .form-select:focus {
    box-shadow: none;
}

.new_user p {
    line-height: 18px;
    margin-top: 22px;
    opacity: 0.7;
    text-align: center;
}

.user_sec .status {
    margin-left: 0;
}

.user_sec .risk small {
    font-size: 10px;
}

.user_sec .risk button {
    opacity: 0.6;
}

.viewLogs:hover {
    font-weight: bold;
}

.user_sec .status.admin {
    background-color: #06d79c;
}

.user_sec .status.user {
    background-color: #17379f;
}

.user_sec .right_btn {
    text-align: center;
    display: flex;
    justify-content: end;
}

.user_sec .block-data.right {
    min-width: 600px;
}

/* setting page ============== */
.labels label {
    font-size: 35px;
    line-height: 42px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #5db7ce;
    margin-bottom: 15px;
}

.shading label {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #5db7ce;
    text-align: right;
}

.setting_sec .block-data .row {
    align-items: center;
}

.container-fluid.pb {
    padding-bottom: 80px !important;
}

/* crit ref page ============ */
.labels label.impact {
    font-size: 23px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #5db7ce;
}

.text {
    background: #c0cadc;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 25px;
}

.crit-ref .accordion .btn {
    width: 100%;
    text-align: left;
    text-decoration: none;
}

.crit-ref .white-block {
    margin-bottom: 0;
}

#reassignUser .form-control {
    margin: 40px auto;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.user_sec .white-block {
    height: 100%;
}

/* assessment page ========== */
.critRefInfo {
    background: #eee;
    padding: 12px 15px;
    border-radius: 9px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 13px;
}

.proceed_btn {
    margin-top: 20px;
}

.cotLabel {
    margin-bottom: 10px;
}

/* threat profile ========== */
.threat_sec .block-header {
    margin-bottom: -44px;
    padding: 30px 0px;
}

.threat_sec .block-header h1 {
    display: inline-block;
}

.threat_sec tbody tr.bg {
    background-color: #ececec;
}

.threat_sec table i {
    margin-left: 5px;
    color: #5DB6CE;
}

.select-label {
    width: 55%;
}

.select-css {
    width: 54%;
}

.threatProfile {
    margin-top: 40px;
}

.threat_profile_sec .block-header {
    padding: 0px 0px 20px 0px;
}

/* controls====================  */
.relScoreDisplay {
    min-width: 21px;
    text-align: center;
}

.controls_sec .head-part {
    margin-bottom: 20px;
}

.controls_sec .head-part p {
    margin-bottom: 0;
    font-size: 14px;
}

.controls_sec .card-header h2 button {
    text-align: left;
}

/* controls question ============== */
.slider_sec .gray-bg {
    background: #f8f8f9;
    padding: 10px 16px;
    border-radius: 15px;
    margin: 20px 0;
    text-align: left;
}

.slider_sec p {
    text-align: left;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 15px;
}

.slider_sec textarea {
    width: 100%;
    padding: 14px 14px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
    margin-top: 89px;
    height: 190px;
}

.slider_sec ul li i {
    color: #0cd79c;
    font-size: 8px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.slider_sec .first p {
    display: none;
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    margin-top: 20px;
}

.slider_sec .first p label {
    margin-left: 6px;
}

.container2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 190px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Hide the browser's default radio button */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container2 input:checked~.checkmark {
    background-color: #0ad79c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container2 input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container2 .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* control strength ================= */
.control_strength_sec td i {
    margin-left: 5px;
    color: #5DB6CE;
}

/* risk reporting page --------------- */
.rare .colour,
.block.green {
    background: #a9d18e;
}

.possible .colour,
.block.yellow {
    background: #e5e51a;
}

.likely .colour,
.block.orange {
    background: #fec000;
}

.colour,
.block {
    background: #db2b2b;
}

.colour {
    margin-right: 7px;
}

/* .control_strength_sec category ========== */
.control_category .colour {
    margin-right: 7px;
}

.visualItem {
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 14px 18px 0px rgb(143 143 143 / 31%);
    border-top-right-radius: 15px;
    margin-bottom: 40px;
    border-top-left-radius: 15px;
    position: relative;
    min-height: 325px;
}

.visualItem .icon {
    font-size: 60px;
    color: #30c979;
}

.visualItem h3 {
    color: #333;
    margin-top: 15px;
    margin-bottom: 5px;
    min-height: 55px;
}

.visualItem p {
    margin-bottom: 10px;
}

.visualItem p.text-center {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}

.visualItem .score {
    position: absolute;
    top: 9px;
    right: 10px;
    background: #16379f;
    color: #fff;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 7px;
}

.threats .item {
    margin-bottom: 10px;
    opacity: 0.7;
}

.visualItem {
    position: relative;
}

.visualItem.green {
    border-bottom: 10px solid #a9d18e;
}

.visualItem.yellow {
    border-bottom: 10px solid #e5e51a;
}

.visualItem.orange {
    border-bottom: 10px solid #fec000;
}

.visualItem.red {
    border-bottom: 10px solid #db2b2b;
}

.visualItem button {
    margin-bottom: 20px;
    font-weight: 600;
    color: #16379f;
    cursor: pointer;
    border: none;
    background-color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.visualItem .control_list {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 20px 40px;
}

.visualItem .control_list i {
    margin-bottom: 20px;
    display: block;
    text-align: right;
    color: #131f73;
    cursor: pointer;
    font-size: 18px;
}

.visualItem .control_list span {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}

.visualItem .control_list .upper_sec {
    height: 42%;
    overflow: auto;
}

.visualItem .control_list p span {
    margin-left: 4px;
    background: #16379f;
    color: #fff;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 7px;
    display: inline-block;
}

.visualItem .control_list .lower_sec {
    height: 30%;
    overflow: auto;
}

.visualItem .icon.green {
    color: #a9d18e;
}

.visualItem .icon.yellow {
    color: #e5e51a;
}

.visualItem .icon.orange {
    color: #e5e51a;
}

.visualItem .icon.red {
    color: #db2b2b;
}

.control_ques .bg-gray {
    text-align: left;
    background: #f8f8f9;
    padding: 10px 16px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.control_ques .bg-gray p {
    font-size: 14px;
    margin-bottom: 20px;
}

.control_ques .bg-gray ul li {
    display: flex;
}

.control_ques .bg-gray ul li i {
    color: #0cd79c;
    font-size: 61%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.control_ques .bg-gray select {
    float: right;
    font-size: 12px;
    width: 150px;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
    margin-top: -38px;
    margin-right: 13px;
}

.control_ques .single p strong {
    min-height: 50px;
}

.control_ques .single textarea {
    font-size: 12px;
    width: 100%;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
}

.enterprise {
    display: none;
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
}

.blue-text {
    color: #17379f;
}

.archive_sec #screen {
    padding-bottom: 0;
}

.archive_sec .archive {
    margin-bottom: 0;
}

#footer {
    padding-top: 30px;
}

label.error {
    color: red;
    font-size: 13px;
}

/*Tab Section css*/
.tcm_version_select {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal {
    z-index: 9999;
}

.select_matrix_plan {
    padding: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.select_matrix_plan .cat {
    margin: 4px;
    background-color: #17379f;
    border-radius: 20px;
    overflow: hidden;
    width: 8em;
}

.select_matrix_plan .cat label {
    line-height: 35px;
    width: 100%;
    height: 40px;
}

.select_matrix_plan .cat label span {
    text-align: center;
    padding: 3px 0;
    display: block;
}

.select_matrix_plan .cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

/* selects all of the text within the input element and changes the color of the text */
.select_matrix_plan .cat label input+span {
    color: #fff;
}

/* This will declare how a selected input will look giving generic properties */
.select_matrix_plan .cat input:checked+span {
    color: #ffffff;
}

/*
This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
*/
.select_matrix_plan .action input:checked+span {
    background-color: #0ad79c;
    border-color: #0ad79c;
}

/*Assessment page css */
.assessments_block {
    padding: 60px 0;
}

.assessments_block input[type="submit"] {
    margin-top: 50px;
}

.alert.alert-danger {
    position: relative;
    margin: 20px;
}

.alert.alert-danger button {
    position: absolute;
    right: 15px;
    top: 0px;
    border: none;
    background: none;
}

.alert.alert-danger li {
    font-size: 13px;
}

.threat_profile_table .threat_td_back {
    background: #ececec;
}

.threat_profile_table .threat_td_back i {
    margin-left: 5px;
    color: #5DB6CE;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination {
    justify-content: flex-end;
    margin-top: 20px;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: #0ad79c;
    border-color: #0ad79c;
    color: #fff;
}

.pagination .page-link {
    color: #000;
}

.padding-45-0 {
    padding: 45px 0;
}

.font_12 {
    font-size: 12px;
}

.margin-20 {
    margin: 20px;
}

.opacity_1 {
    opacity: 1;
}

.visual_items {
    position: relative;
    border-bottom: 10px solid #a9d18e;
}

.list_1 {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 20px 40px;
}

.close_btn {
    margin-bottom: 20px;
    display: block !important;
    text-align: right;
    color: #131f73;
    cursor: pointer;
}

.fill_div {
    height: 42%;
    overflow: auto
}

.scrore_div {
    height: 30%;
    overflow: auto;
}

.scrore_div span {
    margin-left: 4px;
    background: #16379f;
    color: #fff;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 7px;
    display: inline-block;
}

.visualItem .threats {
    height: 85px;
    overflow: auto;
    background: #ebebeb;
    border-radius: 10px;
    padding: 12px;
    position: relative;
}

.visual_items .icon {
    color: #a9d18e;
}

.show-strongest {
    font-weight: 600;
    color: #16379f;
    cursor: pointer;
}

.aasetsbia .item.red {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #db2b2b;
    color: #fff;
}

.aasetsbia .item.yellow {
    background: #fec000;
}

.aasetsbia .item.light-yellow {
    background: #e4e151;
}

.aasetsbia .item.green {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #a9d18e;
}

.block-header.new h1 {
    display: inline-block;
}

.block-header.new .actionBtns {
    float: right;
    margin-right: 13px;
    position: relative;
    top: -5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
}

.control_para {
    text-align: left;
    font-size: 14px !important;
    background: #f8f8f9;
    padding: 10px 16px;
    border-radius: 15px;
}

.control_select {
    float: right;
    font-size: 12px;
    width: 150px;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
    margin-top: -68px;
    margin-right: 13px;
    position: relative;
}

.control_area {
    font-size: 12px;
    width: 100%;
    padding: 10px 6px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
}

.control_para i {
    color: #0cd79c;
    font-size: 61%;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.question_select {
    font-size: 12px;
    width: 100%;
    padding: 14px 14px;
    background: #eceff4;
    color: #384151;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0;
    border-radius: 10px;
    border: 0px;
    margin-top: 89px;
    height: 190px;
}

.padding45-0 {
    padding: 45px 0;
}

.font-12 {
    font-size: 12px;
}

.risk_small {
    font-size: 13px;
    display: block;
    margin-top: 6px;
}

.risk_btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 !important;
    display: block;
    z-index: 99;
    margin-left: 0 !important;
}

.login_error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
}

.setting_tabs.nav-tabs {
    border: none;
}

.setting_tabs.nav-tabs .nav-item.show .nav-link,
.setting_tabs.nav-tabs .nav-link.active,
.setting_tabs.nav-pills .nav-link.active {
    background: #08a275;
    border: none;
}

.setting_tabs.nav-tabs .nav-link,
.setting_tabs.nav-pills .nav-link {
    background: #17379f;
    border: none;
    border-radius: 0;
    color: #fff;
    margin-right: 10px;
}

.button {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked+label {
    background: #08a275;
    border-radius: 0px;
    color: #fff;
}

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    border: 1px solid #eceff4;
    border-radius: 0;
}

.alert-success {
    position: relative;
}

.alert-success button {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
}

#controls h3 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: -10px;
}

#controls.modal.info button,
#controls.modal.info a {
    font-size: 15px;
    float: right;
    margin-top: -10px;
}

#controls h3>button i,
#controls h3>a i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-right: 2px;
}

#controls .bottomLeft {
    float: right;
    zoom: 79%;
    margin-top: 10px;
}

#controls .bottomLeft i {
    color: #000 !important;
    font-size: 15px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

#controls .relScoreDisplay {
    margin-left: 10px;
    margin-right: 10px;
}

#controls .risk {
    text-align: left;
    border-radius: 10px;
}

#exportCSV.modal.info a {
    background: #0ad79c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgb(11 14 15 / 8%);
    border: 0px;
    padding: 10px 15px;
    transition: all 0.2s ease-in;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
}

#exportCSV.modal.info a i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-right: 2px;
}

.actionBtns {
    position: relative;
}

#selectOption-error {
    position: absolute;
    left: 0;
    bottom: -17px;
}

#orderCheckID-error {
    position: absolute;
    left: 0;
    bottom: -17px;
}

.loader_div {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999999;
}

.loader_div.show {
    display: flex;
}

.loader_div .shadow {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.2);
    background-color: #374259;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader_div .loader {
    display: grid;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    animation: rotate 2s infinite linear;
}

.loader_div .item {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #00DFA2;
    border-radius: 50%;
}

@keyframes top {

    from,
    to {
        transform: translateY(-15px);
    }

    50% {
        transform: translateY(-40px);
    }
}

.loader_div .top {
    animation: top 1s infinite linear;
}

@keyframes left {

    from,
    to {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(-40px);
    }
}

.loader_div .left {
    animation: left 1s infinite linear;
}

@keyframes right {

    from,
    to {
        transform: translateX(15px);
    }

    50% {
        transform: translateX(40px);
    }
}

.loader_div .right {
    background-color: #0079FF;
    animation: right 1s infinite linear;
}

@keyframes bottom {

    from,
    to {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(40px);
    }
}

.loader_div .bottom {
    animation: bottom 1s infinite linear;
}

.crop_image span {
    background: #06a97a;
    width: 150px;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 14px 29px 0px rgb(204 204 204 / 60%);
    border: 0px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

#uploadimage #image_demo {
    width: 350px;
    margin-top: 30px;
}

#uploadimage #uploaded_image {
    width: 350px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.tab_list_setting.nav-pills .nav-link {
    background: #17379f;
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 0 5px;
    text-align: left;
    margin-bottom: 10px;
}

.tab_list_setting.nav-pills .nav-link.active {
    background: #08a275;
}

.matrix_btns .button {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.matrix_btns .button label,
.matrix_btns .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.matrix_btns .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.matrix_btns .button input[type="radio"]:checked+label {
    background: #08a275;
    border-radius: 0px;
}

.matrix_btns .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    background: #17379f;
    color: #fff;
}

.modal .modal-body form {
    margin-top: 20px;
}

.control_flex {
    display: flex;
}

.control_flex .switch {
    width: 34px;
    margin-right: 15px;
    margin-top: 5px;
}

.control_flex p {
    width: calc(100% - 75px)
}

.separator {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 10px;
}

.row .col-12:last-child .separator {
    display: none;
}

.low_canvas {
    position: absolute;
    left: 0;
    bottom: 0;
}

.high_canvas {
    position: absolute;
    right: 0;
    bottom: 0;
}

.matrix_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.matrix_flex .actionBtns {
    margin-top: auto;
    text-align: right;
    padding-top: 30px;
}


/* ----- ADDING CSS BY SHAMBHU 25/09/23 ------- */

.block-data-label label {
    font-size: 16px;
    margin-bottom: 0;
}

.block-data.block-data-label {
    display: flex;
}

.switch-mode {
    display: flex;
    justify-content: left;
    align-items: center;
}

.switch-mode>p {
    color: #5db7ce;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.switch-mode .switch {
    margin: 0 20px;
}