.amount-slider .irs-handle {
    background: rgb(16, 108, 255) !important;
}

.amount-slider .irs--big .irs-handle {
    box-shadow: none;
    border: none;
}

.amount-slider .irs-bar {
    background: rgb(59, 59, 244) !important;
}

.amount-slider .irs--big .irs-bar {
    margin-left: 0.9px;
    margin-top: 0.8px;
    box-shadow: none;
    top: 34;
    border: none;
}

.amount-slider .irs--big .irs-handle {
    width: 25px;
    height: 25px;
    top: 26px;
}

.investor-amount .custom-card-container {
    padding: 5px;
    border-radius: 5px;
}

.investor .investor-modal-buttom {
    padding: 9px;
    max-height: 45px;
    background-color: #4ba13e !important;
}
.investor .investor-modal-buttom:hover {
    padding: 9px;
    max-height: 45px;
    background-color: #61F072 !important;
}
.investor .investor-modal-buttom:hover{
    background-color: #48d658;
}
.btn-check:checked + .months-options {
    background: #61f072;
}
.months-options:hover {
    background: #61f072 !important;
}
.investor a {
    text-decoration: none;
}

.investor-amount .amount-prefix {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f6f6f6;
    border: 1.8px solid #00000030;
    border-right: none;
    color: #4ba13e;
    font-weight: 700;
}

.investor-amount .amount-input {
    padding: 7px 10px;
    width: 100%;
    border: 1.8px solid #00000030;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
}

.investor-amount .card-icon {
    padding: 5px;
    border: 1.8px solid #00000030;
    border-right: none;
}

.investor-amount .card-input {
    padding-left: 10px;
    width: 100%;
    border: 1.8px solid #00000030;
    border-left: none;
    border-bottom-left-radius: 0;
    outline: none;
}

.investor-amount .small-label {
    font-size: 0.7rem;
}

.investor-amount .small-input {
    border: 1px solid #00000026;
    padding: 5px;
    outline: none;
}

.investor .button {
    width: 247px;
    padding: 10px;
    background-color: #61f072;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.14px;
    border: none;
}
.investor.section-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
}
.investor.main-heading {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}


.investor .modal-form-group{
    margin:10px !important;
}

.investor .button-top{
    margin-top: 10px;
 }
 .investor .custom-card-container {
    padding: 5px;
    border-radius: 5px;
}
.investor .button-container {
    align-self: stretch;
    padding: 10px;
    background: #61f072;
    overflow: hidden;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    gap: 10px;
}
.investor .step-titles {
    align-self: stretch;
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 19.2px;
    letter-spacing: 0.16px;
    word-wrap: break-word;
}
.investor .main-heading {
    align-self: stretch;
    text-align: center;
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 0.32px;
    word-wrap: break-word;
}
.investor .button-text {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 0.14px;
}

.investor .button-icon-wrapper {
    display: flex;
    justify-self: center;
    color: white;
    position: relative;
    font-size: 1.5rem;
    overflow: hidden;
}