@font-face {
  font-family: psr;
  src: url("https://nkpl.namishkumar.in/psr.ttf");
}
@font-face {
  font-family: psb;
  src: url("https://nkpl.namishkumar.in/Product_Sans_Bold.ttf");
}
.regular {
    font-family: psr;
    font-size: 22px;
    margin:0; padding:0; box-sizing:border-box;
}
.parent {
    display: flex;
    justify-content: left;
    text-align: left;
    border-bottom: rgb(0, 0, 0);
    border-style: inherit;
    border-width: 1px;
  }
  .formInput {
    border: 1px solid rgb(192, 192, 192);
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 360px;
        padding: 10px;
        margin-top: 8px;
    margin-bottom: 8px;
        background-color: rgb(255, 255, 255);
        font-size: 22px;
        font-family: psr;
  }
  body {
    background-color: #ffffff;
  }
  .formInput:focus {
    border-color: #aa005e;
    border-style: solid;
    height: 40px;
    padding: 10px;
    border-radius: 360px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
margin-bottom: 8px;
font-family: psr;
    background-color: rgb(255, 255, 255);
    font-size: 22px;
}
  .formBtn {
      border: none;
      padding: auto;
      background-color: #aa005e;
      opacity: 1;
      z-index: 1;
      font-family: psr;
      border-radius: 360px;
      background: #aa005e;
      color: white;
      height: 60px;
      width: 10em;
      padding: 10px;
      font-size: 20px;
  }
  .formBtn:hover {
    border: none;
    padding: auto;
    font-family: psr;
    padding:10px;
      border-radius: 360px;
    background-color: #640138;
    color: white;
    height: 60px;
    width:10em;
    font-size: 20px;
}
  p {
    font-size: 20px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
margin-bottom: 8px;
  }
  .bts {
    color: #aa005e;
  }
  h1 {
      font-size: 30px;
      margin-left: 8px;
      margin-right: 8px;
      margin-top: 8px;
  margin-bottom: 8px;
  font-family: psb;
  }
  .answerContainer h1 {
    font-size: 30px;
      margin-left: 2px;
      margin-right: 2px;
      margin-top: 2px;
  margin-bottom: 2px;
  }
  .loader{
    position: fixed;
    left: 0px;
    top: 0px;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('large_askbelle.png') 
                50% 50% no-repeat #ffffff;
  }
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .navbar {
    background-color: #aa005e;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
  }
  
  /* Style the links inside the navigation bar */
  .navbar #a1 {
    float: left;
    color: #f2f2f2;
    text-decoration: none;
    bottom: 0;
    font-size: 18px;
    padding: 14px 16px;
  }
  .navbar #a2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #f2f2f2;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
  }
  .navbar #a3 {
    float: right;
    color: #f2f2f2;
    top: 0;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
  }
  /* Change the color of links on hover */
  .navbar a:hover {
    background-color: #640138;
    color: rgb(255, 255, 255);
  }
  
  /* Add a green background color to the active link */
  .navbar a.active {
    background-color: #640138;
    color: white;
  }
  
  /* Hide the link that should open and close the navbar on small screens */
  .navbar .icon {
    display: none;
  }
  #myInput {
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 18px; /* Increase font-size */
    padding: 12px 0px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }
  
  #myUL {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  
  #myUL li a {
    border: 1px solid #640138; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #aa005e; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: rgb(255, 255, 255); /* Add a black text color */
    width: 100%;
    display: block; /* Make it into a block element to fill the whole list */
  }
  
  #myUL li a:hover:not(.header) {
    background-color: #640138; /* Add a hover effect to all links, except for headers */
  }
  .dropbtn {
    border: none;
    cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    color: white;
    background-color: #aa005e;
  }
  .redColor {
    color: red;
  }
  .blueColor {
    color: blue;
  }
  .greenColor {
    color: green;
  }
 .pinkColor {
   color: pink;
 }
 .yellowColor {
   color: yellow;
 }
 .orangeColor {
   color: orange;
 }
 .blackColor {
   color: black;
 }
 #redDiv:hover {
   background-color: red;
   color: white;
 }
 #blueDiv:hover {
   background-color: blue;
   color: white;
 }
 #greenDiv:hover {
   background-color: green;
   color: white;
 }
 #pinkDiv:hover {
   background-color: pink;
   color: white;
 }
 #yellowDiv:hover {
   background-color: yellow;
 }
 #orangeDiv:hover {
   background-color: orange;
   color: white;
 }
 #redDiv {
  background-color: red;
  color: white;
}
#blueDiv {
  background-color: blue;
  color: white;
}
#greenDiv {
  background-color: green;
  color: white;
}
#pinkDiv {
  background-color: pink;
  color: white;
}
#yellowDiv {
  background-color: yellow;
}
#orangeDiv {
  background-color: orange;
  color: white;
}
#answerText {
  height: fit-content;
  border: 0;
}
textarea:focus{
  outline: none;
}
.answerContainer {
  display: block;
  height: fit-content;
}
.answerDivContainer {
  display: block;
  border-left:none;
  border-right:none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: 18px;
  margin-top: 30px;
}
#topAnswersDiv {
  transform: translateY(-105px);
}
.usernameText {
  color: black;
  font-size: 22px;
}
.newImage {
  width: 512px;
  height: 512px;
  background-image: url('/assets/newImage.png');
}