/* CSS file defining all custom CSS added into the site.  */

/* added to prevent horizontal scrolling on mobile*/
html, body {
    overflow-x: hidden;
}

a.deco-none {
    color: #000000 !important;
    text-decoration: none;
}

.bg-menu:hover {
    background-color: #0079C1;
    color: #FFFFFF;
}

.clickable {
    cursor: pointer;
}


/*loading spinner BEGIN*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/*loading spinner END*/

.footer-links a {
    color: #3c4043;
    cursor: pointer;
    margin-left: 40px;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: .00625em;
    /*font-family: 'Google Sans',Roboto,Arial,sans-serif;*/
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.pills-button-custom.active {
    /* placeholder*/
    border: 1px solid #dadce0 !important;
    color: #1967d2 !important;
    padding: 5px 13px !important;
    margin: 8px 8px 8px 0 !important; /* top right bottom left */
    background-color: #e8f0fe !important;
    box-shadow: none !important;
}

.pills-button-custom:not(.active) {
    background-color: transparent !important;
    border: 1px solid #dadce0 !important;
    color: #3c4043 !important;
    padding: 5px 13px !important;
    margin: 8px 8px 8px 0 !important; /* top right bottom left */
    box-shadow: none !important;
}

/*heroes begin*/
@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
}

/*heroes END*/

/* headers BEGIN*/
.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}

/* headers END*/


/*pricing page BEGIN*/
.pricing-container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

/*pricing page END*/

.no-wrap-row {
    white-space: nowrap;
    overflow: hidden;
}

.optioncharts-table-styling {
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 400;
}


/*signin BEGIN*/

.signin-body {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #f5f5f5;*/
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    /*margin-bottom: 10px;*/
    margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*signin END*/

/*features (plans page) BEGIN*/
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
}

.icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
}

.icon-link:hover > .bi {
    transform: translate(.25rem);
}

.icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: .5rem;
}

.rounded-5 {
    border-radius: 1rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*features (plans page) END*/

.remove-link-styling {
    text-decoration: none !important;
}

/* custom color for bootstrap button primary BEGIN */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0079D3 !important;
}

.btn-outline-primary {
    color: #0079D3;
    background-color: transparent;
    background-image: none;
    border-color: #0079D3
}

.btn-outline-primary:hover {
    color: white;
    background-color: #0079D3;
    border-color: #0079D3
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: #0079D3;
    border-color: #0079D3;
}

/* custom color for bootstrap button primary END */

.chart-title-custom1 {
    font-size: 1.3rem;
    /*font-weight: 400;*/
    /*letter-spacing: 0;*/
    /*line-height: 1.5rem;*/
}

.chart-title-custom2 {
    font-size: 1.7rem;
}

.black-text {
    color: black !important;
}

i {
    /*color: black;*/
    color: rgba(0, 0, 0, 0.80);
}

.responsive-video {
    max-width: 100%;
    height: auto;
}

/* added so bootstrap button groups have vertical spacing when small screen. */
@media (max-width: 600px) {
    .btn-group.inline {
        margin-bottom: 5px; /* adjust as needed */
    }
}

.border-soften-fix {
    border: 1px solid #ced4da !important;
}

/* text for legalese docs */
.oc-st {
    font-size: 12px;
}

.btn-secondary {
    background-color: #6c757d !important;
}

/* tableSortable BEGIN */
/*  Adds a arrow when clicking column header */
.table_sortable thead th.desc:after {
    content: '↓';
}

.table_sortable thead th.asc:after {
    content: '↑';
}
/* tableSortable END */
