:root {
    --graphArrowsLeftMargin: -92px;
    --hCircleLeftMargin: -94px;
    --graphSquareLeftMargin: 93px;
    --graphLargeSquareLeftMargin: 93px;
    --wrapperLeftMargin: 0px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    font: inherit;
    color: #474747;
    line-height: 1.5;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

.page-content {
    min-height: 55.4vh;
}

.semi-bold {
    font-weight: 600;
}

.black {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400 !important;
}

.download_section .inputWithIcon img {
    left: 18px;
    position: absolute;
}

.extra_bold {
    font-weight: 800;
}

.font80 {
    font-size: 80px;
}

.font40 {
    font-size: 40px;
}

.font34 {
    font-size: 34px;
}

.font48 {
    font-size: 48px;
}

.font25 {
    font-size: 25px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

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

.font14 {
    font-size: 14px !important;
}

.font12 {
    font-size: 12px !important;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.pink {
    color: #C92959;
}

.font12 {
    font-size: 12px !important;
}

.font10 {
    font-size: 10px;
}

.font22 {
    font-size: 22px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    z-index: 999;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.btn {
    outline: none !important;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a,
label {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

a:hover {
    color: #18b5ff;
}

.text-primary {
    color: #18b5ff !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #18b5ff !important;
}

.bg-white {
    background: white;
}

.text-black {
    color: #333333;
}

.text-gray {
    color: #6F6F6F;
}

.sub-menu {
    margin-top: 85px;
    background: #F8F8F8 !important;
    box-shadow: 0 0px 10px #00000014;
}

.sub-menu.fixed-top.bg-white {
    z-index: 1029;
}

li.nav-item {
    align-self: center;
}

.user-info {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.secondary-header .wrapper {
    margin-top: 160px;
}

.nav-item.active .nav-link {
    color: #18B5FF;
}

.btn-primary {
    white-space: normal;
    border: none;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff !important;
    background: #18B5FF;
    border: 1px solid #18B5FF !important;
    font-weight: 500;
    min-height: 40px;
    line-height: 2;
    padding: 6px 25px;
    text-transform: uppercase;
    font-size: 14px !important;
    min-width: 100px
}

.btn-primary:hover {
    border-color: #18B5FF;
    color: #fff !important;
    background: #18B5FF !important;
}


.btn-outline-primary {
    padding: 6px 25px;
    white-space: normal;
    text-transform: uppercase;
    min-height: 40px;
    line-height: 2;
    font-size: 14px !important;
    transition: 0.2s;
    min-width: 100px;
    color: #18B5FF !important;
    background-color: transparent !important;
    border-color: #18B5FF !important;
    font-weight: 500;
    box-shadow: none !important;
}

.btn-outline-primary:hover {
    border-color: #18B5FF;
    color: #18B5FF !important;
    background: transparent !important;
}


.btn-outline-secondary {
    padding: 6px 25px;
    white-space: normal;
    text-transform: uppercase;
    min-height: 40px;
    line-height: 2;
    font-size: 14px !important;
    transition: 0.2s;
    min-width: 100px;
    color: #B8B8B8 !important;
    background-color: transparent !important;
    border-color: #919191 !important;
    font-weight: 500;
    box-shadow: none !important;
}

.btn-outline-secondary:hover {
    border-color: #18B5FF;
    color: #B8B8B8 !important;
    background: transparent !important;
}


.wrapper {
    margin-top: 86px;
}

.culture_table .custom-radio label:before {
    top: -15px !important;
}

.culture_table .custom-radio label:after {
    top: -11px !important;
}

.banner {
    background: url(../images/banner.png);
    height: 360px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-title {
    font-size: 34px;
    text-align: center;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #333333;
    background-color: transparent;
    border-bottom: 2px solid #18B5FF;
}

.nav-pills .nav-link {
    font-weight: 500;
    color: #707070;
    text-transform: uppercase;
    border-radius: 0;
    padding-bottom: 20px;
}

.disc {
    width: 8px;
    height: 8px;
    background: #18b5ff;
    display: inline-block;
    border-radius: 100%;
}

.diff-block {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 3px 30px #0000001a;
}

.diff-block h3 {
    background: #E7F8FF;
    padding: 18px;
    font-size: 18px;
}

.free-box a {
    font-size: 14px;
}

.bg-gray {
    background: #F4F6F8;
}

.title {
    text-align: center;
    font-size: 35px;
    color: #333333;
    font-weight: 700;
    position: relative;
}

.title:after {
    content: '';
    width: 75px;
    height: 5px;
    background: #18B5FF;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.free-box {
    box-shadow: 0 0 10px #00000014;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px;
    border: 1px solid #C8C8C8;
}

.list-style-disc {
    list-style: disc;
}

.footer-link {
    list-style: inside;
}

.footer-link li i {
    width: 18px;
    text-align: center;
}

.navbar-toggler {
    outline: none !important;
}

.flex-auto {
    flex: auto;
}

.modal-body.mx-auto {
    width: 90%;
    margin: 15px auto;
}

.modal-body .form-control {
    border-color: #E5E5E5;
    background: #F8F8F8;
    font-size: 14px;
    white-space: normal;
    height: auto;
}

::placeholder {
    color: #44444450;
    word-break: break-all;
    white-space: normal;
    font-size: 14px;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
    font-size: 12px;
    font-weight: 500;
}

.navbar-toggler-icon {
    padding-top: 7px;
}

.navbar-brand img {
    max-width: 230px;
    transform: translateY(3px);
}

.title-nav {
    font-size: 32px;
    font-weight: 500;
}

.Application-wrapper .tab-content {
    min-height: 500px;
}

.Application-wrapper .tab-content .pills-home {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-light-primary {
    background: #E7F8FF
}

.progress {
    border-radius: 30px;
}

.border-radius-4 {
    border-radius: 4px;
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    /*border-radius: 100%;*/
    background: transparent;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    /*border: 6px solid #f8f8f8;*/
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.my-detail span {
    min-width: 130px;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #070816;
    border-radius: 100%;
    background: #fff;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #18B5FF;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.bg-light-blue {
    background: #ECF9FF;
}

.progress-bar {
    border-radius: 30px;
    background-color: #18b5ff;

}

.progress {
    border-color: #18b5ff;
    background: #fff;
}

.border-color-primary {
    border-color: #BCEAFF;
}

.bg-light-gray {
    background: #F8F8F8;
}

.view-password {
    position: absolute;
    right: 10px;
    top: 7px;
}

.password-field {
    position: relative;
}

.form-group .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 38px;
    font-weight: normal;
    padding: 0 15px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    min-height: 38px;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    position: relative;
    top: 2%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    transition: 0.2s;
    top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
    line-height: 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    transform: rotate(180deg);
}

.select2-results__option {
    font-size: 14px;
}

.select2-results {
    background: #f8f8f8;
}

.select2-results ul li {
    border-bottom: 1px solid #cbcbcb;
    padding: 12px;
}

.demo-wrapper {
    display: block;
    max-width: 300px;
    margin: 0px auto;
}

.demo-wrapper input {
    width: 100%;
    display: block;
    margin: 5px auto;
    padding: 10px 0px;
    background: #eee;
    border: 1px solid #ccc;
}

#login-modal-form {
    width: 100%;
    display: block;
    margin: 5px auto;
    padding: 10px 0px;
    /* background: #eee;
    border: 1px solid #ccc; */
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #cbcbcb;
    outline: none;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 1.5;
    padding: 0 10px;
    color: #495057;
}

.select2-search__field::placeholder {
    color: #495057;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #18b5ff;
    color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #cbcbcb 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: unset;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    padding: 0 5px;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:active i {
    color: #fff;
    text-decoration: none;
    background-color: #18b5ff;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.tile-wrapper p {
    min-height: 39px;
    /* 40px; */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
}

.pl-baseline .row .col- {
    min-width: 200px;
}

.year-wrapper .form-group {
    min-height: 40px;
}

.pl-baseline {
    overflow-x: scroll;
}

.year-wrapper {
    padding: 10px;
    margin: 0 8px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E7E7E7FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.year-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 50px;
}

.value-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 110px;
}

.year-wrapper span.select2-selection.select2-selection--single {

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media screen and (max-width: 991px) {
    .pl-baseline .row .col- {
        min-width: auto;
    }
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #cbcbcb;
    outline: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 1.5;
    padding: 0 10px;
    color: #495057;
}

.select2-search__field::placeholder {
    color: #495057;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #18b5ff;
    color: white;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #cbcbcb 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: unset;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    padding: 0 5px;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:active i {
    color: #fff;
    text-decoration: none;
    background-color: #18b5ff;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.tile-wrapper p {
    min-height: 39px;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    margin-right: 15px;
}

.pl-baseline .row .col- {
    min-width: 200px;
}

.year-wrapper .form-group {
    min-height: 40px;
}

.pl-baseline {
    overflow-x: auto;
}

.year-wrapper {
    padding: 10px;
    margin: 0 8px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E7E7E7FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.year-wrapper-none {
    background-image: none !important;
}

.year-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 50px;
}

.value-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 110px;
}

.year-wrapper span.select2-selection.select2-selection--single {

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

div#add-new-modal .select2-container--default .select2-selection--single {
    background: #F8F8F8 !important;
}

div#add-new-modal .select2-container--default .select2-selection--multiple {
    background: #f8f8f8;
}

.input-badge {
    position: absolute;
    top: 8px;
    right: 8px;
}

.error {
    font-size: 14px;
    color: #ff6059;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.alert-danger {
    font-size: 14px !important;
}

.title-banner {
    background: url(../images/title-banner.png);
    background-size: 100%;
    padding: 15px 30px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    max-height: 242px;
    min-height: 170px;
    margin-bottom: 15px;
}

.rectangle {
    position: relative;
    padding: 8px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
    width: 50%;
    margin: 0 auto 38px;
    background: #fff;
    text-align: center;
    border: 1px solid #18b5ff;
    border-radius: 10px;
}

.level-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ddd;
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    left: var(--wrapperLeftMargin);
    width: 75%;
    height: 2px;
    background: #ddd;
    margin: 0 auto;
}

.level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    background: #ddd;
}

.level-2-wrapper li {
    position: relative;
}

.level-2-wrapper>li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ddd;
}

.level-2 {
    width: 90%;
    margin: 0 auto 37px;
    background: #fff;
    text-align: center;
    border: 1px solid #18b5ff;
    border-radius: 10px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.level-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ddd;
}

.level-2::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: #ddd;
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    width: 90%;
    margin: 0 auto;
}

.level-3-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(25% - 5px);
    width: calc(50% + 10px);
    height: 2px;
    /*background: #ddd;*/
}

.level-3-wrapper>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 2px;
    height: 20px;
    background: #ddd;
}

