    html { min-height: 100% }
    body {
        color: #000000;
        height: 100%;
        font-size: 0.875rem;
        background: #ebedf2;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto !important;
        letter-spacing: 0.0312rem;
        font-family: 'Quicksand', sans-serif;
        max-width: 100%;
        margin: 0 auto;
    }
    h1, h2, h3, h4, h5, h6 { color: #3b3f5c; }
    :focus { outline: none; }
    ::-moz-selection { /* Code for Firefox */
      color: #1b55e2;
      background: transparent;
    }
    ::selection {
        color: #ffffff;
        background: #1b55e2;
    }
    p { margin-top: 0; margin-bottom: 0.625rem; color: #515365 }
    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #f1f2f3;
    }
    strong { font-weight: 600; }
    code { color: #e7515a; }

    /*Page title*/

    .navbar .navbar-item .nav-item.page-heading {
        margin-left: 20px;
    }
    .navbar.expand-header .navbar-item .nav-item.page-heading {
        margin-left: 25px;
    }
    .main-container {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }
    #container.fixed-header { margin-top: 56px; }
    #content {
        margin-top: 0;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        min-height: auto;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .main-container-fluid > .main-content > .container {
        float: left;
        width: 100%
    }
    #content > .wrapper {
        -webkit-transition: margin ease-in-out .1s;
        -moz-transition: margin ease-in-out .1s;
        -o-transition: margin ease-in-out .1s;
        transition: margin ease-in-out .1s;
        position: relative
    }
    .widget {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 6px;
        border: 1px solid #e0e6ed;
        box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
    }
    .layout-top-spacing { margin-top: 20px; }
    .layout-spacing { padding-bottom: 0; }
    .layout-px-spacing { padding: 0 20px 0 20px!important; min-height: calc(100vh - 187px)!important; }
    .widget.box .widget-header {
        background: #fff;
        padding: 0px 8px 0px;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
    .row [class*="col-"] .widget .widget-header h4 {
        color: #3b3f5c;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        padding: 16px 15px;
    }
    .seperator-header {
        background: transparent;
        box-shadow: none;
        margin-bottom: 40px;
        border-radius: 0;
    }
    .seperator-header h4 {
        color: #888ea8;
        margin-bottom: 0;
        display: inline-block;
        border: 2px dashed #888ea8;
        line-height: 1.4;
        padding: 3px 6px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 4px;
        letter-spacing: 1px;
    }
    .widget .widget-header {
        border-bottom: 0px solid #f1f2f3;
    }
    .widget .widget-header:before,
    .widget .widget-header:after {
        display: table;
        content: "";
        line-height: 0
    }
    .widget .widget-header:after { clear: both }
    .widget-content-area {
        padding: 10px 20px;
        position: relative;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .dropdown-item {
        line-height: 1.8;
        padding: 0.625rem 1rem;
    }
    .dropdown-menu {
        border-radius: 6px;
        border-color: #e0e6ed;
    }
    .layout-px-spacing {
        padding: 0 0px!important;
    }
    /* 
    =====================
        Navigation Bar
    =====================
    */

    .header-container {
        background: #333333;
    }
    .navbar {
        z-index: 1030;
        padding: 10px 0 5px 0;
        background: transparent;
        margin: 0 10px;
    }
    .navbar.expand-header {
        margin: 0
    }
    .navbar .nav-logo a.navbar-brand img {
        height: 40px;
    }
    .navbar .nav-logo a.navbar-brand .navbar-brand-name {
        font-weight: 700;
        letter-spacing: 1px;
        color: #060818;
        font-size: 20px;
    }
    .navbar-brand {
        padding-top: 0.0rem;
        padding-bottom: 0.0rem;
        margin-left: 25px;
    }
    .navbar-expand-sm .navbar-item .nav-link {
        line-height: 2.75rem;
        padding: 0.39rem 0.6rem;
        text-transform: initial;
        position: unset;
    }
    .navbar .toggle-sidebar, .navbar .sidebarCollapse {
        display: inline-block;
        position: relative;
        color: #ffffff;
        padding: 8px 8px 8px 0;
    }
    .navbar .sidebarCollapse svg {
        width: 20px;
        height: 20px;
    }
    .navbar .dropdown-menu {
        border-radius: 6px;
        border-color: #e0e6ed;
    }
    .navbar .dropdown-item {
        line-height: 1.8;
        font-size: 0.96rem;
        padding: 15px 0 15px 0;
        word-wrap: normal;
    }
    .navbar .navbar-item .nav-item.dropdown.show a.nav-link span.badge {
        background-color: #888ea8!important;
    }
    .navbar .navbar-item .nav-item .dropdown-item.active,
    .navbar .navbar-item .nav-item .dropdown-item:active {
        background-color: transparent;
        color: #16181b;
    }
    .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
        top: 95%;
        border-radius: 0;
        border: none;
        border-radius: 6px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(31,45,61,.1);
        box-shadow: 0 10px 30px 0 rgba(31,45,61,.1);
    }
    .navbar-expand-sm .navbar-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
        top: 108%;
        border-radius: 0;
        border: none;
        border-radius: 6px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
        box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
        background: #fff;
        margin-top: 0;
        border: 1px solid #e0e6ed;
        z-index: 9999;
        max-width: 12rem;
        padding: 10px;
        top: 57px;
        left: -30px;
    }
    .header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
        position: absolute;
        content: '';
        top: -10px;
        margin-left: -7px;
        height: 0;
        width: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 15px solid #fff;
        left: auto;
        right: 8px;
        border-bottom-color: #fff;
    }

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link,
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
        position: relative;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:before,
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:before {
        position: absolute;
        content: '';
        height: 14px;
        width: 14px;
        background: #e0e6ed;
        border-radius: 50%;
        top: 23px;
        z-index: -1;
        left: 50%;
        transition: all .3s;
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:hover:before,
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:hover:before {
        height: 38px;
        width: 38px;
        opacity: 1;
    }
    .navbar .language-dropdown { 
        align-self: center;
    }
    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle {
        position: relative;
        padding: 0;
        border: none;
        transform: none;
        font-size: 13px;
        background-color: transparent;
        text-align: inherit;
        color: #888ea8;
        box-shadow: none;
        font-weight: 600;
    }
    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
        width: 13px;
        height: 13px;
        vertical-align: middle;
        margin-left: 4px;
    }
    .navbar .language-dropdown .custom-dropdown-icon a.dropdown-toggle img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .navbar .language-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
        position: absolute;
        left: -15px!important;
        top: 45px!important;
        padding: 8px 0;
        border: none;
        min-width: 90px;
        border: 1px solid #d3d3d3;
    }
    .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a {
        padding: 8px 15px;
        font-size: 13px;
        font-weight: 500;
        color: #3b3f5c;
    }
    .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
        background-color: #e0e6ed;
        color: #1b55e2;
    }
    .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu img {
        width: 17px;
        height: 17px;
        margin-right: 7px;
        vertical-align: sub;
    }

    /*Message Dropdown*/
    .navbar .navbar-item .nav-item.dropdown.message-dropdown { margin-left: 20px; align-self: center; }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link { padding: 0 0; }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after { display: none; }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
        color: #506690;
        fill: rgba(80, 102, 144, 0.10980392156862745);
        width: 24px;
        height: 24px;
        stroke-width: 1.2px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 0;
        font-size: 10px;
        color: #fff!important;
        background: #e2a03f;
        border: 2px solid #ffffff;
        top: 11px;
        right: 2px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
        top: 11px;
        right: 1px;
        width: 22px;
        height: 22px;
        padding: 3px 3px 0px;
        font-size: 9px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
        min-width: 13rem;
        right: -15px;
        left: auto;
        padding: 10px!important;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
        padding: 8px 7px;
        border: 1px solid #fff;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active,
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
        background-color: transparent;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e0e6ed;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus,
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
        padding-top: 8px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
        right: 17px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
        padding-bottom: 8px;
        cursor: pointer;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media { margin: 0; }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
        position: relative;
        display: inline-block;
        width: 39px;
        height: 39px;
        font-size: 14px;
        margin-right: 11px;
        font-weight: 500;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #304aca;
        color: #fff;
        font-weight: 600;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
        width: 40px;
        height: 40px;
        margin-right: 11px;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
        font-size: 15px;
        margin-bottom: 0px;
        color: #0e1726;
        font-weight: 500;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
        color: #445ede;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
        align-self: center;
    }
    .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
        font-size: 10px;
        font-weight: 700;
        color: #888ea8;
        margin-bottom: 0;
        letter-spacing: 0;
    }

    /*Notification Dropdown*/

    .navbar .navbar-item .nav-item.dropdown.notification-dropdown { margin-left: 16px; }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link { padding: 0 0; }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after { display: none; }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
        color: #506690;
        fill: rgba(80, 102, 144, 0.10980392156862745);
        width: 24px;
        height: 24px;
        stroke-width: 1.2px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
        position: absolute;
        top: 11px;
        right: 2px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        padding: 3px 0px 0px;
        font-size: 10px;
        color: #fff!important;
        background: #2196f3;
        display: block;
        border: 2px solid #fff;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
        min-width: 15rem;
        right: -8px;
        left: auto;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
        padding: 0.625rem 1rem;
        cursor: pointer;
        border-radius: 5px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus,
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #ebedf2;
        border-radius: 5px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #ebedf2;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media { margin: 0; }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
        width: 23px;
        height: 23px;
        font-weight: 600;
        color: #e2a03f;
        fill: rgba(226, 160, 63, 0.27058823529411763);
        margin-right: 9px;
        align-self: center;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.file-upload svg { 
        color: #e7515a;
        fill: rgba(231, 81, 90, 0.23921568627450981);
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.server-log svg { 
        color: #009688;
        fill: rgba(0, 150, 136, 0.3686274509803922);
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body {
        display: flex;
        justify-content: space-between;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info {
        display: inline-block;
        white-space: normal;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
        margin-right: 8px;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 600;
        color: #888ea8;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status {
        display: inline-block;
        white-space: normal;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg {
        margin: 0;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x {
        color: #bfc9d4;
        width: 19px;
        height: 19px;
        cursor: pointer;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x:hover {
        color: #e7515a;
    }
    .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-check {
        color: #fff;
        background: #0d9a5d;
        border-radius: 50%;
        padding: 3px;
        width: 22px;
        height: 22px;
    }
    .navbar .navbar-item .nav-item.search-animated {
        position: relative;
        margin-left: 30px;
    }
    .navbar .navbar-item .nav-item.search-animated svg {
        font-weight: 600;
        margin: 0 0;
        cursor: pointer;
        color: #515365;
        position: absolute;
        width: 32px;
        height: 34px;
        top: 4.5px;
        left: 5px;
        padding: 5px;
        stroke-width: 1.2px;
        border-radius: 5px;
        background: #e0e6ed;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control {
        width: 100%;
        font-size: 12px;
        border: none;
        border-radius: 8px;
        color: #515365;
        letter-spacing: 1px;
        padding: 0px 10px 0px 50px;
        height: 36px;
        font-weight: 500;
        width: 100%;
        width: 425px;
        height: 43px;
        background: transparent;
        width: 370px;

        border: 1px solid #ebedf2;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus {
        box-shadow: none;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder {
        color: #888ea8;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder {
        color: #888ea8;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
        color: #888ea8;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder {
        color: #515365;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder {
        color: #515365;
    }
    .navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
        color: #515365;
    }
    .search-overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: transparent!important;
        z-index: 814!important;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    .search-overlay.show {
        display: block;
        opacity: .1;
    }

    /* User Profile Dropdown*/
    .navbar .navbar-item .nav-item.user-profile-dropdown {
        align-self: center;
        padding: 0 0px 0 0;
        border-radius: 8px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-toggle {
        display: flex;
        justify-content: flex-end;
        padding: 0 20px 0 16px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-toggle:after {
        display: none;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-toggle svg {
        color: #888ea8;
        width: 15px;
        height: 15px;
        align-self: center;
        margin-left: 6px;
        stroke-width: 1.7px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media {
        margin: 0;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media img {
        width: auto;
        height: 35px;
        box-shadow: 0 0px 0.9px rgba(0, 0, 0, 0.07), 0 0px 7px rgba(0, 0, 0, 0.14);
        margin-right: 0px;
        border: none;
        border-radius: 50%;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media .media-body {
        flex: auto;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media .media-body h6 {
        color: #1b55e2;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media .media-body h6 span {
        color: #888ea8;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media .media-body p {
        color: #bfc9d4;
        font-size: 10px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
        padding: 0 0;
        font-size: 24px;
    }
    .navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after { display: none; }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
        z-index: 9999;
        max-width: 13rem;
        padding: 0 11px;
        top: 60px;
        left: -105px!important;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
        top: 50px!important;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu:after {
        right: 9px!important;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
        padding: 0;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #ebedf2;
        border-radius: 5px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
        display: block;
        color: #3b3f5c;
        font-size: 12px;
        font-weight: 600;
        padding: 5px 5px;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
        background-color: transparent;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #ebedf2;
    }
    .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
        width: 17px;
        margin-right: 7px;
        height: 17px;
        color: #191e3a;
        fill: rgba(25, 30, 58, 0.19);
    }


    .animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
    @-webkit-keyframes fadeInUp {
        0% {
            margin-top: 10px;
        }
        100% {
            margin-top: 0;
        }

    }
    @keyframes fadeInUp {
        0% {
            margin-top: 10px;
        }
        100% {
            margin-top: 0;
        }
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    /*
        Breadcrumb
    */
    .layout-top-spacing {
        margin-top: 0px;
    }
    .page-title {
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        align-self: center;
        padding-right: 15px;
        margin-right: 15px;
    }
    .page-title h3 {
        margin-bottom: 0;
        margin: 0;
        font-size: 26px;
        color: #3b3f5c;
        font-weight: 600;
        letter-spacing: 0;
    }
    .page-header {
        display: flex;
        justify-content: start;
        background: url(https://www.vmfwatches.com/css/icons/brd.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 90px;
        opacity: 0.9;
        padding: 0 30px;
    }

    /*
        ====================
            More Dropdown
        ====================    
    */
    .page-header .custom-dropdown-icon a.dropdown-toggle {
        position: relative;
        padding: 9px 35px 10px 15px;
        border: 1px solid #e0e6ed;
        border-radius: 8px;
        transform: none;
        font-size: 13px;
        line-height: 17px;
        background-color: #fff;
        letter-spacing: normal;
        min-width: 115px;
        text-align: inherit;
        color: #3b3f5c;
        box-shadow: none;
        /*max-height: 35px;*/
        font-weight: 600;
        letter-spacing: 0px;
    }
    .page-header .custom-dropdown-icon a.dropdown-toggle span span {
        color: #888ea8;
    }
    .page-header .custom-dropdown-icon a.dropdown-toggle svg {
        position: absolute;
        right: 15px;
        top: 11px;
        color: #888ea8;
        width: 13px;
        height: 13px;
        margin: 0;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }
    .page-header .custom-dropdown-icon.show a.dropdown-toggle svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .page-header .custom-dropdown-icon .dropdown-menu {
        position: absolute;
        top: 1px!important;
        padding: 8px 0;
        border: none;
        min-width: 155px;
        border: 1px solid #d3d3d3;
    }
    .page-header .custom-dropdown-icon .dropdown-menu a {
        padding: 8px 15px;
        font-size: 13px;
        font-weight: 600;
        color: #888ea8;
    }
    .page-header .custom-dropdown-icon .dropdown-menu a:hover {
        background-color: transparent;
        color: #515365;
    }

    /*
        Footer
    */
    .footer-wrapper {
        padding: 10px 30px 10px 30px;
        display: inline-block;
        background: transparent;
        font-weight: 600;
        font-size: 12px;
        width: 100%;
        border-top-left-radius: 6px;
        display: flex;
        justify-content: space-between;
    }
    .footer-wrapper .footer-section p {
        margin-bottom: 0;
        color: #888ea8;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .footer-wrapper .footer-section p a {
        color: #888ea8;
    }
    .footer-wrapper .footer-section p {
        margin-bottom: 0;
        color: #888ea8;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .footer-wrapper .footer-section svg {
        color: #e7515a;
        fill: rgba(231, 81, 90, 0.4196078431372549);
        width: 15px;
        height: 15px;
        vertical-align: text-top;
    }
    @media (max-width: 767px) {
        .nav-logo {
            display: none;
        }
        .navbar .navbar-item .nav-item.search-animated {
            position: initial;
        }
        .navbar .navbar-item .nav-item.search-animated svg {
            font-weight: 600;
            margin: 0;
            cursor: pointer;
            color: #3b3f5c;
            position: initial;
            transition: top 200ms;
            top: -25px;
            padding: 7px;
            background: #e0e6ed;
            border: none;
            border-radius: 50%;
        }
        .navbar .navbar-item .nav-item .form-inline.search {
            opacity: 0;
            transition: opacity 200ms, top 200ms;
            top: -25px;
        }
        .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
        border: none;
            width: 100%;
            display: none;
        }
        .navbar  .nav-dropdowns {
            margin-left: auto;
        }

        .navbar .navbar-item .nav-item .form-inline.search.input-focused {
            position: absolute;
            bottom: 0;
            top: 0;
            background: rgb(235, 239, 246);
            height: 100%;
            width: 100%;
            left: 0;
            right: 0;
            z-index: 32;
            margin-top: 0px!important;
            display: flex;
            opacity: 1;
            transition: opacity 200ms, top 200ms;
        }
        .navbar .navbar-item .nav-item.search-animated.show-search svg {
            margin: 0;
            position: absolute;
            top: 23px;
            left: 0;
            width: 22px;
            height: 22px;
            color: #888ea8;
            z-index: 40;
            transition: top 200ms;
            background: transparent;
            padding: 0;
        }
        .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
            width: 100%;
        }
        .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
            background: transparent;
            display: block;
            padding-left: 33px;
            padding-right: 12px;
            border: none;
        }
        .navbar .navbar-item .nav-item.dropdown.message-dropdown {
            margin-left: 10px;
        }
        .navbar .navbar-item .nav-item.dropdown.notification-dropdown {
            margin-left: 10px;
        }
        .navbar .navbar-item .nav-item.user-profile-dropdown {
            margin-right: 0;
        }
        .page-header .custom-dropdown-icon a.dropdown-toggle {
            display: none;
        }
    }
    @media (min-width: 992px) {
        .theme-brand {
            display: none;
        }
        /*
        ====================
            Layout Topbar
        ====================
        */
        .navbar .navbar-item .nav-item.dropdown.message-dropdown {
            margin-left: 20px;
        }
        .navbar .navbar-item .nav-item.dropdown.notification-dropdown {
            margin-left: 22px;
            align-self: center;
        }
        .navbar .toggle-sidebar, .navbar .sidebarCollapse {
            display: none;
        }
        .topbar-nav.header {
            padding: 0;
            z-index: 500;
            width: 100%;
            top: 0;
            margin: 0;
        }
        .topbar-nav.header #topbar {
            background: transparent;
            margin: 0;
            width: 100%;
            border-radius: 0;
            background: #333333;
            min-height: 51px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories {
            display: flex;
            margin-bottom: 0;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:first-child {
            padding: 14px 0 14px 0;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu {
            position: relative;
            padding: 14px 0 14px 0;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
            display: flex;
            padding: 0 30px 0 30px;
            height: 100%;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > a > div {
            align-self: center;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:not(:last-child) > a {
            border-right: 1px solid #515365;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu a > div svg:not(.feather-chevron-down) {
            width: 25px;
            height: 25px;
            color: #e0e6ed;
            vertical-align: bottom;
            margin-right: 6px;
            stroke-width: 1.3px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-down {
            display: none;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu a > div span {
            font-size: 13px;
            font-weight: 400;
            color: #fafafa;
            vertical-align: text-bottom;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active > a > div svg:not(.feather-chevron-down)  {
        color: #25d5e4;
        fill: rgba(37, 213, 228, 0.29);
         }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active > a > div svg.feather.feather-chevron-down { color: #e0e6ed; }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active > a > div span { color: #25d5e4; font-weight: 600; }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:hover .submenu {
            visibility: visible;
            opacity: 1;
            transform: translateY(0%);
            transition-delay: 0s, 0s, 0.3s;    }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu {
            position: absolute;
            top: 47px;
            left: 30px;
            background-color: #fff;
            color: #0e1726;
            text-align: left;
            margin-right: auto;
            margin-left: auto;
            width: 200px;
            padding: 15px 0;
            border-radius: 4px;
            box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
            display: inline-block;
            visibility: hidden;
            opacity: 0;
            visibility: hidden;
            opacity: 0;
            transform: translateY(-2em);
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li {
            display: block;
            padding: 0;
            position: relative;
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a {
            display: flex;
            justify-content: space-between;
            color: #888ea8;
            white-space: nowrap;
            align-items: center;
            transition: all 0.2s ease-in-out;
            padding: 4px 24px;
            font-size: 13px;
            font-weight: 600;
            color: #888ea8;
            letter-spacing: 0px;
            line-height: 24px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.active a {
            color: #1b55e2;
            font-weight: 600;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li:hover a {
            background: #f1f2f3;
            background-color: transparent;
            color: #3b3f5c;
            border-radius: 0!important;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li ul.sub-submenu li.sub-sub-submenu-list {
            position: relative;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu .sub-sub-submenu-list .sub-submenu {
            position: absolute;
            top: 0;
            background-color: #fff;
            color: #888ea8;
            text-align: left;
            box-shadow: 0px 20px 20px rgba(126,142,177,0.12);
            border: 1px solid #e0e6ed;
            left: auto;
            right: -200px;
            min-width: 160px;
            width: 200px;
            padding: 12px 0;
            border-radius: 6px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu .sub-sub-submenu-list:hover ul.sub-submenu {
            display: block;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list .sub-submenu li a {
             background: transparent;
            display: flex;
            justify-content: space-between;
            font-weight: 400;
            padding: 4px 24px;
            color: #888ea8;
            white-space: nowrap;
            font-size: 14.5px;
            align-items: center;
            transition: all 0.2s ease-in-out;
            line-height: 27px;
            letter-spacing: 0;

            padding: 4px 24px;
            font-size: 13px;
            font-weight: 600;
            color: #888ea8;
            letter-spacing: 0px;
            line-height: 24px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list .sub-submenu li.active a {
            color: #0e1726;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list .sub-submenu li:hover a {
            transition: .200s;
            background: #f1f2f3;
            background-color: transparent;
            color: #3b3f5c;
            border-radius: 0!important;
        }
        .topbar-nav.header.fixed-top {
            top: 0!important;
            z-index: 1030;
            border-top-right-radius: 0;
            border-top-left-radius: 0;
            background-color: #0e1726;
        }
        .topbar-nav.header.fixed-top nav#topbar ul.menu-categories li.menu a > div svg:not(.feather-chevron-down) { color: #fff; }
        .topbar-nav.header.fixed-top nav#topbar ul.menu-categories li.menu a > div span { color: #fff; }
        .topbar-nav.header.fixed-top nav#topbar ul.menu-categories li.menu a > div svg.feather.feather-chevron-down { color: #fff; }
        .nav-fixed .main-content {
            margin-top: 63px!important;
            transition: none!important;
        }
    }

    @media (max-width: 1199px) {
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
            padding: 0 17px 0 17px;
        }
    }

    @media (max-width: 991px) {
        .overlay {
            display: none;
            position: fixed;
            width: 100vw;
            height: 100vh;
            background: #3b3f5c!important;
            z-index: 998!important;
            opacity: 0;
            transition: all 0.5s ease-in-out;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .overlay.show {
            display: block;
            opacity: .7;
        }
        .layout-px-spacing {
            padding: 0 16px!important;
        }
        .header-container {
            position: fixed;
            left: 0;
            right: 0;
            z-index: 999;
            background: #333333;
        }
        .main-content { padding-top: 65px }
        .navbar { padding: 10px 0 10px 0; margin: 0 16px; }
        .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media .media-body { display: none; }
        .navbar .nav-logo { display: none; }
        .navbar .navbar-item .nav-item.search-animated {
            margin-left: 3px;
        }
        .navbar .navbar-item .nav-item form.form-inline input.search-form-control {
            background-color: #e0e6ed;
        }
        .navbar .navbar-item .nav-item.search-animated svg {
            border: 1px solid #e0e6ed;
            stroke-width: 2px;
        }
        .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu {
            left: 0px!important;
            top: 42px!important;
        }
        .navbar .language-dropdown .custom-dropdown-icon .dropdown-menu:after {
            right: auto!important;
            left: 29px!important;
        }
        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu { top: 53px; min-width: 13rem; right: -113px;}
        .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after { right: 114px; }
        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu { right: -73px; top: 53px; }
        .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu:after { right: 75px; }
        .navbar .navbar-item .nav-item.user-profile-dropdown { margin-right: 0; margin-left: 10px; }
        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu:after { right: 2px!important; }
        .navbar .navbar-item .nav-item.user-profile-dropdown a.user .media img { margin-right: 0; }
        .navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu { left: -99px!important; }
        .topbar-nav.header {
            position: fixed;
            top: 0;
            bottom: 0;
            left: -315px;
            z-index: 9999;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            width: 255px;
            background-color: #fff;
            padding: 0;
            display: block;
            height: 100vh!important;
            transition: .600s;
            margin: 0;
        }
        .main-container.topbar-closed .topbar-nav {
            width: 255px;
            left: 0;
        }

        /*
            =============
                Top Bar
            =============
        */

        #topbar .theme-brand {
            background-color: rgb(235, 239, 246);
            padding: 11px 0 11px 0;
            justify-content: center;
        }
        #topbar .theme-brand li.theme-logo {
            align-self: center;
        }
        #topbar .theme-brand li.theme-logo img {
            width: 40px;
            height: 40px;
        }
        #topbar .theme-brand li.theme-text a {
            font-size: 25px !important;
            color: #1b2e4b !important;
            line-height: 2.75rem;
            padding: 0 0.8rem;
            text-transform: initial;
            position: unset;
            font-weight: 600;
        }

        #topbar ul.menu-categories {
            position: relative;
            padding: 20px 0 20px 0;
            margin: auto;
            width: 100%;
            overflow: auto;
        }
        .topbar-nav.header nav#topbar {
            height: 100vh!important;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu {
            position: relative;
            padding: 0;
            margin: 0px 15px 3px 15px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active > .dropdown-toggle {
            background: #304aca;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active > .dropdown-toggle svg.feather-chevron-down {
            color: #fff;
            stroke-width: 2px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
            display: flex;
            justify-content: space-between;
            cursor: pointer;
            font-size: 13px;
            color: #3b3f5c;
            padding: 14px 10px;
            font-weight: 600;
            transition: .600s;
            border-radius: 6px;
            letter-spacing: 0;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu a > div svg:not(.feather-chevron-down) {
            color: #888ea8;
            margin-right: 18px;
            vertical-align: middle;
            width: 24px;
            height: 24px;
            stroke-width: 1px;
            fill: rgba(172, 176, 195, 0.35);
            transition: all .2s ease-in-out;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-down {
            color: #888ea8;
            width: 15px;
            height: 15px;
            align-self: center;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu a > div span {
            font-size: 13px;
            font-weight: 600;
            color: #888ea8;
            vertical-align: middle;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li {
            position: relative;
        }
        #sidebar ul.menu-categories ul.submenu > li.active a {
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.active a { color: #304aca; }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active a[aria-expanded="false"] > div svg:not(.feather-chevron-down), 
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active a[aria-expanded="true"] > div svg:not(.feather-chevron-down) {
            color: #fff;
            stroke-width: 2px;
            fill: rgba(172, 176, 195, 0.35);
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu a[aria-expanded="true"] > div svg.feather.feather-chevron-down { color: #0e1726; }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active a[aria-expanded="false"] > div span,
        .topbar-nav.header nav#topbar ul.menu-categories li.menu.active a[aria-expanded="true"] > div span {
            color: #fff;
            border-radius: 12px;
            font-weight: 600;
            position: relative;
            transition: all .2s ease-in-out;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a {
            position: relative;
            display: flex;
            color: #555555;
            padding: 12px 11px 12px 24px;
            margin-left: 40px;
            font-size: 13px;
            font-weight: 500;
            color: #1b2e4b;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a:before {
            content: '';
            background-color: #d3d3d3;
            position: absolute;
            height: 3px;
            width: 3px;
            top: 21px;
            left: 12px;
            border-radius: 50%;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a[aria-expanded="true"] { color: #555555; }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a[aria-expanded="true"] svg { transform: rotate(90deg); }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list a {
            display: flex;
            justify-content: space-between;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list .sub-submenu a {
            padding: 12px 11px 12px 38px;
            font-size: 13px;
            font-weight: 500;
            color: #506690;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li a svg {
            width: 14px;
            height: 13px;
            align-self: center;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li.sub-sub-submenu-list .sub-submenu li a:before {
            content: '';
            background-color: #0e1726;
            position: absolute;
            height: 1px;
            width: 4px;
            left: 25px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu li ul.sub-submenu li.sub-sub-submenu-list { position: relative; }
    }
    @media (max-width: 1440px) and (min-width: 992px) {
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:nth-child(1) .submenu .sub-sub-submenu-list:hover ul.sub-submenu {
            right: -200px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:nth-child(2) .submenu .sub-sub-submenu-list:hover ul.sub-submenu {
            right: -200px;
        }
        .topbar-nav.header nav#topbar ul.menu-categories li.menu .submenu .sub-sub-submenu-list:hover ul.sub-submenu {
            right: 200px;
        }
    }
    @media (max-width: 1250px) and (min-width: 992px) {
        .topbar-nav.header nav#topbar ul.menu-categories li.menu:last-child .submenu {
            left: auto;
            right: 0;
        }
    }
    @media(max-width: 575px) {
        .footer-wrapper .footer-section.f-section-2 {
            display: none;
        }
    }

    @media  (min-width: 1800px)  {
        #carousel-form .datetimepicker  { 
            left: 190px !important;
            right: 0;
        }
    }
      
    .datetimepicker{width: 320px}
    /*
        The below code is for DEMO purpose --- Use it if you are using this demo otherwise Remove it
    */
    .page-title {
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        align-self: center;
        padding-right: 15px;
        border-right: 1px solid #bfc9d4;
        margin-right: 15px;
    }
    .page-title h3 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .breadcrumb-one {
        align-self: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .breadcrumb-one .breadcrumb {
        padding: 0;
        vertical-align: text-bottom;
        margin-bottom: 0;
        background: transparent;
    }
    .breadcrumb-one .breadcrumb-item {
        align-self: center;
    }
    .breadcrumb-one .breadcrumb-item a {
        color: #888ea8;
        vertical-align: text-bottom;
    }
    .breadcrumb-one .breadcrumb-item a svg {
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }
    .breadcrumb-one .breadcrumb-item.active a {
        color: #1b55e2;
    }
    .breadcrumb-one .breadcrumb-item span {
    }
    .breadcrumb-one .breadcrumb-item.active {
        color: #191e3a;
        font-weight: 600;
    }
    .breadcrumb-one .breadcrumb-item+.breadcrumb-item {
        padding: 0px;
    }
    .breadcrumb-one .breadcrumb-item+.breadcrumb-item::before {
        color: #515365;
        font-size: 0;
        content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 24 24" fill="none" stroke="%23555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>');
        vertical-align: text-top;
        padding: 1px 3px;
    }


    @media(max-width: 575px) {
        .page-header {
            display: block;
        }
        .page-title {
            margin-bottom: 20px;
            border: none;
            padding-right: 0;
            margin-right: 0;
        }
    }


    /*
        Just for demo purpose ---- Remove it.
    */
    /*<starter kit design>*/

    .widget-one {

    }
    .widget-one h6 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0px;
        margin-bottom: 22px;
    }
    .widget-one p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .input-sm {
        width: 400px !important;
        height: 30px;
        padding: 0px 5px;
        margin: 0;
        margin-left: 0;
    }
    .file-drop-zone-title {
        color: #aaa;
        font-size: 1.6em;
        padding: 10px 5px !important;
        cursor: default;
    }
    .file-preview-image{
        width: 100% !important;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 1px;
    }
     
    .panel-default{
        padding: 0px 40px;
        width: 100%;
    }
    /*cart*/
body.offcanvas-open {
    overflow: hidden;
    padding-right: 3px;
}
.offcanvas {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 350px;
    height: 100vh;
    transition: all .5s ease 0s;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: none;
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width:300px
    }
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.offcanvas  .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    background: #333333;
    margin-bottom: 20px;
}

.offcanvas  .head .title {
    color: #000000;
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.offcanvas  .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas  .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - -3px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: rotate(-45deg);
    background-color: #fff;
}

.offcanvas  .head .offcanvas-close::before {
    position: absolute;
    top: calc(50% - -3px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: rotate(45deg);
    background-color: #fff;
}

.offcanvas .head .offcanvas-close:hover:before {
    transform: rotate(180deg)
}

.offcanvas .head .offcanvas-close:hover:after {
    transform: rotate(0)
}

.offcanvas .inner .offcanvas-menu-search-form {
    margin-bottom: 30px
}

.offcanvas .inner .offcanvas-menu-search-form form {
    position: relative
}

.offcanvas .inner .offcanvas-menu-search-form form input[type=text] {
    width: 100%;
    padding: 12px 20px;
    padding-right: 50px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    display: block;
    font-size: 16px;
    background: 0 0
}

.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus {
    border-bottom-color: #146cda
}

.offcanvas .inner .offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent;
    outline: 0
}

.offcanvas .inner .offcanvas-menu-search-form form button i {
    font-size: 16px
}

.offcanvas .inner .offcanvas-menu-search-form form button:hover {
    color: #146cda
}

.offcanvas .inner .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px
}

.offcanvas .inner .offcanvas-menu ul li a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    transition: none;
    opacity: 1;
    box-shadow: none
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
    line-height: inherit;
    position: relative
}

.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
    text-transform: capitalize
}

.offcanvas .inner .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas .inner .offcanvas-menu ul li:hover>a {
    color: #146cda
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
    background: #146cda
}

.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
    background: #146cda
}

.offcanvas .inner .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0
}

.offcanvas .inner .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #247cea;
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    transition: all .3s linear
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #1d1d1d;
    Color: #fff
}

.offcanvas .inner .foot .buttons a {
    display: block;
    font-size: 16px;
    border: none;
    color: #47494a;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 26px;
    border: none;
    background: #0a0a0a;
    border-radius: 5px;
    margin: 20px 0;
    color: #fff !important;
}

.offcanvas .foot .buttons a:hover {
    background-color: #616161;
    color: #fff !important;
}

.offcanvas  .foot .buttons .current-btn {
    background-color: #616161;
    color: #fff !important;
}

.offcanvas  .foot .sub-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}

.offcanvas .foot .sub-total strong {
    font-weight: 600;
    color: #333
}

.offcanvas  .foot .sub-total .amount {
    color: #eb2606;
    font-weight: 600
}

.offcanvas  .foot .minicart-message {
    margin-top: 15px
}

offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    transform: translateX(-100%)
}

@media only screen and (max-width: 479px) {
    .offcanvas.offcanvas-mobile-menu {
        padding:50px 17px
    }
}

.offcanvas-menu>ul>li .menu-expand::after,.offcanvas-menu>ul>li .menu-expand::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    transition: all .5s ease 0s;
    transform: scale(.75);
    background-color: #7e7e7e
}

.offcanvas-menu>ul>li .menu-expand::after {
    transform: rotate(90deg) scale(.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    transform: rotate(0) scale(.75)
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    transform: rotate(0) scale(.75)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    transform: translateX(0)
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,.5)
}

.offcanvas.offcanvas-open {
    transform: translateX(0);
}
.quantity {
  position: relative;
}

.quantity {display: block;text-align: center;width: 40px;}
.quantity input {
    width: 50px;
    height: 40px;
    line-height: 1.5;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 20px;
    top: 0px;
    border-bottom: 1px solid #eee;
}



.quantity-button.quantity-down {
    position: absolute;
    bottom: 4px;
    height: 20px;
}
.customScroll{
    overflow-y: scroll;
    height: calc(100vh - 210px);
    box-sizing: border-box;
}
.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.minicart-product-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #191e3a1f;
}

.minicart-product-list li .image {
    flex: 1 0 30px;
}

.minicart-product-list li .image img {
    height: 70px;
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .image {
        flex:1 0 50px
    }
}

.minicart-product-list li .content {
    position: relative;
    flex: 1 0 calc(100% - 160px);
    padding-left: 0px;
}

.minicart-product-list li .content .title {
    color: #444242 !important;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}

.minicart-product-list li .content .title:hover {
    color: #146cda
}

.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    margin-top: 10px
}

.minicart-product-list li .content .quantity-price .amount {
    color: #1d1d1d;
    font-weight: 600
}

.minicart-product-list li .content .remove {
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #1d1d1d;
    font-size: 22px;
    color: #191e3a!important;
}

.minicart-product-list li .content .remove:hover {
    color: #eb2606
}

@media only screen and (max-width: 575px) {
    .minicart-product-list li .content {
        flex:1 0 calc(100% - 75px)
    }
}

.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}
.top-basket .bask-count {
    position: absolute;
    top: 16px;
    left: 16px;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #515365;
    font-size: 13px;
    padding-top: 0px;
    text-align: center;
    line-height: 24px;
}
.table-striped th a{
    color: #333333 !important;
}
.LoaderArea.ProductList {
    display: none;
    width: 100%;
    height: 260px;
    align-items: inherit;
    justify-content: inherit;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff45;
    z-index: 999;
    text-align: center;
}

.LoaderArea.ProductList .LoaderIcon {
    position: fixed;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    display: inline-block;
    color: #000;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -32px;
    margin-left: -32px;
}

.LoaderArea.ProductList .LoaderIcon div {
    animation: LoaderIcon 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.LoaderArea.ProductList .LoaderIcon div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #191e3a;
    margin: -3px 0 0 -3px;
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(1) {
    animation-delay: -.036s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(1):after {
    top: 50px;
    left: 50px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(2) {
    animation-delay: -.072s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(2):after {
    top: 54px;
    left: 45px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(3) {
    animation-delay: -.108s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(3):after {
    top: 57px;
    left: 39px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(4) {
    animation-delay: -.144s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(4):after {
    top: 58px;
    left: 32px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(5) {
    animation-delay: -.18s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(5):after {
    top: 57px;
    left: 25px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(6) {
    animation-delay: -.216s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(6):after {
    top: 54px;
    left: 19px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(7) {
    animation-delay: -.252s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(7):after {
    top: 50px;
    left: 14px
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(8) {
    animation-delay: -.288s
}

.LoaderArea.ProductList .LoaderIcon div:nth-child(8):after {
    top: 45px;
    left: 10px
}

.LoaderArea {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.LoaderArea .LoaderIcon {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-bottom: 30px
}

.LoaderArea .LoaderIcon div {
    animation: LoaderIcon 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 32px 32px
}

.LoaderArea .LoaderIcon div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d8d8d8;
    margin: -3px 0 0 -3px
}

.LoaderArea .LoaderIcon div:nth-child(1) {
    animation-delay: -.036s
}

.LoaderArea .LoaderIcon div:nth-child(1):after {
    top: 50px;
    left: 50px
}

.LoaderArea .LoaderIcon div:nth-child(2) {
    animation-delay: -.072s
}

.LoaderArea .LoaderIcon div:nth-child(2):after {
    top: 54px;
    left: 45px
}

.LoaderArea .LoaderIcon div:nth-child(3) {
    animation-delay: -.108s
}

.LoaderArea .LoaderIcon div:nth-child(3):after {
    top: 57px;
    left: 39px
}

.LoaderArea .LoaderIcon div:nth-child(4) {
    animation-delay: -.144s
}

.LoaderArea .LoaderIcon div:nth-child(4):after {
    top: 58px;
    left: 32px
}

.LoaderArea .LoaderIcon div:nth-child(5) {
    animation-delay: -.18s
}

.LoaderArea .LoaderIcon div:nth-child(5):after {
    top: 57px;
    left: 25px
}

.LoaderArea .LoaderIcon div:nth-child(6) {
    animation-delay: -.216s
}

.LoaderArea .LoaderIcon div:nth-child(6):after {
    top: 54px;
    left: 19px
}

.LoaderArea .LoaderIcon div:nth-child(7) {
    animation-delay: -.252s
}

.LoaderArea .LoaderIcon div:nth-child(7):after {
    top: 50px;
    left: 14px
}

.LoaderArea .LoaderIcon div:nth-child(8) {
    animation-delay: -.288s
}

.LoaderArea .LoaderIcon div:nth-child(8):after {
    top: 45px;
    left: 10px
}

.LoaderArea div {
    font-size: 18px;
    color: #9e9e9e;
    margin-bottom: 4px
}

@keyframes LoaderIcon {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.error-message{
    background: white;
    width: 200px;
    padding: 0;
}
.error-message h4 {
    font-size: 20px;
    background: #191e3a;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin: 0;
}

.error-message p {
    padding: 20px 20px;
    margin: 0;
    text-align: center;
}
.page-link {
    background-color: #fff;
    color: #191e3a;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    background-color: #1976d2;
    border-color: #1976d2;
}
::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #eee;}
::-webkit-scrollbar {width: 4px;height: 4px;background-color: #eee;}
::-webkit-scrollbar-thumb {background: #000000;}

/*  Tree View   */
.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 13px;
    color: #0e1726;
    text-transform: capitalize;
}
.caret.caret-down::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-plus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="12" y1="11" x2="12" y2="17"></line><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
}
.caret::before {
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 24 24" fill="none" stroke="%232b50ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-minus"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path><line x1="9" y1="14" x2="15" y2="14"></line></svg>');
    color: #888ea8;
    display: inline-block;
    margin-right: 6px;
    vertical-align: sub;
}
.nested {
    display: none;
    padding-left: 28px;
}
.nested li {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #5c1ac3;
    font-size: 13px;
}
.active { display: block; }
.file-tree * { list-style-type: none; }
.file-tree {
    margin-bottom: 0;
    padding-left: 20px;
    list-style: none;
    overflow: hidden;
}
.file-tree ul {
    list-style: none;
    display: none;
    padding-left: 30px;
}
.file-tree li {
    position: relative;
    padding: 5px 0;
    border-radius: 0.25rem;
    cursor: auto;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0e1726;
    cursor: pointer;
}
.file-tree .file-tree-folder {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}
.file-tree .file-tree-folder::before { content: "\e9b9"; font-size: 1.25rem; }
.file-tree .file-tree-folder::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: .4rem;
    left: -2em;
    content: "\f182";
    display: block;
    text-align: center;
    font-family: 'flaticon' !important;
    content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none" stroke="hsl(45deg 89% 71%)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    font-size: 10px;
    color: #2196f3;
}
.file-tree .file-tree-folder.open::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.file-tree li.file-tree-folder::before {
    display: inline-block;
    text-align: center;
    width: 30px;
    margin-right: .25rem;
    vertical-align: middle;
    font-size: 1rem;
    color: #2196f3;
    content: url('data:image/svg+xml, <svg width="19" height="19" fill="" class="svg-inline--fa fa-folder fa-w-16" aria-hidden="true" data-prefix="fas" data-icon="folder" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="hsl(45deg 89% 71%)"  d="M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"></path></svg>');
}
.file-tree li::before {
    content: url('data:image/svg+xml, <svg width="19" height="19" fill="" class="svg-inline--fa fa-folder fa-w-16" aria-hidden="true" data-prefix="fas" data-icon="folder" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="hsl(45deg 89% 71%)"  d="M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"></path></svg>');
    font-size: 1rem;
    color: #2196f3;
    margin-right: 9px;
    position: relative;
    top: 2px;

}
.custom-modal{
    min-width: 1000px;
    max-width: 100%;
}
.select2-container--krajee-bs4 {z-index: 99999 !important}


select[name="grid-page-size"] {
    margin-left: 10px;
    width: 70px !important;
}


.hello {
    height: 210px;
    margin: -16px;
    padding: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hello:after, .hello:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hello:before {
    color: #fff;
    background: url('../img/vmf_dahsboard_bg.jpg') no-repeat;
    background-size: cover;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.hello:after {
    background-color: rgb(51 51 51 / 81%);
    background-color: linear-gradient(120deg,rgba(0,143,251,.2),rgba(221,240,255,.2));
}
.hello .h-left .u-details {
    line-height: 1.7;
    color: #ffffff;
    padding-left: 24px;
}

.hello .h-left {
    position: relative;
    z-index: 9;
    display: flex;
    left: 60px;
}

