/* FONTS */
@import '../fonts/satoshi.css';

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ###################  HTML Overrides ###################  */

a {
    color: #1bae19;
}

a:hover {
    text-decoration: none;
    color: #0f830d;
}

a[data-toggle="popover"] {
    cursor: pointer;
}

body {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

@media screen and (max-width: 992px) {
    body {
        padding-top: 57px;
    }
}

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

html, body {
    color: #000000;
    font-family: 'Satoshi', sans-serif;

}

svg {
    vertical-align: initial;
}

/* ###################  Custom IDs ################### */


/* ###################  Custom classes ###################  */
.btn:disabled {
    cursor: not-allowed;
}

.btn.btn-custom {
    font-size: 13px;
    background-color: #1BAE19;
    border: 2px solid #1BAE19;
    color: white;
    font-weight: 500;
    border-radius: 25px;
    padding: 5.25px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.btn-custom.btn-custom-lg {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 30px;
}

.btn.btn-custom.btn-custom-primary {
    background-color: #1BAE19;
    border: 2px solid #1BAE19;
}

.btn.btn-custom.btn-custom-secondary {
    background-color: #3A48FF;
    border: 2px solid #3A48FF;
    color: #fff;
}

.btn.btn-custom.btn-custom-success {
    border-radius: 0.25rem;
    background-color: #1BAE19;
    border: 2px solid #1BAE19;
    color: #ffffff;
}

.btn.btn-custom.btn-custom-info {
    background-color: #5CC0F4;
    border: 2px solid #5CC0F4;
    color: #464C71;
}

.btn.btn-custom.btn-custom-info {
    background-color: #5CC0F4;
    border: 2px solid #5CC0F4;
    color: #464C71;
}

.btn.btn-custom.btn-custom-biloba {
    background-color: #B090E9;
    border: 2px solid #B090E9;
    color: #464C71;
}

.btn.btn-custom.btn-custom-white {
    color: #656A86;
    background-color: white;
    border: 2px solid white;
}

.btn.btn-custom.btn-custom-white-outline-success {
    border: 2px solid #67D3B9;
    color: #656A86;
    background-color: white;
}

.btn.btn-custom.btn-custom-danger {
    background-color: #FF7C92;
    border: 2px solid #FF7C92;
    color: #ffffff;
}

.btn.btn-custom.btn-custom-fiord {
    background-color: #464C71;
    border: 2px solid #464C71;
    color: #ffffff;
}

.btn.btn-custom.btn-custom-outline {
    background-color: unset;
    color: #595D7D;
}

.btn.btn-custom.btn-custom-outline-success {
    color: #656A86;
    background-color: unset;
    border: 2px solid #67D3B9;
}

.btn.btn-custom.btn-custom-outline-danger {
    background-color: unset;
    border: 2px solid #FF7C92;
    color: #464C71;
}

.btn.disabled-gray:disabled {
    background: #6c757d;
}

.btn.disabled-cursor:disabled {
    cursor: not-allowed;
}

.btn.btn-orange {
    color: white;
    background: #f26522;
}

.btn.btn-orange:hover:not(:disabled) {
    color: white;
    background: #c95015;
}

.btn.btn-circle {
    /*color: #008f93;*/
    /*border: 2px solid #7adac8;*/
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 6px;
    padding-top: 6px;
}

.btn.btn-d-phone {
    color: white;
    background-color: #f26522;
    font-weight: bold;
    width: 111px;
    text-align: center;
}

.btn.btn-login {
    background-color: #1BAE19;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.3rem 1rem;
}

.btn.btn-login:not(:disabled):hover {
    background-color: #0f830d;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.3rem 1rem;
}

.btn.btn-login.btn-login-facebook {
    background-color: #4272D7;
}

.btn.btn-switch {
    background-color: white;
    border: 1px solid #B2B6D4;
    border-radius: 0;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    font-size: 16px;
    color: #4E5477;
    stroke: #4E5477;
}

.btn.btn-switch.active {
    color: white;
    stroke: white;
    background-color: #f26522;
}

.custom-form .control-label {
    font-size: 12px;
    margin: 0 0 3px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}

.custom-form .form-control {
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #B2B6D4;
    height: 40.5px;
}

.custom-form input.form-control {
    vertical-align: middle;
    line-height: 0;
}

.custom-form .form-control:focus {
    outline: none !important;
    border: 1px solid #1BAE19 !important;
    -webkit-box-shadow: 0 0 3px #1BAE19;
    box-shadow: 0 0 3px #1BAE19;
}

.custom-form .has-error .help-block {
    padding-top: 3px;
    font-size: 13px;
    color: #b94a48;
}

.custom-form .hint-block {
    color: #6E7286;
    font-size: 12px;
    font-style: italic;
}

.custom-form .input-group .form-control {
    border-right: none;
}

.custom-form .input-group-text {
    background-color: white;
    border: 1px solid #B2B6D4;
    border-radius: 0;
    font-size: 13px;
}

.custom-form textarea {
    height: 142px !important;
    resize: none;
}

.font-weight-bold-half {
    font-weight: 500 !important;
}

hr.green.long.thin {
    width: 100%;
    border-top: 1px solid #1BAE19;
}

hr.hr-lighter {
    border-top: 1px solid #D8E3F4;
}

hr.light {
    border-top: 3px solid rgba(227, 235, 247, 0.44);
    width: 215px;
}

hr.thin {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

footer {
    margin-top: auto;
}

footer .footer-bottom-links {
    background-color: #21938F;
    padding: 1.5rem;
}

footer .footer-content-wrapper {
    background-color: #28a19d;
}

footer img.footer-img {
    width: 200px;
    margin-bottom: 14px;
}

footer .footer-link {
    display: block;
    font-weight: 500;
    color: white;
    padding: 0.5rem;
}

footer .footer-logo {
    background-image: url("/images/svg/footer/innet_heart_logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 65px;
}

footer .footer-title {
    color: #96fcfc;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

hr.dotted {
    border-top: 6px dotted #e3ebf7;
    margin-left: -20px;
    margin-right: -20px;
}

hr.green {
    border-top: 4px solid #1BAE19;
    margin-bottom: 1.5rem;
    width: 60px;
}

hr.green.hr-goals {
    width: 175px;
}

hr.green.long.bold {
    width: 100%;
    border-top: 8px solid #1BAE19;
    margin-top: 30px;
}

hr.green.long.thin {
    width: 100%;
    border-top: 1px solid #1BAE19;
}

hr.light {
    border-top: 3px solid rgba(227, 235, 247, 0.44);
    width: 215px;
}

hr.thin {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .nav-item-login {
    position: relative;
}

.navbar .nav-item-login:after {
    position: absolute;
    right: -2px;
    top: 8px;
    content: "|";
}

.nav-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    background-color: rgb(227, 235, 247 );
    background-color: rgba(227, 235, 247, 1);
    overflow-x: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
}

.nav-overlay a {
    color: #464C71;
    font-size: 15px;
    font-weight: 500;
}

.nav-overlay-content {
    position: relative;
    top: 35px;
    width: 100%;
    margin-top: 30px;
}

.nav-overlay li {
    background-color: #e3ebf7;
}

.nav-overlay li:hover {
    background-color: white;
}

.nav-overlay-show {
    width: 100%;
}

.page-counter {
    margin-top: -59px;
    color: #464c71;
    font-weight: 700;
    font-size: 19px;
}

.pagination {
    margin-bottom: 0;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.pagination .page-item {
    margin: 5px;
}

.pagination .page-item:not(.prev):not(.next) {
    display: none;
}

.pagination .page-item .page-link {
    color: #464c71;
    width: 50px;
    height: 50px;
    padding: 14px 0 0;
    text-align: center;
    font-weight: 500;
    border: 1px solid #7d84af;
    border-radius: unset;
    background-color: unset;
}

.pagination .page-item .page-link:hover {
    border: 1px solid #1BAE19;
}

.pagination .page-item.next .page-link,
.pagination .page-item.prev .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
}

.pagination .page-item.first:hover:not(.disabled) svg.arrow-icon,
.pagination .page-item.last:hover:not(.disabled) svg.arrow-icon,
.pagination .page-item.next:hover:not(.disabled) svg.arrow-icon,
.pagination .page-item.prev:hover:not(.disabled) svg.arrow-icon {
    stroke: #18979A;
}

svg.arrow-icon {
    width: 20px;
    height: 20px;
    stroke: #4F5683;
}

svg.estate-icon.call,
svg.estate-icon.write  {
    width: 34px;
    height: 34px;
}

svg.footer-icon {
    width: 2rem;
    height: 2rem;
    fill: #95FCFC;
}

svg.menu-icon {
    width: 24px;
    height: 24px;
    fill: #7d84af
}

svg.menu-icon-absolute {
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.tag-cloud .tag {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.5rem;
    display: inline-block;
    background-color: #1BAE19;
    border-radius: 0.25rem !important;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.tag-cloud .tag:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f00d";
    float: right;
    margin-left: 0.5rem;
    margin-right: 3px;
}

.tag-cloud .tag:hover {
    background-color: rgba(122, 218, 200, 0.5);
}

.tag-cloud li:not(:last-child) {
    margin-right: 0.5rem;
}

.subtitle:not(.subtitle-sm) .subtitle-text {
    font-size: 18px;
    color: #00804a;
    font-weight: 500;
}

.subtitle-sm .subtitle-text {
    color: #7D84AF;
}

.subtitle hr {
    border-top: 1px solid #D2DEEF;
    margin-bottom: 0;
}

hr.hr-light-blue {
    border-top: 1px solid #d2deef;
}

@media (min-width: 576px) {
    .nav-overlay-show {
        width: 350px;
        border-right: 2px solid #464C71;
    }

    .page-counter {
        margin-top: 0;
        color: #7d84af;
        font-size: unset;
        font-weight: unset;
    }

    .pagination {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        width: auto;
    }

    .pagination .page-item:not(.first):not(.last) {
        display: block;
    }

    .pagination .page-item .page-link {
        border: 2px solid transparent;
    }

    .pagination .page-item .page-link:hover {
        border: 2px solid #1BAE19;
    }

    .pagination .page-item.active .page-link {
        background-color: #1BAE19;
        color: #464c71;
    }

    .pagination .page-item.next .page-link,
    .pagination .page-item.prev .page-link,
    .pagination .page-item.first .page-link,
    .pagination .page-item.last .page-link {
        border: 2px solid transparent !important;
    }
}

@media (min-width: 768px) {
    .custom-form.custom-form-inline .control-label {
        margin-top: 9px;
        margin-bottom: 0;
        text-transform: unset;
        font-size: 14px;
    }

    .custom-form.custom-form-inline .control-label:after {
        content: ':';
    }

    .custom-form .hint-block {
        display: block;
        text-transform: unset !important;
    }

    .custom-form-sm .form-group {
        max-width: 360px;
    }

    footer .footer-bottom-links .footer-link:not(:last-child) {
        border-right: 2px solid white;
    }

    footer .footer-links-default {
        margin-left: 40px;
    }

    footer .footer-links-personal {
        margin-left: 35px;
    }

    footer .footer-links-agent {
        margin-left: 58px;
    }

    .pagination .page-item {
        display: block !important;
    }
}

@media (min-width: 992px) {
    footer .footer-links-default {
        margin-left: 81px;
    }

    footer .footer-links-personal {
        margin-left: 76px;
    }

    footer .footer-links-agent {
        margin-left: 99px;
    }

    .navbar.top-navbar {
        z-index: 910;
        height: 86px;
    }

    .navbar-brand img {
        max-height: 68px;
    }
}

@media(max-width:992px) {
    .navbar.top-navbar {
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
    }
}

@media (min-width: 1200px) {
    footer .footer-links-default {
        margin-left: 127px;
    }

    footer .footer-links-personal {
        margin-left: 120px;
    }

    footer .footer-links-agent {
        margin-left: 145px;
    }

    .navbar-brand img {
        max-height: 78px;
    }
}

/* ################### Boostrap overrides ###################  */

.alert.alert-success {
    background-color: #bbe8e4;
    color: #0f7168;
}

.badge {
    font-size: 13px !important;
    border-radius: 10px;
    padding: 3px 10px;
}

.badge.badge-danger {
    background-color: #EA486F !important;
}

.badge.badge-secondary {
    background-color: #7D84AF;
}

.badge.badge-success {
    background-color: #11A799 !important;
}

.badge.badge-blue {
    background-color: #5cc0f4;
    color: white;
}

.badge.badge-inline-triangle {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 5% 50%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 5% 50%);
}

.bg-success {
    background-color: #67D3B9 !important;
}

.bg-danger {
    background-color: #FFC9D2 !important;
}

.bg-light {
    background-color: #EFF3F9 !important;
}

.bg-light-blue {
    background-color: #e3ebf7 !important;
}

.bg-info {
    background-color: #3A48FF !important;
}

.border-success {
    border-color: #1BAE19 !important;
}

.border-blue {
    border-color: #5cc0f4 !important;
}

.btn.btn-success {
    background-color: #1BAE19;
    color: #FFFFFF;
}

.btn.btn-success:not(:disabled):hover {
    background-color: #0f830d;
    border-color: #0f830d;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3485b0;
    border-color: #3485b0;
}

.btn.btn-blue {
    background-color: #5cc0f4;
    color: #FFFFFF;
}

.btn.btn-blue:not(:disabled):hover {
    background-color: #3485b0;
    border-color: #3485b0;
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #3485b0;
    border-color: #3485b0;
}

.btn:focus, .btn-group-toggle .btn, .custom-select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-domain-select {
    border: 2px solid #C3C7DC;
    font-size: 14px;
    padding: 0.75rem;
    border-radius: 50px;
    background-color: #f4f7fc;
    color: #7D84AF;
}

.btn.btn-domain-select.active {
    border-color: #67D3B9;
    color: #464C71;
    background-color: #ffffff;
}

.btn.btn-domain-select.active .text-domain-select-id {
    color: #00804a;
    font-weight: 500;
}

.btn.btn-tag-select {
    background-color: #C5D2E6;
    color: #9399BD;
    font-size: 13px;
    font-weight: 500;
    padding: 15px;
}

.btn.btn-tag-select.active {
    color: #ffffff;
    background-color: #6C49B8;
}

.btn.btn-tag-select hr {
    border-color: #bcc8db;
    max-width: 80px;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.btn.btn-tag-select.active hr {
    border-color: #573a96;
    -webkit-transition: border-color .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out;
    transition: border-color .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border: 2px solid #a7b2e2;
    width: 19px;
    height: 19px;
    top: 2px;
    left: -2rem;
}

.custom-checkbox .custom-control-label::after {
    top: 2px;
    width: 19px;
    left: -2rem;
    height: 19px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #682a93;
    border-color: #682a93 !important;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #a7b2e2 !important;
}

.custom-checkbox .custom-control-input:focus:checked ~ .custom-control-label::before {
    border-color: #682a93 !important;
}

.custom-checkbox.custom-control {
    padding-left: 2rem;
}


.custom-checkbox.custom-checkbox-2 .custom-control-label::before {
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    border: solid 1px #d6d6d6;
    background: white;
}

.custom-checkbox.custom-checkbox-2 .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    outline: none;
    outline-offset: unset;
}

.custom-checkbox.custom-checkbox-2 .custom-control-input:checked ~ .custom-control-label::before {
    background: white;
    border: solid 1px #d6d6d6 !important;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}

.custom-checkbox.custom-checkbox-2 .custom-control-input:checked ~ .custom-control-label::after {
    content: '\f00c';
    background: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #f26523;
    font-size: 14px;
    padding: 0 2px;
}

.custom-select {
    background: #fff;
    border-radius: 0;
    font-size: 13px;
    border: 1px solid #B2B6D4;
    padding-right: 34px;
}

.custom-select.rounded {
    border-radius: 20px !important;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper::after {
    display: block;
    font-size: 26px;
    font-weight: 300;
    color: #464C71;
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: -2px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #983DC9;
    background-color: #983DC9;
}

.custom-control.custom-radio.custom-radio-2 {
    min-height: 33px;
    max-height: 33px;
    padding-left: 50px;
    position: relative;
}

.custom-control.custom-radio.custom-radio-2 .custom-control-label::before {
    top: 0;
    left: -50px;
    width: 33px;
    height: 33px;
    background: transparent;
    border: solid 1px #1BAE19;
    border-radius: 50%;
}

.custom-control.custom-radio.custom-radio-2 .custom-control-label::after {
    top: 0;
    left: -50px;
    width: 33px;
    height: 33px;
    -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.5);
    border: solid 1px #1BAE19;
    border-radius: 50%;
    background: transparent;
    color: #1BAE19;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    content: '\f00c';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.custom-control.custom-radio.custom-radio-2 .custom-control-input:checked ~ .custom-control-label::after {
    background: transparent;
    opacity: 1;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1BAE19;
    background-color: #1BAE19;
}

.custom-switch .custom-control-label::before {
    width: 39px;
    border-radius: 12px;
    height: 22px;
    background-color: #5a6268;
    border-color: #5a6268;
    top: 0;
}

.custom-switch .custom-control-label::after {
    top: 3px;
    left: -33px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 10px;
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 10px;
    padding: 1px 0 1px 4.5px;
    color: #7D84AF;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
    padding-left: 3px;
    padding-top: 1px;
    color: #67D3B9;
    content: '\f00c';
}

.modal-backdrop.show {
    background-color: #4e5477;
    opacity: 0.90 !important;
}

.modal-body {
    padding: 0;
}

.modal-content {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
}

.modal-footer {
    padding: 1rem 0 0;
    border: none;
}

.modal-footer > * {
    margin: 0.25rem 1rem;
}

.modal-not-ajax-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 15px 8rem;
    max-width: 500px;
}

.modal-header {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 25px;
}

.modal-header .close {
    margin: unset;
    padding: unset;
    position: absolute;
    top: 16px;
    right: 23px;
}

.navbar-toggler {
    border: none;
}

.navbar.top-navbar {
    z-index: 910;
}

.navbar-brand img {
    max-height: 65px;
}

.nav-overlay .badge {
    border-radius: 11px;
    line-height: 15px;
}

.table {
    color: #464c71 !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #EFF3F9 !important;
}

.text-primary {
    color: #F26522 !important;
}

a.text-primary[href]:hover {
    color: #c95015 !important;
}

.text-body {
    color: #464c71 !important;
}

.text-dark {
    color: #65687A !important;
}

.text-light {
    color: #7D84AF !important;
}

.text-muted {
    color: #9094aa !important;
}

.text-danger {
    color: #C43F55 !important;
}

.text-success {
    color: #1BAE19 !important;
}

.text-secondary {
    color: #3A48FF !important;
}

.text-light-blue {
    color: #000000 !important;
}

.text-dark-blue {
    color: #000000 !important;
}

.slide-counter {
    min-height: 28px;
}

/* ################### Leaflet overrides ###################  */

.leaflet-top, .leaflet-bottom {
    z-index: 810;
}

/* ################### Galery overrides ###################  */

.estate-view .royalSlider .rsOverflow .rsArrowLeft {
    bottom: 4px;
    height: 42px;
    right: 64px;
    width: 42px;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bebfc2;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .9 !important;
    position: relative;
    width: 38px;
}

.rsMinW.rsHor .rsArrowLeft.rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #bebfc2;
    background-repeat: no-repeat;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .9 !important;
    position: relative;
    width: 38px;
}

.rsMinW.rsHor .rsArrowRight.rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn::before {
    color: #404567;
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn::before {
    color: #404567;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
}

.estate-view .royalSlider .rsOverflow .rsArrowRight {
    bottom: 4px;
    height: 42px;
    width: 42px;
}

@media screen and (max-width: 575px) {
    .remove-block {
        display: block!important;
        position: absolute;
        right: 9px;
        padding: 0px!important;
        bottom: 10px;
    }
    .btn.btn-custom.btn-custom-outline-danger {
        padding: 0px 30px;
    }
}

/***********************************/
/* INGATLANNET MAGANSZEMELY REWORK */
/***********************************/

.estate-img {
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    max-height: 195px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #A6ADD4;
}

.estate-img-cover {
    bottom: 0;
    left: 15px;
    right: 0;
    height: 39px;
    border-radius: unset;
    width: auto;
    padding-left: 15px;
    background-color: #00804a;
    color: white;
    opacity: 0.9;
    position: absolute;
}

.estate-img-cover .estate-img-cover-cnt {
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
}

.estate-img-cover .estate-img-cover-price-text {
    font-size: 21px;
    font-weight: 500;
}

.estate-img-cover svg.dashboard-icon {
    fill: #ffffff;
    width: 19px;
    height: 19px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.estate-img-cover.estate-img-cover-circle {
    top: unset;
    left: unset;
    bottom: -92px;
    right: -52px;
    height: 150px;
    width: 150px;
    border-radius: 75px;
}

.estate-img-cover.estate-img-cover-circle .estate-img-cover-cnt {
    bottom: unset;
    margin: unset;
    top: 25px;
    right: 71px;
}

.estate-item .estate-item-btn-wrapper .btn-custom:not(:last-child) {
    margin-bottom: 13px;
}

.estate-item .estate-item-price-text {
    font-size: 18px;
    font-weight: 500;
    color: #008F93;
}

.estate-item .estate-item-title, .estate-item-compact .estate-item-title {
    color: #464C71;
}

.estate-item .estate-item-title:hover, .estate-item-compact .estate-item-title:hover {
    color: #008F93;
}

.estate-item .estate-item-divider {
    position: absolute;
    border-top: 1px solid rgba(138, 149, 222, 0.52);
    left: 0;
    right: 0;
    bottom: 0;
}

.estate-item .estate-item-service-title, .estate-item .estate-item-service-price {
    font-size: 16px;
    font-weight: 500;
}

.estate-item .estate-item-service-divider {
    border-bottom: 3px solid;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.estate-item-compact .estate-img-cover {
    left: 0;
}

.estate-item-compact .estate-item-btn-wrapper .btn-custom {
    padding: 3.25px 17px;
}

.estate-item-compact .estate-item-btn-wrapper .btn-custom:not(:last-child) {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .container.container-boxed {
        max-width: 980px;
    }
}

.header {
    width: 100%;
    height: 570px;
    background-color: #e3ebf7;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    position: relative;
}

.header .header-image-container {
    width: 100%;
    height: 285px;
    position: relative;
}

.header .header-image {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.header .header-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .header-content .header-title {
    font-size: 35px;
    font-weight: normal;
}

.header-negative-offset {
    margin-top: -420px;
    z-index: 9;
}

.container.container-boxed {
    position: relative;
}

.container.container-boxed .container-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #d2deef;
    min-height: 54px;
}

.container.container-boxed .container-head:not(:first-of-type) {
    border-top: 1px solid #d2deef;
}

.container.container-boxed .container-head[data-toggle="wizard-collapse"] {
    cursor: pointer;
}

/* Bootstrap kieg */
.popover.popover-custom {
    position: relative;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    -webkit-box-shadow: 0 16px 49px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 16px 49px -1px rgba(0, 0, 0, 0.5);
    border: transparent;
    border-radius: 8px;
}

.popover.popover-custom .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 12px;
}

.popover.popover-custom .popover-header {
    text-align: center;
    font-size: 14px;
    color: #454c71;
    background: white;
    border: none;
    padding: 0.8rem 0;
}

.popover.popover-custom .popover-body {
    text-align: left;
    font-size: 14px;
    color: #454c71;
    padding: 0 1rem 0.8rem 1rem;
}

.card-deck-no-style .card {
    margin: 0;
    border: 0;
}

.card-deck-no-style .card img.card-img-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 1rem auto;
}

.card-deck-no-style .card .card-header {
    background: transparent;
    padding: 0;
    border: 0;
    margin-bottom: 0.5rem;
}

.card-deck-no-style .card .card-header.card-header-2-lines {
    height: 45px;
}

.card-deck-no-style .card .card-body {
    padding: 0;
}

.featured-img {
    width: 90%;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.featured-img img {
    width: 100%;
}

.featured-img .featured-img-text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card.card-service {
    width: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5);
}

.card.card-service.card-service-brown {
    border-color: #f6f0e6;
}

.card.card-service.card-service-blue {
    border-color: #d1f2ff;
}

.card.card-service.card-service-purple {
    border-color: #d1dbff;
}

.card.disabled.card-service {
    border-color: #eaeaea !important;
}

.card.card-service .card-title {
    height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #454c71;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card.card-service.card-service-brown .card-title {
    background-color: #f6f0e6;
}

.card.card-service.card-service-blue .card-title {
    background-color: #d1f2ff;
}

.card.card-service.card-service-purple .card-title {
    background-color: #d1dbff;
}

.card.disabled.card-service .card-title {
    background-color: #eaeaea !important;
}

.card.card-service .card-price {
    height: 101px;
    border-bottom: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card.card-service.card-service-brown .card-price {
    border-color: #f6f0e6;
}

.card.card-service.card-service-blue .card-price {
    border-color: #d1f2ff;
}

.card.card-service.card-service-purple .card-price {
    border-color: #d1dbff;
}

.card.disabled.card-service .card-price {
    border-color: #eaeaea !important;
}

.card.card-service .card-price .card-price-description {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: normal;
}

.card.card-service .card-price .card-price-gross {
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: normal;
    color: #00804a;
    font-weight: bold;
}

.card.card-service .card-features {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card.card-service .btn {
    font-weight: 700;
    padding: 0.3rem 1rem;
    font-size: 20px;
}

ul.check-list, ul.check-list-2 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 13px;
    list-style: none;
}

ul.check-list li, ul.check-list-2 li {
    padding-left: 5px;
}

ul.check-list li::before {
    content: '\f058';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #1BAE19;
}

ul.check-list-2 li::before {
    content: '\f058';
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    color: #1BAE19;
}

.w-95 {
    width: 95%;
}

/* New icons */
svg.icon {
    width: 24px;
    height: 24px;
}

.text-small {
    font-size: 13px;
    line-height: 19px;
}

.shadow-sharp {
    -webkit-box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.5);
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.8);
}


/* New process specific changes */
.authentication .form-control,
.authentication-login .form-control,
.authentication-registration .form-control,
.authentication-reset-password .form-control {
    font-size: 21px;
}

.authentication .content,
.authentication-login .content,
.authentication-registration .content,
.authentication-verify .content,
.authentication-reset-password .content,
.advertising-packages .content {
    background-image: none;
    padding-bottom: 0;
}

.ck-editor__editable_inline {
    min-height: 250px;
}

.ck.ck-word-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    background: white;
    padding: 0.5rem 1rem;
    border: 1px solid #ccced1;
    border-top-width: 0;
}

.ck.ck-word-count .ck-word-count__words {
    margin-right: 1rem;
}

.ck.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-rounded-corners .ck-source-editing-area textarea {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-select.bootstrap-select-custom-checkboxes.show-tick .dropdown-menu span.check-mark {
    position: absolute;
    left: 15px;
}

.bootstrap-select.bootstrap-select-custom-checkboxes .dropdown-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bootstrap-select-custom-checkboxes .dropdown-item {
    padding: 0.25rem 1.5rem 0.25rem 2.8rem;
}

.bootstrap-select.bootstrap-select-custom-checkboxes.show-tick .dropdown-menu span.check-mark {
    display: block;
    width: 19px;
    height: 19px;
    -webkit-box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%);
    border: solid 1px #d6d6d6;
    background-color: #fff;
    padding: 0px 5.5px;
}

.bootstrap-select.bootstrap-select-custom-checkboxes .bs-ok-default:after {
    display: none;
}

.bootstrap-select.bootstrap-select-custom-checkboxes .selected .bs-ok-default:after {
    display: block;
    border-width: 0 0.2em 0.2em 0;
    border-color: #f26523;
}

.custom-form.custom-form-2 .has-error::after {
    content: '\f06a';
    position: absolute;
    top: 11.5px;
    right: -5px;
    font-weight: bold;
    font-size: 15px;
    color: #cd484f;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
}

.simple-pay-icon {
    width: 200px;
    height: 80px;
    margin-top: -6px;
}

.personal-dashboard {
    background-color: white;
}

.border-2 {
    border-width: 2px !important;
}

.border-green {
    border-color: #1BAE19 !important;
}

.wizard__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.wizard__overlay .wizard__overlay_spinner {
    z-index: 99;
}

.wizard_header {
    line-height: 1;
}

.wizard_title, .container-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.wizard_description {
    font-size: 14px;
    line-height: 1.5;
}

.toast-container {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 99;
}

.toast {
    border: none;
    opacity: 1;
}

.toast-header {
    border-bottom: none;
}

.summary-item:not(:last-of-type):not(:empty)::after {
    content: ',';
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group-readonly .form-control,
.input-group-readonly .input-group-append * {
    pointer-events: none;
    border: none;
    background-color: transparent;
}

.btn-height {
    height: 38px;
}


.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.text-xxs {
    font-size: 11px !important;
}

.text-xs {
    font-size: 12px !important;
    line-height: 19px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-details .order-details-column {
    font-weight: bolder;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    height: 30px;
}

.order-details .order-details-column.order-details-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.order-details .order-details-column.order-details-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

.order-details .order-details-column.order-details-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}

.order-details .order-details-column.order-details-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.order-details .order-details-column.order-details-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.order-details .order-details-column.order-details-settings {
    margin-left: 18%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-details .order-details-column .order-details-settings-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.order-details .order-details-column .order-details-settings-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
}

.order-details-column-price {
    font-size: 14px;
}

.order-details-column-border {
    border-left: 1px solid #d2deef;
    border-right: 1px solid #d2deef;
    width: 100%;
    height: 70%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-details-settings .control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-details-settings .form-control {
    height: 22px;
    padding: 0 10px;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.-mb-1 {
    margin-bottom: -0.25rem !important;
}

.-mb-2 {
    margin-bottom: -0.5rem !important;
}

.-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.line-height-1 {
    line-height: 1;
}

.capitalize {
    text-transform: capitalize;
}

.opacity-50 {
    opacity: 0.5;
}

.min-height-34px {
    min-height: 34px;
}

.min-height-39px {
    min-height: 39px;
}

.help-block.help-block-italic {
    color: #ca6059;
    font-size: 12px !important;
    font-weight: normal;
    font-style: italic;
    font-family: Roboto;
}

.summary-item {
    white-space: nowrap;
    display: inline-block;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .header {
        background-color: transparent;
    }

    .header .header-image {
        display: none;
    }

    .header .header-content {
        width: 100%;
    }

    .header .header-content .header-title {
        font-size: 24px;
    }

    .shadow-sharp-sm {
        -webkit-box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.5);
    }

    .authentication .form-control {
        height: 35px !important;
        font-size: 18px;
    }

    .text-sm-smaller {
        font-size: 14px !important;
    }

    .text-xs-xxs {
        font-size: 10px !important;
    }

    .text-xs-xs {
        font-size: 12px !important;
    }

    .text-xs-h2 {
        font-size: 20px !important;
    }

    .simple-pay-icon {
        width: 83px;
        height: 33px;
        margin-top: 0;
    }

    .wizard_title, .container-title {
        font-size: 18px;
    }

    .wizard_description::before {
        content: ' - ';
    }

    .wizard_description {
        font-size: 10px;
    }

    .order-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .order-details .order-details-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
    }

    .order-details .order-details-column.order-details-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .order-details .order-details-column.order-details-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
        flex: 0 0 69%;
        max-width: 69%;
    }

    .order-details .order-details-column.order-details-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .order-details.open .order-details-column.order-details-2.order-details-border-blue,
    .order-details.open .order-details-column.order-details-3.order-details-border-blue,
    .order-details.open .order-details-column.order-details-4.order-details-border-blue
    {
        border-bottom: 1px solid #5cc0f4;
    }

    .order-details-column-border-bottom {
        border-bottom: 1px solid #d2deef;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-details-column-border-right {
        border-right: 1px solid #d2deef;
        width: 100%;
        height: 70%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-details .order-details-column.order-details-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
        flex: 0 0 39%;
        max-width: 39%;
    }

    .order-details .order-details-column.order-details-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .order-details .order-details-column.order-details-settings {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
    }

    .order-details .order-details-column .order-details-settings-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-details .order-details-column .order-details-settings-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-details-column-price {
        font-size: 18px;
    }

    .capitalize-sm {
        text-transform: capitalize;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .card-deck-no-style .card .card-header.card-header-md-normal {
        height: unset !important;
    }

    .header .header-content {
        width: 447px;
    }

    .header .header-content .header-title {
        font-size: 24px;
        width: 250px;
    }

    .order-details.open .order-details-column.order-details-1.order-details-border-blue,
    .order-details.open .order-details-column.order-details-2.order-details-border-blue,
    .order-details.open .order-details-column.order-details-3.order-details-border-blue,
    .order-details.open .order-details-column.order-details-4.order-details-border-blue
    {
        border-bottom: 1px solid #5cc0f4;
    }

    .form-control-height {
        height: 40.5px;
    }

    .border-md-left {
        border-left: 1px solid #dee2e6!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .error-container {
        position: relative;
    }

    .error-container .help-block.help-block-italic {
        position: absolute;
        bottom: -19px;
        left: 0;
    }

    .text-lg-nowrap {
        white-space: nowrap;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wizard_header {
        flex-shrink: 0;
    }
}