
.form-group {
margin-bottom: 1rem;
border-radius: 16px;
background-color: rgb(40 40 40);
box-shadow: rgb(74 74 104 / 10%) 0px 2px 2px -1px inset;
padding: 10px;
}

.input-group input, .input-group select, .input-group textarea, .input-group select {
 padding-left: 0px!important; 
}

::placeholder, input, textarea, select {
font-family: roboto,sans-serif;
color: #ffd76e!important;
}

.form-control:focus {
color: #ffd76e;
background-color: #282828;
border-color: #282828;
outline: 0;
box-shadow: 0 0 0 0.2rem rgb(40 40 40);
}

    .container {
        background-color: #000;
        border-radius: 10px;
    }

    .exchange-container{
        padding: 20px;
        background-color: #000;
        border-radius: 10px;
    }

    .nav-tabs {
        border-bottom: none;
        margin-bottom: 20px;
            justify-content: center;
    }

    .nav-link {
        color: #ffd76e;
        border-bottom: 3px solid transparent;
    }

    .nav-link.active {
        border-bottom-color: #ffd76e;
    }

   .form-control {
background-color: #282828;
color: #ffd76e;
border: 0px solid #ffd76e;
}

    .btn {
        background-color: #ffd76e;
        color: #181818;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        transition: background-color 0.3s;
    }

    .btn:hover {
        background-color: #ffc107;
    }

    .form-group label {
        margin-bottom: 5px;
    }



    .custom-dropdown {
        position: relative;
        display: flex;
    }
svg {
overflow: hidden;
vertical-align: middle;
fill: #f0b90b;
}

    .dropdown-button {
      
        
        cursor: pointer;
       
        display: flex;
        align-items: center;
    }

  .dropdown-button img {
height: 25px;
margin-right: 8px;
background: none;
border-radius: 12px;
}

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 160px;
        border: 1px solid #ccc;
        z-index: 1;
    }

    .dropdown-content div {
        padding: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .dropdown-content div img {
        height: 20px;
        margin-right: 8px;
    }

    .dropdown-content div:hover {
        background-color: #f1f1f1;
    }
    
    .form-control:disabled, .form-control[readonly] {
background-color: #282828!important;
opacity: 1;
}

    .custom-dropdown.open .dropdown-content {
        display: block;
    }
    
    



#form-container {
    display: none; /* Initially hide the form */
}
.nav-tabs .nav-link.active{
    background:linear-gradient(0deg, #EDC967, 45%, #AE860F) !important;
    border-color: #ffd76e;
    color:#fff;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #000;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius:32px;
outline: 0;
box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
border: 1px solid;
border-radius: 30px;
}

.modal-header{
    background: rgb(46, 46, 46);
    border-radius: 33px 33px 0 0;
}

.close span{
    color:#ffd76e;
}

h4{
color:#ffd76e;
}

p.mb-4{
    color:#ffd76e;
}

.modal h4{
    color:#ffd76e;
    font-weight: 700;
}

.modal h5{
    color:#ffd76e;
}

.modal h6{
    color:#ffd76e;
}

.modal p{
    color:#ffd76e;
    font-size: 16px;
}

.speedtype .btn-primary{
    background:  rgb(46, 46, 46);
    color: #ffd76e;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 32px;
    border: 1px solid rgb(46, 46, 46);
    margin: 10px 0px 30px;
}

.tolerance .btn-primary{
    background:  rgb(46, 46, 46);
    color: #ffd76e;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 32px;
    border: 1px solid rgb(46, 46, 46);
    margin: 10px 0px 20px;
}

.btn-primary:not(:disabled):not(.disabled).active{
    background: #ffd76e !important;
    color:#fff !important;
    border-color: #ffd76e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus{
    background: #ffd76e !important;
    color:#fff !important;
}

.kCREZG {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin:10px 0px;
}

.kCREZG input{
    width:50px;
    border-radius: 32px;
}

label{
    color:#ffd76e;
}

#selectedText{
    color: #ffd76e;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

/* The round slider handle */
.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Change background and move the slider when checked */
input:checked + .slider {
    background-color: #ffd76e;
}

input:checked + .slider:before {
    transform: translateX(20px);
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 400px;
    }
}