.level-3 {
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #18b5ff;
    border-radius: 10px;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
    position: relative;
    width: 80%;
    margin-left: auto;
}

.level-4-wrapper::before {
    /* content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 2px;
  height: calc(100% - 40px);
  background: #ddd; */

    content: "";
    position: absolute;
    top: 35px;
    left: -20px;
    width: 2px;
    height: calc(100% - 70px);
    background: #ddd;
}

.level-4-wrapper li+li {
    margin-top: 20px;
}

.level-4 {
    font-weight: normal;
    background: #fff;
    text-align: center;
    border: 1px solid #18b5ff;
    border-radius: 6px;
}

.level-4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: #ddd;
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
    .rectangle {
        padding: 20px 10px;
    }

    .level-1,
    .level-2 {
        width: 100%;
    }

    .level-1 {
        margin-bottom: 20px;
    }

    .level-1::before,
    .level-2-wrapper>li::before {
        display: none;
    }

    .level-2-wrapper,
    .level-2-wrapper::after,
    .level-2::after {
        display: block;
    }

    .level-2-wrapper {
        width: 90%;
        margin-left: 10%;
    }

    .level-2-wrapper::before {
        left: -20px;
        width: 2px;
        height: calc(100% + 40px);
    }

    .level-2-wrapper>li:not(:first-child) {
        margin-top: 50px;
    }
}

