:root {
  --red: #f45d48;
  --blue: #429AFF;
  --blue-alt: #4199FF;
  --blue-shadow: rgba(65, 153, 255, 0.45);
  --yellow: #ffc107;
}

html {
    font-size: 15px;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

body {
    /*overflow-x: hidden;*/
    /* Prevent scroll on narrow devices */
    background: #FAFAFA;
    color: #495057;
    font-family: 'Comfortaa', sans-serif;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

div.hidden-anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

input:not(.custom-styled) {
    width: 100%;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 7px;
    border: solid 2px #FFF;
    resize: none;
    outline: none;
    color: #333;
    font-size: 1rem;
}

input:not(.custom-styled):focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
}

input:read-only, input:read-only:focus {
    color: #333 !important;
    background-color: #e9ecef !important;
    border: solid 2px #e9ecef !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.header {
    background-color: #FFFFFF;
    height: 71px;
    line-height: 71px;
    position: relative;
    z-index: 999;
}
.header .logo{
    padding-left: 15px;
}
.header a{
    text-decoration: none;
}
.header .brandname {
    font-size: 23px;
    color: #495057;
    vertical-align: middle;
    padding-left: 5px;
}
.logo svg{
    vertical-align: middle;
}
.header-avatar {
    float: right;
    text-decoration: none;
    font-size: 20px;
    color: black;
}
.header-avatar:hover {
    color: black;
}
.header-avatar img{
    cursor: pointer;
    border-radius: 50%;
    margin: 0;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 0;
    vertical-align: middle;
}
.header-avatar .yellow {
    color: #ffc107;
}

#login-wrapper {
    float: right;
    padding-right: 15px;
}

#login-wrapper #getting-started {
    text-decoration: none;
    font-size: 15px;
    color: #495057;
    padding-right: 10px;
}

#login-wrapper #getting-started:hover {
    font-weight: 600;
}

.modal-open, #requestModalLong, #settingsModalLong {
    padding-right: 0 !important;
}

.modal-header .row {
    background: #FAFAFA;
    border-top-right-radius: .3rem;
    border-top-left-radius: .3rem;
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}

#shadow {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #0006;
    z-index: 1000;
}

#popup_holder {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 10%;
    right: 10%;
    text-align: center;
}

#popup {
    opacity: 1;
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 700px;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 1px 1px 5px 5px #00000040;
    overflow: auto;
    border-radius: 4px;
    text-align: left;
}

#popup .fa-times {
    float: right;
    margin-top: -25px;
}

#modal-confirm {
    color: white;
    padding: 12px 50px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
    float: right;
}

#modal-confirm:disabled {
    opacity: 0.5;
    cursor: auto;
}

#popup-subtitle {
    color: #B1B1B1;
    font-size: 1.1rem;
}

#popup-input {
    padding: 5px 0px 35px 0px;
}

#popup-input input {
    background-color: #FAFAFA;
    border: solid 2px #FAFAFA;
}

#popup-input input:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
}

#track-filter-dropdown-menu input {
    background-color: #FAFAFA;
    border: solid 2px #FAFAFA;
    height: 40px;
    font-size: 13px;
    box-shadow: none;
}

#track-filter-dropdown-menu input:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
}

#track-filter-dropdown-menu select {
    font-size: 13px;
    height: 40px;
    width: 100%;
    border-radius: 7px;
    background-color: #FAFAFA;
    color: #333;
    outline: none;
    background-image: url(../icons/svgs/chevron-down.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 13px top 15px;
    border: solid 2px #FAFAFA;
}
#track-filter-dropdown-menu select::-ms-expand {
    display: none;
}
#track-filter-dropdown-menu select:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
    background-image: url(../icons/svgs/chevron-down-active.svg);
}

#track-filter-dropdown-menu label {
    font-weight: 500;
}

#popup-input select {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #FAFAFA;
    color: #333;
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    background-image: url(../icons/svgs/chevron-down.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 20px top 22px;
    border: solid 2px #FAFAFA;
}
#popup-input select::-ms-expand {
    display: none;
}

#popup-input select:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
    background-image: url(../icons/svgs/chevron-down-active.svg);
}

#content {
    margin-bottom: 220px;
}

.sticky-navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    margin-top: 1px;
    background-color: #fff;
    z-index: 10;
    text-align: center;
    height: 55px;
    white-space: nowrap;
    overflow: hidden;
}

