.title-green {
    font-size: 45px;
    color: #016711;
}

.spacing-title {
    margin-left: 16.1vw;
}

.types-scenarios-text {
    color: #050505;
    font-size: 25px;
    width: 53vw;
}

.button-dwn {
    width: 350px !important;
    height: 48px !important;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%);
}

.accordion>.card {
    border: 1px solid #959595;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.accordion .card .card-header {
    background-color: #FFFFFF;
}

.accordion .card .card-header:focus{
    background-color: #FFFFFF;
}

.accordion .card .card-header:hover {
    background-color: #F0F2F5;
}

.accordion .card div .collapsed:focus img {
    content: url("/images/green-arrow-right.png");
}

.accordion .card div button:focus img {
    content: url("/images/arrow-lv-down.png");
}

.card-header .mb-0 .btn {
    color: black;
}

.accordion>.card:first-of-type {
    border-bottom: 1px solid #959595;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #959595;
    border-radius: 8px;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion .card-body {
    border-top: 1px solid #0E870C;
    color: #575757;
    font-size: 18px;
}

a {
    color: #0362DD;
}

a:hover {
    color: #1A4278;
    text-decoration: underline;
}

.content-contact {
    border-radius: 10px 10px 10px 10px;
}

.header-contact {
    background: #0E870C;
}

.modal-content h5 {
    color: white;
    font-weight: bold;
}

.availabletxt{
    margin-left: 16.1vw;
    font-size: 16px;
    line-height: 19px;
    color: #050505;
    max-width: 355px;
}

.opt-blue{
    font-weight: bold !important;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0362DD !important;
}

.opt-blue:hover{color: #1A4278 !important;}

.opt-green{
    font-weight: bold !important;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #0E870C !important;
}

.opt-green:hover{color: #016711 !important;}

.opt-red{
    font-weight: bold !important;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #B50203 !important;
}

.opt-red:hover{color:#7F0102 !important;}

.container-steps{
    background: #F0F2F5;
    border-radius: 8px;
    padding: 24px 52px 32px 24px;
}

.txt-tltsteps{
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #050505;
}

.maxchar{
    font-size: 14px !important;
    line-height: 17px !important;
    color: #737373 !important;
}

.btn-next{
    background: #0362DD;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
    width: 245px;
}

.btn-next:hover{
    background: #1A4278;
    cursor: pointer;
}

#video{
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 0;
}

.spacing-createbtn{
    padding: 16px 112px;
    margin-top: 20px;
}

.spacing-createbtn:hover{
    color: white;
    text-decoration: none;
}

.backbar{
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    height: 4px;
}

.tlt-step2{
    font-size: 20px;
    line-height: 24px;
    color: #1A4278;
}

.container-steps p{
    font-size: 16px;
    line-height: 19px;
    color: #050505;
}

.tlt-chartscene{
    font-size: 16px !important;
    top: 11vw !important;
    left: -156px !important;
    width: 325px !important;
}

.addButton{
    background: #0E870C;
    border-radius: 8px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    border: 0;
    height: 48px;
    width: 245px;
}

.addButton:hover{
    background: #016711;
}

.addButton:disabled{
    background: #56AB55;
    color: #575757;
}

#provisionstxt{
    overflow-y: hidden;
}

.chip{
    background: rgba(33, 33, 33, 0.08);
    border-radius: 16px;
    font-size: 14px;
    color: black;
    padding: 6px 12px;
}

.chip img{
    cursor: pointer;
}

.chip:hover{
    background: #E4E4E4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.showall {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #0362DD !important;
    text-transform: uppercase;
}

.showall:hover{
    cursor: pointer;
}

.tabstage{
    background: #D9D9D9;
    border-radius: 200px;
    padding: 9px 16px;
    color: #5D5D5D;
    line-height: 17px;
    font-weight: 700;
    font-size: 14px;
}

.tabstage.active{
    background: #66D1FF;
    border-radius: 200px;
    color: #050505;
}

.tlt-stages{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0362DD;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.help-scenerio {
    position: relative;
    background-image: url('/images/icon-url-register.png');
    background-repeat: no-repeat, no-repeat;
    min-height: 24px;
    width: 25px;
    top: 11px;
    left: 4px;
}

.help-scenerio .tooltip-text {
    visibility: hidden;
    color: white;
    position: absolute;
    min-width: 200px;
    background: #0E870C;
    box-shadow: 0px 2px 4px rgba(37, 37, 37, 0.05);
    border-radius: 10px;
    z-index: 1;
    bottom: 35px;
    right: -76px;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center;
    padding: 8px;
}

.help-scenerio .tooltip-text .triangle-down{
    border-top: 9px solid #0E870C !important;
    margin-top: 8px !important;
}

.help-scenerio .tooltip-text::after {
    position: absolute;
}

.help-scenerio:hover .tooltip-text {
    visibility: visible;
}

.proportiontxt{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.tlt-line{
    display: inline-block;
    width: 73%;
    margin: 0;
    margin-bottom: 4px;
    margin-left: 30px;
    border: 2px solid #E2E3E3;
    border-radius: 8px;
}

.opt-disabled{
    font-weight: bold !important;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #a4a4a4 !important;
    cursor: default;
}

.opt-disabled .help-scenerio{
    text-transform: initial !important;
    display: inline-block !important;
    min-height: 15px !important;
    width: 15px !important;
    top: 3px !important;
}

#selected-language {
    color: #575757;
}