.info-block {
    /* width: 100px; */
    border: 2px solid green;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    background-color: lightblue;
    min-height: 70px;
}

.info-maturity-block {
    border: 2px solid green;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    background-color: lightblue;
    min-height: 104px;
}

@media screen and (max-width: 991px) {
    .pl-baseline .row .col- {
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .btn.matrixbtn {
        margin-top: 80px;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        display: table;
        margin: 10px auto 0;
    }

    .title-wrapper img {
        width: 50px;
    }

    .pl-baseline .row .col- {
        min-width: auto;
    }

    .wrapper {
        margin-top: 72px;
    }

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

    .banner-title {
        font-size: 26px;
        padding: 0 15px;
    }

    .title {
        font-size: 30px;
    }

    .sub-menu {
        margin-top: 65px;
    }

    .secondary-header .wrapper {
        margin-top: 110px;
    }
}

form#login-modal-form {
    width: 100%;
}

form#forgotpassword-form {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.percentage {
    position: absolute;
    right: 25px;
    top: 7px;
}

.required {
    color: red;
}

/* .dot {
    height: 15px;
    width: 15px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 47%;
    right: 47%;
} */


/* .matrix-graph { position: relative;width: 480px; float: left;}
.boxes { width: 100%; float: left; padding-left: 20px; box-sizing: border-box;}
.cell { display: flex; }
.align-center { justify-content: center; }
.label-box { color: #aaa; width: 77%; padding: 15px; box-sizing: border-box; position: relative; margin: 10px; height: 63px; border: 2px solid #ccc; text-align: center; display: flex; align-items: center; border-radius: 4px;}
.label-box-rotate { width: auto; padding: 15px; box-sizing: border-box; position: relative; height: 60px; left: -65px; margin-right: 20px; border: 1px solid #888; text-align: center; display: flex; align-items: center; border-radius: 4px;}
.label-box-rotate.dot-matrix::after, .label-box.dot-matrix::after {content: ""; display: block; width: 8px; height: 8px; background:#fff; border-radius: 40px; border:1px solid #ccc; position: absolute; left: 43%; bottom: -5px;}

.initial-col { width: 100%; position: relative; float: left; margin-bottom: 10px;}
.initial-col p { text-align: right; padding-right: 20%; font-weight: 600;}
.first-col {width: 100%; position: relative; float: left;}
.first-col p { transform: rotate(-90deg);  position: absolute; left: -80px; top: 127px; margin-right: 15px; font-weight: 600;}

.second-col { transform: rotate(-90deg); margin-top: 0px;  width: 100px; display: flex; margin-left: 90px;  margin-right: -90px; }
.third-col { border-right: 1px solid #ccc; }

.orange-border { border-color: #E1782D;}
.orange-text { color: #E1782D;}
.blue-border { border-color: #7AC2F9;}
.blue-text { color: #7AC2F9;}

@media (max-width:767px){
    .matrix-graph {transform: rotate(-90deg);
    margin-left: -90px;
    margin-top: 90px;
    }
} */


.select2-container--default .select2-results__group {
    font-weight: bold;
}

.category-toggle::after {
    margin-left: 22.255em;
}

.highcharts-tooltip>text>tspan {
    /* font-size:  8px !important; */
}

/* .menu_icon {
    width: 20px;
    height: 3px;
    background-color: black;
    margin: 3px 275px;
} */

.form-control.error {
    color: #000;
}

.form-control::placeholder {
    color: #888;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #888;
}

.form-control::-ms-input-placeholder {
    color: #888;
}

