@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
/* @import url('http://fonts.cdnfonts.com/css/montserrat'); */

.font-regular {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: #191648;
}

.font-bold {
  font-family: "Source Sans Pro";
  color: #191648;
  font-weight: 600;
  font-size: 1.4em;
}

.font-thin {
  font-family: "Source Sans Pro";
  color: #909090;
  font-weight: 300;
}

.font-12-400{
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 400;
}

.grey-back {
  background: #fefefe;
}

* {
  font-family: "Source Sans Pro";
  font-weight: 400;
  /* font-family: 'Montserrat' !important;
  font-style: normal !important; */
}

html{
  height: 100%;
  margin: 0;
}
body{
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fefefe;
}
#body-row{
  margin: 0;
  padding-top: 70px;
  display: flex;
}

.navbar-div{
  width: 12% !important;
  padding: 0;
  height : 90vh;
}

.right-div {
  width: 88%;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}

.container-fluid-container{
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
#theMainDiv {
  height: 100%;
  width: 100%;
  background-color: #fefefe;
  justify-content: center;
  margin: auto;
}
/* @media(max-width: 767px){
  #theMainDiv{
    max-width: 755px;
  }
}
@media(min-width: 1175px){
  #theMainDiv{
    max-width: 1100px;
  }
} */

.listDiv{
  background: #fefefe;
}
.card{
  /* max-width: 300;
  max-height: 500; */
  /* cursor: pointer; */
  border-radius: 15px;
}

.slick-prev::before, .slick-next::before {
  color: rgb(81 84 205) !important;
}


.list-item a{
  color: #4c768b;
  cursor: pointer;
  background: #fefefe;
  font-size: medium;
}

.list-item-active a{
  color: #5F93AE;
  cursor: pointer;
  background: #fefefe;
  font-size: medium;
}

.list-item-active a{
  color: #5F93AE;
  cursor: pointer;
  background: #fefefe;
  font-size: medium;
}

#password {
  position: relative;
}
.input-group-addon {
  position: absolute;
  top: 11px;
  right: 15px;
}

/* Home */
/* Hide scrollbar for Chrome, Safari and Opera */
#peer::-webkit-scrollbar, #upcoming::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#peer, #upcoming {
  overflow: auto;
  height: 200px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#upcoming{
  height: max-content !important;
  max-height: 200px;
}
/* Home */

/* default */

.headerBanner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fefefe;
}

.headerBanner a {
  color: #585858;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;  
}

.headerBanner h2 p {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0;
}

.assBtn {
  float: right;
  background-color: #1B658C;
  border-radius: 40px;
  border: none;
}

.BigBtn {
  background-color: #1B658C;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  color: white;
  /* position: absolute; */
  right: 0;
  bottom: 50%;
  padding: 3px 8px;
}

.saveChooseBtn{
  background-color: #1B658C;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  color: white;
  position: absolute;
  right: 100px;
  bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.mainDiv{
  background: #fefefe;
}

.toast{
  position: fixed;
  top: 5%;
  right: 1%;
  z-index: 999999;
  background-color: white;
  /* display: none; */
}

.btnLink {
  color: white;
  text-decoration: none;
  display: inline-block;
  border: none;
}
.btnLink:hover {
color: white;
text-decoration: none;
}

/* end default */


/* courses.html */
.titlehr{
  width: 5rem;
  height: 4px;
  text-align: start;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);
  border-radius: 5px;
}

.navtitlehr{
  width: 50%;
  height: 2px;
  text-align: start;
  margin: 0;
  background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);
  border-radius: 5px;
}

.course-card{
height: 300px;
max-height: 300px;
}

@media(max-width:767px) and (min-width: 500px){
  .course-card{
    width: 250px;
  }

  .col-md-4{
    width: 250px;
  }
}

