@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Poppins:700,600,500,400,300&subset=latin,cyrillic-ext);

.pricing-table-style td {
    border: 1px solid black;
    padding: 10px;
    width: 20%;
}

.thirdInfoTab.dragging {
    background-color: #E4E8FF;
}

.profile-menu-user-email {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-left: 15px;
    line-height: 1.2;
}

.profile-menu-user-email div {
    margin-top: 15px;
}

.plan-next {
    padding: 0 15%;
    border-left: 1px solid #E0E0E0;
}

.btn.open-upgrade-dialog, .plan-next .upgrade-to-next-btn {
    margin: 30px 0 0px;
}

.plan_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.text-blue {
    color: #4157DC;
}

.plan-slots {
    font-size: 18px;
    color: #8D959E;
    margin-bottom: 20px;
}

.plan-description {
    margin-left: -5px;
}

.plan-description-gray {
    color: #8C959E;
}

.plan-description-item {
    display: flex;
    margin-bottom: 2px;
    align-items: flex-start;
}

.plan-description-item img {
    margin-right: 6px;
}

.plan-next .upgrade-btn {
    width: 100%;
    margin-top: 40px;
}

.plan-progress {
    height: 10px;
    background: #EBEFF3;
    border-radius: 25px;
    margin-bottom: 20px;
}

.plan-progress-active {
    height: 100%;
    background: #4157DC;
    border-radius: 25px;
}

.plan-content {
    padding: 50px 40px;
}

.card-details-item {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 36px;
    margin-top: 10px;
}

.card-details-item:first-child {
    margin-top: 17px;
}

.card-details-item .text-blue {
    cursor: pointer;
}

#autorenewal {
    margin: 0;
}

.subscription-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;

}

.subscription-list-collection {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;

}

.subscription-box {
    background: #FFFFFF;
    padding: 10px 15% 0;
}

.subscription-box:not(:last-child) {
    border-right: 1px solid #E8E8E8;
}

.plan-selection-name {
    font-size: 21px;
    font-weight: 500;
}

.plan-selection-slots-block {
    font-size: 17px;
    margin: 5px 0 15px;
}

.plan-action {
    text-align: right;
    margin-bottom: 30px;
}

.btn.btn-buy-now {
    height: auto;
    border-radius: 8px;
    font-size: 15px;
    background: linear-gradient(180deg, #FF5561 0%, #DE364A 100%);
    color: #fff;
    font-weight: 400;
    padding: 11px 10px;
    border: none;
}

.btn.btn-buy-now:hover {
    background: linear-gradient(180deg, #FF747E 0%, #F7374E 100%);
}

.btn.btn-buy-now span {
    display: inline-block;
    padding: 0 10px;
}

.btn.btn-buy-now span:first-child {
    border-right: 1px solid #FF858E;
}

.btn.btn-buy-now span:last-child {
    padding-left: 7px;
}

.profile-card {
    padding: 30px 35px 60px 45px;
    box-shadow: 0px 11px 54px rgb(210 210 211 / 25%), 0px 14px 44px rgb(0 73 183 / 4%);
    border-radius: 16px;
}

.profile-card .text-blue {
    color: #4157DC;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.plan-container {
    display: flex;
    margin-top: 0;
}

.plan-card {
    display: grid;
    grid-template-columns: 58% 42%;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 22px 0;
}

.plan-current, .plan-next {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-current {
    padding: 0 92px 0 46px;
}

.plan-next {
    padding: 0 15%;
    border-left: 1px solid #E0E0E0;
}

.btn.open-upgrade-dialog, .plan-next .upgrade-to-next-btn {
    margin: 30px 0 0px;
}

.plan_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.text-blue {
    color: #4157DC;
}

.plan-slots {
    font-size: 18px;
    color: #8D959E;
    margin-bottom: 20px;
}

.plan-description {
    margin-left: -5px;
}

.plan-description-gray {
    color: #8C959E;
}

.plan-description-item {
    display: flex;
    margin-bottom: 2px;
    align-items: flex-start;
}

.plan-description-item img {
    margin-right: 6px;
}

.plan-next .upgrade-btn {
    width: 100%;
    margin-top: 40px;
}

.plan-progress {
    height: 10px;
    background: #EBEFF3;
    border-radius: 25px;
    margin-bottom: 20px;
}

.plan-progress-active {
    height: 100%;
    background: #4157DC;
    border-radius: 25px;
}

.plan-content {
    padding: 50px 40px;
}

.card-details-item {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 36px;
    margin-top: 10px;
}

.card-details-item:first-child {
    margin-top: 17px;
}

.card-details-item .text-blue {
    cursor: pointer;
}

#autorenewal {
    margin: 0;
}

.subscription-box {
    background: #FFFFFF;
    padding: 10px 15% 0;
}

.subscription-box:not(:last-child) {
    border-right: 1px solid #E8E8E8;
}

.plan-selection-name {
    font-size: 21px;
    font-weight: 500;
}

.plan-selection-slots-block {
    font-size: 17px;
    margin: 5px 0 15px;
}

.plan-action {
    text-align: right;
    margin-bottom: 30px;
}

.subscription-modal .modal-dialog {
    padding: 100px 30px 50px;
}

.subscription-modal .modal-content {
    padding: 0;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.subscription-modal h2 {
    margin: 0 0 60px;
    font-weight: 600;
    font-size: 36px;
    color: #000;
}


.subscription-modal .modal-main {
    padding: 35px 70px 65px;
}

.subscription-modal .modal-body {
    position: relative;
}

.subscription-modal .modal-close {
    position: absolute;
    top: 24px;
    right: 25px;
    cursor: pointer;
}


.loading-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1060;
    text-align: center;
    padding-top: 30vh;
}

.loading-spinner img {
    margin-bottom: 100px;
}


.eula-accept {
    max-width: 1350px;
    margin: 80px auto 0;
    width: 90%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 75px;
}

.profile-box-text {
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #8d959e;
}


.profile-box-email-text {
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;

}

.profile-box-name-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */


    color: #000000;
}

.price-p {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #314ACD;
}

#svg-profile:hover {
    fill: #4157DC;
}

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

svg text {
    fill: #333;
    font: 12px sans-serif;
}

.plots-checker {
    margin-top: 31px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */


    color: #8D959E;

}

.plots-checker-threshold {
    margin-top: 31px;
    font-size: 24px;
    line-height: 100%;
    color: #8D959E;
}

.user-popup {
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
}

.role-popup {
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    width: 700px;
    padding: 40px 90px 70px;
    margin-left: auto;
    margin-right: auto;
}

.delete-user-popup {
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 25px;
    max-width: 750px;
    margin: 0 auto;
}

.delete-user-span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;

    /* or 15px */


    color: #8D959E;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}

#roc .diagonal {
    stroke: #4357C1;
    stroke-width: 1.2;
    stroke-dasharray: 3, 3;
}

#roc .x-label,
#roc .y-label {
    text-anchor: middle;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

#roc .roc-path {
    stroke: #0e5c16;
    stroke-width: 2;
    fill: none;
}

#roc .roc-point-coord {
    fill: #09f;
    font-size: 13px;
}

#roc .roc-point {
    stroke: #09f;
    stroke-width: 2;
    fill: #fff;
}

#normal .normal-threshold {
    stroke: #fa0;
    shape-rendering: crispEdges;
    stroke-width: 1.2;
}

#normal .normal-threshold-prob {
    fill: #f60;
    text-anchor: middle;
    font-size: 13px;
}

#normal .normal-threshold-label {
    text-anchor: middle;
    font-size: 14px;
    font-variant: small-caps;
    letter-spacing: 1px;
    fill: #f60;
}

#roc,
#normal {
    display: inline-block;
    float: left;
    clear: both;
}

#roc svg,
#normal svg {
    display: inline-block;
    float: left;
    clear: both;
}

#roc::before {
    content: "Receiver Operating Characteristic (ROC) Curve";
    position: relative;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: -30px
}

#normal::before {
    content: "Normal Distribution of Good/Bad classes";
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: -30px
}

#normal > div {
    margin-top: -30px;
    position: relative;
}

.btn {
    padding: 0 34px 1px;
}


.cancel-action-button {
    width: 220px;
    height: 52px;

    background: #F5F5F5;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
}


.on-failed-class {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #E20000;
}

.negative-margin-favorite {
    margin-left: -15px;
}

.save-cancel-col-group {
    display: flex;
}

.create-user-button {
    width: 220px;
    height: 42px;
    background: #4357C1;
    border-radius: 4px;
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: initial;
}

.show-filters-button {
    width: 220px;
    height: 42px;

    background: #F5F5F5;
    border: none;
    border-radius: 4px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: initial;
}


.dark-blue-href {
    color: #4357C1;
}

select:focus {
    background: #F7F7F8;
}

.logging-out-text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    cursor: pointer;
    color: #8D959E;
}

.logging-out-text:hover {
    text-decoration: none;
}

.profile-picture-circle {
    height: 170px;
    width: 170px;
    background-color: #BDD4FF;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-section-header {
    width: 1300px;
    height: 54px;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 150%;
    /* identical to box height, or 54px */


    color: #000000;
}


