

.citation-container{
    background-color: #fff;
    box-shadow: 0px 4px 24px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 28px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.banner-wrap .row{
    width: 100%;
    margin: 0;
}
.banner-wrap{
  padding: 100px 0;
}
.cit-header{
    margin-bottom: 20px;
}
.citation_s1 h1{
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    line-height: 42px;
    text-align: left;
}

.citation_s1 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-align: left;
    margin: 0;
}

.cg-wrapper, .citation_s2 .tab-content{
    border: 1px solid #029DCD;
    box-shadow: 0px 4px 10px rgba(2, 157, 205, 0.2);
    border-radius: 5px;
    padding: 18px;
    height: 336px;
    display: flex;
    flex-direction: column;
}
.citation_s2 .tab-content{
  padding: 8px 18px; 
  border: 1px solid #666;
  padding-bottom: 0;
  padding-left: 0px;
  box-shadow: 0px 4px 10px rgba(93, 93, 93, 0.2);
}
.citation_s2 .tab-content .tab-pane{
  padding: 10px 0;
  padding-bottom: 0;
  height: 325px;
  overflow-y: scroll;
}
.cg-wrapper textarea{
    display: flex;
    height: 100%;
    width: 100%;
    padding: 0;
    border: none;
    resize: none;
    padding-right: 15px;
}

.cg-wrapper textarea:hover, .cg-wrapper textarea:focus, .cg-wrapper textarea:active{
    outline: none;
    border: none;
    box-shadow: none;
}

.tx-box{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}

.cg-bottom{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.btn-filled{
    width: 185px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #D52B1E;
    color: #fff;
    border-bottom: 1.71983px solid #C10E00;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 1;
}
.btn-filled i{
    padding-left: 15px;
    line-height: 1;
    font-size: 14px;
}
.cg-bottom label{
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
}
.cg-bottom .form-control{
    width: calc(100% - 150px);
    height: 48px;
}
.cg-bottom .form-group{
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 200px);
    justify-content: left;
    align-items: center;
    position: relative;
}
.cg-bottom .form-control:focus, .cg-bottom .form-control:active, .cg-bottom .form-control:hover{
    box-shadow: none;
    outline: none;
}

.custom-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	border-radius: 10px;
	background-color: #fff;
}

.custom-scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: none;
	background-color: #ABABAB;
}

.spin-loader{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: #fff;
}

.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
    
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .cs-btn{
      margin-top: 20px;
  }
  .btn-140{
      width: 140px;
  }
  .link-text{
      padding: 10px;
      color: #0000FF;
      font-size: 16px;
      text-decoration: underline;
      height: 49px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
  }

  .link-text:hover, .link-text:focus, .link-text:active{
    color: #0000FF;
  }
  .btn-outline{
    border-radius: 4px;
    border: 1px solid #D52B1E;
    color: #D52B1E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px;
    height: 48px;
  }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    background-color: #D52B1E;
    color: #fff;
    outline: none;
    box-shadow: none;
  }
  .btn-filled:hover, .btn-filled:focus, .btn-outline:active{
      color: #fff;
      outline: none;
      box-shadow: none;
  }
.spin-loader{
    display: none;
    justify-content: center;
    align-items: center;
}

.pr-5{
    padding-right: 5px;
}

