
:root{
    --gray-text-colour: #515151;
    --light-blue-bg-colour: rgb(30, 191, 232);
    --green-colour: #71BF4B;
    --green-colour-25: rgba(113, 191, 79, 0.4);
    --red-colour: #EF3E43;
    --red-colour-30: rgba(239, 62, 67, 0.3);
    --blue-colour: #1EBFE8;
    --blue-colour-50: #D3EDF8;
    --orange-colour-50: rgba(251, 177, 87, 0.51);
    --orange-colour: rgb(251, 177, 87);
}

.orangeColour{
    color: var(--orange-colour);
}

.blueColour{
    color: var(--blue-colour);
}

.redColour{
    color: var(--red-colour);
}



#atomicreach-sidebar-wrapper{
    /*padding: 15px;*/
}

#atomicreach-sidebar-wrapper .components-base-control .components-base-control__field{
    margin-bottom:15px;
}

.no-border{
    border-left-width:0;
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:0;
}
#atomicreach-sidebar-wrapper .components-panel{
    border-left-width:0;
    /*border-top-width:0;*/
    border-right-width:0;
    /*margin-bottom: 10px;*/
}

#atomicreach-sidebar-wrapper .sidebar-title-header .components-panel__body-title:hover{
    background-color:transparent;
}
#atomicreach-sidebar-wrapper .sidebar-title-header .components-panel__body-title::-moz-focus-inner,
#atomicreach-sidebar-wrapper .sidebar-title-header .components-panel__body-title:focus,
#atomicreach-sidebar-wrapper .sidebar-title-header .components-panel__body-title button:focus{
    border: 0;
    outline:none;
}

#atomicreach-sidebar-wrapper .list-group-item .dashicons{
    width:8%;
}

#atomicreach-sidebar-wrapper .list-group-item button{
    margin-left:10px;
    padding: 0 6px 1px;
    height: 24px;
}
#atomicreach-sidebar-wrapper .components-button.highlighting{
    background-color: var(--orange-colour-50);
    border-color: var(--orange-colour-50);
    border: none;
    box-shadow: none;
}
#atomicreach-sidebar-wrapper .components-button.highlighting svg path{
    fill:white;
}



#atomicreach-sidebar-wrapper .countIcon{
    height:45px;
}
.components-panel__body-toggle.components-button:focus:not(:disabled):not([aria-disabled=true]){
    border: 0;
    outline:none;
}
#atomicreach-sidebar-wrapper .sidebar-title-header .components-panel__body-title button{
    /*padding: 15px 0 2px 0;*/
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    font-weight: initial;
    font-size: 16px;
    color: #555555;
}

#atomicreach-sidebar-wrapper .profile-button-wrapper{
    padding: 15px;
}

#atomicreach-sidebar-wrapper hr{
    margin-left:-15px;
    width:115%;
    margin-bottom: 0;
    margin-top: 0;
}
.hide{
    display: none !important;
}
.ar-plugin-container{
    border-bottom:none;
}
#atomicreach-sidebar-wrapper .components-panel__row h3{
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 13px;
}

#atomicreach-sidebar-wrapper .collapse{
    width:100%;
    padding: 0 16px 0 16px;
    margin:0;
}
#atomicreach-sidebar-wrapper .sidebar-title-header li{
    margin-bottom: 15px;
}

#atomicreach-sidebar-wrapper .card{
    border: 1px solid rgba(0,0,0,.1);
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    padding: 3px 0;
}
#atomicreach-sidebar-wrapper .card-header{
    background-color: #fff;
    padding: .1rem 1rem!important;
    border-bottom: none;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.paragraphTaskListCardLevel1 {
     margin-top: 6px;
     margin-bottom: 6px;
     border-radius: 7px!important;
 }
.paragraphTaskListCardLevel1 h5 {
    align-items: center;
    justify-content: center;
 }
.paragraphTaskListCardLevel1 .badge{
    margin-right:15px;
}

#atdWrapper h3 {
    color: #545454;
    font-size: 1.2rem;
    margin-top:0;
}

#atomicreach-optimize-button{
    background-color:var(--blue-colour);
    color:white;
    text-shadow:none;
    box-shadow:none;
    border:transparent;
}

#atomicreach-optimize-button:disabled{
    cursor: not-allowed;
}

#atomicreach-sidebar-wrapper .components-panel__row{
    margin: 0 -16px;
}

.optimize-button{
    background-color:var(--blue-colour);
    color:white;
    text-shadow:none;
    border-radius: 20px;
    box-shadow:none;
}



.badge-blue {
    background-color: #d3edf8;
}
.badge-orange {
    background-color: var(--orange-colour);
}
.badge {
    padding: 4px;
}
.badge {
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 0.25em 0.4em;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

/* Highlighting */

.hideHighlighting{
    border-bottom: none !important ;
}
.optimizedWord{
    border-bottom: 2px solid var(--blue-colour) ;
}
.arSpellingGrammar{
    border-bottom: 2px solid var(--red-colour) ;
}

.complianceWord{
    border-bottom: double var(--red-colour) ;
}
.arParagraphLength{
    border: none !important;
    background-color: var(--orange-colour-50);
}

.disabled .arPopoveReplacementWordItem{
    color: #f15257;
}
.disabled-container{
    display: inline-block;
    cursor: not-allowed;
    padding: .25rem .5rem .5em 0;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    cursor:pointer;
}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
/* Highlighting End */
#atomicreach-revert-button{
    font-size: 12px;
    float: right;
    padding-top: 2%;

}
.improvementBlock {
    display: flex;
}
.improvementBlock .dashicons {
    margin-right: 5px;
}
.improvementBlock .fa-check-circle {
    margin-top: 2px;
}
