﻿.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.mce-my-paragraph-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-1-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-2-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-3-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16.38px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-4-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-5-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11.62px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-heading-6-class .mce-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9.38px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.mce-my-preformatted-class .mce-text {
    font-family: monospace;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none solid rgb(0, 0, 0);
    text-transform: none;
    padding: 0 2px;
    border: 0px none rgb(0, 0, 0);
    border-radius: 0px;
    outline: rgb(0, 0, 0) none 0px;
    text-shadow: none;
}

.btn-flat {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    margin: 0;
    background: #348fe2;
    border-color: #348fe2;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 0px !important;
    margin-top: 2px !important;
}

.child {
    margin-left: 20px;
}

.multiselect-container > li.child-options-category > a > label.checkbox {
    margin-left: 15px;
}

.btn-create {
    background: #2E68B1;
    border-color: #2E68B1;
    border-radius: 4px;
    padding: 8px 20px;
}

.btn-delete {
    color: #fff;
    background: #ff5b57;
    border-color: #ff5b57;
}

.iframe-content .head {
    background: none repeat scroll 0 0 #2a72b5;
    border: medium none;
    padding: 10px 15px;
    color: #fff;
}

.btn-icon i {
    margin-right: 5px;
}

.btn-danger {
    background: #f0134d;
    border-color: #f0134d;
}

.row-form input[type="text"],
.row-form input[type="email"],
.row-form input[type="password"],
.row-form input[type="file"],
.row-form textarea,
.row-form input[type="number"] {
    -moz-border-radius: 3px;
    color: #555;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%;
    font-size: 12px;
    color: #454545;
    padding: 5px 7px 5px;
    border: 1px solid #D7D7D7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: inline-block;
    background: #FDFDFD;
    height: 34px;
    margin: 0px;
    line-height: 24px;
    border-radius: 10px;
    box-shadow: none;
}

.row-form input[disabled="disabled"] {
    background: #dcdcdc;
}

.row-form input[type=button][disabled=disabled],
.row-form input[type=submit][disabled=disabled] {
    background: #348fe2 !important;
}

.row-form select {
    font-size: 12px;
    height: 34px;
}

.iframe-content .row-fluid {
    margin-bottom: 0;
}

    .iframe-content .row-fluid label, .form-content .row-fluid label {
        font-size: 13px;
    }

        .iframe-content .row-fluid label em, .form-content .row-fluid label em {
            color: red;
        }

.iframe-content .row-form,
.loginBox .row-form {
    border: none;
    padding: 10px 16px;
    display: flex;
    align-items: center;
}

.loginBox .block-fluid {
    border: none !important;
}

span .field-validation-error span, .field-validation-error {
    color: #f00 !important;
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 3px;
    line-height: 12px;
    display: block;
    font-size: 11px;
    font-weight: normal;
}

.form-popup .form-body {
    overflow-y: scroll;
}

.xlarge-iframe .form-popup .form-body {
    height: calc(100vh - 50px);
}

.k-grid td {
    vertical-align: top;
    padding: 8px;
    word-wrap: break-word;
}

.k-button, .k-widget {
    border-left: none;
    border-right: none;
}

.k-grid tr:hover {
    background: none;
    box-shadow: none;
}

.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background: #fff;
}

.k-grid tr td {
    border-bottom: 1px solid #d5d5d5;
    font-size: 13px;
    vertical-align: inherit;
}

    .k-grid tr td a img:hover {
        cursor: pointer;
    }

.k-grid tr:last-child td {
    border-bottom: none;
}

.k-grid-header th.k-header {
    box-shadow: none;
    background: #F1F1F1;
    font-size: 13px;
    padding: .6em .6em .5em .6em;
    white-space: normal;
    text-overflow: inherit;
    vertical-align: inherit;
    text-transform: uppercase;
}

    .k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
        padding-left: 10px;
    }

