﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6; 
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
    position: initial !important; /* MOZ bar chrome extension fix */
}

.footer {
    vertical-align:middle;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    white-space: nowrap;
}

footer.footer .title {
    padding-bottom: 0;
    margin-bottom: 0.3em;
    color: #313b77;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

/*********** custom *************/
.results-table td {
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*close tab*/
span.close-tab {
    display: inline-block;
    position: relative;
    left: 8px;
    font-size: 20px;
    line-height: 20px;
}

    span.close-tab:hover {
        color: red;
    }

.dropdown-menu a {
    cursor: pointer;
}

*, ::after, ::before {
    box-sizing: border-box;
}


/* alert boxes */
.alert-dismissible .close {
    padding: 0 6px;
}

.red-strike {
    text-decoration: line-through red;
    text-decoration-thickness: 2px;
}


/*********** icons *************/
.grey-icon {
    font-size: 12px;
    color: #A9A9A9; /*darkgray*/
}

/*********** special card price *************/
.sale-banner {
    display: inline-block;
    transform: rotate(5deg);
    width: auto;
    height: 38px;
    background-color: #000;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #000;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: relative;
    color: yellow;
    font-weight: bold;
    font-size: 22px;
    line-height: 38px;
    padding: 0 10px 0 10px;
    position: relative;
    top: 8px;
}

    /* Makes the triangle */
    .sale-banner:before {
        content: "";
        position: absolute;
        display: block;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 19px solid #000;
    }

    /* Makes the circle */
    .sale-banner:after {
        content: "";
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -9px;
        top: 17px;
    }




/*********** countdown clock *************/
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 40px;
}

    #clockdiv > div {
        padding: 8px 8px 2px 8px;
        border-radius: 3px;
        background: #080808;
        display: inline-block;
        color: #fff;
    }

    #clockdiv div > span {
        padding: 0 5px;
        border-radius: 3px;
        background: darkslategray;
        display: inline-block;
        color: red;
        font-weight: 600;
    }

.smalltext {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 400;
}

/************** Autocomplete ***************/
.ui-menu.ui-autocomplete {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 4px 8px 4px 8px;
    background-color: #Fff !important;
    margin: 0;
    padding: 0;
}

.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    padding: 3px 15px;
}

.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    border: none;
}

.ui-menu.ui-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .fa-times {
    display: inline-block;
    color: #fff !important;
}

.ui-menu.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .fa-times:hover {
    color: red !important;
}

.ui-menu.ui-autocomplete .fa-times {
    display: none;
    float: right;
    padding-top: 4px;
}

/********* Toast */
#toast-container {
    position: fixed;
    z-index: 1055;
    top: 5px;
    right: 5px;
}

#toast-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px
}

#toast-container > #toast-wrapper > .toast {
    min-width: 150px
}

#toast-container > #toast-wrapper > .toast >.toast-header strong {
    padding-right: 20px
}

.toast-keywords-generating
{
    background-color: #FFFACD;
    color: #2F4F4F;
}

.toast-keywords-generated{
    background-color: #98FB98;
    color: #2F4F4F;
}

.toast-error{
    color: red;
}

.shake-button{
    animation: shake 0.4s;
    animation-iteration-count: initial;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-4deg); }
    20% { transform: translate(-3px, 0px) rotate(0deg); }
    30% { transform: translate(3px, 2px) rotate(4deg); }
    40% { transform: translate(1px, -1px) rotate(0deg); }
    50% { transform: translate(-1px, 2px) rotate(-4deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(4deg); }
    80% { transform: translate(-1px, -1px) rotate(-4deg); }
    90% { transform: translate(1px, 2px) rotate(1deg); }
    100% { transform: translate(1px, -2px) rotate(0deg); }
}


/******* change log icon */
#HW_badge_cont {
    width: initial !important;
    height: initial !important;
    top: -32px !important;
    left: 75px;
}

/******* google re-captcha */

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-disclaimer {
    font-size: 12px;
    color: #6c757d !important;
}

/******* SERP Score Settings */
#report-settings-modal .form-check {
    padding-left: 0;
}

#report-settings-modal .custom-switch {
    display: inline-block;
}

#report-settings-modal .form-check i.fa {
    top: -28px !important;
    left: 80px;
}
#report-type-tabs .nav-link.active {
    background-color: unset !important;
    border-bottom: 2px solid #007bff !important;
    border-radius: unset !important;
    color: #007bff !important;
}
#report-type-tabs .nav-link {
    background-color: unset !important;
    border-bottom: unset;
    border-radius: unset !important;
    color: grey !important;
}

.disabled-button-wrapper {
    display: inline-block;
}

    .disabled-button-wrapper .btn[disabled] {
        pointer-events: none;
    }

.disabled-button-wrapper {
    cursor: not-allowed;
}


/******************************************/
/******** Full screen modal  icons ********/
/******************************************/

.modal {
    padding-right: 0px !important;
}

.modal-dialog.fullscreen {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
}

    .modal-dialog.fullscreen .modal-content {
        max-height: 100% !important;
    }





/******************************************/
/******** Icons ********/
/******************************************/

.far.scroll-to-top-page {
    display: none;
}

.scroll-to-top-page {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.scroll-to-top-icon {
    bottom: 10px;
    font-size: 24px;
    color: #404040;
    background: white;
    cursor: pointer;
    z-index: 999;
}