@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4, h5, h6 {
    margin:0px;
}
 body{
    background:#39393A;
     color:#fff;
     font-family: 'Be Vietnam Pro', sans-serif;
}
 *{
    margin:0px;
     padding:0px;
}
 .d-flex {
    display:flex;
}
 .pt-40 {
    padding-top:40px;
}
 .pl-60 {
    padding-left:60px;
}
 .pr-60 {
    padding-right:60px;
}
.w-15 {width:15%;}
.w-75 {width:75%;}
 .justify-content-center {
    justify-content:center;
}
 .full-container {
     display: flex;
     min-height: 100vh;
}
 .left-col {
     width: 15%;
     border-right: 1px solid #707070;
}
 .right-col {
     width: 85%;
}
 ul.nav.nav-tabs {
     border: none;
     width: 80%;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .menu-nav {
     width: 20%;
     text-align: right;
     position: relative;
}
 ul.nav.nav-tabs li {
     margin: 0px 50px 0px 0px;
}
 ul.nav.nav-tabs li a:hover {
     background:none;
}
 ul.nav.nav-tabs li.active a {
     border:none;
     background: none;
     color: #EFC862;
}
 ul.nav.nav-tabs li a {
     font-size: 18px;
     font-weight: 500;
     padding: 0;
     margin: 0;
     border: none;
     color:#fff;
}
 ul.nav.nav-tabs li a:after {
     content: "";
     background: transparent;
     position: absolute;
     width: 100%;
     height: 2px;
     bottom: -6px;
     left: 0;
}
 ul.nav.nav-tabs li.active a:after{
     background:#EFC862;
}
 .menu-item {
     color: #FCC;
     padding: 3px;
}
 .three-dots:after {
     cursor: pointer;
     color: #fff;
     content: '\2807';
     font-size: 20px;
     padding: 0 5px;
}
 .dropdown {
     position: absolute;
     right: 10px;
     background-color: #fff;
     outline: none;
     opacity: 0;
     z-index: -1;
     max-height: 0;
     transition: opacity 0.1s, z-index 0.1s, max-height: 5s;
}
 .dropdown a {
     padding: 5px 10px;
     display: block;
     color: #efc862;
     text-align: left;
}
 .dropdown-container:focus {
     outline: none;
}
 .dropdown-container:focus .dropdown {
     opacity: 1;
     z-index: 100;
     max-height: 100vh;
     transition: opacity 0.2s, z-index 0.2s, max-height: 0.2s;
}
 .tab-content {
     padding: 5em 0;
	 margin-top: 5em;
}
.scale-box {
    width: 100%;
    align-items: center;
}
 .min-value, .max-value {
     color: #fff;
}
.max-value {
    text-align: left;
    position: absolute;
    right: 0;
    top: -30px;
}
.current-value {
    position: absolute;
    top: -2.5em;
    left: 50%;
    width: 60px;
    height: 1em;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}
 .range {
     position: relative;
	 width: 100%;
}
 input[type=range] {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: block;
     width: 100%;
     height: 8px;
     padding: 0;
     background: #6c6d70;
     box-sizing: content-box;
}
 input[type=range]:focus {
     outline: none;
}
 input[type=range]::-webkit-slider-thumb {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 30px;
     height:30px;
     border: 8px solid #707070;
     border-radius: 25px;
     background: #EFC862;
}
 input[type=range]::-moz-range-thumb {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 30px;
     height: 30px;
     border: 8px solid #81b5cc;
     border-radius: 35px;
     background: #81b5cc;
}
 .theme-btn {
     background: #EFC862;
     display: inline-block;
     padding: 7px 20px;
     color: #252527;
     border-radius: 50px;
     width: 140px;
     text-align: center;
	 border: none;
}
.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
	position:relative;
}
span.min-value {
    position: absolute;
    left: 0;
	top: -30px;
}
.last-scale-section {
    text-align: right;
}
.switch {
  display: inline-block;
  height: 25px;
  position: relative;
  width: 53px;
  margin:0px;
}

