@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}

body {
	/*height: 150vh;*/
	display: flex;
	justify-content: center;
	padding: 10px;
	/*background: linear-gradient(to right, #ffac75 0%, #ff9147  50%, #FF9F5E 99%);*/
  background: linear-gradient(to right, #bce8f1 0%, #bce8f1  50%, #bce8f1 99%);
}

.ochk{
  text-decoration:none;
}  
.ochk:hover {
  text-decoration:underline;
}

/* ---Container--- */

.container{
  max-width: 1000px;
  width: 100%;
   background-color: #EFECEC; /*linear-gradient(135deg, #CFD6E6, #E7EFF9); */
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.title{
  font-size: 25px;
  color: white;
  font-weight: 500;
  position: relative;
}
.title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  /* background: linear-gradient(135deg, #71b7e6, #9b59b6); */
}

.border-part {
	border-style: ridge;
	padding: 20px;
}

/* ---Content--- */
.content form .Product-information{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
.content form .initial-assessment{
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}

/* ---Product Information--- */

form .Product-information .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}

form .input-box span.information{
  display: block;
  color: #FF7D14;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.Product-information .input-box input{
  height: 45px;
  font-weight: 500;
  font-size: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  
}

.Product-information .input-box select{
  height: 45px;
  font-weight: 500;
  font-size: 10px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.Product-information .input-box input:focus,
.Product-information .input-box input:valid{
  border-color: #27b0f9;
}

.Product-information .input-box select:focus{
  border-color: #27b0f9;
}

/* ---Initial Assessment--- */

 form .initial-assessment .assessment-title{ 
  font-size: 20px;
  font-weight: 500;
 }
  form .initial-assessment .comment-section{
  margin-bottom: 15px;
  /*width: calc(100% / 2 - 20px);*/
}
 form .comment-section span.assessment{
  display: block;
  color: #27b0f9;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.initial-assessment .comment-section textarea{
  height: 100px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 20px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.initial-assessment .comment-section input{
  height: 45px;
  width: 50%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.initial-assessment .comment-section textarea:focus{
  border-color: #27b0f9;
}

.initial-assessment .comment-section input:focus{
  border-color: #27b0f9;
}

  /* ---Check box Accessories--- */
  form .accesories-section { 
  font-weight: 500;
  font-size	: 15px;
 }

 form .accesories-section span.assessment { 
  color: #27b0f9;
  font-weight: 600;
  font-size	: 15px;
 }

 form .category{
  color: #27b0f9;
   display: block;
   justify-content: space-between;
   margin: 14px 2px ;
   font-weight: 600;
   font-size	: 15px;
   border-bottom-width: 2px;
   transition: all 0.3s ease;
 }
 
   form .checkbox-inline label{
   display: block;
   cursor: pointer;
   font-weight: 500; 
 }
 
 /* ---Warranty Type--- */
 form .warranty-type { 
  font-weight: 500;
  font-size: 15px;
 }

 form .warranty-type span.assessment{ 
  color: #27b0f9;
  font-weight: 600;
  font-size: 15px;
 }

 form .choices{
  color:#27b0f9;
   display: block;
   width: 105%;
   margin: 14px 2px ;
   justify-content: space-between;
 }
 
  form .choices label{
   display: flex;
   align-items: center;
   cursor: pointer;
   font-weight: 500;
 }
  form .choices label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  /*border: 5px solid transparent;*/
  transition: all 0.5s ease;
}
 #dot-1:checked ~ .choices label .one,
 #dot-2:checked ~ .choices label .two,
 #dot-3:checked ~ .choices label .three,
 #dot-4:checked ~ .choices label .four,
 #dot-5:checked ~ .choices label .five{
   background: #F53803;
   border-color: #d9d9d9;
 }
  form input[type="radio"]{
   display: none;
 }
 
 /*modal*/
.terms-condition {
  color: orange;
	padding: 5px;
	font-weight: 500;
	font-size: 18px;
}

form .terms-condition span.assessment{
  color: #27b0f9;
  font-weight: 600;
}

form .terms-condition a{
  color: orange;
  font-weight: 600;
}
 
 /* ---Submit Button--- */

  form .button{
   align-items: center;
   text-align: center;
   height: 45px;
   margin: 5px 0;
 }
  form .button input{
   height: 100%;
   width: 50%;
   border-radius: 5px;
   border: none;
   color: white;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #05eca4  , #00c9ff);
 }
  form .button input:hover{
  transform: scale(0.99); 
  background: linear-gradient(-135deg, #27b0f9, #143dff );
  }

/**/
form .changes-button{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
  align-items: center;
  text-align: center;
  height: 45px;
  margin: 35px 0;
}

.changes-button input{
  height: 100%;
  width: 50%;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #05eca4  , #00c9ff);
}
form .changes-button input:hover{
  transform: scale(0.99); 
  background: linear-gradient(-135deg, #27b0f9, #143dff );
  }

  /* */
  .upload-section {
    /* height: 100vh; */
    /* width: 100%; */
    padding: 20px 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* background-color: #fcfcfc; */
  }
  
  .card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 10px 30px 40px;
  }
  
  .card h1,h2,h3,h4,h5,h6 {
    /* font-size: 22px; */
    color: #ff0000;
    font-weight: 600; 
  }
  
  .drop_box {
    /* margin: 10px 0; */
    padding: 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
  }
  
  .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: orange;
  }
  
  .drop_box p {
    /* margin-top: 10px; */
    /* margin-bottom: 20px; */
    font-size: 12px;
    color: orange;
  }
  
  .btn {
    text-decoration: none;
    background-color:#00ccff;
    color: white;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
  }
  
  .btn:hover{
    text-decoration: none;
    background-color: #008bff;
    color: blue;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
  }
  .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  }
  /* ---Media--- */
 
 @media(max-width: 584px){
 .container{
  max-width: 100%;
}
form .Product-information .input-box{
    margin-bottom: 15px;
    width: 100%;
  }
 form .initial-assessment .input-box{
    margin-bottom: 15px;
    width: 100%;
  }  
 form .report-diagnosis .staff{
    margin-bottom: 15px;
    width: 100%;
  }
  
 form .comment-section{ 
    width: 100%;
  }
  
  form .staff{ 
    width: 100%;
  }
 form .category{ 
    width: 100%;
  }
  
 form .choices{ 
    width: 100%;
  }
  
  form .status{ 
    width: 100%;
  }
  
   .content form .Product-information, .initial-assessment, .report-diagnosis {
    max-height: 300px;
    overflow-y: scroll;
  }
   .Product-information::-webkit-scrollbar{
    width: 5px;
  }
   .initial-assessment::-webkit-scrollbar{
    width: 5px;
  }
     .report-diagnosis::-webkit-scrollbar{
    width: 5px;
  }
 }
   @media(max-width: 459px){
  .container .content .category .choices .status{
    flex-direction: column;
  }
}

/*button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,a:hover{
  text-decoration: none;
}
body{
  font-family: 'Roboto', sans-serif;
}*/
/*----------------------*/

.block {
    position: absolute;
    left: 0;
    top: 0;
}
.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    border-radius: 4px;
    margin-top: 0;
}

