:root {
    --primary: #39a5a5;
    --secondary: #f77b3d;
    --white: #ffffff;
    --black: #000000;
    --brand-secondary: #e37899;
    --border-grey: #e9ebf0;
    --dark: #212529;
    --dark-blue: #0e179e;
    --grey: #D6D6D6;
}

.danger-color {
    color: var(--secondary) !important;
}

.success-color {
    color: #18bc9c !important;
}

.custom-header {
    background-color: white !important;
}

.custom-header .nav-link {
    color: #4e4e4e !important;
}

.custom-header .navbar-brand img {
    height: 70px;
}

.custom-footer .nav-link {
    color: #ffffff;
}

.bg-white {
    background-color: white;
}

.h1 {
    color: #152e74;
}

.shadow,
.card-profile-image img {
    box-shadow: 0 0 2rem 0 rgba(45, 72, 66, 0.324) !important;
}

.btn-primary {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.btn-primary:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.btn-primary:not(:disabled):not(.disabled):active {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.brand-font-color {
    color: #152e74;
}

.login-card {
    padding-top: 14rem !important;
}

.fix-footer {
    position: absolute;
    right: 0;
    left: 0;
}

@media (min-width: 600px) {
    .fix-footer {
        bottom: 0;
    }
}


.selected-menu {
    background-color: #FAFAFA !important;
}

.content-min-height {
    min-height: calc(100vh - 13.25rem);
}

.cursor-pointer {
    cursor: pointer;
}

.custom-toggler-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler-white.navbar-toggler {
    border: none;
}

.navbar-z-index {
    z-index: -1 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #152e74;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #152e74;
}

.bg-color-transparent {
    background-color: transparent !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}


.font-icon-size-1_5 {
    font-size: 1.5em;
}

p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.7;
}

.welcome-image {
    width: 70%;
    vertical-align: top;
    display: inline-block;
    padding-right: 25px;
}

.overview-button {
    position: absolute;
    right: 2px;
    bottom: 0px;
}

.mandatory {
    border-left: solid 1px red;
}


.btn-brand {
    background-color: #152e74 !important;
    color: white !important;
    border-color: #152e74 !important;
}

.card-max-width {
    max-width: 72rem;
}

.section {
    position: relative;

    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.section-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .section-hero {
        min-height: 500px;
    }

    .doc-content .navbar-vertical {
        box-shadow: none !important;
    }
}


@media (max-width: 768px) {
    .navbar-zero-padding {
        padding: 0 !important;
    }
}

h6 {
    font-size: 1rem;
    font-weight: 400;
}

.icon-shape-custom {
    color: #152e74;
    background-color: rgba(103, 159, 255, 0.35);
}

.badge-custom {
    color: #152e74;
    background-color: rgba(103, 159, 255, 0.35);
}

.home-bg-image {
    background-image: url('../img/svg/deal.svg');
}

.h3-home {
    font-size: 1.75rem;
}

.h5-home {
    font-size: 1.25rem;
}

.p-home {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.img-fluid {
    max-width: 70%;
    height: auto;
}

.brand-grey-color {
    color: #4e4e4e !important;
}

@media (min-width: 768px) {
    .padding-left-zero {
        padding-left: 0 !important;
    }

    .padding-right-zero {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .navbar-nav .indicator :before {
        position: absolute;
        z-index: -5;
        bottom: 100%;
        left: 20px;
        display: block;
        width: 20px;
        height: 20px;
        content: '';
        transform: rotate(-45deg) translateY(1rem);
        border-radius: .2rem;
        background: #fff;
        box-shadow: none
    }
}

.fix-footer-new {
    position: absolute;
    right: 0;
    left: 0;
}

@media (min-width: 600px) {
    .fix-footer-new {
        position: fixed;
        bottom: 0;
    }
}

.nav .dropdown-menu-sub {
    position: relative;
    box-shadow: none;
}

.text-wrap {
    word-break: break-word;
}


a.home-link,
a.home-link:hover {
    color: inherit;
}

@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {
    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

@media (min-width: 768px) {
    .dashboard-container .navbar-vertical.navbar-expand-md {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .dashboard-container .navbar-nav .selected-menu {
        color: var(--secondary) !important;
    }
}


@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {
    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

@media (min-width: 768px) {
    .dashboard-container .navbar-vertical.navbar-expand-md {
        max-width: 100%;
    }
}

.float-button-right {
    float: none !important;
}

@media (min-width: 768px) {
    .float-button-right {
        float: right !important;
    }
}

.table td,
.table th {
    white-space: unset !important;
}

.menu-font-weight {
    font-weight: 400;
}

.header-border-shadow {
    box-shadow: 0 0 2rem 0 rgba(23, 43, 77, .20) !important;
}


.m-center {
    margin: auto;
    display: block;
}


.display-content-center-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.badge-custom-new {
    color: #152e74;
    background-color: transparent;
    border: 1px solid rgba(103, 159, 255, 0.35);
}

.icon-shape-custom-new {
    color: #152e74;
    background-color: transparent;
    border: 1px solid #152e74;
}


.custom-header .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(0, 0);
    animation: none;
}

.custom-header .megamenu-li {
    position: static;
}

.custom-header .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #f8fcff;
    box-shadow: 0 17px 25px -5px rgba(0, 0, 0, .15);
}

.custom-header .megamenu-li:hover {
    background-color: #f8fcff;
    box-shadow: 0 17px 25px -5px rgba(0, 0, 0, .15);
}

.custom-header .megamenu-li:hover .nav-link-inner--text {
    color: var(--secondary) !important;
    margin: 0 !important;
}

.custom-header .dropdown-item:active {
    text-decoration: none;
    color: #fff;
    background-color: #152e74;
}

@media (min-width: 768px) {
    .custom-header .navbar-nav .nav-link {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.custom-header .nav-link-inner--text:hover,
.custom-header .nav-link-inner--text:active {
    color: var(--secondary) !important;
}

.link-width-fix {
    width: calc(100% - 10px);
}

.home-alt-section {
    background-color: #f8fcff !important;
}


.main-content-padding {
    padding-bottom: 2rem !important;
    padding-top: 6rem !important;
}

.table-border {
    border: solid 1px #e9ecef !important;
}


.custom-header .megamenu-li:hover .dropdown-item {
    white-space: normal !important;
}

.pointer-event-none {
    pointer-events: none;
}

.scrollable-menu {
    max-height: 300px;
    overflow-x: hidden;
}

.black-background {
    background-color: #2e2e2e !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--primary);
}

a {
    text-decoration: none;
    color: var(--primary);
    background-color: transparent;
}

a:hover {
    text-decoration: none;
    color: var(--secondary);
}

a.active-link span {
    color: var(--secondary);
}

nav,
.fixed-top,
.navbar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-card-nav {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.24), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0.10rem;
}

.text-black {
    color: var(--black);
}

.custom-card-nav .nav-item {
    border-right: 1px solid #e9ecef !important;
    padding: 1rem;
}

.custom-card-nav .nav-item.selected {
    border-top: 2px solid var(--secondary);
}

.custom-card-nav .nav-item:nth-last-child(1) {
    border-right: none !important;
}

.main-content {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

.typewriter {
    font-size: 100%;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(26, end);
    animation-delay: 0.5s;
    animation-fill-mode: both;
    -webkit-animation: typing 2s steps(26, end);
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation: typing 2s steps(26, end);
    -moz-animation-delay: 0.5s;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-brand-secondary {
    color: var(--brand-secondary);
}

.custom-card-nav .nav-item.selected i,
.custom-card-nav .nav-item.selected h6 {
    color: var(--black) !important;
}

.features-content {
    min-height: 500px;
}

.custom-logo-position {
    position: absolute;
    left: 0;
    top: 10%;
}

#history-content small {
    font-size: 70% !important;
}

@media (max-width: 768px) {
    .typewriter {
        white-space: inherit;
        animation: none;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%;
    }
}

.main-navigation ul li a {
    padding: 0 0 25px 0;
}

.main-navigation a:hover {
    color: var(--secondary) !important;
    cursor: pointer;
}

/* .main-navigation::before{
    content: '';
    display: block;
    position: absolute;
    position: static;
    width: 2px;
    height: 30px;
    background: var(--border-grey);
    margin-bottom: 20px;
    margin-left: 8px;
  } */

.image-wrapper {
    background: url(../img/svg/dots.svg) repeat 2% 50%/auto;
    padding: 30px;
    position: relative;
}

.main-navigation a.selected {
    color: var(--secondary) !important;
}

.calendar-arrow-container {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    background-color: #f77b3d45;
    color: var(--secondary);
}

.calendar-arrow-container:hover {
    background-color: #f77b3db1;
}

.email-handling input {
    outline: 0;
    color: #4a4a4a;
    max-height: 50px;
    padding: 20px 46px;
    border-radius: 4px;
    width: 360px;
    border: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    border-left: 5px solid var(--primary);
    background: url(../img/svg/mail.svg) no-repeat 17px 15px/16px 16px, #fff;
}

.btn-secondary {
    border-color: var(--brand-secondary);
    background-color: var(--brand-secondary);
    color: var(--white);
}

.btn-secondary:hover {
    border-color: var(--brand-secondary);
    background-color: var(--brand-secondary);
    color: var(--white);
}

.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--brand-secondary);
    background-color: var(--brand-secondary);
}

@media (max-width: 600px) {
    .email-handling input {
        width: 100%;
    }
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--border-grey);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--border-grey);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--border-grey);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--border-grey);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--border-grey);
}

::placeholder {
    /* Most modern browsers support this now. */
    color: var(--border-grey);
}