.page-header {
    border: 0;
    text-align: right;
    background-color: white;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-header span {
        font-size: 24px;
        line-height: 37px;
        float: left;
        font-weight: bold;
        padding-left: 27px;
        margin-top: 6px;
    }

.content .workplace .head-custom {
    border: 1px solid #ccc;
    border-bottom: none;
    background: none repeat scroll 0 0 #2a72b5;
    padding: 0;
}

.discount .span12 .span6 input[type="checkbox"], .discount .span12 .span6 input[type="radio"] {
    margin-top: 0;
}

.discount .span12 .span6 label {
    display: inline-block;
}

.img-upload input[type="text"] {
    width: 75%;
    margin-right: 5px;
    float: left;
}

.media.image-browse {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: none repeat scroll 0 0 #2a72b5;
    text-align: center;
    margin-right: 3px;
}

    .media.image-browse i {
        margin: 6px auto;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

.img-upload {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}

.media.image-browse.del {
    background: #ff5b57;
    border-color: #ff5b57;
}

.media.image-browse:hover {
    cursor: pointer;
}

.meta-tags ul {
    margin: 0;
}

    .meta-tags ul li {
        float: left;
        display: inline;
        margin: 0 5px 5px 0;
    }

        .meta-tags ul li span {
            background: #fff;
            color: #2f2f2f;
            padding: 1px 5px;
            border: 1px solid #cccccc;
            display: block;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .meta-tags ul li a {
            display: block;
            float: right;
            color: red;
            margin-left: 5px;
            font-weight: 700;
        }

            .meta-tags ul li a:hover {
                cursor: pointer;
            }

.price-class {
    font-weight: 700;
    font-size: 14px;
}

.welcome-content {
    margin-left: 20px;
    float: left;
}

.navigation {
    width: 100%;
    font-weight: normal;
    color: #70809a;
}

    .navigation li > ul > li > a span.text, .navigation li > a span.text {
        font-size: 13px;
    }

.table-sorting {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #DDE2E4;
    border-top: none;
    border: none;
}

    .table-sorting .head {
        background: #fff;
    }

.list-checkbox .lb-checkbox {
    margin: 0 5px 0 0 !important;
}

.btn-del {
    background: #ff5b57;
    border-color: #ff5b57;
}

.block, .block-fluid {
    border-top: 1px solid #ccc !important;
}

.rate-config .form-control, .mb-10 {
    margin-bottom: 10px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    height: 24px;
}

.bank-request {
    width: 100%;
}

    .bank-request tr th:first-child {
        text-align: left;
    }

    .bank-request tr th, .bank-request tr td {
        border: 1px solid #999;
        padding: 3px 5px;
    }

        .bank-request tr td.th-center {
            text-align: center;
        }

        .bank-request tr td img {
            width: 80px;
        }

.row-form input[type="checkbox"], .row-form input[type="radio"] {
    margin-top: -2px;
}

.txt-highlight {
    background: yellow !important;
}

.font-big-size {
    font-size: 20px;
    font-weight: 700;
}

.margin-top-30 {
    margin-top: 30px;
}

.warning-color {
    color: #ff5f73;
}

.warning-bg-color {
    background: #ff5f73;
}

.ok-color {
    color: #01aa78;
}

.ok-bg-color {
    background: #01aa78;
}

.no-border {
    border: none;
}

.no-border-top {
    border-top: none;
}

.no-border-bottom {
    border-bottom: none;
}

.tab-content {
    border: 1px solid #DDD;
}

.payment-pending {
    background: orange;
    padding: 5px 5px;
    color: #fff;
}

.payment-done {
    background: green;
    padding: 5px 5px;
    color: #fff;
}

.payment-rollback {
    background: red;
    padding: 5px 5px;
    color: #fff;
}

.cb-group > label.lb-checkbox {
    display: inline-block;
}

.cb-group > label {
    display: inline-block;
}

.required-start {
    color: red !important;
}

.td-number {
    text-align: right !important;
}

.td-date {
    text-align: center !important;
}

.td-center {
    text-align: center !important;
}

.td-right {
    text-align: right !important;
}

.td-left {
    text-align: left !important;
}

.td-func {
    text-align: center !important;
}

    .td-func a {
        display: inline-block;
        margin-right: 5px;
    }

.survey-table table {
    width: 100%;
}

    .survey-table table thead tr td,
    .survey-table table tbody tr td {
        border: 1px solid #D7D7D7;
        font-size: 13px;
        overflow: hidden;
        border-style: solid;
        padding: .1em .6em .1em .6em;
        font-weight: 400;
        text-overflow: ellipsis;
        text-align: left;
    }

    .survey-table table thead tr td {
        box-shadow: none;
        background: #F1F1F1;
    }

    .survey-table table tbody tr td p {
        margin-bottom: 0 !important;
    }

.gr-relative {
    position: relative !important;
}

#frmKyc img, #frmEditIdentityUser img {
    width: 300px;
    height: 220px;
    object-fit: contain;
}

#frmKyc .action {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

    #frmKyc .action .action-item {
        margin-left: 50px;
    }

    #frmKyc .action .btn-reject {
        background-color: #a5302c;
    }

