body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #393939;
    line-height: 1.5;
    box-sizing: border-box;
}

#scoring-table-collection {
    margin-top: 45px;
    width: auto;
}

.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 1200px;
}

.main-container {
    flex: 1;
    padding-top: 20px;
}


.wrapper {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 50px;
}

.black-color {
    color: #000;
}

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

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.flex-start-end {
    display: flex;
    align-items: flex-end;
}

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

footer {
    padding: 18px 0;
    border-top: 1px solid #E6E5E6;
    font-size: 13px;
    margin-top: 30px;
}

footer * {
    color: #8D959E;
}

.footer-main .mr {
    margin-right: 15px;
}

.footer-main .m-lg {
    margin: 0 90px 0 40px;
}

.footer-main a {
    white-space: nowrap;
}

.footer-main > div:not(:last-child) {
    margin-right: 55px;
}

header {
    font-size: 15px;
    color: #000;
    padding: 12px 0;
}

header .menu-label {
    font-size: 15px;
    padding: 0;
    margin-left: 35px;
}

header .menu-label:hover {
    text-decoration: none;
    color: #8D959E;
}

.menu-logo {
    margin-right: 20px;
}

header .cp-user {
    width: 46px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    padding: 0 !important;
    margin-left: 35px;
}

header .build-or-scoring {
    position: static;
    padding: 0;
}

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

.login-layout .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


.btn-scroll-up {
    border-width: 0;
    position: fixed;
    right: 2px;
    z-index: 99;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -24px;
    visibility: hidden
}

.btn-scroll-up.display {
    opacity: .7;
    filter: alpha(opacity=70);
    bottom: 2px;
    visibility: visible
}

.btn-scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-scroll-up:focus {
    outline: 0
}


/*FORM*/

input:not([type=range]), select {
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
}