.sticky-navbar-items {
    overflow: auto;
}

.sticky-navbar-items a {
    padding: 15px 0px 15px 0px;
    margin: 0px 30px;
    display: inline-block;
    font-size: 15.5px;
    color: #B1B1B1;
    text-align: center;
    border-bottom: solid 2px #fff;
    text-decoration: none;
    transition: border 0.5s ease, color 0.5s ease;
}

.sticky-navbar a.active,
.sticky-navbar a:hover{
    color: #f45d48;
    border-color: #f45d48;
}

.banner {
    padding: 12px 5px;
    background: #fef7e0;
    color: #495057;
}

.banner-text{
    padding: 0 20px 0 20px;
    width: 80%;
    display: inline-block;
    font-size: 15px;
}

.banner-button{
    padding: 0 20px 0 0;
    display: inline-block;
    float: right;
}

.banner-button a{
    border-radius: 4px;
    background-color: #f9ab00;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.banner-button a:hover{
    box-shadow: 0 3px 3px -2px rgba(227,116,0,0.2), 0 3px 4px 0 rgba(227,116,0,0.14), 0 1px 8px 0 rgba(227,116,0,0.12);
}

.banner i{
    padding-right:5px;
    font-size:20px;
}

.banner a {
    color: #495057;
    font-weight: 600;
}

.banner i,
.banner span{
    vertical-align: middle;
}

.banner:empty {
    display: none;
}

.user-profile-dropdown, .settings-dropdown {
    display: none;
    position: absolute;
    width: 235px;
    background-color: #000;
    background: #FFFFFF;
    box-shadow: 0 4px 21px 0 rgba(49, 49, 49, 0.2);
    padding: 0px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 9;
    line-height: 1.5rem;
}

.user-profile-dropdown {
    right: 35px;
    top: 70px;
}

.settings-dropdown {
    right: 24px;
    top: 8px;
}

.user-profile-dropdown .wrapper, .settings-dropdown .wrapper {
    width: 100%;
    float: left;
    padding: 20px 20px;
}

.user-profile-dropdown #user-profile-user {
    width: 100%;
    float: left;
}

.user-profile-dropdown #user-profile-user div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-profile-dropdown #user-profile-user div:nth-child(2) {
    font-size: 13px;
}

.user-profile-dropdown #user-profile-user div:last-child {
    color: #A3A7B5;
    font-size: 13px;
}

.user-profile-dropdown #user-profile-items {
    display: none;
    width: 100%;
    float: left;
    border-top: 1px solid #FAFAFA;
    padding-top: 20px;
    margin-top: 20px;
}

.settings-dropdown .settings-items {
    line-height: 15px;
    padding: 20px;
}

.settings-dropdown .settings-items a span {
    background-color: #ccc;
    font-size: 10px;
    margin-right: -5px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    padding: 1px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    float: right;
}

.user-profile-dropdown #user-profile-items a, .settings-dropdown .settings-items a {
    padding: 0 0 15px 0;
    text-decoration: none;
    color: #495057;
    display: block;
}

.user-profile-dropdown #user-profile-items a:last-child, .settings-dropdown .settings-items a:last-child {
    padding: 0;
}

.user-profile-dropdown #user-profile-items a:hover, .settings-dropdown .settings-items a:hover {
    color: #429AFF;
}

.settings-dropdown .settings-items a:hover span {
    background-color: #429AFF;
}

.user-profile-dropdown #user-profile-sign-out, .settings-dropdown .remove-form {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #F9F9F9;
}

.user-profile-dropdown #user-profile-sign-out a, .settings-dropdown .remove-form span {
    text-decoration: none;
    color: #FF5252;
}

.user-profile-dropdown #user-profile-sign-out a:hover, .settings-dropdown .remove-form span:hover {
    color: #e60000;
}

.open-modal {
    cursor: pointer;
}

.dashboard-blocks {
    position: relative;
    z-index: 1;
}

.dashboard-blocks.d-flex{
    margin-right: -10px;
    margin-left: -10px;
}

.dashboard-blocks .block-wrapper {
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.07);
    padding: 0;
    border-radius: 7px;
    margin: 0 10px 20px 10px;
    min-width: 250px;
    color: #495057;
}

.dashboard-blocks .block {
    float: left;
    width: 100%;
    padding: 15px 20px 30px 20px;
    color: #495057;
}