.ui-autocomplete .ui-menu-item {
    padding: 7px 15px;
    cursor: pointer;
}

#miss-vconomics img {
    width: 200px;
    height: 300px;
    object-fit: contain;
}

.is-mobile {
    display: none;
}

.row-form-filter .input-daterange {
    display: flex;
}

    .row-form-filter .input-daterange .input-group-addon {
        margin: 0 10px 0 10px;
    }

    .row-form-filter .input-daterange .date-range-format {
        width: 50%;
    }

@media screen and (max-width: 768px) {
    .is-mobile-viewport .k-header, .is-mobile-viewport [role="gridcell"] {
        display: none;
    }

    .is-mobile-viewport .is-mobile {
        display: block !important;
        width: calc(100vw - 68px) !important;
    }

    .is-mobile-viewport tr:nth-child(even) .is-mobile {
        background-color: #eae8e8;
    }

    .is-mobile-viewport .k-grid-content {
        overflow: hidden;
    }
}

.col-template-val {
    margin: 0 0 1em .5em;
}

.row-form-filter {
    padding: 5px 16px;
    vertical-align: baseline;
    border: 0 !important;
}

.padding-top-filter {
    padding: 20px 0;
}

.header-btn {
    margin-right: 20px;
}

    .header-btn:last-child {
        margin-right: 0px;
    }

    .header-btn .svg-inline--fa {
        margin-right: 5px;
    }

.padding-table-gird {
    width: 100%;
    border-radius: 10px;
}

#gridSource[role=gridcell] {
    display: flex;
    align-items: center;
}

#gridSource {
    border: 1px solid #c5c5c5;
}

.fancybox-image img {
    display: block !important;
}