.model-section-header-sysvars {
    width: 385px;
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.scoring-bold-span {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
    margin-right: 12px;
}

.change-pass-box {
    width: 600px;
    left: 73px;
    top: 291px;

    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    margin-left: 76px;
    padding: 15px;
}

.result-span {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    color: #000000;
    margin: 25px 0 15px;
}

.scoring-details-box {
    width: 752px;
    height: 757px;
    left: 661px;
    top: 440px;
    margin-top: 44px;
    margin-left: 85px;

    background: #F8F8F8;
    border-radius: 8px;
}

.text-edited {
    font-family: Poppins;
    font-style: normal;
    /*font-weight: 500;*/
    font-size: 15px;
    line-height: 100%;
}

.sort-text-class {
    position: absolute;
    left: 73%;
    margin-top: -50px;
    background: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    color: #8D959E;
}

.sort {
    cursor: pointer;
}

.sort-text-class-list-table {
    font-size: 15px;
    border: none !important;
    font-weight: 400;
    text-align: right;
    padding-bottom: 20px;
    color: #8D959E;
}

.black-text {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.grey-text {
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.scoring-table-head {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
}

.white-background {
    background: white;
}

.td-padding {
    padding: 15px;
}

.padding-left {
    padding-left: 40px;
}

.non-drill-down-class {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #8D959E;
    margin-left: 10px;
    margin-top: 25px;
    display: block;

}

.model-view-section-header {
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    color: #000000;
}

.scoring-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E4E7EB;
}

.scoring-info .grey-text-model-info {
    margin-top: 8px;
    height: 14px;
}

.scoring-info > div {
    height: 100%;
    display: block;
}

.audit-section-header {
    height: 54px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.section-header-models {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
    color: #000000;
}

.available-action-role {
    font-size: 24px;
    font-weight: 500;
    margin: 65px 0 30px;
    color: #000000;
}

.password-policy-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.permission-span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
}

.input-label-form {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;
    width: 428px;
    height: 48px;
    left: 395px;
    top: 341px;

    background: #F6F7F8;
    border-radius: 8px;
    border: none;
}

.input-label-form-meta {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    width: 300px;
    height: 48px;
    left: 395px;
    top: 341px;
    background: #F6F7F8;
    border-radius: 8px;
    border: none!important;
}


.form-control.date-picker {
    height: 48px;
    background-color: #F6F7F8;
    border: none !important;
    box-shadow: none !important;
}

.form-control.date-picker:focus {
    border: none;
    box-shadow: none;
}

.input-group.input-datepicker {
    border: none !important;
}

.input-group-addon {
    border: none;
    background-color: #F6F7F8;
}


.label-meta {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;

}

.password-setup {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */


    color: #000000;
}

.btn-save-changes {
    width: 261px;
    height: 52px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
    margin-left: 25px;
}

.btn-save-changes:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.btn-save-changes-signup {
    width: 100%;
    height: 52px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
    margin-top: 15px;
}

.btn-save-changes-signup:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.btn-save-changes-reg-success {
    width: 261px;
    height: 52px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
    /*margin-left: 25px;*/
}

.btn-reset {
    width: 261px;
    height: 52px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
}

.btn-save-changes-filters {
    width: 225px;
}

.btn-proceed-license {
    width: 251px;
    height: 42px;

    background: #F7F7F8;
    border-radius: 8px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: black;

    border: none;
}

.btn-proceed-license:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
    color: #fff;
}

.btn-show-log {
    width: 261px;
    height: 42px;
    left: 508px;
    top: 646px;

    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
    margin-left: 25px;
}

.popup-login-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 25px;
    /* or 39px */


    color: #1F1F1F;
}

.plan-selection-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 25px;
    /* or 39px */


    color: #1F1F1F;
}

.activate-account-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    /* identical to box height, or 60px */

    text-align: center;

    color: #000000;
}


.role-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    padding-top: 5px;
    color: #8D959E;
}

.notification-content {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */

    text-align: center;

    color: #8D959E;
    margin-top: 56px;
}

.btn-cancel-alert {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #000000;
    background: none;
    border: none;
    margin-top: 10px;

}

.alert-span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}


.btn-save-changes-pass {
    width: 261px;
    height: 42px;
    left: 508px;
    top: 646px;

    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
    margin-left: 15px;
}


.btn-cancel-form {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 52px;
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    /* identical to box height, or 17px */
    text-align: center;
    color: #000000;
    background: none;
    border: none;
    border-radius: 8px;
}

/*.btn-cancel-form:hover {*/
/*    background-color: #FAFBFCFF;*/
/*    text-decoration: none;*/
/*}*/


.role-section-header {
    height: 54px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 150%;
    /* identical to box height, or 54px */


    color: #000000;
}


.rounded {
    border-radius: 4px;
}

.margin-top {
    margin-top: 10px;
}

.statistics-header {
    width: 99px;
    height: 36px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin-top: 50px;
}

.straight-line {
    width: 754px;
    height: 0px;

    border: 1px solid #DFDFDF;
}

.section-delimiter-line {
    width: 556px;
    height: 0px;
    border: 1px solid #D9D9D9;
}

.target-selection-list:nth-child(even) {
    background: #f8f8f8;
}

.btn-download-report {
    color: #4357C1;
    /*text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);*/
    font-size: 14px;
}

.btn-rebuild {
    width: 140px;
    height: 42px;

    background: #F7F7F8;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #000000;
    border: none;
}

.btn-turbo-rebuild {
    width: 140px;
    height: 42px;
    background: #F7F7F8;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
    border: none;
    margin-left: 3px;
}

.btn-delete {
    width: 175px;
    border-style: none;
    border-radius: 5px;
    height: 40px;
    font-size: large;
    background-color: #ff0000;
}

.rebuild-button-group {
    display: flex;
}

.rebuild-button-group button {
    white-space: nowrap;
}

.btnReportDownload {
    width: 309px;
    height: 52px;

    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    /*width: 176px;*/
    /*height: 21px;*/

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;

    border: none;
}

.btnReportDownload:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

#giniLabel {
    font-size: x-large;
    left: 100px;
}


.blockModelContent {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.timings-shevron {
    position: absolute;
    color: #1C1C1C;
    border: none;
    background: white;

}


.threshold-shevron {

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;

    color: #1C1C1C;
    border: none;
    background: #fff;
    text-indent: 2px;

}

.shevrom-sec-line-text {
    position: relative;
    left: -75px;
}

.firstInfoTab {
    width: 50%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 26px 35px;
}

.firstInfoTab > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.firstInfoTab-left {
    width: calc(40% - 20px);
    max-width: calc(60% - 20px);
}

.firstInfoTab-right {
    width: calc(60% - 20px);
    max-width: calc(60% - 20px);
}

.giniChart-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.giniChart {
    margin: 30px auto 0;
    display: inline-block;
    position: relative;
}

.firstInfoTab .form-row {
    width: 49%;
}

.modelDetailsBtn-block {
    padding-left: 20px;
}

.firstInfoTab .giniChart {
    padding-top: 60px !important;
}

@media (max-width: 1500px ) {
    .modelDetailsBtn-block {
        text-align: right;
    }

    .blockModelContent .model-box-label {
        font-size: 13px;
    }

    .blockModelContent .model-box-num {
        font-size: 26px;
    }

    .threshold-slider-main {
        margin-top: 32px;
    }
}

.margin-top-13 {
    margin-top: 13px;
}

.margin-top-8 {
    margin-top: 8px;
}

.gini-hint {
    background-color: #F7F7F8;;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    padding: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.settings-hint {
    background-color: #f5f5f5;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: black;
    padding-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.settings-hint-pymem {
    background-color: #f5f5f5;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: black;
    padding-top: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.real-hint {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 5px 10px;
    position: absolute;
    width: 300px;
    z-index: 99;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 100%;*/
}

.real-hint .hint-caption {
    font-weight: bold;
    /*text-transform: uppercase;*/
}


.real-show-hint {
    cursor: pointer;
    border-bottom: dashed 1px;
    color: #8c0000;
}

.real-hint1 {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 5px 10px;
    position: absolute;
    width: 250px;
    z-index: 99;
    margin-top: 150px;
}

.real-hint1 .hint-caption1 {
    font-weight: bold;
    /*text-transform: uppercase;*/
}

.real-hint-memlim {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 10px;
    display: none;
    padding: 5px 10px;
    position: absolute;
    width: 250px;
    z-index: 99;
    margin-top: 150px;
}

.real-hint-memlim .hint-caption1 {
    font-weight: bold;
    /*text-transform: uppercase;*/
}


.real-show-hint1 {
    cursor: pointer;
    border-bottom: dashed 1px;
    color: #8c0000;
}

.invisible {
    display: none;
}

.invisible-favorite{
    visibility: hidden;
    margin-left: -35px;
    width: 15px;
}

.negative-margin-favorite {
    margin-left: -15px;
}

.negative-margin-favorite-model {
    width: 15px;
    margin-left: -35px;
}

.negative-margin-calibrated {
    width: 15px;
}

#model-configuration svg path {
    fill: rgb(0%, 0%, 0%); /* Initial fill color */
    transition: fill 0.3s ease; /* Smooth transition */
}

#model-configuration:hover svg path {
    fill: black;
}

.invisible-timings {
    display: none;
}

.form-row-model-name {
    margin-top: 25px;
    width: 354px;
    height: 36px;
    margin-left: 59px;

    border: 0.5px solid #DCDCDC;
    border-radius: 4px;
}

.form-row-model-name-build-model {
    width: 189px;
    height: 36px;
    border: 0.5px solid #DCDCDC;
    border-radius: 4px;
}

.form-row-date-picker {
    width: 185px;
    height: 36px;
    border: 0.5px solid #DCDCDC;
    border-radius: 4px;
    margin-left: 25px;
}

#slider {
    border-radius: 8px;
    /*height: 4px;*/
    /*width: 150px;*/
    outline: none;
    -webkit-appearance: none;
}

.mem-allocation-ideal {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;
}

#slider_mem {
    border-radius: 8px;
    height: 4px;
    width: 150px;
    outline: none;
    -webkit-appearance: none;
}

#slider::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    background: #4357C1;
    border-radius: 10px;
}

#slider::-moz-range-thumb {
    width: 5px;
    -webkit-appearance: none;
    height: 5px;
    background: #4357C1;
    border-radius: 15px;
}

.feature-name-class {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;

}

.feature-meta-class {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;

}

.feature-importance-class {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 20px */


    color: #000000
}

#slider::-moz-range-thumb {
    width: 23px;
    height: 25px;
    border: 0;
    background: #4357C1;
    cursor: pointer;
}

.slidecontainer {
    width: 570px;
    position: relative;
    margin-top: -70px;
    margin-left: 50px;
}

.slider2 {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: white;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2:hover {
    opacity: 1;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 55px;
    height: 35px;
    border: 0;
    background: url('../image/slider.png');
    /*background: url(https://i.stack.imgur.com/QneFV.png);*/
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 55px;
    height: 35px;
    border: 0;
    background: url('../image/slider.png');
    /*background: url(https://i.stack.imgur.com/QneFV.png);*/
    cursor: pointer;
}

/*.slidecontainer {*/
/*    width: 100%;*/
/*}*/

/*.slider {*/
/*    -webkit-appearance: none;*/
/*    width: 100%;*/
/*    height: 10px;*/
/*    border-radius: 5px;*/
/*    background: #d3d3d3;*/
/*    outline: none;*/
/*    opacity: 0.7;*/
/*    -webkit-transition: .2s;*/
/*    transition: opacity .2s;*/
/*}*/

/*.slider:hover {*/
/*    opacity: 1;*/
/*}*/

/*.slider::-webkit-slider-thumb {*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border: 0;*/
/*    background: url(https://i.stack.imgur.com/QneFV.png);*/
/*    cursor: pointer;*/
/*}*/

/*.slider::-moz-range-thumb {*/
/*    width: 23px;*/
/*    height: 24px;*/
/*    border: 0;*/
/*    background: url(https://i.stack.imgur.com/QneFV.png);*/
/*    cursor: pointer;*/
/*}*/

/*input[type='range']::-webkit-slider-thumb {*/

/*    width: 10px;*/
/*    background-color: transparent;*/
/*    background-image: url(https://i.stack.imgur.com/QneFV.png);*/
/*    !*cursor: pointer;*!*/
/*    -webkit-appearance: none;*/
/*}*/

#modelNameF {
    /*width: 352px;*/
    /*border: 1px solid #DCDCDC;*/
    /*border-radius: 4px;*/
}

