.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #E2136E !important;
    border: none;
    border-radius: 30px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #E2136E !important;
    border-color: #E2136E !important;
}

#note {
    background-color: #F7F7F7;
    padding: 25px;
    color: #000000 !important;
}

#wallet {
    color: #006000 !important;
}

#otp {
    color: #006000 !important;
}

#pin {
    color: #006000 !important;
}

.json-key {
    color: blue;
}

.json-string {
    color: #b5cea8;
}

.json-value {
    color: #b35e14;
}

#api_call {
    height: 30px;
    background-color: #F7F7F7;
    padding: 5px;
    color: #006000;
}

#request {
    text-align: left;
    max-height: 500px;
    background-color: #F7F7F7;
    color: #3375A5;
    padding: 10px;
}

#response {
    text-align: left;
    max-height: 500px;
    background-color: #F7F7F7;
    color: #3375A5;
    padding: 10px;
}

.btn {
    background-color: #E2136E !important;
    border-color: #E2136E !important;
}

.form-control:focus {
    border-color: #E2136E !important;
    box-shadow: inset 0 1px 1px #ffffff00, 0 0 8px #cb256745 !important;
}

.custom-control-input:focus {
    border-color: #E2136E !important;
    box-shadow: inset 0 1px 1px #ffffff00, 0 0 8px #cb256745 !important;
}

.jsoneditor {
    border: none !important;
}


.jsoneditor-menu {
    display: none !important;
}

.jsoneditor-navigation-bar {
    display: none !important;
}

.webhook-notification:hover {
    background: #E2136E;
    color: white;
    cursor: pointer;
}

.instruction-card {
    color: #E2136E;
    font-weight: bolder;
}

.instruction-card:hover {
    background: #E2136E;
    color: white;
    cursor: pointer;
}

.floating-container {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
    margin: 30px 13px;
}
.floating-container:hover {
    height: 300px;
}
.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(226, 19, 110, 0.34);
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: #E2136E;
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(226, 19, 110, 0.34);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

select {
    appearance: none;
    border: 1px #E2136E;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #000;
    cursor: pointer;
}

.select-version {
    background: #E2136E !important;
    color: white;
    border-radius: 10px;
}

select::-ms-expand {
    display: none;
}
.select {
    position: relative;
    display: flex;
    width: 9em;
    height: 38px;
    margin: 19px 8px 0 0;
}
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    transition: .25s all ease;
    pointer-events: none;
}
.select:hover::after {
    color: white;
}