.course-card img{
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.course-card .card-body{
  padding: 15px;
  text-align: start;
  font-size: 15px;
}

.course-card h5{
  font-size: medium;
}

.autocomplete-items {
  display: none;
  position: absolute;
  width: 250px;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  background: white;
  overflow: auto;
  max-height: 200px;
  z-index: 99;
  box-shadow: 5px 5px gray;
}

.autocomplete-items li {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items li:hover {
  background-color: #e9e9e9;
}

.fake-input {
  position: relative;
  width: 250px;
  border: 1px solid gray;
  border-radius: 18px;
  background-color: white;
  padding: 5px;
}

.fake-input input {
  border:none;
  background-color:#fff;
  display:block;
  width: 100%;
  border-radius: 20px;
}

.fake-input input:focus,
.fake-input input:active {
  border:none;
  outline: none;
}

.fake-input i {
  position: absolute;
  top: 18px; 
 top: 18px; 
  top: 18px; 
  right: 15px; 
 right: 15px; 
  right: 15px; 
  height: 100%; 
 height: 100%; 
  height: 100%; 
}


/* end courses.html */


/* start courseDetails.html */
select:focus{
  outline: none;
}

.coursetab{
  border: 1px solid gray;
  border-radius: 20px;
  background: white;
  margin: 10px 10px;
}

.badge{
  color: gray;
  background: #EEEEEE;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  margin: 5px;
  padding: 8px;
}

.table .table-borderless {
  border-collapse: separate;
  border-spacing: 1em;
}

.questionTab{
  background: white;
  border-radius: 18px;
}

.questionHeading{
  background: #E3EAEE;
  color: black;
  /* border-radius: 18px; */
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.objQuestionTab{
  border-bottom: 1px solid gray;
  background-color: white;
}

.question{
  padding-bottom: 2px;
  margin-bottom: 0;
}

.questionLevel{
  padding-bottom: 0;
  margin-bottom: 5px;
  padding-top: 0;
  margin-top: 0;
}

.scrollDiv{
  height: auto;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

.scrollDivContent{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box; /* So the width will be 100% + 17px */
}

.list-unstyled{
  list-style-type: none;
}

.span-heading{
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.syllabusHr{
  /* border: 0.1rem solid gray; */
  background-color: gray;
  height: 0.01rem;
}

.btn-primary {
  /* background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%); */
  background-color: #FFDFD6;
  border-radius: 25px; 
  color: black !important;   
  font-weight: 600;
  min-width: 100px;
  font-size: 14px !important;
  border: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #52C3FF !important;
}

.btn-secondary{
  border-radius: 25px; 
  background-color: transparent;
  background-image: none;
  color: black !important;   
  border: solid 1px #E25BC8;
}

.btn-secondary:hover{
  border-radius: 25px; 
  background-color: transparent;
  color: black !important;   
  border: solid 1px #E25BC8;
}

.btn-secondary:active {
  border-radius: 25px !important; 
  background-color: white !important;
  color: black !important;   
  border: solid 1px #E25BC8 !important;
}

.btn-warning1{
  border-radius: 25px;
  border: 1px solid #E25BC8;
}

.btn-secondary:focus{
  border-radius: 25px !important; 
  background-color: white !important;
  color: black !important;   
  border: solid 1px #E25BC8 !important;
}

.btn {
  border-radius: 25px;
}

.no-min-width {
  min-width: inherit;
}
/* end courseDetails.html */

/* addcourses */

.span-dept{
  position: absolute;
  border-radius: 10px;
  font-size: smaller;
  color: #6D6D78;
  padding: 8px;
  padding-top: 10px;
  width: 100%;
  height: min-content;
  line-height: 1rem;
  text-align: start;
  word-break: break-all;
}

.dept-course{
  width: 100%;
  position: absolute;
  text-align: left;
  /* overflow-y: auto; */
  padding: 10px;
  margin: 0;
  max-height: 40%;
  height: 20px;
  bottom: 15%;
}

.deptDiv{
  color: darkgray;
  padding: 0 10px;
}

.addCourseCard, .addCourseCard2{
  /* width: 270px; */
  cursor: pointer;
  margin: 20px 0;
}

.addCourseCard h5, .addCourseCard2 h5{
  font-size: 16px;
  min-height: 40px;
  padding-bottom: 10px;
}

.home .addCourseCard, .home .addCourseCard2 {
  height: auto;
  max-height: max-content;
}

.addCourseCard .card-body, .addCourseCard2 .card-body{
  position: relative;
  height: 100%;
  /* padding: 15px; */
  border-radius: 15px !important;
}

.addCourseCard2{
  width: 270px;
  cursor: pointer;
  margin: 20px 0;
}

.addCourseCard2 h5{
  font-size: 16px;
  height: 40px;
  padding-bottom: 10px;
}

.home .addCourseCard2 {
  height: auto;
  max-height: max-content;
}

.addCourseCard2 .card-body{
  position: relative;
  height: 100%;
  /* padding: 15px; */
  border-radius: 15px !important;
}

.courseDept{
  width: 75px;
  max-width: 75px;
  text-align: center;
}

/* end addcourses */

/* my assessments */

.objCard {
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  height: 220px;
  overflow-y: hidden;
}

.editBtn {
  position: absolute;
  right: 0px;
}

.createQuestions {
  display: inline-block;
  height: 160px;
  padding: 42px 0 42px 0;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  background-color: white;
}

.generateAiQues{
  display: inline-block;
  height: 160px;
  padding: 20px 0 42px 0;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17);
  background-color: white;
}

#inputUpload {
  display: none;
}

.custom-file-upload {
  cursor: pointer;
  font-size: large;
  color: gray;
}

.custom-file-upload:hover {
  text-decoration: none;
  font-size: large;
  color: black;
}

.uploadques{
  text-align: center;
  height: 100vh;
  line-height: 100vh;
  font-size: large;
}

.uploadLinks {
  color: gray;
  text-decoration: none;
}

.uploadLinks:hover {
  color: black;
  text-decoration: none;
}

.condCardDesc{
  font-size: 12px;
}

.nav-link {
  color: #1B658C;
}

/* end my assessments */


/* addques page */

.addques {
  align-items: center;
}

#addques {
  text-align: center;
}

.divInput {
  background-color: #fefefe;
  border-radius: 18px;
}

.imgPreviewques {
  height: 50px;
  width: 100px;
}

.imgPreviewevaluation {
  height: 50px;
  width: 100px;
}

.imgPreviewhint {
  height: 50px;
  width: 100px;
}

.imgPreviewsolution {
  height: 50px;
  width: 100px;
}

#quesInput {
  height: 140px;
  width: 60%;
  background-color: #eee;
  border: none;
  display: inline-block;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px; 
}

#evaluationInput {
  height: 140px;
  width: 60%;
  background-color: #fefefe;
  border: none;
  display: inline-block;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  background-color: #eeeeee;
}