.dashboard-blocks a.block {
    text-decoration: none;
    cursor: pointer;
}

.dashboard-blocks a.block:hover {
    position: relative;
    top: -1px;
    box-shadow: 0px 10px 44px 10px rgb(233, 235, 243);
}

.dashboard-blocks .block .fa-stack {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.dashboard-blocks .uom {
    font-size: 14px;
}

.dashboard-slider {
    float: left;
    width: 100%;
    text-align: center;
}

.dashboard-slider a {
    background-color: #ccc;
    width: 19px;
    height: 10px;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 12px;
    -webkit-transition: all .5s ease;
    transition: all 0.5s ease;
}

.dashboard-slider a.active {
    background-color: #429AFF;
    width: 30px;
}

.form-settings-wrapper, .team-users-settings-wrapper {
    position: absolute;
    right: 7px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    color: #b1b1b1;
}

.form-settings-label, .team-users-settings-label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.dashboard-blocks .form-settings, .dashboard-blocks .team-users-settings {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.dashboard-blocks .form-settings-wrapper:hover, .dashboard-blocks .team-users-settings-wrapper:hover {
    cursor: pointer;
    color: #495057;
}

.dashboard-blocks .responses-count {
    padding: 0px 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

.dashboard-blocks .responses-count.yellow {
    color: #b06000;
    background-color: #fef7e0;
}

.dashboard-blocks .responses-count.green {
    color: #0e6245;
    background-color: #cbf4c9;
}

.dashboard-blocks .responses-count.blue:empty, .dashboard-blocks .responses-count.red:empty, .dashboard-blocks .responses-count.green:empty {
    border: none;
}

.responses-summary-wrapper {
    display: none;
}

.responses-summary {
    position: absolute;
    background-color: #000;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 21px 0 rgba(49, 49, 49, 0.2);
    padding: 0px;
    overflow: hidden;
    border-radius: 8px;
    z-index: 9;
    /*    line-height: 1.5rem; */
    font-size: 14px;
}

.responses-summary tr:first-child {
    background: #FAFAFA;
}

.responses-summary th {
    padding: 10px 15px;
}

.responses-summary td {
    padding: 4px 15px;
}

.responses-summary tr:last-child td {
    padding: 4px 15px 15px 15px;
}

.responses-count:hover+.responses-summary-wrapper, .responses-summary-wrapper:hover {
    display: block;
}

.dashboard-blocks .blue {
    color: #36a2eb;
}

.dashboard-blocks .red {
    color: #f45d48;
}

.dashboard-blocks .green {
    color: #4bc0c0;
}

.dashboard-blocks .counts {
    font-size: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
    margin: 0 auto;
}

.dashboard-blocks .form-title {
    font-weight: 500;
    font-size: 1.4rem;
    padding: 22px 0 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}

.dashboard-blocks .last-used {
    color: #b1b1b1;
    font-size: 15px;
}

.my-teams-forms .team-user-email {
    border-left: 3px solid #429AFF;
    padding-left: 7px;
}

.my-teams-forms .team-user-expand {
    color: #B1B1B1;
    padding-left: 15px;
    font-style: italic;
    font-size: 0.9rem;
    cursor: pointer;
}

.my-teams-forms .team-user-expand:hover {
    color: #495057;
}

.prev-button-wrapper, .next-button-wrapper {
    font-size: 19px;
}

.prev-button-wrapper:hover {
    color: #429AFF;
    cursor: pointer;
    position: relative;
    left: -1px;
}

.next-button-wrapper:hover {
    color: #429AFF;
    cursor: pointer;
    position: relative;
    right: -1px;
}

#new-plan-details select {
    height: 55px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFF;
    color: #333;
    outline: none;
    border: solid 2px transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    background-image: url(../icons/svgs/chevron-down.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 20px top 22px;
    border: solid 2px #FFF;
}
#new-plan-details select::-ms-expand {
    display: none;
}
#new-plan-details select:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
    background-image: url(../icons/svgs/chevron-down-active.svg);
}

.breadcrumbs-wrapper .level:hover {
    cursor: pointer;
    color: #4199FF;
}

#team-users.is-invalid {
    border: solid 2px red;
}

.edit-team-users-input-wrapper {
    line-height: 55px;
    height: 55px;
    margin-bottom: 10px;
}