input:active, input:focus, select:active, select:focus {
    outline: none !important;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.variables-checkbox {
    margin: 0 10px 10px 0 !important;
}


form label {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

form table label {
    margin-bottom: 9px;
}

form label.block {
    margin-bottom: 20px;
}

.variables-container {
    margin-top: 30px;
}

.variables-container > div:not(:last-child) {
    margin-bottom: 30px;
}


.form-vertical label, .form-vertical input, .form-vertical .dashboard-model-select {
    display: block;
    width: 100%;
}

.form-vertical input, .form-vertical .dashboard-model-select {
    display: block;
    width: 100%;
    color: #000;
    height: 48px;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.form-vertical label.error {
    color: #E20000;
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 12px;
    font-weight: 400;
}

.form-vertical .form-group {
    position: relative;
    margin-bottom: 25px;
}

textarea:focus-visible {
    outline: none;
}

textarea {
    resize: none;
    font-family: inherit !important;
    margin-bottom: -4px;
}

input {
    font-family: inherit !important;
}

.form-group {
    position: relative;
}

.form-group input,
.form-group textarea,
.form-group select,
.form-group input,
.form-group textarea,
.form-group select {
    border: 1px solid transparent;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group input.error,
.form-group textarea.error,
.form-group select.error {
    border: 1px solid red;
}

/*BUTTONS*/
input:focus,
input:focus-visible,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none;
}

.btn.btn-transparent {
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn.btn-filters {
    width: 180px;
}

.btn.btn-secondary {
    height: 44px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #F7F7F8;
    color: #000;
}

.btn.btn-danger {
    height: 44px;
    border-radius: 8px;
    font-size: 15px;
    background-color: red ;
    color: #fff;
    border: none;
}

.btn.btn-danger:hover {
    background-color: #DC443A;
}

.btn.btn-green {
    height: 44px;
    border-radius: 8px;
    font-size: 15px;
    background-color: #00622b;
    color: #fff;
    border: none;
}

.btn.btn-green:hover {
    background-color: #0c8542;
}


/*DROPDOWN*/


.dropdown-menu {
    padding: 7px;
    box-shadow: none;
    border-color: #E6E5E6;
}

.dropdown-menu a {
    color: #000;
}

.dropdown-menu > span, .dropdown-menu > a {
    display: inline-block;
    width: 100%;
}

.dropdown-menu > span:not(:last-child) {
    margin-bottom: 7px;
}

.dropdown-menu .noClick {
    background-color: transparent;
    color: #A1A1A1;
}

.dropdown-button {
    background-color: transparent;
    border: none;
    color: #000;
    padding: 0;
    text-align: left;
    width: 100%;
    font-weight: 400;
}

.dropdown-button:hover {
    color: #8D959E;
}

.dropdown-menu-header {
    padding: 30px 25px 35px;
    border: none;
    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: 20px;
}

.dropdown-menu-header:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 17.3px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    right: 20px;
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
}

.dropdown-menu-header .profile-box-content {
    margin-top: 10px;
    margin-left: 15px;
}

.dropdown-menu-header .profile-box-name-text {
    margin-bottom: 5px;
}

.dropdown-menu-header .profile-box-email-text {
    color: #4157DC;
}

.dropdown-menu-header .user-role-name {
    font-size: 15px;
    color: #8D959E;
    margin: 12px 0 5px;
}

.dropdown-menu-header .profile-box-slots-text {
    font-size: 15px;
    color: #8D959E;
    margin-top: 10px;
}



.rbm-dropdown {
    text-align: right;
}

.rbm-dropdown-wrapper {
    display: inline-block;
    position: relative;
}

.rbm-dropdown-button {
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: transparent;
}

.rbm-dropdown-button:hover {
    color: #8D959E;
}

.rbm-dropdown-list {
    width: 230px;
    left: -250px;
    top: -15px;
    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;
    text-align: left;
    padding: 10px 17px 12px;
    line-height: 1.1;
}

.rbm-dropdown-list:after {
    content: ' ';
    position: absolute;
    left: 89%;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 40px solid white;
    border-bottom: 25px solid transparent;
}

.rbm-dropdown-list a {
    text-decoration: none;
}

.rbm-dropdown-list a, .rbm-dropdown-list span, .rbm-dropdown-list button {

}

.rbm-dropdown-item {
    margin: 15px 0;
    display: flex;
    font-size: 15px;
}

.rbm-dropdown-item a {
    color: #8D959E;
}

.rbm-dropdown-item a:hover {
    color: #000;
}

.rbm-dropdown-icon {
    min-width: 25px;
}


/*TABLE*/

.table td {
    padding: 15px 7px;
}

.table td:first-child {
    padding-left: 15px;
}

.table td:last-child {
    padding-right: 15px;
}

.table td:first-child {
    border-radius: 8px 0 0 8px;
}

.table td:last-child {
    border-radius: 0 8px 8px 0;
}

.table > thead > tr > th {
    border-bottom: 1px solid #E6E5E6;
    padding-bottom: 10px;
}

.giniTableChart {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1440px) {
    .table .on-failed-class, .table .bold-text-model-info {
        font-size: 15px;
    }
}

.user-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background-color: #BDD4FF;
    font-weight: 600;
    font-size: 30px;
    margin-right: 30px;
}

/*MODAL*/

.modal-content {
    box-shadow: 0px 11px 54px rgba(210, 210, 211, 0.25), 0px 14px 44px rgba(0, 73, 183, 0.04);
    border-radius: 16px;
    padding: 40px 90px 70px;
    background-color: #fff;
}


.modal-dialog, .modal-content {
    position: relative;
}

.modal-dialog-close {
    position: absolute;
    top: 25px;
    right: 27px;
    z-index: 10000;
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
    }

    .modal-dialog-user {
        width: 630px;
    }
}


.easy-pie-chart, .easyPieChart {
    position: relative;
    text-align: center;
}

.easy-pie-chart canvas, .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}


/*CHARTS*/

.table-chart {
    display: flex;
    margin-top: 6px;
}

.table-chart > div:nth-child(1) {
    width: 15%;
    padding-top: 46px;
}

.table-chart > div:nth-child(2) {
    width: 17%;
    padding-top: 25px;
}

.table-chart > div:nth-child(3) {
    width: 68%;

}