#hintInput {
  height: 80px;
  width: 60%;
  background-color: #fefefe;
  border: none;
  display: inline-block;
  background-color: #eeeeee;
}

#solutionInput {
  height: 80px;
  width: 60%;
  background-color: #fefefe;
  border: none;
  display: inline-block;
}

#quesImage,#evaluationImage,#hintImage,#solutionImage,#opt1Image,#opt2Image,#opt3Image,#opt4Image,#opt5Image {
  display: none;
}

.optImgs {
  color: white;
}

.titleImg {
  display: inline-block;
  text-align: center;
  margin: auto auto;
}

.bloomSelect {
  border: none;
  border-bottom: 1px solid gray;
  background-color: white;
  border-radius: 12px;
}

.typeSelect{
  border: none;
  border-bottom: 1px solid gray;
  background-color: white;
  border-radius: 12px;
}

.firstOption {
  background-color: #C04DD8;
  color: white;
  max-height: 50px;
}

.secondOption {
  background-color: #4FB277;
  color: white;
  max-height: 50px;
}

.thirdOption {
  background-color: #508AE0;
  color: white;
  max-height: 50px;
}

.fourthOption {
  background-color: #4ED8EA;
  color: white;
  max-height: 50px;
}

.fifthOption {
  background-color: #FF6B6B;
  color: white;
  max-height: 50px;
}

.chooseImage {
  max-height: 50px;
}

.fifthOptionBtn {
  color: white;
  background-color: #FF6B6B;
  font-size: medium;
}

#hintBtn,#solutionBtn {
  border: none;
  color: gray;
}

#sourceInput {
  height: 50px;
  background-color: #eeeeee;
  border: none;
  opacity: 0.5;
  color: black;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

.radiostest {
  display: none;
} 

.fa-square,
.fa-check-square{
  width: 100%;
  height: 100%;
  margin: auto auto;
}

.addObjQuestions {
  text-align: left;
  font-size: large;
}

.addquesDiv{
  max-height: 450px;
  overflow-y: scroll;
}

.checkedTopic {
  color: blue;
  background: lightblue;
}

/* end addques page */


/* create assessment */
.createassessment {
  align-items: center;
  padding: 0 10px;
}

#subject-modal-div {
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px rgb(196, 195, 195);
  border-radius: 5px;
}

#subject-modal-div:hover {
  background-color: rgb(247, 247, 247);
  cursor: pointer;
}

/* end create assessment */

/* choose3 questions start */

.chooseQuesNavs a {
  color: gray;
}

.chooseQuesNavs a .active {
  color: black;
}

#choosequesdiv{
  width: 100%;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6%;
  padding-right: 10%;
}

/* choose questions end */


pre{
  page-break-inside: avoid;
  display: block;
  padding: 3px 3px 2px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
} 

.card-footer {
  z-index: 10;
}


/* Amit Added Styles for adaptive width */
#sidebar-container {
  width: 15%;
  float: left;
}

#sidebar-container.shrink {
  width: 4% !important;
}

.right-div.shrink {
  width: 96% !important;
}

.internal-padding {
  padding: 0 1rem;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #FFDFD6; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  /* left: 50%;
  top: 50vh; */
  z-index: 99;
  animation: spin 2s linear infinite;
}

.loader-wrapper {
  /* position: absolute; */
  min-width: 150px;
  min-height: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 0; */
  /* left: 50%; */
  z-index: 9999999;
  background: #fefefe;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.navbarIcon{
  cursor: pointer;
}

.btn-white {
  background: white;
  border-radius: 56px;
  /* border: 1px solid linear-gradient(#7175E0 0%, #4D50CB 33%, #E25BC8 100%);   */
  border: 1px solid #717ED2 !important;
  color: black !important;
  min-width: 130px;
}

.btn-white:hover{
  background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%);
}

.form-control{
  border-radius: 12px;
}

@keyframes example {
  0%   {width: 100%;}
  25%  {width: 105%;}
  50%  {width: 110%;}
  75%  {width: 105%;}
  100% {width: 100%;}
}


/* @keyframes slideInFromLeft {
  0% {
    transform:translate(-20px);
  }
  50%{
    transform:translate(-30px);
  }
  95%{
    transform:translate(20px);
  }
  100% {
    transform: translateX(0);
    transform: translateY(0);
  }
}
*/
.toast{
  margin: 10px;
  border-radius: 12px;
  animation-name: example;
  animation-duration: 2s;
}
.toast-header{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fefefe;
}
.text-danger{
  color: #EB5C6F !important;
}

.text-black{
  color: black;
}


/* left pane */

#addquesDiv .row{
  max-height: 84px;
  overflow: hidden;
  cursor: pointer;
  border:solid 1px rgb(223, 223, 223);
  border-radius: 10px;
  background-color: white;
  margin: 0px 0px 20px 0px;
}