.edit-team-users-input-wrapper input {
    display: inline-block;
    width: 90% !important;
}

.edit-team-users-input-wrapper i {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #B1B1B1;
    padding-left: 10px;
    font-size: 1.5em;
}

.edit-team-users-input-wrapper i:hover {
    color: #495057;
}

#add-team-user {
    float: left;
}

#add-team-user:hover {
    color: rgb(66, 154, 255);
    cursor: pointer;
}

.check-out-box {
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    border: solid 2px transparent;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    border: solid 2px #FFF;
    position: sticky;
    top: 65px;
}

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

.rounded-circle {
    display: inline-block;
    height: calc(1em + .5rem);
    border-radius: 10rem;
    padding: .25rem .35rem;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    margin-right: 4px;
    margin-top: 2px;
}

.rounded-circle.success {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96;
}

.rounded-circle.optional {
    background-color: #fef7e0;
    color: #b06000;
}

.plan-name span {
    background-color: rgba(66, 154, 255, .2);
    /*color: #429AFF;*/
    display: inline-block;
    padding: .35rem .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
}

.card-shadow {
    border: none;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1)!important;
}

.fixed-help-icon {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1000;
}

.fixed-help-icon i {
    --fa-primary-opacity: 0.8;
    --fa-secondary-opacity: 0.2;
    color: #429AFF;
    cursor: pointer;
}


.pricing-cards-section-header{
    font-size:.9rem;
    font-weight: bold;
}

.pricing-cards-users,
.pricing-cards-features{
    font-size:.95rem;
}

.pricing-disclaimer{
    font-size: .85rem;
    text-align: center;
    padding-top: 5px;
}

h4 {
    font-size: 18px;
}

h3 {
    font-weight: normal;
}

.page-item.active .page-link{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.page-link, .page-link:hover{
    color: #212529;
}
.page-link:focus{
    box-shadow: none;
}

/* portals page */
.modal-header #recipients{
    border-right: 1px solid #d7d9db;
}

#tabs{
    width:100%;
    display:table;
    table-layout:fixed;
    background: #FAFAFA;
    padding: .75rem;
}
#tabs .active,
#tabs #recipients:hover,
#tabs #form-response:hover{
    fill: #f45d48;
    color: #f45d48;
}
#tabs div{
    display: table-cell;
    text-align: center;
    cursor: pointer;
}
#tabs svg{
    width: 20px;
    height: 23px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 5px 3px 0;
}

.actions i{
    font-size: 18px;
}

.actions i:hover{
    color: #f45d48;
}

/* Contact page */

#contact-us-form table {
    font-size: 15px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 0;
    border-radius: 7px;
    border: none;
}

#contact-us-form table td {
    border: none;
}

#contact-us-form select {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFF;
    color: #333;
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    background-image: url(../icons/svgs/chevron-down.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 20px top 22px;
    border: solid 2px #FFF;
}
#contact-us-form select::-ms-expand {
    display: none;
}
#contact-us-form select:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
    background-image: url(../icons/svgs/chevron-down-active.svg);
}

#contact-us-form textarea {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    padding: 10px;
    border-radius: 7px;
    border: solid 2px #FFF;
    resize: none;
    outline: none;
}

#contact-us-form input:focus {
    outline: none;
}

#contact-us-form textarea:focus {
    border: solid 2px #4199FF;
    color: #4199FF;
    box-shadow: 0 0 10px 0 rgba(65, 153, 255, 0.45);
    transition: all 0.5s ease;
}

#contact-us-form button {
    width: 100%;
    height: 55px;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
}

/*
#contact-us-form:after{
    background-image: url(../icons/svgs/abstract-background-2.svg);
    background-repeat: no-repeat;
    background-size: 640px;
    position: absolute;
    width: 640px;
    height: 640px;
    top: 150px;
    right: -20%;
    z-index: -10;
    content: "";
}
*/

/* needs to be replaced with h1 header */

#body-title {
    text-align: center;
    font-size: 40px;
    color: #33424f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-card {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.faq-question {
    text-decoration: none;
    color: black;
    font-size: 20px;
    cursor: pointer;
}

[id^=collapse] {
    color: #606060;
    line-height: 1.8;
    font-size: 1.0rem;
}

.faq.fa-angle-down {
    font-size: 20px;
    padding-right: 18px;
    padding-top: 3px;
}

.verticalLine {
    border-left: medium solid #DA625C;
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 220px;
    color: #999999;
    background-color: #fff;
    border-top: 1px solid #FAFAFA;
}

.footer-links, .footer-links:hover {
    color: #999999;
}

#footer-heart {
    width: 13px;
    max-width: 13px;
    text-align: center;
    display: inline-block;
}

#footer-heart i {
    animation: heart-pulse 3s infinite;
}

@keyframes heart-pulse {
    from {
        color: rgba(225, 89, 30, 1);
        font-size: 100%;
    }
    to {
        color: rgba(225, 89, 30, 0.4);
        font-size: 90%;
    }
}

.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);
}

/* 1st tooltip */
span.custom-tooltip-text {
    background: #495057;
    opacity: 1;
    border: 1px solid #495057;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    height: auto;
    line-height: 1.4;
    position: absolute;
    text-align: left;
    right: -20px;
    display: none;
    padding: 5px;
}

span.custom-tooltip-text a {
    color: white;
    text-decoration: underline;
}

p.custom-tooltip {
    padding-left: 3px;
    display: inline;
    position: relative;
    cursor: pointer;
}

p.custom-tooltip:hover span {
    display: block;
    z-index: 1;
}

/* 2nd tooltip */
div.custom-tooltip-2 {
  position: relative;
  display: inline-block;
}

div.custom-tooltip-2 .tooltiptext {
  visibility: hidden;
  padding: 5px 5px;
  background-color: #495057;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-size: 12px;
  width: 180px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  margin-left: -25px;
}

div.custom-tooltip-2:hover .tooltiptext {
  visibility: visible;
}

.fa-times, .fa-bell, .fa-pencil, .fa-floppy-o {
    cursor: pointer;
}

#action-icons:hover {
    color: #DA625C;
}

#advanced-track {
    position: relative;
    z-index: 1;
    border: 1px solid #F0F0F0;
    font-size: 14px;
}

#simple-track {
    position: relative;
    z-index: 1;
    border: 1px solid #F0F0F0;
}

.table.hoverstatus>tbody>tr:first-child>th {
    border: none;
}

.table-striped_immediate-only>thead>tr:first-child>th {
    border-bottom: none;
}

.track-table>thead>tr:first-child>th {
    border-bottom: none;
}

.track-table {
    border-collapse: collapse;
}

.table.hoverstatus {
    text-align: left;
    line-height: 1.5;
}

ignore.table-striped_immediate-only>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.active-row, .active-row>td, .active-row>th {
    background-color: #f2f2f2;
}

.clickable-row:hover, .table-hover tbody tr:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.contact a.card {
    color: inherit;
    text-decoration: inherit;
    min-width: 190px
}

.contact a.card:hover {
    border: 1px solid black;
    cursor: pointer;
}

.contact a.card.active {
    border: 1px solid black;
    pointer-events: none;
}

a.login-url:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 3.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.left-menu a {
    color: #B1B1B1;
    margin: 20px 0 0 20px;
    font-size: 17px;
    text-decoration: none;
}

.left-menu a:hover {
    color: #429AFF;
    /* font-weight: 500;*/
    text-decoration: none;
}

.left-menu .active, .left-menu a.active:hover {
    color: #429AFF;
    font-weight: 400;
    text-decoration: none;
}

.left-menu .left-menu-wrapper {
    border-radius: 5px;
    background-color: #FFF;
    color: #333;
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    border: solid 2px #FFF;
    margin-bottom: 20px;
    position: sticky;
    top: 65px;
}

.left-menu .left-menu-wrapper a:last-child {
    margin: 20px 0 20px 20px;
}

.support-heading {
    font-weight: 600;
    font-size: 1.3rem;
}

.support-heading-small {
    font-weight: 600;
    font-size: 1.3rem;
}

.support-body {
    line-height: 1.9;
    padding-bottom: 10px;
}

.support-body-highlight {
    border-left: 2px solid #ffe38f;
    line-height: 1.9;
}

.blog-heading {
    font-size: 32px;
}

.blog-subheading, .blog-date {
    font-size: 15px;
    color: #5f6368;
}

.page-loader {
    top: 2px;
    left: 5px;
    z-index: 2000;
}

input[type=date] {
    -moz-appearance: textfield;
}