.table-chart .dataTable td {
    width: 20%;
    text-align: center;
}

.table-chart .no-data {
    padding-top: 45px;
}

.table-chart .dataTable th {
    font-weight: 400;
    color: #8D959E;
    text-align: center;
}

.table-chart .dataTable td:first-child {
    text-align: left;
    text-transform: lowercase;
    padding-right: 15px;
}

.pie-chart-importance {
    width: 70px;
    height: 70px;
}

.giniScoringChart {
    padding-top: 18px !important;
}

/*TOOLTIP*/

.tooltip.in {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    color: #8D959E;
    box-shadow: 0px 14px 34px rgba(88, 99, 157, 0.35);
    opacity: 1 !important;
    padding: 15px;
    font-size: 13px;
    min-width: 344px;
    text-align: left;
}

.tooltip.top .tooltip-arrow {
    border-top-color: transparent;
}

.rmb-tooltip:hover circle {
    fill: #000;
}

.rmb-tooltip:hover path {
    fill: #fff;
}

/*SWITCH*/

.switch-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.switch-item {
    display: flex;
    align-items: center;
    width: 49%;
}

.switch-item label:first-child {
    width: auto;
    margin: 0 10px 0 0;
}

.alert {
    border: none;
    border-radius: 8px !important;
}

.dataTable > thead > tr > th[class*=sort]:after {
    position: static;
    display: inline;
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    color: #8D959E !important;
    margin-left: 5px;
    opacity: .5;
    cursor: pointer;
}

.sorting_disabled:after {
    content: none !important;
}

/*FILTERS*/

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.filters-container {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}

.filters-box {
    width: calc(50% - 15px);
}

.filters-box input {
    width: 100%;
}

/*REGRESSION*/

.regression {
    display: grid;
    grid-template-columns: 1fr 600px;
    justify-content: space-between;
    grid-gap: 90px;
    margin-top: 40px;
    align-content: end;
}


#regression-chart {
    position: relative;
    top: 20px;
}

.regression-table {
    width: 100%;
    max-width: 450px;
}

.regression-table td {
    padding: 5px 10px;
    line-height: 1.2;
}

.regression-table thead td {
    color: #000;
    font-weight: 500;
    padding-bottom: 12px;
}

.regression-table tfoot td {
    padding-top: 12px;
}

.regression-table tbody tr:first-child td {
    padding-top: 12px;
}

.regression-table tbody tr:last-child td {
    padding-bottom: 12px;
}

.regression-table tfoot {
    border-top: 1px solid #DBDBDB;
}

.regression-table thead {
    border-bottom: 1px solid #DBDBDB;
}

.regression-table td:nth-child(2),
.regression-table td:nth-child(3),
.regression-table td:nth-child(4) {
    text-align: right;
}

.regression-table tbody td:first-child {
    word-break: break-word;
}

.profit-forecast {
    padding-right: 20px;
}

.profit-forecast-actions {
    margin-top: 25px;
}

.profit-forecast-actions .error {
    position: absolute;
    left: 10px;
    bottom: -17px;
    font-size: 11px;
    color: red;
}

.profit-forecast-actions label {
    display: block;
    margin: 20px 0px 10px;
}

.profit-forecast-actions .input-label-form-meta {
    width: 100%;
}

/*CHECKBOX GROUP*/

.checkbox-group {
    margin: 80px 0 30px;
}

.scoring-checkbox-group {
    /*max-width: 1200px;*/
}

/*#scoring-checkbox-form {*/
/*    margin-top: 40px;*/
/*}*/

.checkbox-group .checkbox-item {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.checkbox-item input[type=checkbox] {
    margin: 0 10px 0 0;
}

.btn.btn-blue {
    height: 44px;
    border-radius: 8px;
    font-size: 15px;
    color: #fff;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
}

.btn.btn-large {
    height: 52px;
    min-width: 260px;
}

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

#scoring-table-collection  th, #scoring-table-collection td{
    padding-left: 10px;
}

/*.youtube-gm-link:hover{*/
/*    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);*/
/*    color: #fff;*/
/*}*/
