html,
body {
  scroll-behavior: smooth;
}
/* loader css */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #335eead4;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}
/* loader css */

.citation-view {
  background: #ffffff;
  box-shadow: 0px 47px 74px rgb(135 135 135 / 7%),
    0px 30.463px 43.338px rgb(135 135 135 / 5%),
    0px 18.1037px 23.5704px rgb(135 135 135 / 4%),
    0px 9.4px 12.025px rgb(135 135 135 / 4%),
    0px 3.82963px 6.02963px rgb(135 135 135 / 3%),
    0px 0.87037px 2.91204px rgb(135 135 135 / 2%);
  border-radius: 16px;
  padding: 60px 50px;
}
#citation-search-url {
  display: none;
}
.list-group {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .citation-view {
    padding: 30px 20px;
  }
  .mleft {
    text-align: left;
  }
}
.form-control {
  border-color: rgb(0 0 0 / 33%);
  height: auto;
  line-height: initial;
  padding: 10px 20px;
}
.btn-secondary {
  background-color: #758085;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #626d72;
  color: #fff;
}
#add-author {
  float: right;
  white-space: pre;
}
.btn:hover {
  cursor: pointer;
}
.d-c-title {
  font-weight: 700;
  font-size: 22px;
  margin: 10px 0 20px;
}

.deleteAuthor {
  cursor: pointer;
}
#citationForm .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#citationForm .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.input-group.date {
  cursor: pointer;
}
.input-group.date .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: 1px solid #869ab8;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 0;
}
.input-group.date .input-group-addon span.fa {
  font-size: 15px;
  margin-top: 4px;
  color: #555;
}
.datepicker-days {
  padding: 5px 10px;
}
.datepicker-days th,
.datepicker-days td {
  font-size: 14px;
}
.datepicker .datepicker-switch {
  font-size: 16px;
}
.form-error-msg {
  color: #c83838;
  text-align: left;
  width: 100%;
  font-size: 11px;
  padding-top: 5px;
  margin-bottom: 0px;
  font-weight: normal;
}

@media only screen and (max-width: 950px) {
  .modal.show .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #copyCitation > div {
    width: 95%;
    top: 10px;
    margin: auto;
  }
  #copyCitation .row .text-right {
    text-align: center !important;
  }
}
.mleft {
  text-align: left !important;
}

.citation-banner-button {
  display: inline-block;
  background: #fe5b60 !important;
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
  border-radius: 0.25rem;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff !important;
  padding: 14px 70px 14px 70px;
  margin-top: 7px;
  text-decoration: none;
}
.citation-view #searchbutton {
  background: #42b996;
  border-radius: 7.03448px;
}
#main-logo {
  display: none !important;
}
#plagiarism-logo {
  display: block !important;
}

.text-citation-color {
  color: #2a2fa4 !important;
}
#author-main-input {
  position: relative;
}
#author-main-input i {
  color: #869ab8;
  position: absolute;
  top: 50%;
  left: auto;
  right: 16px;
  transform: translateY(-50%);
}
/* input style */
/* #citation-email,
.first_name,
.last_name,
#year-published,
#citation-title,
#citation-website,
#citation-publisher,
#citation-url,
#citation-accessdate {
  border: 1px solid #869ab8;
  border-radius: 8px;
} */
#citation-accessdate {
  border-radius: 8px 0 0 8px;
  border-right: 0 !important;
}
#calendar-main {
  border-radius: 0 8px 8px 0;
}
#submit-citation-btn {
  display: inline-block;
  background: #fe5b60 !important;
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%) !important;
  border-radius: 0.25rem;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff !important;
  padding: 14px 70px 14px 70px;
  margin-top: 7px;
}
.citation-benifits {
  background: #2b354e;
}
.citation-benifits .c-title-1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.citation-benifits .c-title-2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
  pointer-events: none;
}
.cita-benifits {
}
.image-wrap-benifits {
  min-height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.cita-benifits p {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  padding: 0px 12px;
}
.heading-row-faq > div {
  margin: 30px 0;
}
.row > div.why-q-img-o:first-child {
  padding-right: 0;
}
.row > div.why-q-img-o:last-child {
  padding-left: 0;
}

.row > .v-c-item {
  padding-left: 30px;
  padding-right: 60px;
}
.citation-how h2 {
  font-weight: 700;
}
.citation-how h3 {
  font-weight: 700;
}
.citation-style-para {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}
@media only screen and (max-width: 770px) {
  .p-checker-header h1 {
    font-weight: 700;
    font-size: 42px;
  }
  #citation-banner {
    text-align: center;
    background-image: none !important;
  }
  #citation-banner .text-left {
    text-align: center !important;
  }
  .citation-banner-img {
    margin: 50px auto 0 !important;
    display: block !important;
    max-width: 460px;
    min-width: 460px;
  }
  #citation-banner > .row {
    padding-bottom: 0 !important;
  }
  .citation-navbar {
    background-color: #fff;
  }
  #main-logo {
    display: block !important;
  }
  #plagiarism-logo {
    display: none !important;
  }
  .citation-navbar .fe.fe-menu {
    display: none !important;
  }
  .dark-hamburger {
    display: block !important;
  }
  .citation-banner-button {
    display: block;
  }
  #citation-banner .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #citation-banner .al-main-text {
    padding: 30px 20px 50px;
  }

  .citation-view .display-4 {
    text-align: center;
    font-weight: 700;
  }
  .citation-view .lead {
    text-align: center;
  }
  .citation-style-para {
    width: 85%;
  }
}
@media only screen and (max-width: 500px) {
  .fix-card-img {
    flex-direction: column-reverse;
    margin-bottom: 20px !important;
  }
  .why-q-img-o {
    margin-bottom: 60px;
  }
  .citation-banner-img {
    max-width: 380px;
    min-width: 380px;
  }
  .row > div.why-q-img-o:first-child {
    padding-right: 20px;
  }
  .row > div.why-q-img-o:last-child {
    padding-left: 20px;
  }
  .citation-style-para {
    width: 95%;
  }
  .blog-post-content + .blog-post-url {
    text-align: center;
    display: block;
  }
  .citation-note-text {
    text-align: center;
  }
}
/* .datepicker-days > .table-condensed {
  width: 100%;
}
.datepicker-days > .table-condensed tbody .day:hover {
  background: #f1f1f1;
  border-radius: 4px;
}
.datepicker-days > .table-condensed tbody .day.active {
  background: #f1f1f1;
  border-radius: 4px;
} */
.c-form-control {
  border: 1px solid #869ab880;
  border-radius: 8px;
}
.c-form-control:hover {
  border-color: #869ab8;
}
.c-form-control:active {
  border-color: #869ab8;
}
.c-form-control:focus {
  border-color: #869ab8;
  box-shadow: 0px 55px 22px rgba(0, 0, 0, 0.01),
    0px 31px 19px rgba(0, 0, 0, 0.05), 0px 14px 14px rgba(0, 0, 0, 0.09),
    0px 3px 8px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.heading-row-faq .col-12 > .row {
  align-items: center;
}
.heading-row-faq .col-12 > .row p:last-child {
  margin-bottom: 0;
}
.blog-post-content + .blog-post-url {
  color: #fe5b60;
}
.why-q-img-o img {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.15);
  border-radius: 4px;
}