.cutoff-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #4157DC;

}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    background: #ffffff;
    color: #000000;
    padding: 0.5em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    opacity: 0;
    transition: 1s;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1000;
    white-space: normal;
}

[data-tooltip]:hover::after {
    opacity: 1;
    top: 2em;
}

/*.conf-matrix-block{*/
/*    height: 710px;*/
/*}*/

.table-container {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
}

.delete-model-button {
    /*position: fixed;*/
    /*left:85%;*/
    width: 166px;
    height: 42px;

    background: #F5F5F5;
    border: none;
    border-radius: 4px;
    margin-left: 20px;
}

.del-exp-buttons-group {
    position: absolute;
    left: 73%;
    display: flex;
}

.export-model-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #000000;
    /*position: fixed;*/
    /*left:75%;*/
    width: 210px;
    height: 44px;

    background: #F7F7F8;
    border-radius: 8px;
    border: none
}

.export-model-button:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
    color: #fff;
}

.register-button-upd {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #000000;
    /*position: fixed;*/
    /*left:75%;*/
    width: 92px;
    height: 44px;

    background: #F7F7F8;
    border-radius: 8px;
    border: none
}

.try-again-btn {
    color: white;
    background: #4055EA;
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 330px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
}

.screenHeading {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

.screenHeadingTwo {
    /*position: absolute;*/
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */


    color: #000000;

}


.gini-index-text {
    width: 72px;
    height: 36px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    /* identical to box height, or 46px */

    text-align: center;

    color: #000000;
}


.gini-index-text-table {
    width: 33px;
    height: 17px;


    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;

    /* identical to box height, or 17px */
    text-align: center;

    color: #0F0F0F;
}

.gini-index-text-table-scoring {
    width: 33px;
    height: 17px;


    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;

    /* identical to box height, or 17px */
    text-align: center;

    color: #0F0F0F;
}

.charts-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* or 16px */

    text-align: center;

    color: #000000;
}

.metrics-overview {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    /* identical to box height, or 46px */

    text-align: center;

    color: #000000;
}

input {
    border-radius: 7px;
}


.form-label {
    width: 400px;
}

.build-progress-box .form-label {
    font-weight: 400;
}

.build-progress-box span {
    color: #000;
}

.scoring-calculation-box {
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 4px 30px 25px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
}

.form-label-first-drill {
    width: 400px;
}

.timing-label {
    width: 405px;
}

.form-label-70 {
    width: 70px;
}

.form-label-stats {
    width: 270px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 75%;

    color: #1C1C1C;
}

.model-box-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    color: #8D959E;
}

.model-box-label label {
    font-weight: 400;
}

.meta-scoring-text {

    padding-top: 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    color: #8D959E;
}

.modal-box-num {
    /*position: absolute;*/
    /*width: 78px;*/
    /*height: 28px;*/
    /*left: 50%;*/
    /*top: 631px;*/

    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */

    text-align: center;

    color: #000000;

}

.modal-box-label {
    /*position: absolute;*/
    /*left: 43.87%;*/
    /*right: 43.93%;*/
    /*top: 43.18%;*/
    /*bottom: 55.32%;*/

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 120%;
    /* or 18px */

    text-align: center;

    color: #8D959E;

}

.first-screen-modal, .second-screen-modal {
    width: 48%;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 0 20px 30px;
}

.first-screen-modal .label-bordered, .second-screen-modal .label-bordered {
    border-bottom: 1px solid #E8E8E8;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px;
}


.font-adjusted {
    font-size: 14px;
}

.form-label-date {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;

    margin-left: 25px;
    padding-top: 5px;
    /*padding-left: 41px;*/
}

.form-span-stats {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;

    color: #1C1C1C;
}

.model-box-num {

    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */


    color: #000000;

}

.form-span-stats {
    width: 163px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;

    color: #1C1C1C;
}

.section-header {
    margin-top: 31px;
    margin-left: 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;

    color: #000000;
}

.scoring-modal-section {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    margin-top: 58px;
    color: #000000;
    margin-bottom: 35px;
}


.section-header-report {
    font-weight: 500;
    font-size: 50px;
    margin-top: 10px;
    color: #000000;
    line-height: 1.2;
}

.report-popup .form-label-date {
    margin: 0;
}

.scoring-header-box {
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    color: #000000;
}

.scoring-head-id-box {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #4157DC;
    margin-top: 18px;
    padding-bottom: 34px;
}

.scoring-head-id-box-build {
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    color: #4157DC;
    margin-top: 18px;
    margin-bottom: 35px;
}


.upload-data-button {
    background: #F4F4F4;
    border-radius: 4px;
    margin-left: 12px;
}

.upload-data-btn {
    color: #fff;
    background-color: #4357C1;
    border: none;
    border-radius: 4px;
    margin-left: 12px;
    width: 199px;
    height: 36px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
}

.date-picker-btn-apply {
    width: 100px;
    height: 30px;
    background: #4357C1;
    border-radius: 4px;
    border: none;
    color: #fff;
    margin-left: 12px;
}

.date-picker-btn-cancel {
    width: 100px;
    height: 30px;
    background: #4357C1;
    border-radius: 4px;
    border: none;
    color: #fff;
}

.upload-data-btn.active, .upload-data-btn:active, .open > .dropdown-toggle.upload-data-btn {
    background-image: none
}

.upload-data-btn.disabled, .upload-data-btn.disabled.active, .upload-data-btn.disabled:active, .upload-data-btn.disabled:focus, .upload-data-btn.disabled:hover, .upload-data-btn[disabled], .upload-data-btn[disabled].active, .upload-data-btn[disabled]:active, .upload-data-btn[disabled]:focus, .upload-data-btn[disabled]:hover, fieldset[disabled] .upload-data-btn, fieldset[disabled] .upload-data-btn.active, fieldset[disabled] .upload-data-btn:active, fieldset[disabled] .upload-data-btn:focus, fieldset[disabled] .upload-data-btn:hover {
    background-color: #7e91ff;
    border: none;
    border-radius: 4px;
}

.upload-data-btn .badge {
    color: #5cb85c;
    background-color: #fff
}


.cutoff-text-label {
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
    margin-left: 25px;
}

.cutoff-text-screen {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

.mem-allocation-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */

    color: #000000;
}

.mem-allocation-percent {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* identical to box height, or 21px */


    color: #8D959E;
}

.custom-panel {
    width: 38px;
    height: 38px;
    left: 1603px;
    top: 168px;

    background: #F6F7F8;
    transform: rotate(90deg);
}

/*#demo-action-screen {*/
/*    width: 220px;*/
/*    height: 250px;*/
/*    left: 71%;*/
/*    top: 88px;*/

/*    background: #FFFFFF;*/
/*    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);*/
/*    border-radius: 16px;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*}*/


.scoring-action-button {
    margin-top: 25px;
    margin-right: 25px;
}

#triangle-right {
    position: absolute;
    margin-top: 15px;
    left: 89%;
    /*left: 87%;*/
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid white;
    border-bottom: 25px solid transparent;
}


.model-action-menu {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    padding-left: 10px;
    /* or 15px */


    color: #8D959E;
    cursor: pointer;
}

.modal-content.modal-description-box {
    max-width: 1350px;
    margin: 80px auto 0;
    width: 90%;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 75px;
}

.modal-overview-main-box {
    padding: 30px 35px 40px;
}

.modal-overview-box {
    width: calc(100% + 70px);
    position: relative;
    left: -35px;
    background: #F7F7F8;
    border-radius: 8px;
    margin-top: 60px;
}

.model-overview {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
}

.model-overview-list {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.dataset-stats-item {
    display: flex;
    justify-content: space-between;
}

.dataset-stats-item > div:first-child {
    padding-top: 40px;
}

.dataset-stats-item > div:last-child {
    width: 760px;
}

.label-chart {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    display: block;
    color: #000000;
}

.label-chart-calibration {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    display: inline
}


@media (max-width: 1320px) {
    .label-chart {
        font-size: 32px;
    }

    .label-chart-calibration{
        font-size: 32px;
    }
}


.modal-dataset-name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    /* or 58px */


    color: #000000;

}

.file-name-blue {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    /* or 16px */
    color: #4157DC;

}

.poppins-16 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    /* or 16px */
    color: #000000;
}

.poppins-13 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    /* or 16px */
    color: #000000;
}

.reminder-signin-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #1F1F1F;
    margin-top: 57px;
}

.reminder-signup-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #1F1F1F;
    margin-top: 26px;
}

.terms-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    /* identical to box height, or 13px */

    text-align: center;

    color: #8D959E;
    margin-top: 29px;
}


.total-selected-box {
    margin-top: 30px;
}

.how-it-works-label {
    margin-top: 45px;
    cursor: pointer;
}

.selector-box {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.selector-box > div {
    width: 49%;
}

.selector-box label {
    margin-bottom: 0;
}

.settings-box {
    width: calc(100% - 250px);
    padding-left: 50px;
}

.threshold-slider-main {
    margin-top: 40px;
    height: 10px
}

.upload-data-model-box {
    color: white;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border: none;
    border-radius: 8px;
    height: 52px;
    font-weight: 500;
    font-size: 17px;
    line-height: 52px;
    text-align: center;
}

.upload-data-model-box:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

@media (max-width: 1500px ) {
    .modelDetailsBtn-block {
        text-align: right;
    }

    .blockModelContent .model-box-label {
        font-size: 13px;
    }

    .blockModelContent .model-box-num {
        font-size: 26px;
    }

    .threshold-slider-main {
        margin-top: 32px;
    }

    .total-selected-box {
        margin-top: 24px;
    }

    .selector-box {
        margin-top: 25px;
    }

    .blockModelContent .form-row {
        margin-top: 5px;
    }

    .firstInfoTab {
        padding-bottom: 26px;
    }

    .secondInfoTab {
        padding-bottom: 34px !important;
    }
}

.scoring-wrapper {
    display: flex;
    margin-top: 45px;
}

.progress {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
}

.progress-bar {
    background: linear-gradient(
            90deg, #A5B9FF 31.57%, #5F75FF 71.86%, #384FDA 128.95%);
    border-radius: 10px;
}

#scoring-table td {
    padding: 10px 15px 10px;
}

#scoring-table th {
    padding: 10px 15px 10px;
}

#scoring-table td:first-child {
    padding-left: 20px !important;
}


