.mainContent{
    margin:20px 0;
    min-height:calc(100vh - 175px)
}
@media (max-width:767px){
    .mainContent{
        min-height:1px
    }
}
 .card-lime-green-light-grayish.fill {
    background-color: #f3f3f3;
}

.referenceTab__horizontal button{
    font-size:16px;
    background-color:#e7e9ec;
    padding:8px 10px
}
.referenceTab__horizontal .nav{
    margin-bottom:-1px
}
.referenceTab__horizontal .nav-item{
    margin:1px 0
}
@media (max-width:767px){
    .referenceTab__horizontal .nav-item{
        width:25%
    }
}
.referenceTab__horizontal .nav-item .nav-link{
    border-radius:4px 4px 0 0;
    font-size:16px;
    padding:10px;
    min-width:188px;
    line-height:1;
    color:#2c2c2c;
    font-weight:700;
    position:relative;
    border:0;
    border-top:4px solid transparent
}
@media (min-width:768px) and (max-width:991px){
    .referenceTab__horizontal .nav-item .nav-link{
        min-width:130px
    }
}
@media (max-width:767px){
    .referenceTab__horizontal .nav-item .nav-link{
        min-width:1px;
        font-size:14px
    }
}
.referenceTab__horizontal .nav-item .nav-link.active,.referenceTab__horizontal .nav-item .nav-link:hover{
    background-color:#e7e9ec;
    border-top:4px solid #e48b35
}
.referenceTab__horizontal .nav-item .nav-link[aria-controls=more]:after{
    content:"";
    background-image:url(../img/chevron-down.svg);
    background-repeat:no-repeat;
    width:13px;
    height:7px;
    display:inline-block;
    margin-left:5px
}
.referenceTab__right{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px
}
.referenceTab__right .moreContainer{
    background-color:#fff;
    padding:15px 20px
}
@media (max-width:767px){
    .referenceTab__right .moreContainer{
        padding:10px
    }
}
.referenceTab__right .moreContainer>.row{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
}
@media (max-width:479px){
    .referenceTab__right .moreContainer>.row{
        -moz-column-count:1;
        column-count:1
    }
}
@media (max-width:767px){
    .referenceTab__right .moreContainer>.row{
        display:flex;
        flex-flow:row wrap;
        border-top-right-radius:0;
        max-height:200px;
        overflow:scroll;
        border-bottom-left-radius:8px
    }
    .referenceTab__right .moreContainer>.row>div{
        flex:0 0 100%
    }
}
/* .referenceTab__right .form-control{
    padding:10.5px 10px 10.5px 40px;
    border-radius:4px 0 0 4px!important
} */
.referenceTab__right .search-icon{
    position:absolute;
    left:12px;
    top:11px;
    z-index:4
}
.referenceTab__right .input-group .form-control{
    margin-top:0px;
}
@media (max-width:479px){
    .referenceTab__right .search-icon{
        top:10px
    }
}
.referenceTab__right .search-container{
    background-color:#e7e9ec;
    padding:10px;
    position:relative;
    border-radius:4px 4px 4px 4px;
    border:1px solid #e7eaf2
}
@media (max-width:479px){
    .referenceTab__right .search-container .input-group>.form-control{
        width:100%
    }
}
@media (max-width:479px){
    .referenceTab__right .search-container .input-group-append{
        width:100%;
        margin-top:20px
    }
}
@media (max-width:479px){
    .referenceTab__right .search-container .input-group-append .btn{
        width:100%;
        border-radius:4px
    }
}
.referenceTab__right .search-container .form-control{
    padding-left:40px;
    height:45px;
}
.referenceTab__right .tab-pane a{
    color:#2c2c2c
}
.referenceTab__right_link{
    line-height:25px;
    margin:0
}
.referenceTab__right_link a.active,.referenceTab__right_link a:hover{
    color:#e48b35
}
.referenceTab .other-option-wrap .or{
    color:#b1bdd6;
    font-size:14px;
    padding:4px;
    margin-top:20px
}
html{
    scroll-behavior:smooth
}
.referenceSource__accordion .panel-white{
    background-color:#fff;
    border:0;
    margin-bottom:20px
}
.referenceSource__accordion .panel-white:last-child{
    margin-bottom:0
}
.referenceSource__accordion .panel-white h3 a{
    font-size:22px;
    font-weight:500;
    padding:20px 40px 20px 20px;
    position:relative
}
@media (max-width:767px){
    .referenceSource__accordion .panel-white h3 a{
        font-size:16px;
        font-weight:400;
        padding:10px 30px 10px 10px
    }
}
.referenceSource__accordion .panel-white h3 a .icon{
    position:absolute;
    top:20px;
    right:20px
}
@media (max-width:767px){
    .referenceSource__accordion .panel-white h3 a .icon{
        right:10px
    }
}
.referenceSource__accordion .panel-white .panel-body{
    padding:0 20px 10px
}
.referenceSource__accordion .panel-white .panel-body ul li{
    color:#5f5f5f;
    margin-bottom:15px
}
.referenceSource__accordion .panel-white .panel-body ul li ul{
    margin-top:15px
}
.referenceSource__right .helpCard{
    position:relative;
    background-image:url(../img/background-city-green.svg);
    background-repeat:no-repeat;
    background-position:0 100%;
    padding-bottom:130px;
    border:0;
    overflow:hidden
}
.referenceSource__right .helpCard svg{
    max-width:100%;
    position:absolute;
    left:0;
    right:0;
    bottom:-36px
}
.generateReferencing .addBtn{
    display:flex;
    align-items:center
}
.generateReferencing .addBtn span{
    display:inline-block;
    background:#e48b35;
    color:#fff;
    border-radius:50%;
    width:20px;
    height:20px;
    text-align:center;
    font-size:20px;
    margin-right:5px;
    line-height:1;
    font-weight:400
}
.generateReferencing .dropdown-toggle{
    min-width:160px;
    box-shadow: none;
    color: black;
}
.generateReferencing h5{
    font-size:16px
}
.generateReferencing .light-blue{
    color:#b1bdd6
}
@media (max-width:767px){
    .fullHeight{
        height:auto
    }
}
.loadMore a svg{
    position:relative;
    top:-2px;
    fill:#3b5999
}
.loadMore a:hover{
    color:#e48b35
}
.addBtn svg,.loadMore a:hover svg{
    fill:#e48b35
}
.addBtn:hover{
    color:#3b5999!important
}
.addBtn:hover svg{
    fill:#3b5999
}
.search-result-wrapper{
    background:#fff;
    border-radius:8px;
    margin-top:10px;
    padding:0;

}
.search-result-wrapper .search-result-main{
    display:flex;
    border-bottom:1px solid #b1bdd6;
    padding-bottom:15px;
    padding-top:15px;
    align-items:center;
    padding: 20px;
}
@media (max-width:767px){
    .search-result-wrapper .search-result-main{
        align-items:flex-start
    }
}
.search-result-wrapper .search-result-main:last-child{
    border-bottom:0
}
.search-result-wrapper .search-result-main .medium-left{
    width:61px;
    height:61px;
    margin-right:15px
}
.search-result-wrapper .search-result-main .medium-left img{
    max-width:100%;
    max-height:100%
}
.search-result-wrapper .search-result-main .medium-right{
    display:flex;
    flex-direction:column;
    width:calc(100% - 76px)
}
.search-result-wrapper .search-result-main .medium-right a{
    color:#3b5999
}
.search-result-wrapper .search-result-main .medium-right .head{
    font-weight:600;
    margin-bottom:0
}
.search-result-wrapper .search-result-main .medium-right p{
    margin:0
}
.search-result-wrapper .search-result-main .medium-right .medium-detail{
    display:flex;
    align-items:center;
    flex-wrap:wrap
}
.search-result-wrapper .search-result-main .medium-right .medium-detail .web-detail{
    word-break:break-word
}
.search-result-wrapper .search-result-main .medium-right .medium-detail .sepreter{
    width:1px;
    height:19px;
    background:#b1bdd6;
    margin-left:15px;
    margin-right:15px
}
.example-reference-main{
    background:#fff;
    border-radius:8px;
    margin-top:30px;
    padding:20px
}
.rightBtn .btn {
    min-width: 235px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #b1b1b1;
    box-shadow: none;
    border-radius:4px;
    height: 35px;
    font-size: .8rem;
}
.generateReferencing .selectOption:hover svg{
    fill:#3b5999
}
.generateReferencing .selectOption+.dropdown-menu{
    left:auto!important;
    right:14px;
    transform:none!important;
    top:23px!important
}
.generateReferencing .dropdown-menu:before{
    height:29px;
    left:auto;
    right:17px
}
.generateReferencing #history-data>.dropdown.text-md-right{
    flex:none;
    max-width:none
}
.btn-xl {
    font-size: 16px;
    height: 45px;
    display: flex !important;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    background: #e48b35;
    color: white;
}