.loaders-wrapper {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin: 50px auto;
  }
  
  .loaders {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
    
.loaders .item {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
  
  .loader-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0000 10%, #D52B1E);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 7px), #000 0);
    animation: load-spin 0.8s infinite linear;
  }
  .citation_s2{
    display: none;
  }
  .ct-tab{
      margin-bottom: 20px;
      height: 70px;
  }
  .ct-tab .nav-pills li a{
      width: 230px;
      height: 60px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      font-size: 18px;
      color: #000;
      border-bottom: 4px solid #B7B7B7;
      transition: all .3s ease-in-out;
      border-radius: 0;
  }
  .ct-tab .nav-pills li a.active{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .ct-tab .nav-pills li a.active{
    font-weight: 700;
    border-color: #D52B1E;
    color: #D52B1E;
    background-color: #fff;  
  }
  .ct-tab .nav-pills li a:hover{
    border-color: #D52B1E;
    color: #D52B1E; 
  }
  .err-msg{
    display: none;
    color: red;
    font-size: 12px;
  }
  .no-data{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 20px;
    margin-left: 25px;
  }
  .no-data img{
    width: 180px;
    height: auto;
  }
  .no-data h4{
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
  }
  .no-data-li{
    box-shadow: none !important;
  }
  .no-data-li:before{
    display: none;
    box-shadow: none;
  }
  @keyframes load-glass {
    0% {
      box-shadow: 0 0 #D52B1E inset;
    }
    100% {
      box-shadow: 0 -100px #ed3b65 inset;
    }
  }
  
  @keyframes load-tick {
    to {
      transform: rotate(359deg);
    }
  }
    
  @keyframes load-spin {
    to {
      transform: rotate(1turn);
    }
  }
  
  @keyframes load-pulse {
    0% {
      transform: scale(0.15);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }

  .match-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .dflex {
    display: flex;
    flex-direction: column;
  }
  .c-card{
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .section-md{
    padding: 60px 0;
  }
  .mb-30{
    margin-bottom: 30px;
  }
  .bg-light-grey{
    background-color: #efefef;
  }

  .why-citation-generator {
    background: url(../../images/plag-checker-bg-01.jpg) no-repeat;
    min-height: auto;
    /* background-size: cover; */
    background-position: top;
  }
  .media-generator{
    position: relative;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .media-generator .media-body{
    padding-left: 1em;
  }
  .media-generator .media-body h4{
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .media-generator .media-body p{
    margin: 0;
  }
  .media-generator:before{
    content: "";
    position: absolute;
    /* left: 0; */
    right: -20px;
    top: 20%;
    margin: 0 auto;
    width: 1px;
    height: 60%;
    background: hsla(0,0%,100%,.5);
    background: linear-gradient(80deg,hsla(0,0%,100%,0),#9f9f9f 50%,hsla(0,0%,100%,0));
  }
  .generator3::before, .generator6::before{
    display: none;
  }
  .pb-0{
    padding-bottom: 0;
  }
  .ct-para{
    margin-bottom: 15px;
  }
  .ct-para h4{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .ct-para p{
    margin-bottom: 0;
  }
.gradient-bg-ct{
  background-position: center;
  background-image: url('../images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

ul.ct-icon-list,
ul.ct-icon-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ct-icon-list {
  margin:0;
}

ul.ct-icon-list li {
  margin: 0.2em;
  margin-left: 1.6em;
}

ul.ct-icon-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #000;
}

.section-lg{
  padding: 90px 0;
}
.ref-card{
  padding: 2px;
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
}
.ref-card:before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  background: rgb(197,60,54);
  background: linear-gradient(0deg, rgba(197,60,54,1) 0%, rgba(161,24,115,1) 100%);
  border-radius: 10px;
}
.card-yellow::before{
  background: rgb(228,67,26);
  background: linear-gradient(0deg, rgba(228,67,26,1) 0%, rgba(254,201,15,1) 95%);
}
.card-blue::before{
  background: rgb(147,193,224);
  background: linear-gradient(0deg, rgba(147,193,224,1) 0%, rgba(129,190,227,1) 95%);
}
.ref-card-inner{
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  padding: 15px;
}
.ref-card-inner .media-left{
  width: 200px;
  text-align: center;
  min-width: 200px;
}
.ref-card-inner .media-body{
  padding-left: 0em;
}
.media-para:last-child{
  margin-bottom: 0;
}
.ref-card-inner .media-body a{
  word-break: break-all;
  text-decoration: underline;
  color: #0000ff;
}
.noter{
  margin-top: -10px;
}
.noter span{
  border-radius: 3px;
  padding: 0 10px;
  line-height: 1.6;
}
.reddish{
  background-color: #f2c3c9;
}
.yellowish{
  background-color: #ffffe1;
}
.greenish{
  background-color: #b8e6b8;
}
.blueish{
  background-color: #d6f4ff;
}
.media-ct h4{
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}
.mb-0{
  margin-bottom: 0;
}
.ct-tab-box{
  margin-bottom: 30px;
}
.ct-tab-box ul{
  border-bottom: 3px solid #D52B1E;
}
.ct-tab-box .tab-content{
  padding: 30px 30px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.ct-tab-box .nav-pills{
  width: 100%;
}
.ct-tab-box .nav-pills li{
  margin: 0px 2px;
  border-radius: 0;
}
.ct-tab-box .nav-pills li a {
  border-bottom: none;
  width: 100%;
  font-size: 24px;
  height: 65px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  border: 1px solid #d4d4d4;
  background: rgb(172,172,172);
  background: linear-gradient(0deg, rgba(172,172,172,0.3) 0%, rgba(255,255,255,1) 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1d1d1d;
}
.ct-tab-box .nav-pills li a::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 15px);
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f00;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.ct-tab-box .nav-pills li a.active::before{
  opacity: 1;
}
.ct-tab-box .nav-pills li.active{
  box-shadow: none;
  background-color: #D52B1E;
  color: #fff;
  font-weight: 600;
  background: #D52B1E !important;
  border-color: #D52B1E;
  border-radius: 4px 4px 0 0;
}
.ct-tab-box .nav-pills li a.active{
  color: #fff;
  background-color: #D52B1E;
  color: #fff;
  font-weight: 600;
  background: #D52B1E !important;
  border-color: #D52B1E;
  border-radius: 4px 4px 0 0;
}
.ct-tab-box .nav-pills li:last-child{
  padding-right: 0;

}
.ct-tab-box .nav-pills li:first-child{
  padding-left: 0;

}
.nav-justified{
  width: 100%;
  display: table;
}
.nav-justified>li {
  display: table-cell;
  width: 1%;
  padding: 0px 3px;
}
.questionTab{
  margin-bottom: 15px;
}
.questionTab h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.questionTab p{
  font-size: 14px;
  margin-bottom: 0;
}
.tab-pane .questionTab:last-child{
  margin-bottom: 0;
}
.playVideo{
  position: absolute;
  top:50%;
  left:50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 56px;
}
.playVideo img{
  width: 80px;
  height: auto;
}
.checkPaper{
  text-align: right;
}
.checkPaper a{
  font-weight: 700;
  text-decoration: underline;
  color: #0000ff;
  text-transform: uppercase;
  font-size: 18px;
}
.checkPaper a:hover{
  text-decoration: none;
}
.messages-li, .result-li{
  list-style: none;
  padding: 0;
  margin: 0;  
}
.messages-li li{
  position: relative;
  -webkit-box-shadow: 2px 0px 10px 5px rgb(212 212 212 / 30%);
  -moz-box-shadow: 2px 0px 10px 5px rgba(212,212,212,0.3);
  box-shadow: 2px 0px 10px 5px rgb(212 212 212 / 30%);
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 18px;
  padding-left: 40px;
}
.messages-li li del{
  padding: 0 3px;
  border-radius: 3px;
  background-color: #f5f5f5;
  text-decoration: line-through;
  color: #C10E00;
}
.messages-li li ins{
  background-color: #f5f5f5;
  color: #53a653;
}
.messages-li li b{
  font-weight: normal;
}
.messages-li li i{
  font-style: normal;
}
.messages-li li::before{
  content: "\f05a";
  font-family: "FontAwesome";
  left: 10px;
  top: 10px;
  color: #ff5705;
  font-size: 24px;
  position: absolute;
}
.result-li li{
  text-align: left;
  position: relative;
  padding-right: 20px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 18px;
  /* padding-left: 40px;*/
}
.btn.disabled, .btn:disabled{
  cursor: not-allowed;
  pointer-events: all !important;
}
.no-margin{
  margin: 0;
}
.no-gutter{
  padding-left: 0;
  padding-right: 0;
}

.tooltip1 {
  position: relative;
  display: inline-block;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding:8px 5px;
  position: absolute;
  z-index: 1;
  bottom: 122%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tx-box.has-error .help-block{
  position: absolute !important;
  left: 0 !important;
  bottom:0 !important;
  color: red;
  font-size: 12px;
}
.cg-bottom .help-block{
  position: absolute;
  bottom: -25px;
  color: red;
  font-size: 12px;
  left: 150px;
}
.cit-sub-header{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.citation-banner{
  margin-top: 0;
  transform: none;
  text-align: left;
}
.banner-content.citation-banner p{
  font-size: 18px;
  font-weight: 400;
}
.banner-subtitle{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px !important;
  line-height: 1;
  border-radius: 5px;
  background: #d52b1e;
  padding: 2px 8px;
  font-size: 14px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 992px) {
    .banner-wrap{
        width: 100%;
    }
    .cg-bottom.form-inline{
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .cg-bottom .form-group{
        width: 100%;
    }
    .cg-bottom .btn-filled{
        margin-top: 15px;
    }
    .generator4::before, .generator2::before {
      opacity: 0;
    }
    .generator3::before{
      opacity: 1;
      display: block;
    }
    .ct-tab-box .nav-pills li a{
      font-size: 20px;
    }
    .ct-para h4{
      font-size: 21px;
    }
    .cg-bottom .help-block{
      bottom: -25px;
      left: 153px;
    }
}

@media only screen and (max-width: 767px) {
  .media-generator:before{
    top: inherit;
    bottom: -35px;
    width: 100%;
    height: 1px;
    opacity: 1;
    display: block;
  }
  .generator6::before{
    opacity: 0;
  }
  .ct-para h4{
    font-size: 18px;
  }
  .ct-tab-box .nav-pills li a {
    font-size: 14px;
  }
  .cg-bottom .help-block{
    bottom: -20px;
    left: 0px;
  }
  .cg-bottom .form-control{
    height: 38px;
  }
  .cg-bottom label{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 500px) {
    .banner-wrap{
        width: 100%;
    }
    .citation_s1 p{
      font-size: 13px;
      line-height: 1.3;
    }
    .cg-bottom label{
        display: block;
    }
    .cg-bottom .form-group{
        flex-wrap: nowrap;
        display: block;
        text-align: left;
        margin: 0;
        margin-bottom: 5px;
    }
    .cg-bottom .form-control{
        width: 100%;
    }
    .citation-container{
        padding: 20px;
    }
    .btn-res{
        margin-top: 20px;
        white-space: nowrap;
    }
    .cs-btn .btn-outline{
        width: 100%;
    }
    .ref-card-inner .media{
      flex-direction: column;
    }
    .ref-card-inner .media-body{
      padding-top: 20px;
    }
    .ct-tab-box .nav-pills li a{
      font-size: 16px;
      line-height: 1.5;
    }
    .nav-justified>li{
      vertical-align: bottom;
    }
    .cit-header{
      height: 70px;
    }
    .citation_s1 h1{
      font-size: 21px;
      line-height: 1.7;
    }
    .ct-tab .nav-pills li a{
      font-size: 16px;
      width: 130px;
    }
    .messages-li li, .result-li li {
      word-break: break-all;
    }
    .no-data h3{
      font-size: 24px;
    }
}