#myModalCustom {
    /*position: static;*/
    /*left: 40%;*/
    /*top: 40px;*/
    /*width: 650px;*/
    /*height: 670px;*/
    /*background: #F8F8F8;*/
    /*border-radius: 8px;*/
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /*padding: 0 25px 25px;*/
}

#myModalCustom .modal-dialog {
    width: 650px;
    height: 670px;
    background: #F8F8F8;
    border-radius: 8px;
    padding: 25px;
    margin-top: 70px;
    position: relative;
}

#myModalCustom .modal-dialog .modal-dialog-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

#scoring-content-box {
    /*width: 45%;*/
    /*max-width: 590px;*/
    /*padding-right: 45px;*/
}

.how-to-use {
    width: 125%;
    top: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    left: -80px;
}

.action-button-upd {
    position: relative;
    left: 90%;
    top: -15%;
    cursor: pointer;
}

.dataset-stats-box {
    margin-left: -50px;
}

.chart-box {
    background: #F9F9F9;
    border-radius: 8px;
    margin-top: 49px;
}

#pie-chart {
    left: 20%;
}

#radar-chart{
    left: 20%;
}

.model-monitoring-block {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 25px 26px 24px 0;
}

.model-monitoring-group {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 36px);
    position: relative;
    left: -18px;
}

.model-monitoring-group > div {
    width: 33.3%;
    padding: 0 18px;
    min-width: 450px;
}

.monitoring-chart-box {
    position: relative;
    left: -3px;
}

.monitoring-chart-box > div {
    font-size: 10px !important;
}

.how-to-use-menu {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.how-to-use-menu > div {
    width: calc(16% - 8px);
}

.how-to-use-menu > div:first-child {
    position: relative;
}

.how-to-use-menu > div:first-child:after {
    position: absolute;
    content: ' ';
    height: 340px;
    bottom: 0;
    right: -11px;
    border-right: 1px dashed #272E4B;
}

.calibration-chart-legacy {
    margin-top: 50px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    /* or 24px */


    color: #8D959E;

}

.nav-section {
    width: 100%;
    border-radius: 8px;
    padding: 27px 28px 20px;
    height: 295px;
    display: flex;;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
}

.nav-section:focus {
    text-decoration: none;
}

.nav-section-name {
    font-size: 18px;
    margin-top: 12px;
    line-height: 1;
}

.nav-section-name-black {
    color: #1F1F1F;
}

.nav-section-name-blue {
    color: #3C5BFF;
}

@media (max-width: 1500px) {
    .nav-section {
        height: 250px;
    }

    .how-to-use-menu > div:first-child:after {
        height: 290px;
    }
}

@media (max-width: 1380px) {
    .nav-section {
        font-size: 18px;
        height: 220px;
    }

    .nav-section-name {
        font-size: 16px;
    }

    .how-to-use-menu > div:first-child:after {
        height: 260px;
        right: -10px;
    }
}

.nav-section:hover {
    text-decoration: none;
}

.nav-section-black {
    background-color: #1F1F1F;
}

.nav-section-blue {
    background-color: #3C5BFF;
}

.nav-section-black:hover {
    background-color: #292929;
}

.nav-section-blue:hover {
    background-color: #467AFF;
}

.nav-section-head {
    color: #fff;
    line-height: 1.1;
}

.nav-section-number {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*@media only screen and (max-width: 1500px) {*/

/*    .how-to-use-menu {*/
/*        padding-left: 1px;*/
/*    }*/

/*    .model-monitoring-block {*/
/*        width: 433px;*/
/*    }*/


/*    .calculation-history {*/
/*        margin-left: 75px;*/
/*        width: 92%;*/
/*    }*/

/*    .model-monitoring-group {*/
/*        margin-right: 0px;*/
/*    }*/

/*    #pie-chart {*/
/*        left: 15%;*/
/*    }*/

/*    .chart-box {*/
/*        margin-left: 50px;*/
/*    }*/

/*    .modal-overview-box {*/
/*        margin-left: 30px;*/
/*    }*/


/*    .dataset-stats-box {*/
/*        margin-left: -69px;*/
/*    }*/

/*    .action-button {*/
/*        left: 96%;*/
/*    }*/

/*    #demo-action-screen {*/
/*        left: 77%;*/
/*    }*/

/*    #scoring-box-action {*/
/*        left: 66%;*/
/*    }*/

/*    #scoring-download {*/
/*        left: 66%;*/
/*    }*/

/*    .upload-data-model-box {*/
/*        margin-left: 43px;*/
/*    }*/

/*    .metrics-box {*/
/*        margin-left: 20%;*/
/*    }*/

/*    .cutoff-text-screen {*/
/*        margin-left: 15px;*/
/*    }*/

/*    .how-it-works-label {*/
/*        margin-top: 27px;*/
/*        margin-left: 15px;*/
/*    }*/

/*    .selector-box {*/
/*        margin-left: 15px;*/
/*    }*/

/*    .total-selected-box {*/
/*        margin-left: 15px;*/
/*    }*/

/*    .gini-index-text-table-scoring {*/
/*        padding-left: 10px;*/
/*    }*/

/*    .threshold-slider-main {*/
/*        margin-left: 15px;*/
/*    }*/

/*    .sort-text-class-list-table {*/
/*        left: 87%*/
/*    }*/

/*    .width-adjusted {*/
/*        width: 150px;*/
/*    }*/

/*    .width-adjusted-100 {*/
/*        width: 100px;*/
/*    }*/

/*    .padding-on-size {*/
/*        padding-left: 15px;*/
/*    }*/

/*    #myModalCustom {*/
/*        width: 45%;*/
/*        height: 77%;*/
/*        transform: translate(85%, 67%);*/
/*    }*/


/*}*/


.action-button-model-list {
    /*position: absolute;*/
    /*margin-top: 30px;*/
    background-color: #F7F7F8;;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: relative;
    left: 1300px;

    /*background: #F6F7F8;*/
    cursor: pointer;
    color: black;
    text-align: center;
    font-size: large;
    margin-bottom: 50px;
    /*padding-top: 5px;*/
}

.form-row {
    margin-top: 10px;
}

.dataset-stats-title {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin: 84px 0 15px;
}

.dataset-params {
    margin-top: 22px;
}

.dataset-params span, .dataset-params svg {
    vertical-align: middle;
}

.meta-threshold-span {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    color: #8D959E
}

.cutoff-delimiter-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    /* or 13px */


    color: #97ADD8;
}

.build-progress-box {
    font-size: 15px;
    line-height: 140%;
    color: #8D959E;
}

.form-row-with-margin {
    margin-top: 20px;
    margin-left: 25px;
    width: 699px;
    height: 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #1C1C1C;
}

.form-row-no-top-margin {
    margin-left: 25px;
    width: 699px;
    height: 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #1C1C1C;
}

.report-included-data {
    font-size: 15px;
    line-height: 1.6;
    color: #8D959E;
    margin-top: 3px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.report-checkbox-data {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #8D959E;
    display: flex;
    align-items: center;
    padding-left: 0 !important;
}

.report-checkbox-data input[type=checkbox] {
    position: static;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #DBDBDB;
}

.report-popup .bold-text-header {
    margin: 20px 0 0 20px;
}

.report-popup .checkbox {
    margin-bottom: 4px;
    margin-top: 4px;
}

.report-popup .form-row {
    margin-top: 0;
}

.report-popup .scoring-button-group {
    margin-left: 0;
}

.bold-text-header {
    margin-top: 20px;
    margin-left: 40px;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    /* or 21px */


    color: #000000;
}

.report-checkbox-block {
    font-size: 14px;
    line-height: 150%;
    color: #1C1C1C;
}

.scoring-download-button {
    width: 184px;
    height: 42px;
    /*background: #4357C1;*/
    /*border-radius: 4px;*/
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
}

.modal-report-download-button {
    width: 291px;
    height: 52px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    border: none;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;
    margin-top: 25px;

}

.modal-report-download-button:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.report-popup {
    margin: 50px auto;
    max-width: 760px;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    text-align: left;
}

.monitoring-warning-span {
    position: absolute;
    padding-top: 15px;
    padding-left: 5px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    margin-left: 20px;
}

.form-row-20 {
    margin-top: 20px;
}

.scoring-download-rep-delimiter {
    width: 754px;
    height: 0px;

    border: 1px solid #DFDFDF;
    margin-top: 39px;
    margin-left: 25px;
}

.calendar-setting-link {
    color: #374DBD;
}

.date-setter-group {
    width: 196px;
    height: 71px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #374DBD;
    margin-top: 31px;
    margin-left: 25px;
    margin-bottom: 21px;
}


.form-row-21 {
    position: absolute;
    left: 100px;
}

.toggle-filters-btn {
    width: 170px;
}

.apply-filters-btn-panel {
    width: 342px;
    height: 42px;
    background: #4357C1;
    border-radius: 4px;
    text-align: center;
    margin-left: 50px;
    margin-top: 20px;
    padding: 10px;
}

.apply-filters-btn-panel-audit {
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 20px;
    left: -10px;
}

.apply-filters-btn-panel-model-data {
    width: 199px;
    height: 36px;
    background: #4357C1;
    border-radius: 4px;
    text-align: center;
    padding: 7px;
    color: white;
    margin-left: 12px;
}

table[id*='importance-table'] thead {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    height: 35px;
    /* or 15px */


    color: #8D959E;

}

#modelNameF {
    border: 1px solid #000;
}


#modelNameF:read-only {
    width: 100%;
    border-color: transparent;
    opacity: 1; /* Полупрозрачность */
    background-color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    /*padding-left: 76px;*/
    /* or 58px */


    color: #000000;
}

#scoringName {
    border: 1px solid #000;
}

#scoringName:read-only {
    width: 1000px;
    border-color: transparent;
    opacity: 1; /* Полупрозрачность */
    background-color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    /*padding-left: 76px;*/
    /* or 58px */


    color: #000000;
}

table[id*='importance-table'] tbody tr {

    height: 35px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    color: #000000;

}

.apply-filters-import-data {
    width: 199px;
    height: 36px;
    background: #F5F5F5;;
    border-radius: 4px;
    text-align: center;
    color: #000000;
    margin-left: 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    padding-top: 10px;
}

.apply-filters-import-data-model {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    height: 52px;
    width: 261px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
}

.apply-filters-btn-back {
    width: 199px;
    height: 36px;
    background: #F5F5F5;;
    border-radius: 4px;
    text-align: center;
    padding: 7px;
    color: #000000;
}


.start-scoring-button-adjusted {
    width: 135px;
    height: 36px;

    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
}

.start-scoring-button-adjusted:hover {
    color: white;
    text-decoration: none;
}

.start-scoring-button-adjusted:active {
    color: white;
}

.start-scoring-button-adjusted:visited {
    color: white;
}