input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.attribute-type {
    font-size: 12px;
    color: #adadad;
}

.track-table td:focus {
    outline: 0px solid transparent;
}

/* Home page styling */

homepage-section-1.container {
    max-width: 1100px;
}

.features.card {
    background-color: inherit;
    border: 0;
    min-width: 280px;
    margin-bottom: 15px;
}

.features .card-body {
    padding: 0.5rem;
}

.features .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: .75rem;
    margin-bottom: .5rem;
}

.features.partially-hidden {
    opacity: 0.3;
    height: 155px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
}

.features.partially-hidden:hover {
    opacity: 0.7;
    cursor: pointer;
}

.theme-fast-forms-1 {
    --fa-secondary-opacity: 0.4;
    --fa-primary-color: #ffc107;
    --fa-secondary-color: #ffc107;
}

.theme-fast-forms-2 {
    --fa-secondary-opacity: 0.4;
    --fa-primary-color: #E1591E;
    --fa-secondary-color: #E1591E;
}

.theme-fast-forms-3 {
    --fa-secondary-opacity: 0.4;
    --fa-primary-color: #476485;
    --fa-secondary-color: #476485;
}

.theme-fast-forms-4 {
    --fa-primary-opacity: 0.2;
    --fa-secondary-opacity: 1;
    --fa-primary-color: #495057;
    --fa-secondary-color: #E1591E;
}

/* end homepage styling */

dl, ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
}

.dropdown-menu {
    border: 1px solid #e6e6e6;
}

/* start ordered list styling */

ol.styled-list {
    display: block;
    padding: 0 0 0 35px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    line-height: 1.7;
}

ol.styled-list li.styled-list-item {
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: 100%;
}

ol.styled-list li.styled-list-item:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    top: 3px;
    left: -35px;
    font: 13px sans-serif;
    text-align: center;
    color: #495057;
    line-height: 23px;
    width: 23px;
    height: 23px;
    background: #ffe38f;
    -moz-border-radius: 999px;
    border-radius: 999px
}

/* end ordered list styling */

/* start collapsable list styling */

ol.styled-collapse-list {
    display: block;
    padding: 0 0 0 35px;
    list-style: none;
    overflow: hidden;
    line-height: 1.7;
    border-bottom: 1px solid #e3e8ee;
    border-top: 1px solid #e3e8ee;
}

ol.styled-collapse-list li.styled-collapse-list-item {
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: 100%;
}

ol.styled-collapse-list li.styled-collapse-list-item:before {
    font-family: "Font Awesome 5 Pro";
    float: left;
    position: absolute;
    top: 3px;
    left: -35px;
    text-align: center;
    color: #495057;
    line-height: 23px;
    width: 23px;
    height: 23px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

ol.styled-collapse-list li.styled-collapse-list-item.right:before{
    content: "\f054";
}
ol.styled-collapse-list li.styled-collapse-list-item.down:before{
    content: "\f078";
}

.styled-collapse-list-item-title{
    cursor: pointer;
}

.styled-collapse-list-item-title.show-expand::after{
    float: right;
    font-size: 13px;
    color: #8792a2;
    content: "Expand";
}
.styled-collapse-list-item-title.show-collapse::after{
    float: right;
    font-size: 13px;
    color: #8792a2;
    content: "Collapse";
}
/* end collapsable list styling */

/* Animations */

@-webkit-keyframes zoomEffect {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomEffect {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        opacity: 1;
    }
}

.zoomEffect {
    -webkit-animation-name: zoomEffect;
    animation-name: zoomEffect;
}

@keyframes bounceEffect {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(5.215, 1, 2, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceEffect {
    animation-duration: 0.25s;
    animation-name: bounceEffect;
}

.animated-dropdown {
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Selection highlight */

::selection {
    background: #fff3cd;
}

::-moz-selection {
    background: #fff3cd;
}

/* size specific changes */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .page-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
    #adjust-width-big {
        padding-left: 75px;
        padding-right: 75px;
    }
    #track-filter-dropdown-menu {
        width: 450px;
    }
}

@media (max-width: 768px) {
    .page-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #track-filter-dropdown-menu {
        width: 350px;
    }
    .banner-button{
        display: none;
    }
    .banner-text{
        width: 100%;
    }
    .header.brandname{
        font-size: 21px;
    }
    #login img{
        max-width: 145px;
    }
}