/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    /*src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-regular.woff2') format('woff2');
}
/* montserrat-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    /*src: url('../fonts/montserrat-v26-latin-italic.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-italic.woff2') format('woff2');
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    /*src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-500.woff2') format('woff2');
}
/* montserrat-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    /*src: url('../fonts/montserrat-v26-latin-500italic.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-500italic.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    /*src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-600.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    /*src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-700.woff2') format('woff2');
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    /*src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-800.woff2') format('woff2');
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    /*src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2');*/ /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    src: url('https://cdn.indiworkplace.com/public/montserrat-v26-latin-900.woff2') format('woff2');
}


:root {
    --font-serif: "Montserrat", sans-serif;
    --white: #fff;
    --black: #000;
    --dark: #333333;
    --watermelon: rgba(245, 157, 169, 0.15);
    --breeze: #55aaaa;
    --breeze-light: rgba(85, 170, 170, 0.15);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: dodgerblue;
    text-decoration: none;
}

a, .btn-link {
    color: #0366d6;
}

    a:hover {
        text-decoration: none;
    }

footer,
header,
main,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 64px;
    font-weight: 700;
}

.text-bg {
    position: relative;
    display: inline-block;
}

    .text-bg::after {
        content: "";
        position: absolute;
        right: -10px;
        bottom: 5px;
        z-index: -1;
        display: inline-block;
        width: 100%;
        height: 20px;
        background: #55aaaa;
        opacity: 0.25;
    }

h5 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.5;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.lead {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .text-bg::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2.75rem;
    }
}

body {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    text-align: left;
    background-color: var(--white);
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-auto,
.col-lg-9,
.col-md {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--dark);
    text-align: center;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    background: transparent;
    border: 1px solid transparent;
    outline: 0;
    border-radius: 2px;
    opacity: 1;
    transition: opacity 0.3s;
}

    .btn:hover {
        opacity: 0.8;
    }

.btn-dark {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn-outline-dark {
    color: var(--dark);
    border-color: var(--dark);
}

.btn-block {
    display: block;
    width: 100%;
}

.section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.first-section {
    padding-top: 160px;
}

.line {
    display: inline-block;
    width: 100px;
    height: 8px;
    background: var(--breeze);
    border-radius: 2px;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-left-auto {
    margin-left: auto;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.bg-watermelon {
    background-color: var(--watermelon) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-breeze-light {
    background-color: var(--breeze-light) !important;
}



/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

/*.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }*/

html, body {
    font-family: Montserrat, sans-serif; /*'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.spinner {
    border: 16px solid #828282;
    border-top: 16px solid #55AAAA;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
}

.spinnersmall {
    border: 8px solid #828282;
    border-top: 8px solid #55AAAA;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 700ms linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    /*app {
        flex-direction: row;
    }*/

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media (max-width: 768px) {
    .main > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}




.popupcancelbtn {
    background-color: #FFFFFF !important;
    border: 1px solid #333333 !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    font-family: Montserrat !important, sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    color: #333333 !important;
    padding: 15px 20px !important;
}

.popuppostbtn {
    background-color: #55AAAA !important;
    border-radius: 2px !important;
    font-family: Montserrat !important, sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    color: #FFFFFF !important;
    padding: 15px 20px !important;
}

.heighter-35 {
    height: 35px;
}

.bottombtn {
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3vh;
    /*color: grey;*/
    color: #737373;
}

/*TOAST*/
.e-toast-container .e-toast .e-toast-message .e-toast-content {
    color: white !important;
    font-size: 18px !important;
    font-family: Montserrat !important, sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0.25px !important;
}

    .e-toast-container .e-toast .e-toast-message .e-toast-content:hover {
        color: white !important;
        font-size: 18px !important;
        font-family: Montserrat !important, sans-serif;
        font-style: normal !important;
        font-weight: 500 !important;
        letter-spacing: 0.25px !important;
    }

    .e-toast-container .e-toast .e-toast-message .e-toast-content:active {
        color: white;
        font-size: 18px;
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.25px;
    }

.e-toast-container .e-toast {
    background-color: #333333 !important;
}

    .e-toast-container .e-toast:hover {
        background-color: #333333 !important;
    }

    .e-toast-container .e-toast:active {
        background-color: #333333 !important;
    }


.default_toast {
    width: auto !important;
    color: white !important;
    font-size: 16px !important;
    font-family: Montserrat !important, sans-serif;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0.25px !important;
    background-color: #333333 !important;
    text-align: center !important;
}

.margintop3 {
    margin-top: 3px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.fs-12 {
    font-size: 12px;
}

.bgcolorgreen {
    background-color: green;
}

.bgcoloryellow {
    background-color: yellow;
}

.bgcolorred {
    background-color: red;
}

.bgcolorgray {
    background-color: gray;
}



.ff {
    font-family: Montserrat, sans-serif;
}

.fs-10 {
    font-size: 10px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fs-64 {
    font-size: 64px;
}

.lh-29 {
    line-height: 29px;
}

.lh-32 {
    line-height: 32px;
}

.lh-44 {
    line-height: 44px;
}

.lh-72 {
    line-height: 72px;
}

.heighter-10 {
    height: 10px;
}

.heighter-20 {
    height: 20px;
}

.heighter-30 {
    height: 30px;
}

.heighter-40 {
    height: 40px;
}

.heighter-50 {
    height: 50px;
}

.heighter-100 {
    height: 100px;
}

/* .heighter-150 {
        height: 150px;
    } */

.height-min-300p {
    min-height: 300px;
}

.width-100 {
    width: 100%;
}

.width-20p {
    width: 20px;
}

.width-800p {
    width: 800px;
}

.width-max-450p {
    max-width: 450px;
}

.width-max-500p {
    max-width: 500px;
}

.width-max-700p {
    max-width: 700px;
}

.width-max-1000p {
    max-width: 1000px;
}

.width-max-1150p {
    max-width: 1150px;
}

.width-max-1200p {
    max-width: 1200px;
}

.width-max-1260p {
    max-width: 1260px;
}

.width-max-40 {
    max-width: 40%;
}

@media (max-width: 700px) {
    .maxwidthat700 {
        max-width: 100%;
    }
}

.colortheme {
    color: rgb(85, 170, 170);
}

.colorbgtheme {
    background-color: rgb(85, 170, 170);
}

.colorthemedark {
    color: #3F7D7D; /*this is a little darker than our theme color of #55AAAA*/
}

.colorbgthemedark {
    background-color: #3F7D7D; /*this is a little darker than our theme color of #55AAAA*/
}

.colorwhite {
    color: white;
}

.marginright-5 {
    margin-right: 5px;
}

.marginright-10 {
    margin-right: 10px;
}

.marginright-20 {
    margin-right: 20px;
}

.marginright-50 {
    margin-right: 50px;
}

.marginleft-30 {
    margin-left: 30px;
}

.ls-004em {
    letter-spacing: 0.04em;
}

.ls-008em {
    letter-spacing: 0.08em;
}

.ls-016em {
    letter-spacing: 0.16em;
}

.paddingtop-30 {
    padding-top: 30px;
}

.paddingbottom-30 {
    padding-bottom: 30px;
}

.paddingleft-30 {
    padding-left: 30px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.border-radius-unset {
    border-radius: unset;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-unset {
    border: unset;
}

.displayblock {
    display: block;
}

@media (max-width: 700px) {
    .flexwrap700 {
        flex-wrap: wrap;
    }

    .flexswap700 {
        flex-direction: column !important;
    }

    .imgwidthat700 {
        width: 100%;
    }
}

.demobtn {
    border-radius: 5px;
}

.readmorebtn {
    border-radius: 5px;
    border: 1px solid white;
}

.submitbtn {
    border: 1px solid white;
    padding: 10px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #FFF;
}

    .submitbtn:hover {
        color: #FFF;
        background: #333;
    }

.submitbtn2 {
    border: 1px solid white;
    padding: 10px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #333;
}

    .submitbtn2:hover {
        color: #333;
        background: #FFF;
    }

.input-box {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
}

    .input-box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #BDBDBD;
    }

    .input-box::-moz-placeholder { /* Firefox 19+ */
        color: #BDBDBD;
    }

    .input-box:-ms-input-placeholder { /* IE 10+ */
        color: #BDBDBD;
    }

    .input-box:-moz-placeholder { /* Firefox 18- */
        color: #BDBDBD;
    }

    .input-box.valid.modified {
        outline: 1px solid #55AAAA !important;
    }

.reqdemopopup.e-dialog {
    max-width: 100% !important;
    background: black;
}

.reqdemopopup .e-dlg-header-content .e-dlg-header {
    width: 100% !important;
}

.reqdemopopup .e-dlg-header-content {
    border-bottom: unset !important;
}

.reqdemopopup .e-dlg-content {
    background: black;
}

.borderblack {
    border: 1px solid black;
}

.bordertopblack {
    border-top: 1px solid black;
}



/*#region main page*/
.section-1 {
    background-color: rgb(85, 170, 170);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-3 {
    background-color: rgb(246, 249, 252);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-4 {
    background-color: rgb(254, 244, 234);
    padding-top: 50px;
    padding-bottom: 100px;
}

.section-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-6 {
    background-color: rgb(246, 249, 252);
    padding-top: 50px;
    padding-bottom: 50px;
}  
/*#endregion*/





/*#region small screen*/
@media (max-width: 700px) {
    .fs-60 {
        font-size: 24px;
    }

    .fs-50 {
        font-size: 22px;
    }

    .fs-40 {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 18px;
    }

    .fs-22 {
        font-size: 16px;
    }

    .fs-18 {
        font-size: 14px;
    }

    .demobtn {
        padding: 2px 8px;
        font-size: 12px;
    }
}
/*#endregion*/