.start-scoring-button-adjusted:link {
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
}

.go-back-href {
    cursor: pointer;
}

.go-back-href:hover {
    color: #C9C9C9;
}

.go-back-href:active {
    color: #C9C9C9;
}

.go-back-href:visited {
    color: #C9C9C9;
}

.go-back-href:link {
    color: #C9C9C9;
}

.dark-blue-href:hover {
    color: #4357C1;
    cursor: pointer;
}

.dark-blue-href:active {
    color: #4357C1;
}

.dark-blue-href:visited {
    color: #4357C1;
}

.dark-blue-href:link {
    color: #4357C1;
}

.login-button-adjusted {
    width: 135px;
    height: 45px;

    background: #4357C1;
    border-radius: 4px;
    text-align: center;
    color: white;
    border: none;
}


.start-scoring-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.upload-button-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    text-align: center;
}

.cutoff-input {
    width: 55px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 28px;
    border: none;
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #000000;
}

.mem-allocation-input {
    width: 110px;
    height: 28px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;

    /* identical to box height, or 26px */
    border-radius: 0;
    background-color: transparent;
    color: #000000;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    /*margin-left: 135px;*/
}

.mem-allocation-input[disabled], .cutoff-input[disabled] {
    color: #8D959E;
    background-color: transparent;
}


.em-threshold {
    color: #3F58D3;
    font-style: normal;
}


.threshold-slider {
    width: 324px;
    height: 4px;
    color: #fff;
}

.threshold-info-block {
    /*width: 200px;*/

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-top: 95px;
    margin-left: 40px;
    /* or 21px */


    color: #757575;
}

.ellipse {
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
}

.threshold-shevron > i:first-child {
    left: -0.3rem;
    position: relative;
}

.paginator {
    height: 55px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 360px;
}

.row-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.attr-delimiter {
    margin-top: 20px;
}

.adjust-drill-number-div {
    width: 29px;
    height: 30px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #1C1C1C;
    margin-top: 20px;
}

.noClick {
    pointer-events: none;
    background: #F4F4F4;
    color: #A1A1A1;
}

.pg-button {
    display: inline-block;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    position: static;
    float: none;
    margin: 0 2px !important;
    color: gray;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 100%;
    cursor: pointer;
}

.pg-button:hover {
    color: #699AB5;
    border-color: #699AB5;
}

.pg-button.disabled,
.pg-button.disabled:hover {
    color: #B0B0B0;
    background-color: #F7F7F7;
    border-color: #DDD;
    cursor: default;
}

.pg-input {
    font-size: inherit !important;
    width: 24px !important;
    height: 20px !important;
    line-height: 16px !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    text-align: center !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;

}

.pg-dropdown, .pg-input {
    border: 1px solid #EBEBEB;
}

.pg-dropdown {
    height: 24px;
    width: 60px;
    margin: 0;
    padding: 1px;
    line-height: normal;
}

.ui-separator {
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #C9D4DB;
}

.clickable {
    cursor: pointer;
}

.label-detailed {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    margin-top: 13px;
    margin-left: 18px;
    /* or 15px */


    color: #8D959E;

}

.scoring-detailed-box {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-left: 18px;
    margin-bottom: 25px;
    color: #000000;
}

.box-detailed-info {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    margin-left: 18px;
    /* or 36px */


    color: #000000;

}

.chosen-choices {
    background-image: none !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-21 {
    padding-bottom: 21px;
}

.flex-content {
    display: flex;
}

.flex-content-centered {
    display: flex;
    justify-content: center;
}

.flex-content-centered-with-padding {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


.profile-name-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    /* or 58px */


    color: #000000;
}

.profile-email-text {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */


    color: #4157DC;
}

.scoring-button-group {
    margin-top: 32px;
    margin-left: 25px;
}

.col-view > p {
    margin: 0;
    font-weight: bold;
}

.col-view > p:not(:first-child) {
    margin-top: 10px;
}

.order {
    width: 600px;
    height: 200px;
}

.capitalized {
    text-transform: capitalize;
}

input[readonly].address_type_short {
    border: none !important;
    background-color: transparent !important;
    backface-visibility: hidden;
    width: 43px !important;
    text-align: right !important;
}

.version {
    /* position: absolute;
     bottom: 0;
     left: 0;
     margin-left: 4px;*/
    margin: 30px 0;
    padding-left: 25px;
    z-index: -1;

    /*width: 149px;*/
    /*height: 17px;*/

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    /* identical to box height, or 16px */


    color: #BCBCBC;
}

.application__row {
    display: flex;
    flex-direction: row;
}

.application__holder {
    width: 440px;
    margin-left: 10px;
}

.application__controls {
    overflow: hidden;
    margin-top: 20px;
}

.cp-user {
    display: block;
}

.user-info {
    padding: 7px 20px 7px 0;
    position: relative;
    max-width: 170px;
    display: block;
    top: 0;
}

.menu-text-custom {
    width: 73px;
    height: 138px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-left: 25px;
}

.user-info:after {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 16px;
    content: '\f0d7';
    height: 16px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -8px;
    text-align: center;
}

.open .user-info:after {
    content: '\f0d8';
}

.user-info__role,
.user-info__username {
    overflow: hidden;
    text-overflow: ellipsis;
    /*padding-top: 15px;*/
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
}

.user-info__role {
    display: block;
}

.circled {
    background: #BDD4FF;
    border-radius: 50%;
}

.circled-profile {
    background: #BDD4FF;
    border-radius: 50%;
}

.circled-gravatar {
    background: white;
    border-radius: 50%;
}

.a.circled-gravatar:hover,
a.circled-gravatar:focus,
a.circled-gravatar.active {
    background: white;
}

.user-info__username {
    display: block;
}

.icon-field {
    position: relative;
}

.table-from-to {
    table-layout: fixed;
}

.table-from-to tr th:first-child {
    width: 100px;
}

.from-to {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.from-to div {
    text-align: center;
    line-height: 34px;
    width: 30px;
}

.from-to input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 0;
}

.form-control.inline {
    display: inline;
    width: auto;
    margin: 0 10px;
}

.form-control.inline.final {
    width: 60px;
}

.scoring-labels {
    margin-bottom: 20px;
}

.scoring-labels label {
    margin-left: 25px;
}

.scoring-labels label:first-child {
    margin-left: 0;
}

.form-control.scoring-error:hover,
.form-control.scoring-error:focus,
.form-control.scoring-error {
    border-color: #a94442;
    transition: background-color .4s, color .4s;
}

.form-control.scoring-error.scoring-blink:hover,
.form-control.scoring-error.scoring-blink:focus,
.form-control.scoring-error.scoring-blink {
    background-color: #fee;
    color: #a94442;
}

input[type=checkbox].checkbox-disabled.ace {
    cursor: not-allowed !important;
}

input[type=checkbox].checkbox-disabled.ace ~ .lbl::before {
    background-color: #ddd !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    color: #bbb !important;
    cursor: not-allowed !important;
}

#scorista-spinner {
    display: none;
}

.sk-spinner-three-bounce.sk-spinner {
    margin: 0;
    width: 35px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 9px;
    height: 9px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.text-area-editor {
    height: 450px;
    width: 100%;
}

.tag-list {
    margin-bottom: 16px;
    font-size: 0;
    line-height: 0;
}

.tag-list .tag {
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #91b8d0;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    padding: 1px 5px 2px;
    margin-bottom: 3px;
    margin-right: 3px;
    cursor: default;
    border-radius: 2px;
}

.ellipsis {
    border: 1px solid #ddd;
    position: relative;
    margin: -9px;
    padding: 8px 28px 8px 8px;
    overflow: hidden;
    max-height: 105px;
}

.ellipsis_open {
    max-height: none;
}

.ellipsis__toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 26px;
    background-color: #ededed;
    border-left: 1px solid #ddd;
    -webkit-user-select: none;
    user-select: none;
}

.ellipsis__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px;
    text-align: center;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.bold-text {
    font-weight: bold;
}

.required-label {
    font-weight: bold;
}

.required-label:after {
    color: #fc3231;
    content: "*";
    display: block;
    position: absolute;
    right: -.6em;
    top: -.1em;
}

.table-word-wrap {
    table-layout: fixed;
    word-wrap: break-word;
}

.has-error-field {
    border-color: #f09784 !important;
    color: #d68273 !important;
}

.portfolio_h1 {
    font-weight: bold;
}

.portfolio_h2 {
    padding-left: 20px;
}

.portfolio_h3 {
    padding-left: 40px;
}

#snapshot-table {
    border: 1px solid #ddd;
    text-align: center;

}

#snapshot-table .left-border {
    border-left: 1px solid #ddd;
}

#snapshot-table > thead > tr > th {
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
    background-color: #efefef;
}

.indented {
    padding-left: 3em;
    padding-right: 3em;
}

#loading-img {
    background: url(../image/loader.gif) center center no-repeat;
    background-size: 80px;
    height: 100%;
    z-index: 20;
}

.overlay {
    background: transparent;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.div-text {
    display: inline-block;
}

.w-400 {
    width: 400px;
}

.w-20 {
    width: 20px;
}


#conf-matrix .huge {
    font-size: 24pt;
    /*font-family: 'Nunito', sans-serif;*/
}

#conf-matrix .bg-empty {
    background: white;
    border-color: white;
}

#conf-matrix .bg-side {
    /*background: #438eb9;*/
    background: #fff;
    /*color: #fff;*/
    border-color: #ddd;
}

#conf-matrix .r {
    border-right: 3px solid #ddd;
}

#conf-matrix .l {
    border-left: 3px solid #ddd;

}

#conf-matrix .b {
    border-bottom: 3px solid #ddd;

}

#conf-matrix .t {
    border-top: 3px solid #ddd;
}

#conf-matrix .bg-good-accept {
    /*background: #fff;*/

    background: #e4e6e9;
    /*background: #EBF1DE;*/
    /*border-color: #EBF1DE;*/
}

#conf-matrix .bg-rejected-bad {
    background: #fff;

    /*background: #C4D79B;*/
    /*border-color: #C4D79B;*/
}

#conf-matrix .bg-accepted-good {
    background: #fff;

    /*background: #C4D79B;*/
    /*border-color: #C4D79B;*/
}

#conf-matrix .bg-bad-reject {
    /*background: #FDE9D9;*/
    background: #ddd;

    /*border-color: #FDE9D9;*/
}

#conf-matrix .bg-good-rejected {
    color: white;
    /*background: #FABF8F;*/
    background: #3F58D3;

}

#conf-matrix .bg-bad-accepted {
    color: white;
    /*background: #E26B0A;*/
    background: #3F58D3;
}

