/*Final*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Poppins:wght@300&display=swap");
html.theme-credisense body{
  font-family: 'Poppins', sans-serif !important;
}

html.theme-star-blue {
    width: 100%;
    background: transparent;
}
html.theme-star-blue .container {
    max-width: 1080px;
    width: 100%;
}
html.theme-star-blue .has-radius {
    border-radius: 0px;
}
html.theme-star-blue span {
    font-style: inherit;
    font-weight: inherit;
    color: #0b328f;
    font-size: 14px;
}
html.theme-star-blue .steps .step-item .step-marker {
    align-items: center;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
    justify-content: center;
    background: #dedede;
    color: #091a31;
    border: 0.1em solid #0b318f;
    z-index: 1;
}

html.theme-star-blue .steps .step-item .step-marker span {
    color: #e60012;
}
html.theme-star-blue .steps .step-item .step-marker span.icon {
    color: #e60012;
}
/*Steps*/
html.theme-star-blue .steps .step-item.is-info.is-active .step-marker {
    align-items: center;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
    justify-content: center;
    background: #e60012;
    color: #fff;
    border: 0.1em solid #fff;
    z-index: 1;
}
html.theme-star-blue .steps .step-item.is-info.is-active .step-marker span {
    color: #fff;
}
html.theme-star-blue .steps .step-item.is-info.is-active .step-marker span.icon {
    color: #fff;
}

html.theme-star-blue .steps .step-item.is-success.is-completed .step-marker {
    align-items: center;
    display: flex;
    border-radius: 50%;
    font-weight: 700;
    justify-content: center;
    background: #e60012;
    color: #fff;
    border: 0.1em solid #fff;
    z-index: 1;
}
html.theme-star-blue .steps .step-item.is-success.is-completed .step-marker span {
    color: #fff;
}
html.theme-star-blue .steps .step-item.is-success.is-completed .step-marker span.icon {
    color: #fff;
}

html.theme-star-blue .steps .step-item.is-success.is-active .step-marker {
    background-color: #efa135;
    border-color: #fff;
    color: #fff;
}
html.theme-star-blue .steps .step-item::before {
    background: #dedede;
    background-size: 200% 100%;
    background-position: right bottom;
}
html.theme-star-blue .steps .step-item.is-info.is-active::before {
    background: #e60012;
    background-size: 200% 100%;
    background-position: right bottom;
}
html.theme-star-blue .steps .step-item.is-success.is-active .step-marker span.icon {
    color: #fff;
}
html.theme-star-blue .steps .step-item.is-success::before {
    background: #e60012;
}
/*Hero*/
html.theme-star-blue .hero.is-primary {
    background-color: #fff;
    color: #0b318f;
    border-radius: 10px;    
    padding: 1.5rem 1.5rem 0 !important;
}

html.theme-star-blue .panel-heading, html.theme-star-blue .Portal .panel-heading {
    background-color: #fff !important;
    color: #36454f !important; 
    font-size: 15px;
    border: none;
    height: auto;
    margin: 1rem 8px;
    border-radius: 0;
    border-top: 2px solid #0B318F !important;
    position: relative;
    width: calc(100% - 16px);
}

/*Pannels Title*/
html.theme-star-blue .Portal .panel-title {
    background-color: #ffff !important;
    border-bottom: solid 1px #f6f6f6 !important;
    color: #ababab !important;
    font-weight: 500;
}
html.theme-star-blue .panel-block, html..theme-star-blue .panel-block {
    align-items: center;
    color: #363636 !important;
    display: flex;
    justify-content: flex-start;
    padding: 0.5em 0.75em;
    border-color: #fff !important;
}
/*steps*/
html.theme-star-blue .steps .step-item .step-details .step-title {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
}
html.theme-star-blue .box {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 35px 0 rgb(49 49 49 / 10%);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
}
/*checkbox*/
html.theme-star-blue .b-checkbox.checkbox input[type=checkbox] + .check {
    border: 1px solid #cacaca;
}
html.theme-star-blue .b-radio.radio input[type=radio] + .check {
    border: 1px solid #cacaca;
}
html.theme-star-blue .b-radio.radio input[type=radio]:checked + .check {
    border-color: #0b328f;
}
html.theme-star-blue .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #ed606f;
}
/*overall margin*/
.Portal--MainPanel > .section {
    padding: 1.75rem !important;
}
/*proceed-button*/
html.theme-star-blue .button.is-medium, html.theme-star-blue .is-medium.btn, html.theme-star-blue .btn.btn-medium {
    font-size: 1rem;
}
html.theme-star-blue .button.is-success, html.theme-star-blue .is-success.btn, html.theme-star-blue .btn.btn-link, html.theme-star-blue .btn.btn-info, html.theme-star-blue .btn.btn-success {
    background-color: #ed606f;
    border-color: transparent;
    color: #ffffff;
}
html.theme-star-blue .button.is-success:active, html.theme-star-blue .is-success.btn:active, html.theme-star-blue .btn.btn-link:active, html.theme-star-blue .btn.btn-info:active, html.theme-star-blue .btn.btn-success:active, html.theme-star-blue .button.is-success.is-active, html.theme-star-blue .is-success.is-active.btn, html.theme-star-blue .is-active.btn.btn-link, html.theme-star-blue .is-active.btn.btn-info, html.theme-star-blue .is-active.btn.btn-success {
    background-color: #ed606e;
    border-color: transparent;
    color: #fff;
}
html.theme-star-blue .button, html.theme-star-blue .btn {
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 2.75em;
    padding-right: 2.75em;
}
star-blue .button.is-success:hover {
    background-color: #c7ced5 !important;}	
/*save-button*/
html.theme-star-blue .button.is-small, html.theme-star-blue .is-small.btn, html.theme-star-blue .btn.btn-small {
    background-color: #c7ced5;
    border-color: #c7ced5;
    border-width: 1px;
    color: #ffffff !important;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.375em - 1px);
    padding-left: 2.75em;
    padding-right: 2.75em;
    padding-top: calc(0.375em - 1px);
    text-align: center;
    white-space: nowrap;
	font-size: 1rem;
}
html.theme-star-blue .has-text-grey {
    color: #9e9e9e !important;
    font-style: italic;
    font-size: 11px;
}