@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@500&display=swap');

body{
  font-family: 'Quicksand', sans-serif !important;
}
.text-input{
  border:2px solid rgba(69, 123, 157,0.7) !important;
  border-bottom:0 !important;
  caret-color:#0d1842 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color:rgba(0, 0, 0, 0.829);
  background: none !important;
}
.line{
  height:0;
  border-top:1px solid rgba(0, 0, 0, 0.397);
}
.or{
  opacity: 0.5;
  transform: translateY(-50%);
}
.my-btn{
  background-color: #1A8BDB !important;
  border-radius: 0 !important;
}
.accent{
  color:#F25757 !important;
  text-decoration: none !important;
}
.accent:hover{
  color:#EF2E2E;
  text-decoration:none;
}
::selection{
  background:#1A8BDB;
  color:#fff;
}
.sideImg{
  background: url("./sideImg.jpg");
  background-size: cover !important;
  background-position: center !important;
}
.shade{
  width: 100%;
  height: 100%;
  background-color: #0d1842cc;
  filter: saturate(3);
}
.blue{
    width: 100%;
    height: 100%;
    background-color: #0d1842cc;
    filter: saturate(3);
}
.shade::before, .shade::after{
  content:"";
  width: 50px;
  height: 50px;
  background-color: #1A8BDB;
  position: absolute;
  left: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.shade::before{
  top:10%;
  transform: translateX(-50%) rotate(45deg);
}
.shade::after{
  bottom: 10%;
  transform: translateX(-50%) rotate(45deg);
}
.profile-icon img{
  object-fit: cover;
  object-position: center;
}

.icon{
  font-size: 1.1rem;
  width:50px;
  padding: 12px 40px 12px 20px;
  margin-right: 10px;
  border-radius: 0 20px 20px 0 ;
}
.fa-user-circle{
  font-size: 1.3rem;
}
@media (min-width:760px){
  .active-icon{
    background-color: #0d1842;
    color:white;
  }
}
.btn:focus{
  box-shadow: none !important;
  outline: none !important;
}

.spinner-grow{
  height:15px !important;
  width:15px !important;
  opacity: 0.5 !important;
  margin:0 3px;
  background-color: #EF2E2E !important;
}
.my-border{
  border:2px solid rgba(69, 123, 157,0.7);
}
.quiz-btn{
  border:2px solid #fff !important;
  border-radius: 0 !important;
}
.choices{
  width: 90%;
}
@media (min-width:760px) {
  .choices{
    width: 50%;
  }
}
.accent-border{
  border:4px solid #1A8BDB !important;
}
/* Quiz */
.quiz {
  -webkit-touch-callout: none; /* iOS Safari */ 
    -webkit-user-select: none; /* Safari */ 
     -khtml-user-select: none; /* Konqueror HTML */ 
       -moz-user-select: none; /* Firefox */ 
        -ms-user-select: none; /* Internet Explorer/Edge */ 
            user-select: none; /* Non-prefixed version, currently                                  supported by Chrome and Opera */
}

.option {
  display: grid;
  grid-template-columns:auto auto;
  justify-content:left;
  align-items:center;
  border: 0;
  text-align: left;
  padding: 8px 20px;
  border:2px solid rgba(69, 123, 157,0.5);
  border-radius: 10px; 
}
.option:hover{
  background-color: #eff4fb;
}
.option span {
  display: flex;
  justify-content: center;
  align-items: center;
  border:2px solid rgba(69, 123, 157,0.7);
  width: 30px;
  height: 30px;
  border-radius:50%;
  text-align: center;
  margin-right: 20px;
}
label {
  padding: 1px 0;
  width: 100%;
  font-size:1rem;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked ~ .option span {
  background-color: #1A8BDB;
  color: #fff;
  box-shadow: none;
  border:0;
}
.carousel-inner {
  overflow-y: scroll;
  padding: 2%;
  margin-bottom: 1%;
}
.carousel-control {
  display: block;
  padding: 10px;
  height: 50px;
  width:90px;
  display: inline-block;
  text-align:center;
}
.questionToggles{
  display:flex;
  overflow-x:scroll;
  scroll-behavior:smooth;
}
.questionToggles button{
  background-color:#1A8BDB;
  border:0;
  height:27px;
  width:27px;
  margin:8px 10px;
  border-radius:50%;
  color:#fff;
  font-size:0.8rem;
}
.questionToggles button:focus{
  outline:none;
}
@media (min-width:760px) {
  .question{
    width: 75vw !important;
  }
}
.next{
  border-radius:  5px 0 15px 0 !important;
  float: right;
}
.prev{
  border-radius: 0 5px 0 15px !important;
}

/* Remove increment decrement in input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* ScrollBar */
::-webkit-scrollbar {
  width:2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none;
  background-clip: content-box;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: none;
    border: 7px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
}

/* Modal */
.input-group-prepend{
  width: 50px;
  text-align: center;
  transform: translateX(-1px);
}
.input-group{
  overflow: hidden !important;
}
.input-group-prepend > span{
  background-color: #0d1842;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-select{
  border: none !important;
}
.form-select:active, .form-select:focus{
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Profile section */
.box-shadow-card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 200ms;
}
.box-shadow-card:hover{
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.profile-name{
  font-family: 'Crimson Pro', serif;
}
.edit-icon{
  width: auto !important;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.awesome-shadow-13{
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.reset-password{
  width: 30%;
}
@media (max-width:1250px){
  .reset-password{
    width:40%;
  }
}
@media (max-width:950px){
  .reset-password{
    width:50%;
  }
}
@media (max-width:750px){
  .reset-password{
    width:60%;
  }
}
@media (max-width:550px){
  .reset-password{
    width:75%;
  }
}
@media (max-width:350px){
  .reset-password{
    width:90%;
  }
}