#conf-matrix .semi-huge2 {
    font-size: 18pt;
    /*font-family: 'Nunito', sans-serif;*/
    /*font-weight: bold;*/
}

#conf-matrix .side-title {
    font-size: 14pt;
    font-weight: bold;
}

#conf-matrix .semi-huge {
    font-size: 26pt;
    font-weight: 700;
    /*font-family: 'Nunito', sans-serif;*/
}

#conf-matrix .vertical {
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
}

#conf-matrix .vertical div {
    transform: rotate(-90deg);
    margin-left: -10em;
    margin-right: -10em;
}


#conf-matrix .height-24vw {
    height: 24vw;
}

#conf-matrix .height-12vw {
    height: 12vw;
}

#conf-matrix .height-8vw {
    height: 8vw;
}

#conf-matrix .height-4vw {
    height: 4vw;
}

#conf-matrix .align-top {
    vertical-align: top;
}

#conf-matrix .align-bottom {
    vertical-align: bottom;
}

#conf-matrix .small-grey {
    font-size: 7pt;
    color: grey;
}

#conf-matrix .small-black {
    font-size: 7pt;
    color: black;
}

#conf-matrix td {
    text-align: center;
    vertical-align: middle;
}

.user-info-custom {
    background: #BDD4FF;
    transform: rotate(16.65deg);
}

/*
Menu form stylesheet
 */

.menu-label {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 100%;
    padding: 35px;
    /* identical to box height, or 15px */


    color: #000000;
}

.menu-label-settings {
    font-size: 15px;
    line-height: 100%;
    color: #000000;
    border-radius: 5px;
}

.active .menu-label-settings, .active .menu-label-settings:hover {
    background-color: #F7F7F8;
    color: #000000;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #8D959E;
}

.menu-group {
    display: flex;
    justify-content: space-between;
}

.build-or-scoring {
    position: absolute;
    left: 80%;
    padding-top: 7px;
}

.section-title-gm {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    margin-top: 20px;
}


.section-security-title {
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    margin-bottom: 50px;
}

.settings-menu {
    width: 250px;
    padding: 20px 40px 20px 0;
    border-right: 1px solid #EBEBEB;
}

.profile-menu.profile-plan-menu {
    border: none;
}

.profile-container {
    display: flex;
    margin-top: 10px;
}

.profile-menu {
    width: 250px;
    padding: 20px 27px 20px 0;
}

.profile-content {
    width: calc(100% - 250px);
    padding-left: 15px;
    padding-bottom: 40px;
}

.profile-wrapper {
    max-width: 1250px;
    margin: 0 auto;
}

.profile-box {
    margin: 10px auto 0;
    background: #FFFFFF;
    box-shadow: 0 11px 54px rgba(210, 210, 211, 0.25), 0 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 30px 30px 55px 65px;
    position: relative;
}

.profile-box a:hover {
    text-decoration: none;
}

.profile-box .btn-secondary {
    margin-top: 30px;
}

.gm-alert {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    color: #FF0000;

}

.footer-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    /* or 13px */


    color: #8D959E;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.modal-built-info {
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    margin-top: 27px
}

/*
Dashboard stylesheet
 */

.dashboard-box-group {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 60px auto 0;
}

.youtube-iframe-block {
    max-width: 1180px;
    margin: 100px auto;
}

.youtube-iframe-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-left: 5px;
}

.youtube-iframe-group {
    display: flex;
    justify-content: space-between;

}

.youtube-iframe-group > div {
    width: 23.5%;
    cursor: pointer;
}

.youtube-iframe-group img {
    width: 97%;
    border-radius: 8px;
}

#watchVideoModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#watchVideoModal .video-iframe-container {
    width: 80%;
    max-width: 1200px;
    max-height: 670px;
    margin: 100px auto 50px;
    position: relative;
    padding-bottom: calc(56.25% * 0.75);
    height: 0;
}

#watchVideoModal .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 670px;
    border-radius: 10px;
}

#watchVideoModal .modal-dialog {
    background-color: transparent !important;
}

#watchVideoModal .video-iframe-close {
    position: absolute;
    top: 35px;
    right: 45px;
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.flex-margin {
    flex: auto;
    margin: 10px;
}

.dashboard-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.scoring-box {
    width: calc(50% - 10px);
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding-bottom: 7px;
}

.scoring-box.dragging {
    background-color: #E4E8FF;
}

.scoring-box .scoring-form-wrapper {
    width: 261px;
    margin: 0 auto 85px;
}

.scoring-box .block.input-icon {
    display: block;
    margin: 10px 0 30px;
}

.box-title-scoring {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    /* identical to box height, or 28px */

    text-align: center;
    padding-top: 30px;

    color: #000000;
}

.modal-title-scoring {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */

    text-align: center;

    color: #000000;

}

.dashboard-model-name {
    width: 261px;
    height: 44px;
    margin: 0 auto;
    background: #F7F7F8;
    border: none;
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #000000;
}

.dashboard-model-select {
    width: 261px;
    height: 44px;
    left: 410px;
    top: 336px;

    background: #F7F7F8;
    border: none;
    border-radius: 8px;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #000000;
}

.license-input {
    width: 300px;
    height: 48px;
    left: 571px;
    top: 632px;
    background: #F7F7F8;
    border-radius: 8px;
    border: none;
    font-size: 15px;
}

.login-btn {
    color: white;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 330px;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
}

.login-btn:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.upgrade-btn {
    color: white;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border: none;
    border-radius: 8px;
    height: 46px;
    width: 100%;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 30px 0 35px;
}

.upgrade-btn:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.upgrade-btn[disabled] {
    color: #000;
    background: #F6F7F8;
    opacity: 1;
}

.modal-ok-button {
    width: 261px;
    height: 52px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #000000;

    background: linear-gradient(180deg, #F7F7FA 0%, #F7F7F7 96.35%);
    border-radius: 8px;
    border: none;
}

.modal-ok-button:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
    color: #fff;
}

.register-button {
    height: 52px;
    width: 330px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #000000;

    background: linear-gradient(180deg, #F7F7FA 0%, #F7F7F7 96.35%);
    border-radius: 8px;
    border: none;
}


.light-grey-href {
    color: #8D959E;
}

.modal-ok-button-report {
    position: sticky;
    width: 261px;
    height: 52px;
    left: 25%;
    top: 1233px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #000000;

    background: linear-gradient(180deg, #F7F7FA 0%, #F7F7F7 96.35%);
    border-radius: 8px;
    border: none;
}

.modal-npl {
    /*position: absolute;*/
    left: 46.43%;
    right: 46.55%;
    top: 65.39%;
    bottom: 32.86%;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;
    /* or 18px */

    text-align: center;

    color: #8D959E;
}

.drop-file-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 20px;
    text-align: center;

    color: #8D959E;
}

.scoring-box-foot-text {
    border-top: 1px solid #E4E7EB;
    padding-top: 14px;
}

.model-scoring-span {

    position: absolute;
    left: 33.27%;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    margin-top: -3px;
    /* or 24px */

    text-align: center;

    color: #8D959E;
}

.no-calculation-class {
    margin-top: 87px;
}

.calculation-presented {

}

.modal-title {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    color: #000000;
}

.modal-title-popup {
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    color: #000000;
}

.modal-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */


    color: #8D959E;

}

.modal-text-registration {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #8D959E;
}

.activation-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */

    text-align: center;

    color: #8D959E;
}

.popup-text {


    /*position: absolute;*/
    /*left: 30%;*/
    /*right: 32.08%;*/
    /*top: 15.71%;*/
    /*bottom: 76.95%;*/

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    display: block;
    /* or 22px */


    color: #8D959E;

}

.upload-data-dash.disabled,
.upload-data-dash.disabled:focus,
.upload-data-dash.disabled:hover,
.upload-data-dash[disabled] {
    background-color: #7e91ff;
}

.upload-data-dash {
    color: white;
    background: #4055EA;
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 261px;
    /*margin-left: 158px;*/
    margin-top: 20px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
}


.upload-data-dash-scoring {
    color: white;
    background: #4055EA;
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 261px;
    margin-left: 158px;
    margin-top: 20px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

.upload-data-model {
    color: white;
    background: #4055EA;
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 261px;
    margin-left: 53px;
    margin-top: 60px;

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

.upload-data-dash-box {
    color: white;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border: none;
    border-radius: 8px;
    height: 52px;
    width: 261px;
    margin-top: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 52px;
    text-align: center;
}

.upload-data-dash-box:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}


/*
Model overview
 */

.secondInfoTab, .thirdInfoTab {
    width: calc(25% - 30px);
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
}

.secondInfoTab {
    padding: 23px 26px 40px;
}

.thirdInfoTab .drop-file-text-border {
    margin: 0;
    padding: 12px 26px 15px;
    border-top: 1px solid #E4E7EB;
}

.thirdInfoTab {
    padding: 26px 0 0;
}

.thirdInfoTab .upload-data-model-box {
    max-width: 260px;
    margin: 0 auto;
}

.thirdInfoTab > div:nth-child(2) {
    padding: 0 26px;
}

.grey-text-model-info {
    display: block;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    margin-bottom: 0;
    font-weight: 400;
}

.file-submitted-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    width: 100%;
    /* identical to box height, or 15px */


    color: red;
    padding-top: 12px;
    margin-left: 20px;;
}


.grey-text-model-info-audit {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    width: 5%;
    /* identical to box height, or 15px */


    color: #8D959E;
    padding-top: 12px;
}

.padding-left-20 {
    padding-left: 20px;
}


.bold-text-model-info {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */


    color: #000000;
}


.section-title-login {
    font-family: inherit;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
    margin-bottom: 18px;
}

.login-form-label {
    font-family: inherit;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    padding-left: 5px;
}

.sign-in-button {
    color: white;
    background: #4357C1;
    border: none;
    border-radius: 4px;
    width: 330px;
    left: 676px;
    top: 489px;
    height: 52px;
"
}

.login-input-text {
    width: 100%;
    height: 48px;
    background: #F7F7F8;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    font-size: 15px;
}

.password-policy-label {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* or 15px */


    color: #8D959E;
}

.login-box-gm {
    width: 424px;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 10px 50px 30px;
    /*margin-bottom: 100px;*/
}

.register-box-gm {
    width: 424px;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 10px 50px 30px;
}

.register-box-gm label {
    width: 100%;
}


.forgot-password-box-gm {
    width: 434px;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 10px 50px 30px;
}

.forgot-password-box-gm label {
    width: 100%;
}


.login-box-gm label {
    width: 100%;
}

.user-info-custom {
    background: #BDD4FF;
    transform: rotate(16.65deg);
}

.password-svg {
    position: absolute;
    right: 10px;
    top: 15px;
}