.switch input {
  display:none;
}

.slider-check {
  background-color: #707070;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider-check:before {
    background-color: #FEFDF4;
    bottom: 4px;
    content: "";
    height: 17px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 17px;
}

input:checked + .slider-check {
  background-color: #EFC862;
}

input:checked + .slider-check:before {
  transform: translateX(26px);
}

.slider-check.round {
  border-radius: 34px;
}

.slider-check.round:before {
  border-radius: 50%;
}
.scaleBox {
	justify-content: space-between;
    margin-top: 50px;
	align-items: center;
}
.weight_label input {
    background: rgb(112 112 112 / 50%);
    border: none;
    border-radius: 62.5px;
    padding: 18px 10px 12px 20px;
    width: 100%;
    color: #fff;
}
.scaleBox_label {
    display: flex;
    align-items: center;
}
.scaleBox_label span {
    display: inline-block;
    padding-right: 25px;
}
.weight_label {
    position: relative;
    width: 30%;
}
.weight_label label {
    margin: 0;
    position: absolute;
    top: -11px;
    background: #29292B;
    font-weight: normal;
    padding: 2px 10px;
    display: inline-block;
    color: #707070;
    border-radius: 50px;
    left: 10px;
    font-size: 13px;
}
.title-scale h3 {
    font-size: 17px;
    font-weight: 300;
}
.mt-12{margin-top:12em}
.barriers-status {
	width:70%;
	margin:0 auto;
}
.barriers-status h4 {
    text-align: right;
    font-weight: normal;
    font-size: 17px;
}
.barriers_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
}
.yellow-bg{
	background:#EFC862;
}
.gray-bg{
	background:rgb(112 112 112 / 50%);
}
.barriers_btn button {
    border: none;
    padding: 9px 20px;
    border-radius: 12px;
    margin: 0 14px;
	font-size: 13px;
}
.black-color {
    color: #2C2C2E;
}
.current_status span {
    color: #808080;
    display: inline-block;
    border-bottom: 1px solid #EFC862;
    padding: 2px 5px;
}
.barriers_btn {
    display: flex;
}


@media(max-width:768px){
	.full-container {flex-direction: column;}
	.right-col {width: 100%;}
	.left-col, .midd-scale-section {width:100%;}
	ul.nav.nav-tabs li {margin-right:16px;}
	ul.nav.nav-tabs li a {font-size: 12px;}
	.pl-60.pr-60.pt-40 {padding: 20px;}
	ul.nav.nav-tabs li:last-child {margin: 0;}
	ul.nav.nav-tabs {width: 90%;}
	.menu-nav {width:10%;}
	.tab-content {padding: 4em 0; margin-top: 1em;}
	.scaleBox {flex-direction: column; align-items: baseline;}
	.weight_label label {font-size: 10px;}
	.weight_label {width: 100%; margin-top: 20px; margin-bottom: 20px;}
	.scaleBox_label {width: 100%; justify-content: space-between;}
	.title-scale.w-15 {width: 35%;}
	.scale-box.d-flex.mt-12 {margin-top: 7em;}
	.logo.d-flex.justify-content-center.pt-40 {padding: 20px 0;}
	.barriers-status {width: 90%;}
}
@media(min-width:769px) and (max-width:1185px){
	ul.nav.nav-tabs li a {font-size: 11px;}
	.scaleBox_label span {padding-right: 10px; font-size: 10px;}
	.weight_label input {padding: 10px 10px 12px 20px;}
	.weight_label label {font-size: 10px;}
	.pl-60.pr-60.pt-40 {padding-left: 30px;padding-right: 30px;}
	.title-scale h3 {font-size: 13px;}
	.scaleBox {margin-top: 34px;}
	.mt-12 {margin-top: 8em;}
}

/* Define the loader style */
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-right: 5px;
  }

/* Loader animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }