﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html,
body {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-family: Poppins;
    height: 100vh;
    /*overflow: hidden;*/
}

.body-client {
    height: 100%;
    background-color: #2f3641 !important;
    background-image: url(../images/wilbur-bg.png) !important;
}

.alert-success {
    color: #FFFFFF !important;
    background-color: #00BC9F !important;
    border-color: #008575 !important;
}

.alert-danger {
    color: #FFFFFF !important;
    background-color: #CC2E3E !important;
    border-color: #CC2E3E !important;
}

.parent {
    background-color: #edf1f7;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main {
    display: flex;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
}

.content {
    flex-grow: 1;
}

/* --------- Non-flexbox related styles --------- */
.header {
    background: radial-gradient(40.63% 71.44% at 49.93% 50%, #444a50 0, #2f363c 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.75rem !important;
}

.child {
    display: flex;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*    margin: 1%;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #ffe8c3;
    background-color: #eab768;
    border-radius: 10px;
    border: 10px solid #f5cc8b;
*/
}

.child-center {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    /*    margin: 1%;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #ffe8c3;
    background-color: #eab768;
    border-radius: 10px;
    border: 10px solid #f5cc8b;
*/
}

.footer-child {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #2F363C;
}

.dropdown-menu {
    background-color: #424B58;
    border: 1px solid rgba(0,0,0,.15);
}

.product-btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    color: #2F363C;
    display: inline-block;
    margin: 10px;
    height: 70px;
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}


    .product-btn:hover, .product-btn:focus, .product-btn:active {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.product {
    display: inline-block;
    height: 70px;
    width: 200px;
    background-color: #FFFFFF;
}

.product-link {
    display: inline-block;
}

    .product-link:hover {
        text-decoration: none;
    }

.product-image {
    height: 70px;
    width: 200px;
    object-fit: contain;
}

.product-shadow {
    box-sizing: border-box;
    box-shadow: rgb(170 178 191) 0px 0px 7px 1px, rgb(9 30 66 / 31%) 0px 0px 1px;
    transition: box-shadow 0.25s ease 0s;
}

    .product-shadow :hover {
        box-shadow: rgba(9, 30, 66, 0.25) 0px 12px 24px -6px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    }

.img-center {
    /*    display: flex;
    justify-content: center;
    align-items: center;
*/ height: 100%;
    max-width: 200px;
    margin: auto auto 15px auto;
}


.wilbur-home-title {
    font-family: Poppins;
    color: rgb(255,255,255);
}

.home-products-title {
    font-family: Poppins;
    font-size: 1.75rem;
    color: rgb(255,255,255);
}


.product-title {
    margin-top: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    color: #2F363C;
}

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

a {
    color: #FF5869;
}

.vertical-horizontal-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nav-transparent {
    background-color: rgba(35, 35, 40, 0.85) !important;
    border-bottom: none !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}


.btn-primary {
    color: #fff;
    /*    background-color: #1b6ec2;
    border-color: #1861ac;
*/ background: linear-gradient(180deg, #FF5869 0%, #FF5869 100%);
    /* default/blue/600 */
    border: 1px solid #FF5869;
    box-sizing: border-box;
    /* shadow-sm */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

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

    .btn-primary:hover {
        color: #fff;
        background-color: #FF5869;
        border-color: #FF5869;
    }

    .btn-primary:focus {
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none;
    }


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D2D6DC;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

input[type="tel"] {
    background: #FFFFFF;
    /* default/gray/300 */
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    /* shadow/input */
    box-shadow: inset 0px 1px 3px rgba(107, 114, 128, 0.2);
    border-radius: 4px;
}

input[type="email"] {
    background: #FFFFFF;
    /* default/gray/300 */
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    /* shadow/input */
    box-shadow: inset 0px 1px 3px rgba(107, 114, 128, 0.2);
    border-radius: 4px;
}

input[type="password"] {
    background: #FFFFFF;
    /* default/gray/300 */
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    /* shadow/input */
    box-shadow: inset 0px 1px 3px rgba(107, 114, 128, 0.2);
    border-radius: 4px;
}

input[type="text"] {
    background: #FFFFFF;
    /* default/gray/300 */
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    /* shadow/input */
    box-shadow: inset 0px 1px 3px rgba(107, 114, 128, 0.2);
    border-radius: 4px;
}

    input[type="text"]:disabled {
        background: #F9FAFB;
        /* default/gray/300 */
        border: 1px solid #D2D6DC;
        box-sizing: border-box;
        border-radius: 4px;
        box-shadow: none;
    }



.bg-dark-nav {
    /*background: #2F363C;*/
    /*background: radial-gradient(40.63% 71.44% at 49.93% 50%, #444a50 0, #2f363c 80%);*/
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 0;
    /*height: 55px !important;*/
}

.navbar-brand {
    padding-top: 0;
}

.navbar-toggler-show {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler-show:focus,
    .navbar-toggler-show:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }

.nav-link {
    align-items: center;
    display: block;
    white-space: nowrap;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .nav-link .icon {
        margin-right: 4px;
        font-size: 30px;
        vertical-align: middle;
        color: #FFFFFF;
        height: 32px;
        width: 32px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .nav-link .text {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        color: #FFFFFF;
    }

    .nav-link:hover {
        background: #ff5869;
        border-radius: 0;
    }

    .nav-link.active {
        background: rgba(47, 54, 60, 0.7);
        border-radius: 0;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 1400px) {

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggler-show {
        display: none;
    }
}

.sidebar .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bg-mattBlackLight {
    background-color: #424B58;
}

.navbar-button {
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}


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

.sideMenu {
    width: 272px;
    height: 100%;
    transition: all ease 0.25s;
    transform: translateX(0);
    /*z-index: 2000;*/
    box-shadow: inset -1px 0px 0px #E5E7EB;
}

.wrapper {
    margin-top: 55px;
}

    .wrapper

    .wrapper.active .sideMenu {
        transform: translateX(-100%);
    }

@media (min-width: 1400px) {

    .wrapper.active .sideMenu {
        transform: translateX(0);
    }
}

.landing-page {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
    background: radial-gradient(40.63% 71.44% at 49.93% 50%, #444a50 0, #2f363c 80%);
    width: 100%;
    height: calc(100vh - 73px);
    background-size: cover;
    position: relative;
}

    #hero:before {
        content: '';
        // background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h1 {
        font-family: "GilroyMedium" !important;
        color: #ff5869 !important;
        margin: 0 0 10px 0;
        font-size: 37px;
        font-weight: 500;
        line-height: 49px;        
    }

    #hero p {
        font-family: "Intern";
        font-weight: 400;
        font-size: 18px;
        color: #979a9d;
        line-height: 30px;
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 30px;
        font-size: 18px;
    }

    #hero .btn-get-started {
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        border: 2px solid #fff;
        color: #fff;
    }

        #hero .btn-get-started:hover {
            background: #ff5869;
            border-color: #ff5869;
        }

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        text-align: center;
    }

        #hero .container {
            padding-top: 40px;
        }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }
}
















































body-no-overflow {
    overflow: hidden;
}

.margin-0 {
    margin: 0;
}

.margin-0-auto {
    margin: 0 auto;
}

.margin-5 {
    margin: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-1rem {
    margin-top: 1rem;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.padding-15 {
    padding: 15px;
}

.text-color {
    color: #5e6c84;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.upper-case {
    text-transform: uppercase;
}

.width-45 {
    width: 45px;
}

.width-200 {
    width: 200px;
}

.inline-block {
    display: inline-block;
}

.form-control-lite {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 3px rgba(107, 114, 128, 0.2);
    border-radius: 4px;
}

.activate-btn {
    height: 40px;
    margin-top: -5px;
    width: 95px;
}


.btn-light {
    color: #374151;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
    /* default/gray/300 */
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    /* shadow-sm */
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #252F3F;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}




.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


.tick {
    background: url(../images/check-in-circle.jpg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 5px 20px;
}

.cross {
    background: url(../images/cross-in-circle.jpg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 5px 20px;
}

.home-ccc-img {
    width: 56px;
    margin: 15px;
}


label {
    color: #2F363C;
    font-weight: 600;
    font-size: 14px;
    font-family: Inter;
}



.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

.box-show {
    box-shadow: 0px 0px 0px rgba(55, 65, 81, 0.05), 0px 1px 3px rgba(55, 65, 81, 0.45);
}

.card {
    box-shadow: 0px 0px 0px rgba(55, 65, 81, 0.05), 0px 1px 3px rgba(55, 65, 81, 0.45);
    box-sizing: border-box;
    color: rgb(94, 108, 132);
    padding: 32px 24px 24px 24px;
    border-radius: 4px;
    border: none;
}

.card-center {
    margin: auto;
    width: 385px;
}

@media (max-width: 350px) {

    .card-center {
        margin: auto;
        width: 290px;
    }
}

.card-center-manage {
    margin: auto;
}

.card-user {
    padding: 15px 15px 15px 15px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.card-body-client {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.card-footer {
    background-color: transparent !important;
    border-top: none !important;
}

/*.row {
    margin-left: unset;
    margin-right: 15px;
}*/

.login-signup-card-img {
    width: 56px;
    margin: 15px;
}

.nav-dropdown {
    box-sizing: border-box;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.stikcy-top-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1020;
}

.ids-logo-top {
    margin: 20px;
    text-align: center;
}

.ids-logo-top-img {
    width: 56px;
    margin: 15px;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(255,255,255,1.0);
    border-bottom: none;
}

.signin-title {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #252F3F;
}

.forgot-password {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-top: 4px;
    margin-bottom: 0;
}

.button-default-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
    border: 1px solid #D2D6DC;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.external-provider-logo {
    width: 30px;
    margin-right: 6px;
}

.validation-error {
    padding: 0px;
    background: #FDF2F2;
    border-radius: 4px;
}




.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-27 {
    font-size: 27px;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 6px;
}

.text-danger {
    font-size: 12px;
}


.croppie-container {
    width: 100%;
    height: 80%;
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-thumbnail {
    padding: 0.125rem;
    background-color: #f5f7fa;
    border: 1px solid #dee2e6;
    width: 28px;
    max-width: 100%;
    height: auto;
}