.modal i.fa.fa-eye-slash::before {
    background: url(../images/eye_closed.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    text-indent: -9999px;
    font-size: 0px;
    display: block;
}

.modal i.fa.fa-eye::before {
    background: url(../images/eye.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    text-indent: -9999px;
    font-size: 0px;
    display: block;
}

.modal i.fa.fa-eye-slash,
.modal i.fa.fa-eye {
    right: 0;
    position: absolute;
}

.modal-header {
    display: flex;
    align-items: center;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    outline: none;
}

.modal-header .close span {
    background: url(../images/close_modal.svg);
    width: 17px;
    height: 17px;
    background-size: 17px;
    text-indent: -9999px;
    display: block;
}

div.dataTables_wrapper div.dataTables_info {

    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.form-control::placeholder {
    white-space: nowrap;
}

/* .year-wrapper span.error {
    display: none !important;
    } */
.btn.focus,
.btn:focus {
    box-shadow: none !important
}

.tile-wrapper {
    width: 300px;
}

.year-wrapper {
    width: 200px;
}

/* .matrixDiv.circle::after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border: 2px solid green;
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    position: absolute;
    border-radius: 100%;
    margin: 0 auto;
}

.matrixDiv.square::after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    border: 2px solid green;
    left: 0;
    right: 0;
    top: 4px;
    bottom: 0;
    position: absolute;
    border-radius: 0;
    margin: 0 auto;
}
.matrixDiv {
    position: relative;
}*/

.uCost {
    padding: 10px 20px;
    margin: 0 8px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E7E7E7FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.maturity_table .custom-radio [type="radio"]:checked+label,
.maturity_table .custom-radio [type="radio"]:not(:checked)+label {
    padding-top: 14px;
    padding-left: 16px;
}

.initiative_icon {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    line-break: anywhere;
}

.initiative_icon a.initiative-box {
    padding: 30px 15px 30px 15px;
    display: block;
    height: 100%;
}

.initiative_icon:hover a.initiative-box {
    padding: 10px 15px 50px 15px;
}

.initiative_icon .overlay {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

.initiative_icon:hover .overlay {
    display: block;
}

.initiative_icon .overlay a.edit-btn,
.initiative_icon .overlay a.delete-btn {
    margin: 5px;
}


header .dropdown-menu a {
    font-size: 14px;
}

header .user-info span {
    font-size: 14px;
}

header .user-info img {
    width: 40px;
    height: 40px;
}

.diff-block {
    margin-bottom: 15px;
}

ul#pills-tab {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.highcharts-container,
.highcharts-container svg {
    width: 100% !important;
}

.uCost .col:first-child {
    min-width: 300px;
}

.uCost .col {
    min-width: 200px;
}


.matrix-graph {
    position: relative;
}

/* width: 480px; */
.boxes {
    width: 100%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.cell {
    display: flex;
    position: relative;
}

.label-box:focus {
    outline: none;
}

.label-box {
    background-color: transparent !important;
    color: #aaa;
    width: auto;
    padding: 5px 5px;
    box-sizing: border-box;
    position: relative;
    margin: 10px;
    height: 63px;
    width: 73px;
    border: 2px solid #ccc;
    text-align: center;
    border-radius: 4px;
    z-index: 1;
}

.first-col {
    margin-right: 30px;
}

.second-col {
    border-right: 1px solid #7AC2F9;
}

.align-center {
    justify-content: center;
}

.orange-border {
    border-color: #E1782D;
}

.orange-text {
    color: #E1782D !important;
}

.blue-border {
    border-color: #7AC2F9;
}

.blue-text {
    color: #7AC2F9 !important;
}

.label-field {
    border: 0px;
    margin-top: 30px;
    margin-right: 30px;
    padding: 10px;
    background-color: transparent !important;
    width: 100%;
}

.label-field:focus {
    border: 1px solid #aaa;
    outline: none;
    border-radius: 4px;
}

.cell.dotMatrix::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ccc;
    position: absolute;
    left: auto;
    right: auto;
    bottom: 6px;
    z-index: 3;
}

.cell.dot-right::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ccc;
    position: absolute;
    right: 6px;
    top: 45%;
    z-index: 3;
}

.no-border {
    border: 0px !important;
}

.border-bottom {
    border-bottom: 1px solid #7AC2F9 !important;
}

.matrixDiv.hcircle::after {
    content: "";
    display: block;
    width: 275px;
    height: 40px;
    border: 2px solid #E1782D;
    left: 0;
    right: 0;
    top: 22px;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv.hcircle_one::after {
    content: "";
    display: block;
    width: 80px;
    height: 35px;
    border: 2px solid #E1782D;
    /* left: -94px; */
    left: var(--hCircleLeftMargin);
    right: 0;
    top: 22px;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
    margin: 0 auto;
    z-index: 0;
}


.matrixDiv.vsquare::after {
    content: "";
    display: block;
    width: 60px;
    height: 159px;
    border: 2px solid #7AC2F9;
    /* left: 93px; */
    left: var(--graphLargeSquareLeftMargin);
    right: 0;
    top: 2px;
    bottom: 0;
    position: absolute;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv.vsquare_one::after {
    content: "";
    display: block;
    width: 35px;
    height: 75px;
    border: 2px solid #7AC2F9;
    left: var(--graphSquareLeftMargin);
    right: 0;
    top: 2px;
    bottom: 0;
    position: absolute;
    border-radius: 4px;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv div.arrowup::after {
    content: "";
    display: block;
    width: 11px;
    height: 49px;
    background: url('../images/arrow_up.jpg') no-repeat center center;
    background-size: 100%;
    /* left: -92px; */
    left: var(--graphArrowsLeftMargin);
    right: 0;
    top: 64px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv div.arrowdown::after {
    content: "";
    display: block;
    width: 11px;
    height: 49px;
    background: url('../images/arrow_down.jpg') no-repeat center center;
    background-size: 100%;
    /* left: -92px; */
    left: var(--graphArrowsLeftMargin);
    right: 0;
    top: 64px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv div.arrowright::after {
    content: "";
    display: block;
    width: 162px;
    height: 11px;
    background: url(../images/arrow_right.jpg) no-repeat center center;
    background-size: 100%;
    left: 150px;
    right: 0;
    top: 36px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 0;
}

.matrixDiv div.arrowleft::after {
    content: "";
    display: block;
    width: 162px;
    height: 11px;
    background: url(../images/arrow_left.jpg) no-repeat center center;
    background-size: 100%;
    left: 150px;
    right: 0;
    top: 36px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 0;
}

@media (max-width:767px) {
    .matrix-graph {
        transform: rotate(-90deg);
        margin-left: -190px;
        margin-top: 500px;
    }
}

/* loader css start */
#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* loader css end */

.currentSelected {
    background-color: rgb(59, 119, 247) !important;
}

.filterSelected {
    background-color: rgb(59, 119, 247) !important;
}

.filterSelected:hover {
    background-color: rgb(59, 119, 247) !important;
}

.catClass {
    background-color: #18b5ff;
}

ul.driver-tab li {
    text-align: center;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 10px;
    margin-bottom: 15px;
}

ul.driver-tab li.btn {
    white-space: break-spaces;
}

.btn-border {
    border: 1px solid #18B5FF;
    background: #fff;
    color: #18B5FF !important;
}

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

.btn-primary-sen {
    opacity: 1;
    border-color: #18B5FF;
    border-radius: 0;
    border: 1px solid #18B5FF;
    /* min-height : 40px; */
}

.scenario-side {
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
}

.side-select-tab {
    padding: 20px;
}

.selected-cost {
    margin: 10px 0;
    width: auto;
    height: 42px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    color: #070816;
}

.selected-cost a {
    display: flex;
    align-items: center;
}

.side-header {
    padding: 15px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-select-inner {
    margin-bottom: 30px;
}

.slider-top-no {
    border: 1px solid #E5E5E5;
    padding: 20px;
}

.slider-for {
    border-radius: 4px;
}

.year-box-inner {
    border: 1px dashed #707070;
    padding: 20px;
}

ul.driver-tab li.btn {
    white-space: break-spaces;
}

.tab-inner-graph .row.align-items-center.mb-4 p {
    word-break: break-all;
}

.right-box-year .border {
    border-radius: 3px;
}

.right-box-year .blue-box {
    border-color: rgb(24 181 255 / 30%) !important;
    background: #18b5ff33;
}

.form-group.year-input input,
.form-group.year-input textarea {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px 20px;
}

.year-input {
    /* background:#F8F8F8 ; */
    background: #fff;

}

table.table.table-bordered {
    font-size: 14px;
}

.table-year select.border-0.form-control.theme-input {
    font-size: 14px;
}

.table-year input,
.table-year textarea {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px 20px;
    background: #F8F8F8;
}

.graph-border-mid:after {
    content: "";
    width: 100%;
    position: absolute;
    height: auto;
    border-bottom: 3px solid #E5E5E5;
    bottom: -7px;
    left: 0;
}

table#table-3 {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.graph-border-mid {
    position: relative;
}

table.table.table-hover {
    white-space: nowrap;
}

.row.portfolio-table {
    overflow-x: scroll;
}

td.table3.graph-space {
    width: 600px;
}

/* table#table-3 tr td:nth-child(1) {
    background: #F8F8F8;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    margin-bottom: 10px;
} */
table#table-3 tr td:last-child {
    text-align: left;
}

table#table-3 tr td,
table#table-3 tr th {
    border: none;
    vertical-align: middle;
    text-align: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: 0.5px;
    font-size: 15px;
    font: inherit;
    color: #474747;
    line-height: 1.5;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

/* td.table3.graph-space .highcharts-container {
    width: 500px !important;
} */
.cutoffInput {
    width: 100% !important;
    min-height: 42px;
}

.table table#table-3 tr td {
    font-size: 14px;
}

/* .tab-inner-graph button {
    font-size: 14px;
} */
input.form-control::placeholder {
    font-size: 13px;
    padding-left: 10px;
    width: 100%;
}

label#js-cutoff-amount-error {
    position: absolute;
    bottom: -20px;
}

.form-group.year-input.p-4.mb-0.mx-0 {
    border: 1px dashed #707070;
    border-top: 0;
}

.year-input .row {
    background: #F8F8F8;
}

.year-box-inner {
    border: 1px dashed #707070;
    padding: 20px;
    border-bottom: 0;
}

.slider.slider-for.slick-initialized.slick-slider {
    margin-bottom: 0;
}

td.table3.graph-space {
    position: relative;
}

td.table3.graph-space::after {
    content: "";
    position: absolute;
    width: auto;
    height: 110px;
    border-left: 3px solid #E5E5E5;
    left: 40%;
    top: 0;
}

td.table3.baselineValue {
    left: 34%;
    position: absolute;
    font-weight: 500;
}

.graph-space ul li:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 40%;
    border-left: 1px solid;
    bottom: -10px;
    left: 50%;
}

.graph-space ul li {
    position: relative;
}


.graph-space ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.year-graph-inner.graph-space.year-graph-inner-1 {
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
    padding: 30px 50px 30px 20px;
    position: relative;
}

.year-graph-inner.graph-space.year-graph-inner-1.superimposed-scenario {
    border: 1px solid #E5E5E5;
    background: #F8F8F8;
    padding: 30px 50px 30px 90px;
    position: relative;
}

.graph-space.graph--btm-img ul {
    border-top: 30px solid rgb(124, 181, 236);
    padding-bottom: 0;
    border-bottom: 0;
}

.graph-space.graph--btm-img ul li:after {
    display: none;
}

.graph-space.graph--btm-img ul li a {
    opacity: 1;
}

.disableProbabilitybtn {
    cursor: no-drop !important;
    /* pointer-events: none;
    color: rgb(70, 134, 187) !important; */
}

.graph-space.graph--btm-img ul li img {
    width: 30px;
}

.tooltip:after {
    /* position: absolute;
    border-radius: 8px;
    color: #000;
    content: attr(data-tooltip);
    font-size: 14px;
    width: 70px;
    top: -60px;
    left: -21px;
    line-height: 15px;
    text-align: center; */
    position: absolute;
    border-radius: 8px;
    color: #000;
    content: attr(data-tooltip);
    font-size: 14px;
    width: 70px;
    top: -80px;
    left: -21px;
    line-height: 15px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.tab-detail-sec ul li a.tooltip {
    opacity: 1 !important;
    color: #333333 !important;
    background: transparent;
    font-size: 16px;
    padding-bottom: 18px;
    position: unset;
}

.graph-space.graph--btm-img {
    margin-top: 20px;
}

.scenario-dropdown span.select2.select2-container.select2-container--default {
    width: 300px !important;
}

.year-box {
    width: 99% !important;
}

.form-group.year-input {
    width: 99%;
}

.scenario-side .side-header,
.year-box-inner p {
    font-weight: 500;
}

header.fixed-top {
    z-index: 999;
}


.graph-space ul li {
    width: 60px;
    text-align: center;
    font-size: 14px;
}

/*  business portfolio detail page css start  */

.portfolio-inner-main {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

div#accordionExample .card {
    border: 1px dashed;
}

div#accordionExampleONE .card {
    border: 1px dashed;
}

.accordion .card-body .accordion .card {
    margin-bottom: 10px;
}

.accordion .card-body h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.accordion .card-body .action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.accordion .card-body .action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.accordion .card-body .action a:hover {
    background: #000;
}

.accordion .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 11px;
    height: 11px;
    padding: 5px;
    cursor: pointer;
    color: #E5E5E5;
    border: 0;
    outline: 0;
    border-radius: 50%;
    background: #E5E5E5;
}

.accordion .slick-dots li.slick-active button {
    background: #1ab6ff66;
}

.accordion .slick-dots li.slick-active button:before {
    opacity: 0;
}

.bussiness-detail {
    background: #f4f6f8;
}

.graph-bottm ul {
    padding-left: 20px;
    height: 150px;
}

.graph-bottm ul li {
    list-style: outside;
}

.graph-bottm ul li::marker {
    color: #18B5FF;
    width: 8px;
    height: 8px;
}

.graph-top-heading {
    padding: 20px 0;
    text-align: center;
    background: #F8F8F8;
}

.graph-img {
    padding: 20px 10px 10px;
}

.graph-box-dis {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    height: 100%;
    margin-bottom: 10px;
}

.graph-bottm {
    padding: 10px 20px;
}

.graph-box-bottom {
    margin-bottom: 10px;
}

.accordion .card-body button.slick-next.slick-arrow {
    right: 0 !important;
}

.accordion button.btn.btn-link {
    width: 100%;
    text-align: left;
    position: relative;
    color: #070816;
    padding: 15px;
}

.accordion button.btn.btn-link:hover {
    text-decoration: none;
}

.accordion button.btn.btn-link:after {
    content: "\f077";
    width: 100%;
    height: 100%;
    right: 10px;
    top: 0;
    position: absolute;
    font-family: 'FontAwesome';
    text-align: right;
    color: #333333;
    line-height: 50px;
}

.accordion button.btn.btn-link.collapsed:after {
    content: "\f078";
}

.tab-content .accordion .card-header {
    padding: 0;
}

.accordion .graph-box-dis {
    margin: 0 20px;
}

.card-body .accordion .card {
    border: 1px solid #E5E5E5 !important;
}

.graph-space ul li .tooltip,
.select2-dropdown {
    z-index: 0 !important;
}

div#profilecheckboxDiv .form-group,
div#canvascheckboxDiv .form-group,
div#initiativecheckboxDiv .form-group {
    border-bottom: 1px solid #70707033;
    padding-bottom: 1rem;
}

div#profilecheckboxDiv .form-group:nth-last-child(1),
div#canvascheckboxDiv .form-group:nth-last-child(1),
div#initiativecheckboxDiv .form-group:nth-last-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
}

div#profilecheckboxDiv .form-group:nth-child(1) p,
div#canvascheckboxDiv .form-group:nth-child(1) p,
div#initiativecheckboxDiv .form-group:nth-child(1) p {
    color: #44444480;
}

.slick-next,
.slick-prev {
    z-index: 1 !important;
}

@media(max-width: 991px) {
    .graph-bottm ul {
        height: 200px;
    }
}

@media(max-width: 767px) {
    .graph-bottm ul {
        height: auto;
    }
}

@media(max-width: 425px) {
    .accordion .slick-dots li {
        margin: 0;
    }

    .scenario-dropdown span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .year-graph-inner.graph-space.year-graph-inner-1 {
        padding: 30px 20px 30px 20px;
    }

    .year-graph-inner.graph-space.year-graph-inner-1.superimposed-scenario {
        padding: 30px 20px 30px 20px;
    }

    .graph-space ul li {
        font-size: 10px;
    }

    .tooltip:after {
        font-size: 11px;
    }

    .graph-space.graph--btm-img ul li img {
        width: 25px;
    }

    .table-year {
        overflow: auto;
    }

    .right-box-year {
        flex-wrap: wrap;
    }

    .right-box-year .border {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width:375px) {
    .tooltip:after {
        width: 50px;
        left: -12px;
    }

    .year-graph-inner.graph-space.year-graph-inner-1 {
        padding: 30px 16px 30px 10px;
    }

    .year-graph-inner.graph-space.year-graph-inner-1.superimposed-scenario {
        padding: 30px 16px 30px 10px;
    }
}

/*  business portfolio detail page over  */
div#js-NPV {
    margin-left: -160px;
}

@media(max-width:767px) {
    div#js-NPV {
        margin-left: 0;
    }
}

