@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight:400;

}

h1, h2, h3, h4, h5 {
    font-weight:600 !important;
}

textarea {
    width: 100%;
    height: 100%;
    max-height:62vh;
    padding: 24px;
}

#render {
    width: 100%;
    height: 100%;
    max-height:62vh;
    border: 1px solid black;
    overflow: auto;
/*    padding: 24px;*/
}

#render svg {
    width: 100%;
}

#file-input {
    border: 2px dashed #ddd;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.form-control {
    /*    border-color: #007bff !important;*/
}

.no-border {
    border: none !important;
}

#pills-tabContent {
    margin-top: 0;
    padding: 24px;
}

#ratio-range {
    width:100%;
}

.hidden {
    display:none !important;
}

.color-box {
  width: 50px;
  height: 50px;
}

.clr-field {
margin:10px;
}

.clr-field input {
    border-radius: 50px;
  padding: 10px;
  height: 32px;
}

.clr-field input:hover {
    cursor:pointer;
}

.clr-field button {
    border-radius:50px;
    width: 32px;
}

#main-buttons {
    margin-left:0 !important;
}

#main-buttons button {
    font-weight:600 !important;
}

*:focus {
    outline: none;
}

.colors-names-invisible {
  width:32px;
    height:32px;
    border:none;
}

.colors-names-visible {
  width: 100%;
  border: 2px solid #e8e8e8;
  max-width:150px;
}

#colorNames:hover {
    cursor:pointer;
}

.form-switch {
  padding-left: 3.5em;
}

#ratio-range:hover {
    cursor: pointer;
}

#ratio-range {
    cursor: pointer;
    direction: rtl;
}




/*********** Baseline, reset styles ***********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  border-radius: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}


/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  border-radius: 0.5rem;
  height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  border: none; /*Removes extra border that FF applies*/
  border-radius: 1rem;
  height: 1.5rem;
  width: 1.5rem;
}

#pills-interractions .nav-item{
    margin:8px;
}

#pills-interractions .nav-link{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 160px;
    padding: 16px 0px;
}

.nav-pills .nav-link {
  border-radius: 80px
}

.btn {
    border-radius: 80px !important
}

.interraction-icon {
width:24px;
margin: 4px;
}

.nav-link.active .interraction-icon {
width:24px;
}

#time-input {
    width:75px;
    padding: 4px 16px;
    border-radius: 80px;
    border: none;
}

.codeContainer {
    display:none;
}


















