﻿ .fieldset-option {
   margin-top: 13px !important;


   margin-left: 30px;
   /*Smruti*/

 }

 @media only screen and (max-width: 768px) {

   /*Smruti*/
   .fieldset-option {
     margin-left: 0px;
     padding: 0 15px;
   }



   .nonother {
     display: block !important;
     margin-bottom: 10px !important;
   }

   .main-div-padding {
     padding-left: 20px !important;
   }

   .submit-btn {
     margin-top: 12px !important;

   }

   #row-submit {
     display: flex;
     flex-direction: column;
   }

   /* Display button container above */
   #buttonContainer {
     order: -1;
     /* Reorder the button container to be displayed first */
     margin-bottom: 10px;
     /* Add margin at the bottom for spacing */
   }

   /* Align items to the center horizontally */
   #links {
     text-align: center;
   }
 }

 #timer {

   font-weight: bold !important;
 }

 @media only screen and (max-width: 800px) {
   .nps-container .form-control {
     padding: 0;
     text-align: center;
     font-size: 14px;
   }


 }

 @media screen and (min-width: 1024px) {
   .nps-container input {
     cursor: pointer;
     text-align: center;
     width: 43px;
     color: #ffffff;
   }
 }

 .nps-active {
   border: 1px solid #ffc107;
   background-color: #fcdf88 !important;
 }

 .thankyou-font {

   font-size: 1rem;
   font-family: Inter Medium;
   color: #FFFFFF;
   background-color: #333340;
   text-align: center;
   margin-top: 27px;
 }

 .form-control:focus {
   border-color: #ffc107 !important;
   background-color: #fcdf88 !important;
 }