.menu {
    margin-top: 0 !important;
    width: 240px;
    background: #1E3148;
    bottom: 0;
    position: fixed;
    padding: 14px 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding-top: 20px;
    top: 0;
    font-family: Lato, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF !important;
    border: none;
    border-radius: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .menu::-webkit-scrollbar {
        width: 5px; /* width of the entire scrollbar */
    }

    .menu::-webkit-scrollbar-track {
    }

    .menu::-webkit-scrollbar-thumb {
        background-color: rgb(158, 165, 171); /* color of the scroll thumb */
        border-radius: 2px; /* roundness of the scroll thumb */
    }

.navigation li.openable > ul {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#app.content {
    padding-top: 0 !important;
    margin-left: 240px;
}

.navigation li.openable {
    background: transparent !important;
    padding: 2px 0 2px 16px;
}

.content-head-menu {
}

    .content-head-menu .logo-menu {
        width: 125px;
        height: auto;
        margin: 0 auto;
        display: inline-block;
        float: none;
        margin-bottom: 20px;
        margin-left: 20px;
    }

.menu .admin-name {
    font-size: 13px;
    width: 100%;
    color: rgb(112, 128, 154);
    word-break: break-all;
}

.menu .menu-title {
    padding: 10px 20px;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}

.menu .openable {
    width: 100%;
}

.navigation li > a {
    width: 100%;
}

.menu ul.navigation > li > a span {
    color: white;
    padding: 13px 0 13px 5px;
    position: relative;
/*    transition: all 0.4s ease 0s;*/
    font-size: 15px;
    display: inline-block;
}

    .menu ul.navigation > li > a span:hover {
        color: white;
    }

.menu ul.navigation > li > a .svg-inline--fa,
.menu ul.navigation > li > a .fa-solid {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 1px;
}

.navigation li > ul > li {
    background: transparent !important;
    padding: 2px 0;
    border: 0 !important;
    border-radius: 0;
    padding-left: 4px;
    width: auto;
}

    .navigation li > ul > li:hover {
        background: transparent !important;
    }

    .navigation li > ul > li > a {
        color: white;
        padding: 10px 0 10px 5px;
        /*transition: all 0.4s ease 0s;*/
        font-size: 15px;
        display: inline-block;
        cursor: pointer;
    }

        .navigation li > ul > li > a:hover {
            color: white;
        }

.navigation li > ul.active {
    display: block;
}

[v-cloak] {
    display: none;
}

.multiselect-clear-filter {
    display: none;
}

#tag-list {
    margin-top: 10px;
    height: 30px;
}

    #tag-list ul {
        display: flex;
        margin: 20px 0 0 0;
        flex-wrap: wrap;
    }

        #tag-list ul li {
            list-style: none;
            font-size: 13px;
            text-decoration: underline;
            color: #007bff;
        }

            #tag-list ul li:not(:last-child) {
                margin-right: 12px;
            }

.selectable {
    pointer-events: auto !important;
    cursor: pointer;
}

.k-block, .k-button, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-toolbar, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #44546F !important;
}

    .k-grid-header th.k-header {
        box-shadow: none;
        background: #F1F1F1;
        font-size: 13px;
        padding: .6em .6em .5em .6em;
        color: white;
        font-weight: bold;
    }

.iframe-content .fancybox-image {
    border-radius: 8px;
    width: 120px;
    height: 120px;
    margin-top: 5px;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    border: 1.5px;
}

.upload-container {
    position: absolute !important;
    top: 20%;
}

.cancel-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 0;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    padding: 2px;
}

.edit-btn {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.icon-class {
    color: #FFFFFF !important;
}

.upload-btn {
    background-color: #DDE2E4;
    border-radius: 8px;
    border: none;
    width: 96px;
    height: 24px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 50px;
}

.table-sorting {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 0px 1px #DDE2E4;
    border-top: none;
    border: none;
}

.icon-img {
    margin-left: 20%;
}

.img-padding {
    padding-left: 41px !important;
}

/*html.k-webkit {
    overflow: hidden;
}
*/

.header-router-container {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #DDE2E4;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    cursor: pointer;
}

.header-router {
    width: 148px;
    height: 100%;
    color: #818E9E;
    text-align: center;
    transition: color 0.3s, border-bottom-color 0.3s;
}

    .header-router:hover {
        color: #007bff;
        border-bottom: 3px solid #007bff;
        text-decoration: none;
    }

.header-router-item {
    font-size: 17px;
}

.choosen-style {
    color: #007bff;
    border-bottom: 3px solid #007bff;
    text-decoration: none;
}
.menu-icon {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    padding-bottom: 6px;
}

.logo-container {
    display: flex; 
    justify-content: center; 
    align-items: center;
    height: 100px;
}

.logo {
    width: auto;
    height: 100%;
    object-fit: contain;
}

logo-container-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.menu ul.navigation > li > a span {
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}

.navigation li > ul > li {
    width: 100%;
}

.navigation li > ul > li > a > span {
    padding-left: 32px
}