/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
    z-index: 999;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
}

.app-brand-logo.demo svg {
    width: 1.7rem;
    height: 1.7rem;
}

.app-brand-text.demo {
    font-size: 1.2rem;
    letter-spacing: -0.45px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

/* ----------------------------------START WEBCOMPANY--------------------------------------------
*
*  # Touchspin spinners
*
*  Styles for touchspin.min.js - spinner form control library
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
/* START touchspin */
.input-width {
    width: 70% !important;
}

@media (max-width:768px) {
    .input-width {
        width: 45% !important;
    }
}

.bootstrap-touchspin .input-group-btn-vertical {
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 36px;
    line-height: 1.5384616;
    margin-right: -1px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -8px;
    margin-top: -8px;
    font-weight: normal;
}

.bootstrap-touchspin-up {
    border: 1px solid #d2d6db !important;
    border-radius: 5px 0px 0px 5px !important;
}

.bootstrap-touchspin-down {
    border: 1px solid #d2d6db !important;
    border-radius: 0px 5px 5px 0px !important;
}

.bootstrap-touchspin.input-group-lg .input-group-btn-vertical>.btn {
    height: 40px;
    line-height: 1.4285715;
    padding-left: 15px;
    padding-right: 15px;
}

.bootstrap-touchspin.input-group-sm .input-group-btn-vertical>.btn {
    height: 34px;
    line-height: 1.6666667;
    padding-left: 11px;
    padding-right: 11px;
}

.bootstrap-touchspin-prefix {
    border-left: 0;
}

.bootstrap-touchspin-postfix {
    border-right: 0;
}

/* END touchspin */
/* START KT_tngerror */
.alert-styles {
    width: 50px;
    color: white;
    font-size: 33px;
    padding-right: 8px;
}

@media (max-width:768px) {
    .alert-styles {
        width: 28px;
        font-size: 19px;
        padding-right: 4px;
        color: white;
    }
}



.tokenfield {
    height: auto;
    padding: 0 0 3px 0 !important
}

.tokenfield:after {
    content: '';
    display: table;
    clear: both
}

.tokenfield .token {
    margin: 3px 3px 0 0;
    cursor: default;
    float: right;
    position: relative;
    border-radius: 2px
}

.tokenfield .token.invalid {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px dotted #f44336
}

.tokenfield .token.invalid.active {
    background-color: #eee;
    border: 1px solid #eee
}

#pages-tokenfield {
    color: #677788;
}

.tokenfield .token .token-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 10px;
    padding-left: 28px;
    background-color: #E5E5E5;
    color: #677788;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 2px
}

.tokenfield .token .close {
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 8px;
    line-height: 1;
    margin-top: -8px;
    opacity: .7
}

.tokenfield .token .close:after {
    content: '×';

    display: block;
    font-size: 16px;
    color: #677788;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tokenfield .token .close:hover {
    opacity: 1
}

.tokenfield .token[class*=bg-] .token-label {
    background-color: inherit
}

.tokenfield .token[class*=bg-] .close {
    color: inherit
}

.tokenfield .twitter-typeahead {
    width: auto
}

.tokenfield .token-input {
    background: 0 0;
    width: 60px !important;
    min-width: 60px;
    height: 28px;
    padding-right: 7px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.6666667;
    border: 0;
    outline: 0;
    direction: rtl
}

.tokenfield.readonly .token .token-label {
    padding-left: 10px
}

.tokenfield.readonly .token .close {
    display: none
}

.tokenfield.disabled {
    background-color: #fafafa;
    color: #999
}

.tokenfield.disabled .token,
.tokenfield.disabled .token .close {
    opacity: .5
}

.tokenfield.disabled,
.tokenfield.disabled .token,
.tokenfield.disabled .token .close,
.tokenfield.disabled .token-input {
    cursor: not-allowed
}

.tokenfield.rtl {
    direction: rtl;
    text-align: right
}

.input-group-lg .tokenfield,
.tokenfield.input-lg {
    padding: 0 0 3px 0
}

.input-group-lg .token>.token-label,
.tokenfield.input-lg .token>span {
    padding-top: 6px;
    padding-bottom: 6px
}

.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
    height: 32px
}

.input-group-sm .tokenfield,
.tokenfield.input-sm {
    padding: 0 0 3px 0
}

.input-group-sm .token>.token-label,
.tokenfield.input-sm .token>span {
    padding-top: 3px;
    padding-bottom: 3px
}

.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
    height: 26px
}

.container-xxl {
    max-width: unset;
}

.new-preshid {
    padding: 12px;

    color: #333;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    width: fit-content;
    min-width: 80px;
}

.form-control-feedback {
    height: 100%;
    position: absolute;
    top: 0;
    /* right: 0; */
    z-index: 2;
    display: block;
    width: 36px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    pointer-events: none;
    background: #483e3e1a;
    right: auto;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textNoWrap {
    white-space: nowrap !important;
}


input[class*=bg-]+.form-control-feedback {
    color: #fff;
}

.search-icon {
    cursor: pointer;
    color: white;
    padding: 8px;
    border-radius: 0.25rem;
    background-color: #5a8dee;
}

form.px-3 .table-responsive {
    padding: 1px;
}

.fancybox-skin {
    background: none !important;
    box-shadow: none !important;
}

.left-btn {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.line_clmap_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#loader-change_status {
    position: absolute !important;
    width: 100% !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    opacity: 0.7 !important;
    background: #ccc !important;
    display: none;
}

.d_none {
    display: none;
}

.dropdown-item .text {
    white-space: normal;
    margin-left: 0;
}

tr.fW600 th {
    font-weight: 600;
    font-size: 13px
}

.custom-icon-size {
    font-size: 1rem;
}

.text-left {
    text-align: left !important;
}

.datepicker-plot-area {
    font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.unicode-plaintext {
    unicode-bidi: plaintext;
}
.row-gap-2{
    row-gap: 2px;
}
.emza-box-print{
    min-height: 80px;
}

#check_valid_box .error_box {
    color: #0000007d
}
/* END KT_tngerror */

/* ----------------------------------END WEBCOMPANY--------------------------------------------