.input-date-svg {
    position: absolute;
    margin: -25px;
    margin-top: 8px;
    cursor: pointer;
}

.input-date-svg-monitoring {
    position: absolute;
    margin: 30px;
    margin-top: 15px;
    cursor: pointer;
}

.date-picker-label {
    font-size: 15px;
    line-height: 100%;
    height: 100%;
    padding: 0 14px;
    border: none;
    border-radius: 5px;
    background: #F7F7F8;
    color: #000000;
}

.date-picker-label.active {
    background: #fff;
}

.daterangepicker .ranges li {
    font-size: 15px !important;
    padding: 7px 17px !important;
    color: #8D959E !important;
}

.daterangepicker .ranges li:hover:not(.active) {
    background-color: transparent !important;
    color: #000 !important;
}

.daterangepicker .ranges ul {
    padding: 10px 0 15px !important;
}

.daterangepicker .ranges li.active {
    background: #BDD4FF !important;
    color: #000 !important;
    margin: 0 5px;
    padding: 7px 12px !important;
    border-radius: 4px;
}

.daterangepicker {
    border: none !important;
    box-shadow: 0px 11px 54px rgb(210 210 211 / 25%), 0px 14px 44px rgb(0 73 183 / 4%) !important;
    border-radius: 16px !important;
    font-family: 'Poppins', sans-serif !important;
}

.daterangepicker:before {
    border-bottom: 7px solid #fff !important;
}

@media (min-width: 564px) {
    .daterangepicker .ranges ul {
        min-width: 200px;

    }
}

.date-picker-btn-apply {
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%) !important;
    border-radius: 6px !important;
}

.date-picker-btn-cancel {
    background: transparent !important;
    color: #000 !important;
    border-radius: 6px !important;
}

.date-picker-btn-cancel:hover {
    background-color: #FAFBFCFF !important;
}

.metrics-box {
    padding: 0 16px 40px;
}

.metrics-box-wrapper {
    display: flex;
    justify-content: center;
    border-top: 1px solid #EEEEEE;
    padding-top: 33px;
}

.date-range-report {
    background: #F7F7F8;
    border-radius: 8px;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
    border: none;
    cursor: pointer;
    width: 260px;
    height: 44px;
    padding-left: 35px !important;
}

.report-input-wrapper {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
}

.report-input-wrapper svg {
    position: absolute;
    left: 33px;
    top: 7px;
}

.date-range-report-monitoring {
    width: 250px;
    height: 44px;
    background: #F7F7F8;
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #000000;
    margin-left: 25px;
    border: none;
    cursor: pointer;
    padding-left: 30px !important;
}

.install-license-button {
    width: 147px;
    height: 48px;

    background: #F7F7F8;
    border-radius: 8px;
    border: none;

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #000000;
    margin-left: 18px;
}

.license-text {
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
}

.license-form {
    margin-top: 45px;
}

.monitoring-date-picker-form {
    height: 44px;
    background: #F7F7F8;
    border-radius: 8px;
    display: inline-block;
    padding: 4px;
}

.monitoring-model-name {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    padding-left: 26px;
}

.monitoring-model-id {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */


    color: #8D959E;
}

.monitoring-model-calculations {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
    margin-left: 20px;
}

.monitoring-model-npl {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
    padding-left: 26px;
    /* identical to box height, or 15px */


    color: #000000;
}

.monitoring-model-npl-change {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    /* identical to box height, or 13px */


    color: #3B5BFF;
    margin-left: 13px;
    padding-top: 2px;
}

.monitoring-model-npl-change-negative {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    /* identical to box height, or 13px */


    /*color: #3B5BFF;*/
    margin-left: 13px;
    padding-top: 2px;
}

.how-to-use-header {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 100%;
    /* or 58px */
    color: #000000;
}

.step-name {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    /* identical to box height, or 24px */

    color: #3C5BFF;
}

.step-name-api {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    /* identical to box height, or 24px */

    color: #000000;
}

.step-header {
    margin-top: 26px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 100%;
    /* identical to box height, or 46px */


    color: #000000;

}


#menu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(180deg, #3C5BFF 0%, rgba(60, 91, 255, 0) 100%);
    height: 68px;
    padding-top: 12px;

}

#menu-header .wrapper {
    display: flex;
    justify-content: space-between;
}

#menu-header .wrapper > div {
    width: calc(16% - 8px);
}


.btn-menu-action {
    width: 100%;
    height: 38px;
    background: #3C5BFF;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;

}

.btn-menu-action-api {
    width: 105%;
    height: 52px;
    background: #3C5BFF;
    border-radius: 8px;
    text-align: center;
    padding-top: 15px;

}

.main-text-p {
    font-size: 18px;
    line-height: 1.6;
    color: #222222;
}

@media (max-width: 1320px) {
    .main-text-p {
        font-size: 16px;
    }

    .main-text-p-monitoring {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 150%;
        /* or 22px */

        text-align: center;

        color: #8D959E;
    }
}

.main-text-p-monitoring {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */

    text-align: center;

    color: #8D959E;
}

.main-text-p p {
    margin-bottom: 15px;
}

.main-text-p li {
    margin-left: 25px;
    padding-bottom: 10px;
}

.main-text-image {
    width: 100%;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 8px;
    margin: 40px 0 20px;
}

.blue-text-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */


    color: #3C5BFF;
}


.blue-text-link-13 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    /* identical to box height, or 167% */


    color: #3C5BFF;
}

.blue-text-link-15 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */

    text-align: center;

    color: #314ACD;
}


.second-level-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    /* or 60px */

    text-align: center;

    color: #000000;

    margin-top: 50px;

}

.get-in-touch-text {
    font-size: 18px;
    line-height: 1.6;
    color: #8D959E;
    margin: 35px 0 45px;
}

.get-in-touch-wrapper {
    max-width: 950px;
    margin: 0 auto 50px;
}

.get-in-touch-box {
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 8px;
    margin-top: 25px;
    padding: 34px;
    margin-bottom: 50px;
}

.send-get-in-touch-btn {
    width: 261px;
    height: 52px;

    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #FFFFFF;
    border: none;
    margin-top: 29px;
}

.send-get-in-touch-btn:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.dashboard-redirect {
    width: 261px;
    height: 52px;

    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;
    text-decoration: none;

    color: #FFFFFF;
    border: none;
    margin-top: 29px;
    margin-bottom: 15px;
    padding: 17px 32px;
    display: inline-block;
    cursor: pointer;
}

.dashboard-redirect:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}

.dashboard-redirect:active {
    color: #FFFFFF;
    text-decoration: none;
}

.dashboard-redirect:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.dashboard-redirect:link {
    color: #FFFFFF;
    text-decoration: none;
}

.import-initial {
    width: 261px;
    height: 52px;

    background: #F7F7F8;
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #000000;;
    border: none;
    padding-top: 17px;
}

.import-initial:hover {
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
    color: #fff;
}

.get-in-touch-meta-text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    color: #8D959E;
}

.get-in-touch-heading {
    padding: 0 34px;
}

.message-input-box {
    width: 100%;
    height: 200px;
    background: #F7F7F8;
    border-radius: 8px;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    padding: 10px;

}

.message-input-group {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.message-input-group > div {
    width: calc(33% - 13px);
}

.get-in-touch-input {
    width: 100%;
    height: 48px;

    background: #F7F7F8;
    border-radius: 8px;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */


    color: #222222;
    padding-left: 10px;
}


input[type=checkbox].ace, input[type=radio].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer
}

label input[type=checkbox].ace, label input[type=radio].ace {
    z-index: -100 !important;
    width: 1 !important;
    height: 0 !important
}

input[type=checkbox].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:checked, input[type=radio].ace:focus {
    outline: 0 !important
}

input[type=checkbox].ace ~ .lbl, input[type=radio].ace ~ .lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: 400;
    cursor: pointer
}

input[type=checkbox].ace ~ .lbl::before, input[type=radio].ace ~ .lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    margin-right: 1px;
    position: relative;
    top: -1px
}

input[type=checkbox].ace:checked ~ .lbl::before, input[type=radio].ace:checked ~ .lbl::before {
    display: inline-block;

    background-color: #F5F8FC;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1)
}

input[type=checkbox].ace ~ .lbl:hover::before, input[type=checkbox].ace:hover ~ .lbl::before, input[type=radio].ace ~ .lbl:hover::before, input[type=radio].ace:hover ~ .lbl::before {
    border-color: #ff893c
}

input[type=checkbox].ace:active ~ .lbl::before, input[type=checkbox].ace:checked:active ~ .lbl::before, input[type=radio].ace:active ~ .lbl::before, input[type=radio].ace:checked:active ~ .lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1)
}

input[type=checkbox].ace.ace-checkbox-2 ~ .lbl::before, input[type=radio].ace.ace-checkbox-2 ~ .lbl::before {
    box-shadow: none
}

input[type=checkbox].ace.ace-checkbox-2:checked ~ .lbl::before, input[type=radio].ace.ace-checkbox-2:checked ~ .lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #FFF
}

input[type=checkbox].ace.disabled ~ .lbl::before, input[type=checkbox].ace:disabled ~ .lbl::before, input[type=checkbox].ace[disabled] ~ .lbl::before, input[type=radio].ace.disabled ~ .lbl::before, input[type=radio].ace:disabled ~ .lbl::before, input[type=radio].ace[disabled] ~ .lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB
}

input.ace ~ .lbl.padding-16::before {
    margin-right: 16px
}

input.ace ~ .lbl.padding-12::before {
    margin-right: 12px
}

input.ace ~ .lbl.padding-8::before {
    margin-right: 8px
}

input.ace ~ .lbl.padding-4::before {
    margin-right: 4px
}

input.ace ~ .lbl.padding-0::before {
    margin-right: 0
}

input[type=radio].ace ~ .lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 15px;
    height: 17px;
    min-width: 17px
}

input[type=radio].ace:checked ~ .lbl::before {
    content: "\f111"
}

input[type=checkbox].ace.ace-switch {
    width: 55px;
    height: 25px
}

input[type=checkbox].ace.ace-switch ~ .lbl {
    margin: 0 4px;
    min-height: 24px;
}

input[type=checkbox].ace.ace-switch ~ .lbl::before {
    color: #999;
    text-shadow: 0 0 0 #999;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .15);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease;
    top: auto
}

input[type=checkbox].ace.ace-switch ~ .lbl::after {
    font-family: 'Open Sans';
    content: 'III';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #AAA;
    text-shadow: none;
    background-color: #FFF;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -3px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .3);
    -webkit-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease
}

input[type=checkbox].ace.ace-switch:checked ~ .lbl::before {
    text-indent: 8px;
    color: #FFF;
    text-shadow: 0 0 0 #FFF;
    background-color: #8ab2c9;
    border-color: #6a8ca8
}

input[type=checkbox].ace.ace-switch:checked ~ .lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #98A0A5
}

input[type=checkbox].ace.ace-switch.ace-switch-2 ~ .lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"
}

input[type=checkbox].ace.ace-switch.ace-switch-3 ~ .lbl::after {
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 22px;
    content: "\f00d";
    top: -1px;
    text-shadow: none;
    padding: 0;
    text-align: center;
    color: #BBB;
    letter-spacing: 0
}

input[type=checkbox].ace.ace-switch.ace-switch-3:checked ~ .lbl::after {
    content: "\f00c";
    color: #8AB2C9;
    text-shadow: none
}

input[type=checkbox].ace.ace-switch.ace-switch-4, input[type=checkbox].ace.ace-switch.ace-switch-5 {
    width: 60px
}

input[type=checkbox].ace.ace-switch.ace-switch-4 ~ .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 ~ .lbl::before {
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    font-size: 12px;
    line-height: 21px;
    height: 24px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #1B6AAA;
    border: 1px solid #1B6AAA;
    color: #FFF;
    width: 56px;
    text-shadow: 0 0 0 #FFF;
    display: inline-block;
    position: relative;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=checkbox].ace.ace-switch.ace-switch-4 ~ .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5 ~ .lbl::after {
    content: 'III';
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-shadow: none !important;
    color: #939393;
    background-color: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked ~ .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked ~ .lbl::before {
    background-color: #468fcc;
    border-color: #468FCC
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked ~ .lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked ~ .lbl::after {
    left: 34px;
    background-color: #FFF;
    color: #848484
}

input[type=checkbox].ace.ace-switch.ace-switch-5 ~ .lbl::before {

}

input[type=checkbox].ace.ace-switch.ace-switch-6 ~ .lbl {
    position: relative;
}

input[type=checkbox].ace.ace-switch.ace-switch-6 ~ .lbl::before {

    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: none;
    border-width: 0;
    font-weight: lighter;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
    background-color: #8D959E;
    color: #F2F2F2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 32px;
    -webkit-transition: background .1s ease;
    -o-transition: background .1s ease;
    transition: background .1s ease
}

input[type=checkbox].ace.ace-switch.ace-switch-6 ~ .lbl::after {
    content: '';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #fff;
    border: 4px solid #fff;
    -webkit-transition: left .2s ease;
    -o-transition: left .2s ease;
    transition: left .2s ease
}

input[type=checkbox].ace.ace-switch.ace-switch-6:checked ~ .lbl::before {
    text-indent: 6px;
    color: #FFF;
    border-color: #4055EA;
    background-color: #4055EA;
}

input[type=checkbox].ace.ace-switch.ace-switch-6:checked ~ .lbl::after {
    left: 32px;
    background-color: #FFF;
    border: 4px solid #FFF;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, .25)
}

input[type=checkbox].ace.ace-switch.ace-switch-7 {
    width: 75px
}

input[type=checkbox].ace.ace-switch.ace-switch-7 ~ .lbl {
    position: relative
}

input[type=checkbox].ace.ace-switch.ace-switch-7 ~ .lbl::before {
    content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
    font-weight: bolder;
    font-size: 13px;
    background-color: #FFF;
    border: 2px solid #AAA;
    border-radius: 0;
    box-shadow: none;
    color: #AAA;
    width: 74px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

input[type=checkbox].ace.ace-switch.ace-switch-7 ~ .lbl::after {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 39px;
    width: 32px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0;
    text-indent: 0;
    background-color: #AAA;
    color: #FFF;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

input[type=checkbox].ace.ace-switch.ace-switch-7:checked ~ .lbl::before {
    color: #468fcc;
    background-color: #FFF;
    text-indent: -28px;
    border-color: #6fb3e0
}

input[type=checkbox].ace.ace-switch.ace-switch-7:checked ~ .lbl::after {
    left: 3px;
    content: '\f00c';
    background-color: #468fcc;
    color: #FFF
}

input[type=checkbox].ace.ace-switch ~ .lbl[data-lbl]::before {
    content: attr(data-lbl)
}

input[type=checkbox].ace.ace-switch.btn-empty ~ .lbl::after {
    content: ""
}

input[type=checkbox].ace.ace-switch.btn-rotate ~ .lbl::after {
    content: "\2261";
    line-height: 20px;
    font-size: 17px
}

input[type=checkbox].ace.ace-switch-4.btn-rotate ~ .lbl::after, input[type=checkbox].ace.ace-switch-5.btn-rotate ~ .lbl::after {
    line-height: 17px
}

input[type=checkbox].ace.ace-switch.btn-flat ~ .lbl::after, input[type=checkbox].ace.ace-switch.btn-flat ~ .lbl::before {
    border-radius: 0 !important
}

input[type=checkbox].ace.ace-switch.ace-switch-4 ~ .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5 ~ .lbl::before {
    text-indent: -24px
}

input[type=checkbox].ace.ace-switch.ace-switch-4:checked ~ .lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked ~ .lbl::before {
    text-indent: 7px
}

.user-edit-box, .role-edit-box {
    background: #FFFFFF;
    box-shadow: 0 11px 54px rgb(210 210 211 / 25%), 0px 14px 44px rgb(0 73 183 / 4%);
    border-radius: 16px;
    max-width: 625px;
    padding: 40px 90px 70px;
    margin: 50px auto;
}


.youtube-iframe-block {
    max-width: 1180px;
    margin: 100px auto;
}

.youtube-iframe-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-left: 5px;
}

.youtube-iframe-group {
    display: flex;
    justify-content: space-between;

}

.youtube-iframe-group > div {
    width: 23.5%;
    cursor: pointer;
}

.youtube-iframe-group img {
    width: 97%;
    border-radius: 8px;
}

#watchVideoModal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

#watchVideoModal .video-iframe-container {
    width: 80%;
    max-width: 1200px;
    max-height: 670px;
    margin: 100px auto 50px;
    position: relative;
    padding-bottom: calc(56.25% * 0.75);
    height: 0;
}

#watchVideoModal .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 670px;
    border-radius: 10px;
}

#watchVideoModal .modal-dialog {
    background-color: transparent !important;
}

#watchVideoModal .video-iframe-close {
    position: absolute;
    top: 35px;
    right: 45px;
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}


.scoring-head-combinations {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 20px */

    color: #4157DC;
}

.combinationCountBox {
    padding: 27px 70px 56px;
    margin-top: 65px;
    width: auto;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 11px 54px rgb(210 210 211 / 25%), 0px 14px 44px rgb(0 73 183 / 4%);
    border-radius: 16px;
}

.combination-count-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #1F1F1F;
    transform: rotate(-0.06deg);
}

.main-text-content {
    max-width: 880px;
    margin: 0 auto;
}

#section1 {
    margin-top: 96px;
}

#section2, #section3, #section4, #section5, #section6 {
    margin-top: 60px;
}

.error {
    color: red;
}

.step-link {
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #FFFFFF;
    width: 100%;
}

.medium-title {
    font-size: 20px;
    font-weight: 500;
}

.light-text {
    color: #8D959E;
}

.red-text {
    color: #F53C2D;
}

.key-generate {
    margin-top: 60px;
}

.key-generate-text {
    max-width: 570px;
    margin: 20px 0 35px;
}

.key-generate-form {
    display: flex;
    align-items: center;
}

.key-generate-button {
    margin-right: 26px;
}

.key-generate-input {
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 437px;
}

.table-profile thead th {
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 400;
    color: #8D959E;
}

.table-profile td {
    color: #000;
}

.table-profile a {
   color: #4157DC;
}

.table-profile thead th:first-child,  .table-profile td:first-child{
    padding-left: 0;
}

.table-profile.table-hover thead th:first-child,  .table-profile.table-hover td:first-child{
    padding-left: 15px;
}

.table-profile thead th:last-child {
    padding-right: 15px;
}

.text-align-right {
    text-align: right;
}

.rbm-dropdown-list-table {
    width: 165px;
    padding: 10px 27px 23px;
    left: -190px;
    top: -47px;
}

.rbm-dropdown-list-table:after {
    content: ' ';
    position: absolute;
    left: 84%;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 40px solid white;
    border-bottom: 35px solid transparent;
}

.payment-card-brand img {
    margin-right: 4px;
}

.payment-card-brand img, .payment-card-brand span {
    vertical-align: middle;
}

.form-flex-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative;
    width: calc(100% + 12px);
    left: -6px;
}

.form-flex-group > div {
    width: 48%;
}

.form-flex-group input, .form-flex-group select{
    width: 100%;
}

.form-flex-group .field {
    margin-bottom: 25px;
    position: relative;
}

.form-flex-group .field label.error {
    position: absolute;
    left: 12px;
    bottom: -30px;
    font-size: 12px;
}

.form-flex-group .field .label-meta {
    margin-left: 6px;
}

.limits {
    max-width: 735px;
    margin: 50px auto 50px;
    box-shadow: 0px 9.85075px 48.3582px rgba(210, 210, 211, 0.25), 0px 12.5373px 39.403px rgba(0, 73, 183, 0.04);
    border-radius: 14px;
    padding: 35px 78px 65px;
}

.limits h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.limits table {
  margin-top: 10px;
    border-bottom: 1px solid #E6E5E6;
    padding-bottom: 30px;
}

.limits table tr:last-child td {
    padding-bottom: 30px;
}

.limits-actions {
    margin-top: 45px;
    display: flex;
    column-gap: 16px;
}

.limits-actions button, .limits-actions a {
    height: 50px!important;
    line-height: 50px!important;
    display: inline-block;
}

.limits table td:last-child, .limits table th:last-child {
    padding-right: 45%;
    text-align: right;
}

.alert-dismissable {
    padding-left: 50px;
    position: relative;
}

.alert-dismissable.alert-danger{
    background-color: #FFE4E4;
    color: #F53C2D
}

.alert-dismissable.alert-success{
    background-color: #DFF0D8;
    color: #3C763D;
}


.alert-dismissable .alert-close {
    float: none;
    width: 21px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 16px;
    left: 20px;
}

.alert-dismissable.alert-success .alert-close {
    background-image: url("../image/success.svg");
}

.alert-dismissable.alert-danger .alert-close {
    background-image: url("../image/danger.svg");
}

pre{
    background-color: #292b36;
    color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px
}

code {
    display: block;
    font-size: 14px;
    font-family: "Source Code Pro", monospace;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
pre .pln {
    color: #fff;
}

pre .str {
    color: #65B042;
}

pre .typ {
    color: #89bdff;
}

pre .pun {
    color: #fff;
}

pre .kwd {
    color: #E28964;
}

pre .lit {
    color: #3387CC;
}