.referenceTab.mt-4{margin-top:0px !important}
.selectOption {
    background-color: #fff!important;
}
.card-lime-green-light-grayish.pb-4{padding-bottom:0px !important}.card-lime-green-light-grayish.pt-3{padding-top:1rem !important}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-menu .dropdown-item {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
}
.selectOption svg {
    fill: #e48b35;
}
.referenceTab__right .tab-content{padding-top:0px; padding-left:0px;}
.dropdown-toggle[aria-expanded=false] .icon {
    transform: rotate(90deg);
    display: inline-block;
}
.dropdown-toggle[aria-expanded=true] .icon {
    transform: rotate(270deg);
    display: inline-block;
    position: relative;
    right: -6px;
}
.dropdown-toggle:after{display: none !important;}
.dropdown span {
    vertical-align: 5px;
    color: #141414;
}
.card-blue-light-grayish.fill{
    background-color:#e7e9ec
}
.panel-heading a {
    padding: 8px 10px;
    display: block;
    color: #2c2c2c;
}
.referenceSource__accordion .panel-white h3 a .icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.panel-title a[data-toggle=collapse] .icon {
    transform: rotate(90deg);
}
.panel-title a[aria-expanded=true] .icon {
    transform: rotate(270deg);
    position: relative;
    right: 2px;
}
.card-orange-extra-light-grayish.fill {
    background-color: #fcf1df;
}
.orange1{
    color:#000000;
}
.card-lime-green-light-grayish.fill {
    background-color: #d3e2cf;
}
.btn-green {
    background: #51893e;
    color: #fff;
    border: 1px solid #51893e;
}
.green1{color:green;}
.generateReferencing .loader{
    margin-top: 100px;
    text-align: center;
}
.card-lime-green-light-grayish h1{color:#000; font-weight:700; margin-bottom:10px !important}
.card-orange-extra-light-grayish .mt-5{margin-top:0px !important}
@media (max-width:767px){.referenceTab.mt-4 {margin-top:20px !important;}.card-lime-green-light-grayish h1{font-size:22px;}.card-lime-green-light-grayish.fill{padding-left:15px; padding-right:15px;}}
.form-control {
    display: block;
    width: 100%;
    border: 1px solid #d8deea !important;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    color: #5f5f5f;
    padding: 7.6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.generateReferencing input{height:34px !important;width: calc(100% - 21px) !important;padding: 0 10px !important; margin-bottom:15px;}.generateReferencing .mb-1{margin-bottom:0px !important}
.form-group label {
    color: #2c2c2c !important;
    font-size: 14px !important;
   font-weight: 700;
   margin-bottom:3px;
   
}
.form-group.error label {
    color: #f05f5f;
}
.form-group.error .form-control input{
    border: 1px solid #f05f5f;
    color: #f05f5f;
}

.generateReferencing .orange {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
    color: #e48b35 !important;
    text-transform: none !important;
    box-shadow: none !important;
    margin:0 !important;
}
.generateReferencing .btn--transparent.mb-3{margin-bottom:1rem !important}
.generateReferencing .col-12.mt-3{margin-top:1rem !important}
.generateReferencing h2 {
    font-size: 26px;
    line-height: 34px;
    color: #2c2c2c;
    font-weight: 700;
}
.generateReferencing h5 {
    font-size: 16px;
    font-weight: 700;
}
.generateReferencing .mt-4{margin-top:1.5rem !important}.generateReferencing .mb-4{margin-bottom:1.5rem !important}.card-orange-extra-light-grayish.mt-5{margin-top:0 !important}
.card-lime-green-light-grayish .dropdown-menu:before {
position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(107px, 34px, 0px);
}
.card-lime-green-light-grayish .dropdown-menu:before {
    content: "";
    top: 5px;
    left: 55px;
    background-color: #fff;
    position: absolute;
    width: 13px;
    transform: rotate(-58deg) skewX(-25deg) scale(1.414,.707) translateY(-50%);
    height: 51px;
    border-top-right-radius: 12%;
    z-index: -1;
}
.card-lime-green-light-grayish .dropdown-menu .dropdown-item {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    padding:5px 10px 5px 10px !important;
}
.card-lime-green-light-grayish .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.card-lime-green-light-grayish .dropdown-menu {width:83%; border-radius: 4px !important;left: 17px;}
a.med{color:#c4343e}
.fullHeight {
    height: 100%;
}
.fullHeight h3.mb-2{
    margin-bottom:1rem !important
}
h3 {
    font-size: 22px;
    line-height: 27px;
    color: #2c2c2c;
    font-weight: 700;
}
@media (min-width: 768px){
.pr-md-4, .px-md-4 {
    padding-right: 1.5rem!important;
}
.pl-md-4, .px-md-4 {
    padding-left: 1.5rem!important;
}

}
@media (min-width:1200px){
    .col-md-8,.col-lg-7,.col-md-12,.col-lg-4,.col-12,.col-10,.col-md-4{
        padding-right: 15px;
    padding-left: 15px;
    }
    
}
@media (min-width:992px){ 
    .col-lg-9{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
}
}
@media (min-width:992px){ 
    .col-lg-9{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
}
}
.p-3 {
    padding: 1rem!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mt-3 {
    margin-top: 3rem!important;
}

.form-group.error .row label {
    color: red!important;
}
.form-group.error .form-group-inner input {
    border: 1px dashed red!important;
}
.input-group.form-group.mb-0.error{ border: 1px dashed red!important;}

#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
  }
  
  #main #faq .card .card-header {
    border: 0;
   box-shadow: none;;
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    box-shadow: none;
    display: block;
    text-align: left;
    background: #fff;;
    color: #222;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "";
    background: url(https://gaawebcontent.s3.amazonaws.com/images/minus.svg) no-repeat;
    width:18px;
    height:18px;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #e7e7e7;
    color: #fff;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
   content: "";
    background: url(https://gaawebcontent.s3.amazonaws.com/images/plus.svg) no-repeat;
    width:18px;
    height:18px;
  }
  
  #main #faq .card .collapsing {
    background: #fff;;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;;
    line-height: 30px;
    color: #222;
  }
  #main #faq .card-body{
    padding:15px;
  }
  .tab-content {
    padding: 2rem 1rem 1rem;
    z-index: 1;
}
.light-blue {
    background-color:transparent!important;
}
@media (min-width: 992px){
.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}}
.generateReferencing .col-md-4.top.fields19,.generateReferencing .col-md-4.top.fields20{
    width:100%;
    max-width: 100%;
    flex:1;
}
.card-header h3{
    margin-bottom:0px;
}
#main .container{
    padding: 0;
}
.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 14px; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); }
.d-flex{display: flex;}
.nav{list-style: none;}
.form-error {
    border: 1px dashed red!important;
}
.collapse {
    display: none;
}
.generateReferencing .dropdown .dropdown-menu .dropdown-item {
    padding-bottom: 5px;
    padding-top: 5px;
}
.generateReferencing .dropdown-toggle {
    box-shadow: none;
    color: black;
}
.btn { padding: 0.55rem 3.13rem;}
.form-bg { background: white; padding: 20px; margin-top: 45px; border-radius: 6px; } .form-bg-overwrite { margin-top: 0 !important; width: 100%; padding: 0 !important; margin-bottom:10PX; } .form-bg .uploaderfile-wrap { min-height: 100px; background: #efefef !important; border-radius: 6px; width: 100%; } .form-bg textarea.form-textarea { width: 100% !important; border: none; background: #efefef !important; padding: 10px !important; font-size: 14px; font-family: arial; resize: none; border-radius: 6px; height: 65px; position: inherit; } .file-upload { padding-right: 15px; }.file-upload { padding-bottom: 10px; } .filename-class { border: 0; padding: 0 0 0 20px; background-color: transparent; font-size: 12px; font-weight: 700; color: #2c2c2c; line-height: 1; background-image: url(https://cdn1.myassignmenthelp.com/lazyload-assets/online-exam/attachment-clip.svg); background-repeat: no-repeat; background-position: 0 1px; cursor: pointer; max-width: 71px; position: absolute; margin-top: -24; margin-left: 8px; } .uploadfilenew { width: 100%; padding-left: 33px !important; padding-top: 0px !important; } .d-flex{display:flex;} .align-items-center{align-items:center} .btn{margin:0;} .selct-cutom{ border-top: solid 1px white; border-bottom: solid 1px white; } .show-plagi-wrap .minus-but, .plus-but { margin-bottom: 1px!important; margin-top: 2px!important; } .clr-black{color:#000;} #sticky .form-error { border-bottom: 1px dashed red !important; border-bottom: 1px dashed red !important; border-top: none !important; border-left: none !important; border-right: none !important; } .filename-class{margin-left:24px !important} .master ul.pagination li:before{ display:none; }.form-bg textarea{border:none !important}footer a.btn-git {padding: 0.58rem 1.13rem;}.banner_new form.__Form .__input-box input, .banner_new form.__Form .__input-box select{border:none !important; width:100% !important;}

.referenceTab .search-no-result{
    background: #d3e2cf;
    color: red;
    padding: 0;
}@media (min-width: 992px) {.col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }}
.btn.focus, .btn:focus{box-shadow:none !important; outline:0;}