.addingQues .row{
  height: 84px;
  overflow: hidden;
  cursor: pointer;
  border:solid 2px rgb(223, 223, 223);
  border-radius: 10px;
  background-color: white;
  padding: 0px 10px;
  margin: 0px 0px 20px 0px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.chooseQues::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chooseQues {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.addingQues{
  overflow-y: scroll;
  height: 90vh;
  background-color: white;
  border: solid 3px #dfdfdf;
  border-radius: 10px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.addingQues::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.addingQues {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

#greetingNav{
  margin-left: 5px;
  color: white;
}

.sectionDiv{
  margin: auto 10px;
  display: inline-block;  
}

.sectionLabel{
  margin: auto 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.sectionLabel.active{
  background: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%) left bottom #fefefe no-repeat; 
  background-size:100% 3px;
  font-size: larger;
  color: black;
}

.as-okButton{
  border-radius: 18px;
  background: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%) left bottom #fefefe no-repeat;
}

.note-editable.card-block{
  cursor: auto;
}

.bg-cccccc{
  background-color: #cccccc;
}

.round-questions{
  width: 30px !important;
  height: 30px !important;
  text-decoration:none !important;
}

.note-editor.note-frame.card{
  cursor: auto;
  border-radius: 0;
}

.responsiveIcon{
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsiveIcon label{
  margin: 0;

}

#courseName{
  word-break: break-all;
}

input[name='reportRadio']{
  display: none;
}

.reportLabel {
  padding: 1em;
  border: none !important;
  text-align: center;
  border-radius: 16px;
  cursor: pointer;
}

input[name='reportRadio']:checked + label {
  background: lightblue;
  font-size: large !important;
  color: #fff;
}

a[data-target='#reportModal']{
  cursor: pointer;
}

.latexPreviewSpan{
  color: blue;
  cursor: pointer;
  /* text-decoration: underline; */
  font-size: small;
}

.required{
  padding-left: 5px;
  font-size: medium;
  color:red;
}

.questionCard{
  border: 1px solid gray;
  border-radius: 18px;
  /* width: 100%; */
  /* max-height: 300px; */
  /* padding: 20px auto; */
}

/* Profile Page*/

.btn-primary-alt {
  background-image: linear-gradient(131deg, #7175E0 0%, #4D50CB 50%, #E25BC8 100%);
  border-radius: 25px; 
  color: #FFFFFF !important;   
  border: none;
}


/* ------ Summernote Editor Styling  ---------- */

.note-editor.note-frame.card {
    border-radius: 15px 15px 6px 6px;
    border: 1px solid rgba(0,0,0,.2);
    /* overflow: hidden */
}


/*  Header and background of header styling */
.card-header{
    border-radius: 15px;
}

.note-toolbar{
    /* background: #5b5fce !important;  */
    background: #f8f9fa !important; 
    
}


/* Remove Button seperation lines , Make group buttons radius zero  */
.note-btn-group .note-btn {
    /* border-color: rgba(0,0,0,.2); */
    border: none;
    border-radius: 10px !important;
}

/* Bottom height editor styling */
.note-statusbar {
    background-color: white !important  ;
    border-top: 0px solid rgba(0,0,0,.2);
    border-radius: 10 !important;
    /* margin: 0px 5px ; */
}


/* Seperating Grouped Featuress */
.btn-group {
    border-right : 1px solid rgba(0,0,0,.1);
    padding-right: 5px;
}

.btn-group:last-child {
    border-right : 0px;
    padding-right: 0px;
}

/* Changing Editing Block Margin between lines */
.note-editable.card-block > p {
  margin-bottom: 0.4rem;
}

#ui-datepicker-div{
  z-index: 999999999999 !important;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
      transform: rotate(360deg);
 }
}
@keyframes dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
 }
  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
 }
  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
 }
}
@keyframes color {
  100%, 0% {
      stroke: #d62d20;
 }
  40% {
      stroke: #0057e7;
 }
  66% {
      stroke: #008744;
 }
  80%, 90% {
      stroke: #ffa700;
 }
}

.showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20%;
}

.loader_body{
  padding-top: 1rem;
  padding-bottom: 6rem;
  background: rgba(255, 255, 255, 1);
  max-width: 300px ;
}

.card-columns {
  column-count: 2;
}

.cursor-pointer{
  cursor: pointer;
}

button {
  outline:none;  
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type=number]{
  -moz-appearance: textfield;
}