@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    background-color: #F8F8F8;
}
header{
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 0 !important;
    box-sizing: border-box;
    z-index: 9999;
}
header h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.logo {
    display: block;
    margin: 0;
}
.save-draft {
	cursor:pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    background-color: #000000;
    text-decoration: none;
    border-radius: 30px;
}

.servey-block {
    margin-bottom: 25px;
}
.servey-question {
    background-color: #F3F3F3;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px 10px 0px 0px;
    display: flex;
}
.servey-question p{margin: 0;}
.servey-question p:first-child{width: 45px;}
.servey-action {
    background-color: #fff;
}
.servey-details-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.servey-details-block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


@media (max-width: 991px) {
.servey-question p:first-child{width: 30%;}

}
.servey-user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
}
.servey-user img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}
.servey-items {
    display: flex;
    flex-wrap: wrap;
}
.servery-item label {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    background-color: #EFF8FF;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.servery-item:last-child label{margin-right: 0;}
.servery-item label::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #BDBDBD;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.servery-item label input {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    opacity: 0;
}
.servery-item label.checked {
    background-color: #0781C4;
    color: #fff;
}
.servery-item label.checked::before {
    background-color: #fff;
}
.servery-item label.checked::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0, -50%);
    background: url('../img/check-icn.svg') no-repeat left top;
}

.all-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-buttons span {
    display: inline-block;
    padding: 14px 30px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    background-color: #000000;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
}
.servey-items textarea{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.container:not(.hideblock.container) {
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px auto;
    box-sizing: border-box;
}

.container .col-sm-12 p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #062A26;
}

.container .col-sm-12 ul {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}

.container .col-sm-12 ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #062A26;
}

.container .col-sm-12 p a {
    color: #007bff;
    text-decoration: none;
}

a.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: auto;
}

a.btn span {
    display: inline-block;
    height: 45px;
    line-height: 41px;
    border: 1px solid #000;
    background: #000;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 1px 2px 5px rgba(154,125,108,0.6);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    text-shadow: none;
   
}

a.btn-small span {
    height: 32px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 16px;
}

a.btn-green:hover span {
    background: rgb(166 48 46);
}

input.btn 
	{	
        display: block;
		cursor: pointer;
		color: #FFFFFF;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.05em;
		border: none;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color: #3C3C3C;  
        width: 120px;
        margin: 0 auto;
	}

    .tab-buttons {
		margin: 1% 75%;
  display: flex;
  gap: 10px;
 
}

.scroll_tab_inner {
    background-color: #fff;
    border-radius: 10px;
    margin: 25px 0;
    padding: 7px;
}

.scroll_tab_inner .scroll_tab {
    background-color: #000;
    padding: 13px 20px 14px;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 10px;
    display: inline-block;
}

.scroll_tab_inner h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.scroll_tab_inner h4 strong {
    width: 170px;
}

.scroll_tab_inner h4 span {
    width: calc(100% - 170px);
}

@media (max-width: 768px) {
  .tab-buttons {
    justify-content: center;
    margin: 1rem auto;
  }
}
.tab-btn {
	    min-width: 150px;
  background-color:#c3daca;
  border: none;
  padding: 8px 16px;
  cursor: pointer; 
  font-weight: 600;
  border-radius: 6px 6px 0px 0px;
  margin-left: 2%;
  color:#000;
}
.tab-btn.active {
  background-color:#137b58;
  color: #fff;
}

.part-instruction {
    margin-left:2%;
    display: none;
}

.part-instruction.active {
    display: block;
}

.part-instruction ol {
    margin: 0 0 10px 18px;
    padding: 0;
}

.part-instruction ol li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #000;
}

@media (min-width: 992px) {
    .container {
        padding: 0 35px 50px;
    }
    .servey-question {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 20px;
    }
    .servey-action {
        padding: 15px 5px 5px;
    }
    .save-draft {
        padding: 13px 33px 14px;
        font-size: 14px;
        line-height: 17px;
        right: 35px;
    }
}

@media (max-width: 991px) {
    header {
        padding: 20px;
        border-bottom: 1px solid #e6e6e6;
        background-color: #fff;
        margin-bottom: 60px;
    }
    .logo {
        
    width: auto;
    height: 39px;
    display: block;
    border: none;
    }
    .save-draft {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 14px;
        right: 20px;
    }
    .container {
        padding: 0 15px 30px;
    }
    .servey-question {
        padding: 10px;
        font-size: 13px;
        line-height: 18px;
    }
    .servey-action {
        padding: 10px;
    }
    .servey-items{display: block;}
    .servery-item label {margin-bottom: 10px; font-size: 11px; width: 100%;}
	
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.servery-item label{font-size: 12px !important;}
	}

@media (max-width: 767px) {
   header h1 {
        font-size: 18px;
        top: 122px;
    }
}