/* css for scenario graph radio button and business porfolio view */

a.bus-det-info {
    position: absolute;
    right: 60px;
    top: 30px;
    z-index: 99;
}

.year-graph-inner label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.year-graph-inner input[type=radio]:checked+label:before {
    background-color: #7cb5ec;
    box-shadow: inset 0 0 0 3px #f4f4f4;
}

.year-graph-inner input[type=radio]:focus+.year-graph-inner label:before {
    outline: none;
    border-color: #3197EE;
}

.year-graph-inner input[type=radio]:disabled+.year-graph-inner label:before {
    box-shadow: inset 0 0 0 3px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.year-graph-inner input[type=radio]+.year-graph-inner label:empty:before {
    margin-right: 0;
}

.year-graph-inner input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: 999;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.year-graph-inner label {
    cursor: pointer;
}

div#collapse-radio input {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px 20px;
    background: #F8F8F8;
}

/* For portfolio scenario graph  Start*/
div#accordioninner .graph-space ul li,
.superimposedGraph .graph-box-dis .graph-space ul li {
    width: 60px !important;
    text-align: center !important;
    font-size: 12px !important;
}

div#accordioninner .graph-space ul li .tooltip:after,
.superimposedGraph .graph-box-dis .graph-space ul li .tooltip:after {
    font-size: 12px !important;
    width: 85px !important;
}

.superimposedGraph .graph-box-dis .graph-space ul li .tooltip:after {
    top: -80px !important;
}

.superimposedGraph .graph-space.graph--btm-img,
div#collapseiner1 .graph-space.graph--btm-img {
    margin-top: 60px !important;
}

div#accordioninner .graph-space ul li img,
.superimposedGraph .graph-box-dis .graph-space ul li img {
    margin: auto !important;
}

/* div#accordioninner .level-1 {
    margin: 0px auto 22px;
} */
/* div#accordioninner .level-2 {
    margin: -14px auto 5px;
}
div#accordioninner .level-3-wrapper {
   width: auto;
}
div#accordioninner .level-3-wrapper > li::before {
    height: 6px;
} */
div#accordioninner .level-4-wrapper li+li {
    margin-top: 3px;
}

/* For portfolio scenario graph  End*/

/* .slick-initialized .slick-slide, .slick-slider .slick-track {
    display: block;
    width: auto !IMPORTANT;
} */


.graph-box-bottom .cgraph .dot {
    top: 15px;
}

.graph-box-bottom .cgraph a,
.legend {
    font-size: 7px;
}

.graph-box-bottom .cgraph .box {
    padding: 10px 1px;
}

.graph-box-bottom .cgraph .vertical-bar .control {
    height: 142px;
}

.graph-box-bottom .cgraph .box.b .box-content::after {
    height: 20px;
    bottom: -22px;
}

