.modal{ background-color: rgba(0, 0, 0, 0.5); } .modal-body{ display: flex; flex-direction: column; } .modal-meta, .modal-google{ .modal-body{ gap: 2rem; } } .modal-meta, .modal-google, .modal-sms{ .title-span{ font-weight: 700; } .objective-card{ background-color: transparent; .objective-body{ justify-content: center; .objective-label{ font-size: .875rem; i{ display: none; } } .objective-input{ select { border-radius: 0; border-color: inherit; background-color: white; } } } } .trade-area-control{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; } .trade-area-description{ ul{ list-style-type: none; margin-block: 0; padding-inline-start: 0; } } } .block-gender{ .btn{ border-radius: inherit; border: 1px solid; &:focus, &:hover{ border: 1px solid; // background-color: inherit; } } .btn-tertiary:hover{ background-color: var(--bs-tertiary-color); } } .block-age{ position: relative; //display: flex; align-items: center; //right: 2rem; //gap: 1.5rem; .range-slider-wrapper { flex: 1; height: 4px; background-color: var(--bs-tertiary-color); position: relative; margin: 0.5rem 0; border-radius: 2px; input[type=range] { position: absolute; left: 0; top: 0; width: 100%; pointer-events: none; -webkit-appearance: none; background: none; &::-webkit-slider-thumb { pointer-events: auto; -webkit-appearance: none; height: 18px; width: 18px; border-radius: 50%; background: #004B5A; border: 2px solid white; cursor: pointer; margin-top: -6px; } &::-moz-range-thumb { pointer-events: auto; height: 18px; width: 18px; border-radius: 50%; background: #004B5A; border: 2px solid white; cursor: pointer; } } .age-values { display: flex; justify-content: space-between; padding-top: 15px; font-weight: bold; span{ border: 1px solid; padding-left: .25rem; padding-right: .25rem; } } } }