.slidercaptcha canvas:first-child {
    border-radius: 5px;
    border: 1px solid #e6e8eb;
}

.sliderContainer {
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f7f9fa;
    color: #45494c;
    border-radius: 2px;
}

.sliderbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #f7f9fa;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
    top: -1px;
    border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
    border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
        top: -1px;
    border: 1px solid #02c076;
    background-color: #02c076 !important;
    color: #fff;
}

.sliderContainer_success .sliderMask {
    border: 1px solid #52CCBA;
    border-width: 1px 0 1px 1px;
    background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
    content: "\f00c";
}

.sliderContainer_fail .slider {
    top: -1px;
    border: 1px solid #f35c59;
    background-color: #f35c59;
    color: #fff;
}

.sliderContainer_fail .sliderMask {
    border: 1px solid #f35c59;
    background-color: #f7dcdd;
    border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
    content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
}

.sliderMask {
        position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #d1e9fe;
    background: #d1e9fe;    
    border-radius: 2px;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider:hover {
        background: #009efb;
    color: #fff;
    border-color: #009efb;
}

.slider:hover .sliderIcon {
    background-position: 0 -13px;
}

.sliderText {
    position: relative;
}

.sliderIcon {
}

.refreshIcon {
        position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 6px;
    color: #fff;
    background-color: #ff4c4c;
    font-size: 14px;
    border-radius: 50px;
}

.refreshIcon:hover {
    color: #fff;
}