.graph-box-bottom .box.b .box-content::before {
    height: 20px;
    top: -22px;
}

.graph-space.graph--btm-img ul li:last-child a img {
    margin-left: -6px !important;
}

button.btn.btn-link.radio-select:after {
    display: none !important;
}

.vl:after {
    content: "";
    height: 100%;
    width: 3px;
    background: green;
    position: absolute;
    top: 0;
    left: 70px;
}

.vl-value {
    position: absolute;
    top: 70%;
    left: 25px;
    font-size: 12px;
}

.y-axis-likelihood {
    position: absolute;
    left: -60px;
    z-index: 9;
    transform: rotate(-90deg);
    top: 50%;
}

div#scenarioAnalysis {
    position: relative;
}

/* Aspiration Modal  Start*/
@media (min-width: 992px) {
    .modal-lg {
        max-width: 1440px !important;
    }
}

/* END  */

label.radio-label.onhoverLabel:hover {
    text-decoration: underline !important;
}

.superimposed-slider-nav .row {
    justify-content: center;
}

label.text-gray.mb-2 {
    font-size: 15px;
}

label.text-gray.mb-2.d-block {
    font-size: 15px;
}


h4.level-4.rectangle {
    min-height: 72px;
    word-break: break-all;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .info_form{
    position: absolute;
    left: -360px;
    top: 50px;
    width: 300px;
} */


.uCost .row .col {
    background-image: linear-gradient(#e7e7e7 67%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 20px;
    background-repeat: repeat-y;
    text-align: center;
}

.uCost .row .col:last-child {
    border-right: none;
    text-align: center;
    background-image: none;
}

.uCost .row .col:first-child {
    border-right: none;
    text-align: left;
    background-image: none;
}

.uCost .row .col input {
    margin: auto;
}

.edit_info {
    position: absolute;
    left: -350px;
    top: 10px;
    width: 325px;
    font-size: 14px;
    font-weight: 500;
}

form#js-probability-form {
    position: relative;
}

.prob_info {
    position: absolute;
    right: -270px;
    top: 10px;
    width: 260px;
    font-size: 14px;
    font-weight: 500;
}

.pl-baseline .row.flex-nowrap.mb-3:after {
    content: "";
    position: absolute;
    height: auto;
    border-bottom: 4px solid #c1c1c1;
    bottom: 522px;
    width: 100%;
    left: 0;
    z-index: 80;
}

.pl-baseline .row.flex-nowrap.mb-3 {
    position: relative;
}

.initiative_btn {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: auto !important;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.custom-radio [type="radio"]:disabled+label:after {
    background: #a5a5a5;
}

.custom-radio [type="radio"]:disabled+label:before {
    border-color: #808080;
}

.slider-nav-1 .graph-img img {
    height: 500px;
    object-fit: contain;
    width: 100%;
}

ul.tooltip_ul {
    border: none;
}

ul.tooltip_ul li:after {
    display: none;
}

ul.tooltip_ul li {
    width: 60px;
    /* overflow: hidden; */
    /* height: 50px; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-inline-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    word-break: break-all;
}

.table-year tr td {
    word-break: break-all;
}

@media(max-width:1199px) {
    .edit_info {
        left: -280px;
        width: 275px;
    }

    .prob_info {
        width: 220px;
        right: -230px;
    }
}

@media(max-width:991px) {
    .edit_info {
        left: 360px;
        width: 275px;
    }
}

@media(max-width:767px) {
    .prob_info {
        width: 160px;
        right: -270px;
    }

    .edit_info {
        left: 334px;
        width: 155px;
    }
}

@media(max-width:575px) {
    .prob_info {
        width: 100%;
        position: unset;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    form#js-probability-form {
        display: flex;
        flex-wrap: wrap;
    }

    form#js-probability-form .table-year {
        order: 2;
    }

    .edit_info {
        position: unset;
        width: 100%;
        margin-bottom: 20px;
    }
}

.custom-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.custom-checkbox-inner {
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-checkbox-inner input {
    margin-right: 10px;
}

@media(max-width:991px) {
    .custom-checkbox-inner {
        width: 100%;
    }
}




#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover~#boxclose {
    display: none;
}






/*
  .example.example1 {
    background-color: #6772e5;
  } */

.example.example1 * {
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 14px;
    /* font-weight: 500; */
    /* border-color: #18b5ff; */
}

.example.example1 fieldset {
    margin: 0 15px 20px;
    padding: 0;
    border-style: none;
    /* background-color: #7795f8; */
    /* box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #829fff; */
    border-radius: 4px;
}

.example.example1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

/* .example.example1 .row + .row {
    border-top: 1px solid #819efc;
  } */

/* .example.example1 label {
    width: 15%;
    min-width: 70px;
    padding: 11px 0;
    color: #c4f0ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  } */

.example.example1 input,
.example.example1 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-color: #ced4da;
    color: black;
    /* border-style: none; */
}

.example.example1 input:-webkit-autofill {
    -webkit-text-fill-color: black;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
}

.example.example1 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.example.example1 .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 11px;
}

/* .example.example1 input {
    width: 100%;
    padding: 11px 15px 11px 0;
    color: #fff;
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
  } */

/* .example.example1 input::-webkit-input-placeholder {
    color: #495057;
    font-size: 14px;
  }

  .example.example1 input::-moz-placeholder {
    color: #495057;
    font-size: 14px;
  }

  .example.example1 input:-ms-input-placeholder {
    color: #495057;
    font-size: 14px;
  } */

.example.example1 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    /* background-color: #f6a4eb;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #ffb9f6; */
    border-radius: 4px;
    color: black;
    font-weight: 600;
    cursor: pointer;
}

/* .example.example1 button:active {
    background-color: #d782d9;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 #e298d8;
  }
   */
.example.example1 .error svg .base {
    fill: red;
}

.example.example1 .error svg .glyph {
    fill: red;
}

.example.example1 .error .message {
    color: red;
}

div#card-element {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

div#example-1 form {
    width: 50%;
}

.cardbtn {
    width: 150px !important;
    margin-left: 0 !important;
}

@media(max-width:767px) {
    div#example-1 form {
        width: 100%;
    }
}

@media(max-width:375px) {
    .example.example1 .StripeElement {
        padding: 11px 5px 11px 5px;
    }

    div#pills-card .ml-3.mt-4 {
        margin-left: 0 !important;
    }
}

.free-box.bg-white {
    height: 100%;
}

@media(max-width:991px) {
    .free-box.bg-white {
        height: 100%;
    }
}

/* Monte carlo */

.year-table {
    padding: 20px;
    background: #F8F8F8;
}

.year-table .year-box-inner {
    border: none;
    padding: 0;
    overflow: auto;
    margin-left: 300px;
}

.year-table .slider-top-no {
    margin-bottom: 0;
    background: #fff;
}

.year-table tr td,
.year-table tr th {
    background: #fff;
    border: 1px solid #dee2e6;
}

.year-table input {
    background: #F8F8F8;
    width: 88px;
}

.table-data-save input {
    display: inline-block;
    width: 146px;
    height: 50px;
}

.data_flex .data-table-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.data_flex .data-table-form label {
    white-space: nowrap;
}

.tab-content {
    box-shadow: none;
}

/* .monte_btm_sec ul li{
    border: 1px solid #18B5FF;
}
.monte_btm_sec ul li a.active{
    background: #18B5FF !important;
    border-radius: 0;
} */
.npv_table tr td {
    background: #F8F8F8;
}

.npv-graph {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

@media(max-width: 1199px) {
    .table-data-save input {
        width: 95%;
    }

    .data_flex .data-table-form input {
        width: 90%;
    }
}

@media(max-width: 767px) {
    .table-data-save input {
        width: 100%;
    }

    .data_flex .data-table-form input {
        width: 100%;
    }

    .data_flex {
        display: block !important;
    }
}

@media(max-width: 575px) {
    .table-data-save input {
        width: 100%;
    }
}

.left_box .data-table-form.form-group {
    position: relative;
}

.left_box .invalid-feedback {
    position: absolute;
    bottom: -25px;
}

@media(max-width:767px) {
    .left_box .data-table-form {
        margin-top: 30px !important;
    }

    .left_box .data-table-form:last-child {
        margin-top: 10 !important;
    }
}

/** Statistic Analysis CSS */
.year-table {
    padding: 20px;
    background: #F8F8F8;
}

.year-table .year-box-inner {
    border: none;
    padding: 0;
    overflow: auto;
}

.year-table .slider-top-no {
    margin-bottom: 0;
    background: #fff;
}

.year-table tr td {
    background: #fff;
}

.year-table input {
    background: #F8F8F8;
    width: 88px;
}

.table-data-save input {
    display: inline-block;
    width: 146px;
    height: 50px;
}

.data_flex .data-table-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.data_flex .data-table-form label {
    white-space: nowrap;
}

.tab-content {
    box-shadow: none;
}

/* .monte_btm_sec ul li {
    border: 1px solid #18B5FF;
}

.monte_btm_sec ul li a.active {
    background: #18B5FF !important;
    border-radius: 0;
} */

.npv_table tr td {
    background: #F8F8F8;
}

.npv-graph {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

@media(max-width: 1199px) {
    .table-data-save input {
        width: 95%;
    }

    .data_flex .data-table-form input {
        width: 90%;
    }
}

@media(max-width: 767px) {
    .table-data-save input {
        width: 100%;
    }

    .data_flex .data-table-form input {
        width: 100%;
    }

    .data_flex {
        display: block !important;
    }
}

@media(max-width: 575px) {
    .table-data-save input {
        width: 100%;
    }
}




.step-tab input {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    padding: 10px;
    height: 54px;
    margin-bottom: 16px;
}

.step_1_inner .input-group .input-group-btn {
    border: 1px solid #E5E5E5;
}

.step-tab .quantity-btn {
    height: 52px;
}

.step_1_inner {
    display: flex;
    align-items: center;
}

.accordion button.btn.btn-link {
    white-space: unset;
}

.step_1_inner .input-group input {
    border-left: 0;
    border-right: 0;
}

.step_1_inner a {
    margin-bottom: 16px;
}

.hide-btn {
    opacity: 0;
}

.para_table tr td,
.para_table tr th,
.step_2_table tr td,
.step_2_table tr-th {
    text-align: center;
    vertical-align: middle;
}

.step_2_table {
    overflow: auto;
}

.para-table-2 {
    background: #F8F8F8;
}

.step_2_table input {
    height: 40px;
    margin-bottom: 0;
    text-align: center;
}

.data-table-form.para_form input {
    margin-bottom: 0;
    width: 100%;
}

.data-table-form.para_form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.data-table-form.para_form label {
    width: 170px;
}

.para_form_2 label {
    width: 120px !important;
}

.para_form_2 input {
    width: auto !important;
}

.para_table {
    overflow: auto;
}

@media(max-width: 991px) {
    .data-table-form.para_form {
        display: block;
    }

    .data-table-form.para_form input {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    .data-table-form.para_form {
        margin-right: 0 !important;
    }
}

@media(max-width: 575px) {
    .step_1_inner {
        display: block;
    }

    .step-tab input {
        margin-bottom: 20px;
    }
}

.para_table tr th {
    white-space: normal;
    vertical-align: baseline !important;
}

.para_input_size input {
    width: 150px;
    margin: auto;
}

.cumulative-graph-input {
    width: 200px;
    margin: 10px;
}

.arrow-span {
    cursor: pointer;
}

.year-table tr td:nth-child(1),
.year-table tr th:nth-child(1) {
    position: absolute;
    min-width: 300px;
    left: 0;
    top: auto;
    border-top-width: 0;
    /*only relevant for first row*/
}

.year-table tr td,
.year-table tr th {
    height: 56px;
}

.table-columns-container {
    display: flex;
    overflow: auto;
}


.highcharts-axis-labels.highcharts-xaxis-labels.x-axis-names-section span {
    word-break: break-all;
    text-align: right;
}

.text-decoration-none {
    text-decoration: none !important;
}
