.cite__row {
  text-align: right;
  margin-top: 10px;
}

#input-card {
  margin: 10px 0px;
}

.cite__form-check {
  text-align: right;
}

.cite__form-check-label {
  margin-right: 25px;
}

.modal-content {
  text-align: justify;
}

.cite__absolute-right {
  right: 0px;
}

.cite__btn {
  margin-left: 5px !important;
}

.cite__mixed {
  height: 38px;
}

.cite__no-margin-left {
  margin-left: 0px !important;
}

.cite__li-center-align {
  line-height: 90px !important;
}

.cite__li-border {
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
  border-radius: 4px;
  padding: 4px;
  margin: 2px;
}

.cite__copy {
  width: 25px;
  text-align: center;
  position: absolute;
  left: 16px;
  top: 1px;
  background: #bbb;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.cite__edit {
  width: 25px;
  text-align: center;
  position: absolute;
  left: 44px;
  top: 1px;
  background: #291be4;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.cite__remove {
  width: 25px;
  text-align: center;
  position: absolute;
  left: 72px;
  top: 1px;
  background: #ff2f2f;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.cite__copy:hover {
  background: #666;
  color: #eee;
}

.cite__close {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.cite__csl-row-panel {
  margin-bottom: 2px !important;
  cursor: pointer;
}

.cite__csl-row-body {
  padding: 5px !important;
}

@media only screen and (max-width: 600px) {
  .modal {
    padding-left: 0px !important;
  }
}

.cite__popover-title {
  font-family: "Bnazanin";
}

.cite__popover-content {
  text-align: justify;
}

.cite__arrow {
  left: 45% !important;
  border-top-color: rgba(0, 0, 0, 0) !important;
}

.cite__dropdown-item {
  text-align: right !important;
}

#react-select {
  z-index: 10;
}

body {
  background: white !important;
}

.cite__hide-drop>.cite__dropdown-toggle::after {
  display: none;
}

.cite__remove-author:hover {
  background: #aa1111 !important;
  color: #fff !important;
}

.cite__convert-author:hover {
  background: #1111aa !important;
  color: #fff !important;
}

.cite__add-author:hover {
  background: #11aa11 !important;
  color: #fff !important;
}

.cite__tooltip-inner {
  width: 100% !important;
  max-width: 500px !important;
}

.cite__disabledItem:hover {
  background-color: rgba(143, 143, 143, 0.527);
  border-radius: 5px;
}

.cite__useableItem:hover {
  background-color: rgba(110, 104, 199, 0.527);
  border-radius: 5px;
}

.cite__react-confirm-alert-body {
  text-align: center !important;
  font-family: "Bnazanin" !important;
}

.cite__inLineCiteOut {
  margin-bottom: 15px !important;
}

.cite__outLineCite {
  color: grey !important;
  margin-bottom: 2px !important;
  font-size: larger !important;
}

.cite__inLineCite {
  color: grey !important;
  margin-bottom: 2px !important;
  font-size: larger !important;
}

.cite__socialMedia {
  margin-right: 10px;
}

.cite__myHeader {
  background-color: #ff790d;
}

#myNavbar {
  border-radius: 50px;
}

.cite__mr-auto {
  flex: auto;
  justify-content: center;
  float: none;
  text-align: center;
}

.cite__headerDetail {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  direction: rtl;
  padding: 30px 0;
}

.cite__myHeaderRow {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cite__headerDetailCol {
  display: flex;
  margin: auto;
  justify-content: center;
}

.cite__myButton {
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cite__btn-success {
  background-color: rgb(28, 184, 150) !important;
  border: 1px solid white !important;
  border-radius: 25px !important;
}

.cite__myDatails {
  background-color: white;
  text-align: center;
  margin: 0;
  height: 402px;
}

.cite__myDatailsDesc {
  border: 1px solid #eee;
  padding-top: 100px;
  padding-bottom: 140px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  transition: 0.3s;
  transition-timing-function: ease-out;
}

.cite__myDatailsDesc p {
  font-size: 16px;
}

.cite__singleDesc {
  height: 200px;
  margin: auto;
  padding: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cite__myLibrary {
  margin: auto;
  border-bottom: 1px solid black;
  margin-top: 10px;
  font-size: 16px;
}

.cite__btn-group>.cite__btn-group:not(:first-child)>.cite__btn,
.cite__btn-group>.cite__btn:not(:first-child) {
  margin-left: 0px !important;
}

.cite__dropdown-toggle btn btn-info {
  background-color: #eee;
  color: #6da7b1;
}

.cite__dropDownButton {
  margin-left: 0px !important;
  border-color: rgba(102, 102, 102, 0.356) !important;
  background-color: #eee !important;
}

.cite__myButtonGroup {
  background-color: #eee !important;
  border-color: rgba(102, 102, 102, 0.356) !important;
}

.cite__myCitation {
  font-family: "Rasmi" !important;
}

@media (max-width: 700px) {
  .cite__socialMedia {
    text-align: center !important;
  }

  .cite__myFooter {
    display: block !important;
  }

  .cite__footerDesc p {
    text-align: center !important;
  }

  .cite__footerDesc {
    display: flow-root !important;
    text-align: center !important;
  }
}

.modal-header .close {
  direction: rtl;
  margin: -1rem !important;
}

#dropDownButtom {
  border-radius: 0 !important;
}

.cite__text-ltr>.cite__csl-entry {
  direction: ltr;
}

/* .cite__react-confirm-alert-button-group>button {
  background: #ac1414 !important;
  border: 1px solid #eee !important;
  padding: .cite__375rem .cite__75rem !important;
  color: white !important;
  font-size: 16px !important;
}

.cite__react-confirm-alert-button-group>button:hover {
  background: #921010 !important;
  border: 1px solid #eee !important;
  padding: .cite__375rem .cite__75rem !important;
  color: lightgray !important;
  font-size: 16px !important;
} */

.cite__react-confirm-alert-body {
  border: 1px solid #af29291e !important
}

.cite__react-confirm-alert-button-group {
  justify-content: flex-end !important;
}
@media only screen and (max-width: 740px) {
  .cite__creatorGroup{
    display: grid !important;
  }
  .cite__inp{
    width: 100% !important;
    margin-top:5px
  }
  .cite__creatorName .cite__nameButton{
    width:100% !important;
  }
  .cite__prependGroup{
    margin-top: 5px;
  }
}
