﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('line-scale-party.css');
/*variables*/
:root {
    --core-color: #424242;
    --logo-color: rgb(225, 0, 0);
    --bg-color-white: #FFF;
    --header-color: var(--core-color);
    --thead-color: var(--bg-color-white);
    --thead-backcolor: #7D7D7D;
    --toolbar-color: rgb(224, 224, 224);
    --body-color: rgb(158, 158, 158);
    --page-color: #E0E0E0;
    --control-backcolor: var(--core-color);
    --control-color: var(--bg-color-white);
    --control-hover-backcolor: #e5e5e5;
    --control-hover-color: var(--core-color);
    --child-backcolor: var(--bg-color-white);
    --no-width: 70px;
    --primary-btn: #2196F3;
    --primary-btn-hover: #339cef;
}
#components-reconnect-modal{
    z-index: 10000 !important;
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica,Arial, sans-serif;*/
    font-family: 'Pyidaungsu';
}

/*=====================Modal css override==============*/

.modal-dialog .child-body {
    color: black !important;
    padding : 10px !important;
}

    .modal-dialog .child-body label {
        color: black !important;
    }

.modal-dialog .valid.modified .typeahead-control {
    border-width: 1px !important;
}

.toolbar-container .modal-row{
    display : flex;
    align-items : center;
}
    .toolbar-container .modal-row :is(.header-lit-enf, .sec-header) {
        margin-bottom : 0px !important;
    }

.modal-dialog .entrymodal-box-shadow {
    box-shadow: 0px 0px 3px #8e8e8e !important;
}
/*=====================Modal css override==============*/
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/CONSOLA.TTF');
}

@font-face {
    font-family: 'Pyidaungsu'; /* please use like this instead of var(--fontfamily), cause of not working*/
    src: url("../fonts/Pyidaungsu.ttf");
}

/*loading event*/
.la-line-scale-party {
    color: #14862e !important;
}

.dr-mar-wth {
    width: 240px;
    margin: 0px 5px 5px 0px;
}

.dr-mar-wth2 {
    width: 240px;
    margin: 0px 5px 5px 0px;
}

.dr-mar-wth3 {
    width: 150px;
    margin: 0px 5px 5px 0px;
}

.dr-mar-wth .select-custom-css {
    height:36px !important;
}

.h-span2 {
    height: 24px;
}

.h-span {
    color: white;
}

.filter-btn {
    background: white;
}

.dr-mar-wth3 input, .dr-mar-wth3 .select-custom-css {
    height: 35px !important;
}


/*-----Scroll Bar -----------*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: green;
    border-radius: 10px;
}
/*-----End Scroll Bar -----------*/

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        left: -100px;
    }

    to {
        left: 0px;
    }
}

@keyframes mymove {
    from {
        left: -100px;
    }

    to {
        left: 0px;
    }
}

/*font Sizes*/
.form-control, input, label, span, p, a, u, th, td, li {
    font-size: 14px;
} 
.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 24px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px;
}

.font-38 {
    font-size: 38px !important;
}

.font-41 {
    font-size: 41px !important;
}

/*end Font size*/

/*spacing*/
.mar-right-3 {
    margin-right: 3px;
}

.mar-left-3 {
    margin-left: 3px;
}

.mar-left-15 {
    margin-left: 15px;
}

.mar-left-40 {
    margin-left: 40px;
}

.mar-right-5 {
    margin-right: 5px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-right-15 {
    margin-right: 15px;
}

.mar-right-16 {
    margin-right: 16px;
}

.mar-bot-15 {
    margin-bottom: 15px;
}

.mar-top-m8 {
    margin-top: -8px;
}

.mar-top-3 {
    margin-top: 3px;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-13 {
    margin-top: 13px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-top-20 {
    margin-top: 20px !important;
}

.mar-top-80{
    margin-top: 80px !important;
}

.mar-left-8 {
    margin-left: 8px;
}

.mar-left-10 {
    margin-left: 10px !important;
}

.mar-left-m2 {
    margin-left: -2px;
}

.mar-left-m10 {
    margin-left: -10px !important;
}

.mar-left-16 {
    margin-left: 16px;
}

.mar-10 {
    margin: 10px;
}

.mar-left-20 {
    margin-left: 20px;
}

.mar-left-45 {
    margin-left: 45px;
}

.mar-left-35 {
    margin-left: 35px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-7 {
    margin-top: 7px;
}

.mar-top-25 {
    margin-top: 25px;
}

.mar-top-35 {
    margin-top: 35px;
}

.mar-btm-0 {
    margin-bottom: 0px;
}

.mar-bot-5 {
    margin-bottom: 5px;
}

.mar-bot-7 {
    margin-bottom: 7px !important;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-bot-10 {
    margin-bottom: 10px;
}

.mar-bot-50 {
    margin-bottom: 50px !important;
}

.mar-bot-80 {
    margin-bottom: 80px !important;
}


.mar-15 {
    margin: 15px;
}

.pad-zero-10 {
    padding: 0 10px;
}

.pad-bot-5 {
    padding-bottom: 5px;
}

.pad-bot-10 {
    padding-bottom: 10px;
}

.pad-bot-12 {
    padding-bottom: 12px;
}

.pad-bot-zero {
    padding-bottom: 0px;
}

.pad-zero {
    padding: 0px !important;
}

.pad-05 {
    padding: .05rem !important;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px !important;
}

.pad-20 {
    padding: 20px !important;
}

.pad-side {
    padding: 0 15px;
}

.pad-5 {
    padding: 5px;
}

.adrbookpad {
    padding: 5px;
    padding-top: 10px;
}

.pad-top-zero {
    padding-top: 0 !important;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-3 {
    padding-top: 3px;
}

.pad-top-7 {
    padding-top: 7px;
}

.pad-top-11 {
    padding-top: 11px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-25 {
    padding-top: 25px;
}

.pad-top-45 {
    padding-top: 45px;
}

.pad-left-0 {
    padding-left: 0px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-left-8 {
    padding-left: 8px;
}

.pad-left-10 {
    padding-left: 10px;
}

.pad-left-15 {
    padding-left: 15px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.pad-bottom-15 {
    padding-bottom: 15px;
}

.pad-right-0 {
    padding-right: 0px;
}

.pad-right-5 {
    padding-right: 5px;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad-right-15 {
    padding-right: 15px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-right-25 {
    padding-right: 25px;
}

.pad-right-115 {
    padding-right: 115px;
}

.pad-right-40 {
    padding-right: 40px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-10i { /*write this class bcuz need to add important*/
    padding-top: 10px !important;
}

.pad-top-8 {
    padding-top: 8px;
}

.my-pad {
    padding: 15px 0;
}

.pad-10-LRzero {
    padding: 25px;
}
/*end spacing*/
.unclickable {
    pointer-events: none;
}
/*stepper*/

.inner {
    margin: auto;
    margin-top: 7px;
    width: 466.86px;
    background: var(--bg-color-white);
}

.step {
    display: block;
    margin-top: -34px;
    font-size: 13px;
}

.wrapper-progressBar {
    width: 100%
}

.progressBar {
}

    .progressBar div {
        list-style-type: none;
        float: left;
        width: 49px;
        position: relative;
        text-align: center;
    }

        .progressBar div:before {
            content: " ";
            line-height: 30px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            border: 1px solid #ddd;
            display: block;
            text-align: center;
            margin: 0 auto 10px;
            background-color: white
        }

        .progressBar div:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #FFF;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressBar div:first-child:after {
            content: none;
        }

        .progressBar div.active:before {
            border-color: #f0e900;
            background-color: #f0e900;
        }
/*End stepper*/

/*size css*/
.height-40 {
    height: 40px !important;
}

.height-50 {
    height: 50px !important;
}

.height-63 {
    height: 63px !important;
}

.h-15-pixel {
    height: 15px;
}

.h-30-px {
    height: 30px;
}

.h-35px{
    height: 35px !important;
}

.h-38-pixel {
    height: 38px;
}

.h-50-pixel {
    height: 50px !important;
}

.h-55-pixel {
    height: 55px !important;
}

.h-75-pixel {
    height: 75px !important;
}
 
.h-98-pixel {
    height: 98px !important;
}
.h-145-pixel {
    height: 145px;
}

.h-224-pixel {
    height: 224px;
}
.h-100vh{
    height: 100vh;
}

.h-pixel {
    height: 50px;
}

.txtarea-height {
    height: 128px !important;
}

.max-h-45 {
    max-height: 45px;
}

.height-350 {
    min-height: 350px !important;
}

.full {
    width: 100%;
}

.no-width {
    width: 50px;
}

.w-30percent{
    width:30%;
}

.w-45-pixel {
    width: 45px !important;
}

.w-65-pixel {
    width: 65px !important;
}

.w-70-pixel {
    width: 70px;
}

.w-75-pixel {
    width: 75px;
}

.w-80-pixel {
    width: 80px;
}

.w-95-pixel {
    width: 95px;
}

.w-100-pixel {
    width: 100px;
}

.w-111-pixel {
    width: 111px;
}

.w-200-pixel {
    width: 200px;
}

.w-220-pixel {
    width: 220px;
}

.w-250-pixel {
    width: 250px;
}

.min-width-45 {
    min-width: 45px !important;
}

.w-130-pixel {
    width: 130px;
}

.w-135-pixel {
    width: 135px;
}

.w-150-pixel {
    width: 150px;
}

.w-410-pixel {
    width: 410px;
}

.w-165-pixel {
    width: 165px;
}

.w-175-pixel {
    width: 175px;
}

.w-35-pixel {
    width: 35%;
}
/*end size css*/

/*Color & Background*/
label {
    color: var(--core-color) !important;
}

.textdanger {
    color: red !important;
    font-size: 12px;
}

.h6color {
    color: #2196F3;
}

.pwdcolor {
    color: #14862e;
}

.dropdowncolor {
    color: black;
}

.alert span {
    color: red;
}

.color-grey{
    color:grey !important;
}

.orderbtncolor {
    background: #3F51B5;
}

.btn-bg-white {
    background: white !important;
}

.bg-toolbar-color {
    background-color: var(--toolbar-color);
}

.bg-body-color {
    background-color: var(--body-color);
}

.bg-del-color {
    background-color: red !important;
}

.check-color {
    color: #14862e;
}

.core-color {
    color: var(--core-color);
}

.bgcore-color {
    background: var(--core-color);
}

.bgpage-color {
    background: var(--page-color);
}

.bgprimary-color {
    background: var(--primary-btn);
}

.white-color {
    color: white !important;
}

.toolbar-color {
    color: var(--toolbar-color);
}

.logo-color {
    color: var(--logo-color);
}

.primary-color {
    color: rgb(0, 109, 255) !important;
}

.gray-color {
    color: gray !important;
}

.text-color {
    color: var(--core-color) !important;
}

.modal-header-color {
    color: var(--thead-backcolor) !important;
}

.fontW-700 {
    font-weight: 700;
}

.my-bold {
    font-weight: bold !important;
}

/*End Color & Background*/

/*container css*/
.btn-none {
    padding: 0;
    border: none;
}

.menu-user {
    margin: 13px 13px 0px 13px;
    font-size: 24px;
}

.my-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.m-header {
    margin: 15px 15px 14px 46px;
}

.main-body {
    background: black;
    overflow-x: hidden;
}

.my-body {
    padding: 15px;
}

.myform {
    margin-bottom: 15px;
}

.right-menu {
    width: calc(100% - 365px);
}

.nav-container {
    width: 100%;
    height: 100vh;
}
.cursor-auto{
    cursor : auto !important;
}
.my-header {
    background-color: var(--bg-color-white);
    position: fixed;
    z-index: 4000;
    width: 100%;
}

    .my-header .right {
        position: fixed;
        right: 15px;
        margin-top: 15px;
    }

.my-toolbar {
    min-height: 40px;
    background: var(--toolbar-color);
    border-radius: 5px;
    color: var(--core-color);
}

.inline-toolbar {
    padding: 10px;
}

.left-toolbar {
    float: left;
}

.right-toolbar {
    display: flex;
    margin-left: auto;
}

.my-footer {
    padding: 15px;
    background: var(--child-backcolor);
}

.footer {
    height: 40px !important;
    background-color: var(--page-color);
    margin-bottom: 1rem;
}

.body-container {
    width: calc(100% - 250px);
    float: right;
}

.child-body { 
    color : var(--bg-color-white);
    border-radius: 5px;
    padding: 0 18px 15px;
}
    .child-body label{
        color: var(--bg-color-white) !important;
    }

.child-header-bar {
    background: #2196F3;
    min-height: 47px;
    color: white;
    padding: 5px;
    margin-bottom: .5rem;
}

/*.header-lit-enf {
    font-weight: bold;
    color: var(--header-color);
    margin-top: 17px;*/
/*margin-left: 46px;*/
/*margin-left: 55px;
    margin-bottom: 15px;
}*/

.h-style {
    font-weight: 400;
    display: inline-block;    
    color: var(--header-color);
    padding-top: 3px;
}

.text-de-line {
    text-decoration-line: underline;
/*    cursor: pointer;*/
}

.input-border {
    border-bottom: 1px dotted white;
    min-height: 28px;
}

.custom-input {
    height: 40px;
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer !important;
}

.my-input {
    border: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    /*border-color: #ced4da !important;*/
    border: 1px solid #ced4da;
}


.addpopup {
    width: 200px;
    position: fixed !important;
    display: none;
}

.popup:hover {
    background-color: #7D7D7D;
    color: var(--bg-color-white);
    opacity: 0.9;
}

.excel-popup {
    cursor: pointer;
    padding: 5px;
}

/*End container css*/

/*custom css*/

.crop-btn {
    height: 40px;
    border: 1px solid var(--toolbar-color) !important;
    background: #fff !important;
    color: var( --core-color);
    border-radius: 5px;
    padding: 0px 5px;
}

.typeahead-search-input {
    outline: none;
}

.w-50per{
    width : 50%;
}

.pwd-modal{
    max-width: 500px !important;
}

.w-300px{
    max-width : 300px;
}

.width-level
{
    width: 160px;
}

.rich-text-h {
    height: 750px;
}

.full-modal{
    max-width: 100% !important;
    margin:0;
}

.nest-modal {
    background: rgba(0,0,0,0.7);
}

.content-bg{
    background : black;
    border : 1px solid white;
}

.entry-modal{
    max-width: 850px !important;
}

.edit {
    position: relative;
    top: -83px;
    right: 32px;
    padding: 15px;
}

.item-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hash-font {
    font-family: Consolas !important;
}

.rev-attach-file {
    float:right;
    padding-bottom:20px;
}

.msg-modal{
    z-index:6001!important;
}
.confirm-modal {
    background: rgba(0,0,0,0.7);
}

    .confirm-modal .modal-body {
        min-height: 115px;
        padding: 37px 1rem;
    }

    .confirm-modal .modal-header {
        display: block;
    }
.modal-backdrop.fade{
    display:none;
    opacity:0;
}
.modal-backdrop.show{
    display:block;
    opacity:.5;
}
.rev-attach-file:hover {
    color: #9a2b2b;
}

.w-150-pixel {
    width: 150px;
}

.search-width {
    width: 25px;
    height: 25px;
}

.err-div {
    border-radius: .25rem;
}

.back-up-select {
    width: 250px !important;
    height: calc(1.5em + .75rem + -2px);
}

.err-numeric {
    border:1px solid red !important;
    border-radius:4px !important;
}

.dottext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.datetimepicker-input {
    height: calc(1.5em + .75rem + 5px) !important;
    /*display: block;
    width: 100%;
    border: 0 none transparent;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: .375rem .75rem;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;*/
}

.table td {
    border-bottom: 1px solid #60686f !important;
    border-top: none;
}

/*Custom checkbox*/
.check-div {
    height: 66px;
}
.check-div .custom-checkbox .custom-control-label::after {
    width: 2.2rem !important;
    height: 2.2rem !important;
}
.check-div .custom-checkbox .custom-control-label::before {
    width: 2.2rem !important;
    height: 2.2rem !important;
}
.check-div .chk-label {
    padding-left: 20px;
    padding-top: 10px;
}
.custom-checkbox .custom-control-label::after {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-checkbox .custom-control-label::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

/*Custom Switch*/
.btn-dark {
    color: black;
    background-color: white;
    border-color: #343a40;
}
.switch-div {
    height: 53px;
    padding-top: 15px;
}
    .switch-div .switch-label {
        padding-left: 40px;
        padding-top: 10px;
    }
    .switch-div .custom-control-label::before { 
        width: 4rem !important; 
    }
    .switch-div .custom-control-label::before {
        height: 2.3rem;
    }
    .switch-div .custom-control-label::after { 
        width: calc(2rem - 2px)!important;
        height: calc(2.1rem - 0.8px) !important;
    }
    .switch-div .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(1.75rem);
    }
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2rem;
    pointer-events: all;
    border-radius: .5rem;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 3.5px);
    width: calc(1rem - 2px);
    height: calc(1rem - 0.8px);
}

.switch-label {
    padding-left: 5px;
    padding-top: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: black;
    background-color: #14862e;
}

/*End custom switch*/


.dropdown-item:focus, .dropdown-item:hover {
    color: #343a40;
    text-decoration: none;
    background-color: #dee2e6;
}

.dis-none {
    display: none;
}

.btn-secondary {
    color: #fff;
    background-color: black;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: black;
        border-color: #545b62;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: #4e555b;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: none;
    }

.btncolor {
    border: 1px solid transparent;
    padding: .375rem .75rem;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;        
}

.top-left-border {
    border-radius: .25rem 0 0 .25rem;
}

    .bdradius {
        border-radius: 0 .25rem .25rem 0px !important;
    }

    .btncolor:hover {
        border: 1px solid transparent;
        padding: .375rem .75rem;
        color: #fff;
        background-color: #14862e;
        border-color: #6c757d;
    }

.selectedbtncolor {
    color: #fff;
    background-color: #14862e !important;
}

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.setting-pos {
   margin-top:40px;
   text-align:center;
}

.rotatesetting {
    -webkit-animation: rotation 2s infinite linear;
}

.toolbar-font {
    /*font-size: 1.2rem !important;*/
    margin-left: 15px !important;
}

.mar-top-point5 {
    margin-top: .5rem;
}

.setting-icon {
    font-size: 1.5rem !important;    
}

.show-user {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.font1rem{
    font-size:1rem;
}

.card {
    width: 100%;
    min-height: 115px;
    border: 1px solid white;
    background: black;   
    padding: 20px;
    border-radius:.5rem;
}

.border-none{
    border:none !important;
}

.text-color-white{
    color:#fff !important;
}

/* Create a custom checkbox */
input[type="checkbox"] {
    width: 20px; /*Desired width*/
    height: 36px; /*Desired height*/
}

.chk-label {
    padding-left: 5px;
    padding-top: 3px;
}

/*End Custom checkbox*/

/*Invoice*/
.d-none-rcount .lbl-rowcount {
    display: none;
}

textarea {
    resize: none;
}

.enter-textarea {
    line-height: 1.2rem;
}

.white-preline{
    white-space : pre-line;
}

.hr {
    border-bottom: 2px solid gray;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-left: 15px;
    margin-right: 15px;
}

.word-break {
    word-break: break-all;
}

.arrowicon {
    font-size: 12px !important;
    position: absolute;
    right: 12px;
    top: 13px;
}

.arrow-pad {
    margin-left: calc(1rem - 1px);
}

.zoom-pointer {
    cursor: zoom-in;
}

.m-table-view {
    height: 100px;
    background: #fff;
    width: 245px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    color: var(--core-color);
}

.m-table-view-wrapper {
    position: relative;
    float: left;
    margin: 10px;
}

.mycheck .form-check-input {
    width: 20px;
    height: 19px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    color: blue;
    transform: translate(-50%, -50%);
    z-index: 999999999;
}

.pointer {
    cursor: pointer;
}

.plus-btn {
    height: 40px;
    min-width: 30px;
    border-color: var(--toolbar-color);
    background: #fff;
    color: var( --core-color);
    font-size: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

.right-23px {
    right: 23px;
}

.linehr {
    margin-top: 5px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #424242 !important;
}

.cus-hr {
    border-top: 1px solid #fff !important;
}

/*.search {
    border-radius: 2px;
    width: 160px;
    color: #000;
    background-image: url(../image/search.png);
    background-position: 4px 8px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    font-size: small;
    float: right;
    height: 37px;
    border-radius: 5px;
}*/

.search-div {
    margin-left: auto;
    margin-top: -5px;
    margin-bottom: 43px;
}

.version {
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    background: var(--core-color);
    width: 230px;
}

.ver1 {
    display: none;
    padding-bottom: 10px;
    font-size: 11px;
}

.ver2 {
    display: block;
    padding-bottom: 10px;
    font-size: 11px;
}

.vermsg {
    font-size: 11px;
    color: red;
    white-space: pre-line;
}
/*eye-icon*/

.eye-icon {
    position: absolute;
    top: 9px;
    right: 8px;
    cursor: pointer;
    color:black;
}

.user-eye-icon {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    color: black;
}

.edit-icon {
    position: absolute;
    right: 25px;
    cursor: pointer;
    top:39px;
    color:black;
}

.login-eyeicon {
    position: absolute;
    top: 40px;
    right: 8px;
    cursor: pointer;
    color : white;
}
/*button*/
button:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.del-btn {
    border-color: var(--logo-color) !important;
    color: var(--logo-color) !important;
}

.save-btn {
    height: 40px;
    background: var(--primary-btn);
    border-color: var(--primary-btn);
    color: #fff;
    border-radius: 5px;
}

    .save-btn:hover {
        color: #fff;
        background: var(--primary-btn-hover);
    }

.cancel-btn {
    height: 40px;
    border-color: var(--toolbar-color);
    background: #fff;
    color: var( --core-color);
    border-radius: 5px;
}

    .cancel-btn:hover {
        background: #fff;
        color: var( --core-color);
    }

.headposition-btn {
    height: 40px;
    border-color: var(--toolbar-color);
    background: #fff;
    color: var( --core-color);
    border-radius: 0;
    min-width: 100px;
}

.icon-btn {
    height: 37px;
    min-width: 38px;
    border-radius: 3px;
    border-color: var(--core-color);
    background: #fff;
    color: var(--core-color);
    font-size: 20px;
    padding: 3px;
}

    .icon-btn :hover {
        background-color: var(--control-hover-backcolor);
        color: var(--core-color);
    }

.btn-span {
    vertical-align: text-bottom;
}
/*end button*/

.scroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll {
    /*overflow-x: auto;*/
    overflow-y: hidden;
}

.scroll-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.span-veralign-t {
    vertical-align: top;
}

.span-veralign-sub {
    vertical-align: middle;
}

.brand-italic {
    font-style: italic;
}

.brand-italic-font {
    font-size: 10px;
    color: grey;
}

.readonly-div{
    background: #bdbdbd;
    border: 1px solid #bdbdbd;
    color: black;
}

/*for dropDowm button down Arrow*/
.closedownArrow .dropdown-toggle::after {
    display: none;
}

/* toggle */
.my-w3-left {
    display: inline-block;
    white-space: nowrap;
}

.head-line {
    border-top: 1px dotted;
    float: right;
    margin-top: 15px;
    width: calc(100% - 180px);
}
/*modal */
.modal-btn {
    height: 40px;
    min-width: 100px;
    border: 1px solid var(--core-color) !important;
    background: #fff;
    color: var( --core-color);
    font-size: 20px;
    padding-top: 3px;
    border-radius: 0px;
}

    .modal-btn:hover {
        background-color: var(--control-hover-backcolor);
        color: var(--core-color);
    }

.app-modal {
    /*background: rgb(0,0,0,0.7);*/
}

.errmodal {
    background: rgba(0,0,0,.3);
    display: block !important;
}

.confirm-modal {
    background: rgba(0,0,0,0.7);
}

    .confirm-modal .modal-body {
        min-height: 98px;
        padding: 35px 1rem;
    }

    .confirm-modal .modal-header {
        display: block;
    }

.modal-header {
    color: var(--core-color);
}

    .modal-header .close {
        color: var(--core-color);
    }

.modal {
    overflow: auto; /* for all modal scroll */
    z-index: 6000;
}

.appmodal-zindex {
    z-index: 9002 !important;
}



/* section */
section {
    position: relative;
    display: flex;
}

    section::before {
        width: 30px;
        height: 30px;
        background: var(--primary);
        clip-path: polygon(0 100%, 100% 0, 100% 100%);
        top: 18px;
        left: 18px;
    }

    section::after {
        width: 42px;
        height: 42px;
        border: 1px solid var(--primary);
        top: 11px;
        left: 11px;
    }

.light {
    --primary: hsl(250, 100%, 44%);
    --other: hsl(0, 0%, 14%);
}

.dark {
    --primary: hsl(1, 100%, 68%);
    --other: hsl(0, 0%, 90%);
    background: hsl(0, 0%, 10%);
}


/* h1 */
h1 {
    color: var(--other);
    padding: 8px 4px;
    border-bottom: 2px solid var(--other);
}


/* label */
.radio-label {
    display: flex;
    cursor: pointer;
}


/* input */
    .radio-label input {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


/* .design */
.radio-design {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    margin-top: 7px;
}

    .radio-design::before,
    .radio-design::after {
        content: "";
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        position: absolute;
        transform: scale(0);
        top: -2px;
        right: -2px;
        transform-origin: center center;
    }

    .radio-design:before {
        background: #008000;
        opacity: 0;
        transition: .3s;
    }

    .radio-design::after {
        background: #008000;
        opacity: .4;
        transition: .6s;
    }

.text {
   color:#ffffff;
   padding-top:3px;
}


/* checked state */
input:checked + .radio-design::before {
    opacity: 1;
    transform: scale(.6);
}


/* other states */
input:hover + .radio-design,
input:focus + .radio-design {
    border: 2px solid #ffffff;
}

    input:hover + .radio-design:before,
    input:focus + .radio-design:before {
        background: #008000;
    }

input:hover ~ .text {
    color: #ffffff;
}

input:focus + .radio-design::after,
input:active + .radio-design::after {
    opacity: .1;
    transform: scale(2.6);
}

.abs-site-link {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: hsla(0, 0%, 0%, .6);
    background: hsla(0, 0%, 98%, .6);
    font-size: 16px;
}


/*Sidebar style 2*/
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar {
    height: 63px;
    width: 80px;
    padding: 15px;
    top: 0;
    position: fixed;
/*    margin-left: 230px;*/
    display: block !important;
    color: var(--bg-color-white);
    z-index: 4500;
}

    .bar.active {
        margin-left: 70px;
    }

.content {
    /*width: calc(100% - 230px);*/
    min-height: 100vh;
    background-color: black;
    /*overflow: auto;*/
    width: 100%;
}


.barSlide {
    margin-left: 230px !important;
    z-index: 9001;
    color: white;
    transition: all .5s ease;
}

.content-div {
    /*    height: calc(100% - 63px);*/
    height: 100%;
}

.submenubar {
    width: 200px;
    right: 8px;
    position: fixed !important;
    display: none;
}

.barSlide {
    margin-left: 230px;
    z-index: 9001;
    color: white;
}

.overflowSidebar2 {
    overflow-x: hidden;
    overflow-y: auto;
}

.currentmenu {
    border-right: 5px solid orange;
    position: relative;
}

.sidebar {
    background: var(--bg-color-white);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    width: 250px;
    height: calc(100vh - 51px);
    overflow-y: auto;
    z-index: 4000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.smsgoIcon {
    align-content: center !important;
    font-size: 25px !important;
    padding-left: 8px;
    padding-right: 14px;
}

.smsgosubicon {
    font-size: 14px !important;
    margin-left: 40px;
    margin-right: 18px;
    width: 20px;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 4002;
    opacity: 0;
}
    /* display .overlay when it has the .active class */
    .overlay.active {
        display: block;
        opacity: 1;
        top: 0;
    }
/*header with logo div*/
.sidebarLogo {
    width: 230px;
    height: 63px;
    padding: 5px;
    z-index: 5000;
    background: var(--core-color);
    /*    position: fixed;*/
    top: 0px;
}

    .sidebarLogo span {
        font-size: 28px;
        overflow-wrap: break-word;
        text-align: left;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 10px;
    }

.menu-mar-top {
    margin-top: 63px;
}
/*end header with logo div*/
#sidebar2 {
    width: 230px;
    min-height: 100vh;
    background-color: var(--core-color);
    /*transition: all .5s ease;*/
    z-index: 3999;
    /*overflow-y: auto;*/
}

    /* Shrinking the sidebar from 250px to 80px and center aligining its content*/
    #sidebar2.active {
        margin-left: 0px;
        width: 70px;
    }

    #sidebar2.mobile {
        left: 0;
    }

    #sidebar2.active #submenu {
        position: absolute;
        left: 70px;
        background: var(--core-color);
        /* top: 0px;*/
        transition: all 0.5s ease;
        min-height: 60px;
        z-index: 3999;
    }
    /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/

    #sidebar2.active .sidebarLogo span {
        display: none;
    }

    #sidebar2.active #logoheader {
        display: none;
    }

    #sidebar2.active #logoicon {
        display: block;
    }

    #sidebar2.active .sidebarLogo {
        width: 70px;
    }

    #sidebar2.active .menu span {
        display: none;
    }

    #sidebar2.active .version {
        width: 70px;
    }

    #sidebar2.active .ver1 {
        display: block;
    }

    #sidebar2.active .ver2 {
        display: none;
    }

    #sidebar2.active .arrowicon {
        display: none !important;
    }


    #sidebar2.active #submenuname {
        display: block !important;
        min-width: 68px;
    }

    #sidebar2.active #subicon {
        display: none !important;
    }

.content.active {
    width: calc(100% - 70px);
}
/*Fader Animation*/
.Fader {
    transition: all .5s ease;
}


#sidebar2 .fadeout {
    height: 0px;
    opacity: 0;
}

.Fader.fadeout .submenu-d-none {
    display: none;
}

#sidebar2.active .fadein {
    width: 150px;
    height: auto;
}

#sidebar2.active .fadeout {
    width: 0px;
    opacity: 0;
}
/*end Fader and sidebar2 Animation*/

/* navigation bar */
.my-navbar {
    overflow: hidden;
    background-color: var(--bg-color-white);
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    height: 50px;
    /*padding: 12px 15px 8px 15px;*/
    padding: 6px 15px 9px 15px;
    color: var(--logo-color);
    z-index: 5000;
}

.rightmenu {
    display: flex;
    cursor: pointer;
}

.menu {
    padding: 13px;
    cursor: pointer;
    color: var(--bg-color-white);
    position: relative !important;
}

    .menu:hover {
        background-color: #7D7D7D;
        color: var(--bg-color-white);
    }

.submenu-mar-bot {
    margin-bottom: 4px;
    margin-top: 4px;
}

.submenu-pad {
    padding: 10px 6px !important
}

.float-left {
    float: left;
}

.right-menu {
    width: calc(100% - 365px);
}

.nav-container {
    width: 100%;
    height: 100vh;
}

/*end navigation bar*/

/*Excel Import*/
.file-wrapper {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .file-wrapper input {
        cursor: pointer;
        filter: alpha(opacity=1);
        opacity: .01;
        position: absolute;
        right: 0;
        top: 0;
    }

    .file-wrapper .button {
        background: #1D6F42;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        width: 38px;
        height: 37px;
        text-align: center;
    }

    .file-wrapper .font-excel {
        font-size: 21px;
        margin-top: 8px;
    }

/*End Excel*/



/* toast */
.fa-check-circle {
    font-size: 17px !important;
}

.fa-exclamation-circle {
    font-size: 17px !important;
}

.toastposition {
    z-index: 9000;
    position: fixed;
    margin-left: 50%;
    transform: translate(-50%,-50%);
    min-width: 150px;
}

.toastwidth {
    position: absolute;
    top: 0;
    min-width: 150px;
    margin: auto;
}

.position-topcenter {
    top: 2rem;
    left: 50%;
    margin-left: -4rem !important;
}

.my-toast {
    min-width: 150px;
}

.toast.show {
    z-index: 9103;
}
/*toast*/

/*typeahead drop down */

/*.typeahead-search-input:focus {
    outline: none;
}

.blazored-typeahead__results {
    max-height: 240px !important;
    display: none;
}*/
.paid-btn {
    top: -12px;
    position: absolute;
    width: 45px;
    height: 40px;
}
.user .datetimepicker-clear-button{
    display:none;
}
.expire-data span {
    color: red;
}
.dropdown-width {
    width: 50%;
    padding: 15px 0 0 15px;
}
.coupondr-width {
    width: 20%; 
}

    .coupondr-width .blazored-typeahead__input {
        padding: 10px 10px 10px 0px !important;
         max-width: calc(100% - 15px) !important
    }
    .coupondr-width .blazored-typeahead__controls {
        padding: 10px 0 10px 10px !important;
    }
.min-h-40 {
    min-height: 40px;
}
.licsense-dr-wth{
    width:250px;
}
.typeahead-value-placeholder {
    opacity: .5;
    color: grey;
}

.typeahead-single-value {
    overflow: hidden;
    font-size: 14px;
}

.addnew-typeahead .typeahead-menu .typeahead-menu-list .typeahead-option:first-child {
    margin-top: 35px; 
}
.typeahead-menu{
    color:black
}
.no-opacity .typeahead-option-no-records {
    opacity: unset;
}

.opt-5 {
    opacity: .5;
}

.typeahead-option-footer {
    position: absolute;
    top: 0;
    padding: 2px 15px !important;
    font-size: 23px;
    width: 100%;
}

.myheader .typeahead-menu-list {
    padding-top: 33px !important;
}

.disible-crop .typeahead-clear-indicator svg {
    display: none
}

.blazored-typeahead__input {
    max-width: calc(100% - 40px) !important;
}

.blazored-typeahead__input-icon svg {
    margin-top: auto;
    margin-bottom: auto;
}

.blazored-typeahead__input-icon {
    padding-top: 0.4rem !important;
}

.blazored-typeahead {
    font-size: small;
}

.blazored-typeahead__controls {
    height: 34px;
}

.invalid, .invalid:focus, .input-validation-error, input-validation-error:focus {
    border: 1px solid red !important;
    border-radius: 3px;
}

    .invalid .typeahead-control {
        border-width: 0px !important;
    }

/*.valid.modified:not([type=checkbox]) {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}*/

.valid.modified .typeahead-control {
    border-width: 0px;
}

.validation-message {
    color: red;
    font-size: 12px;
}
/*End Typeahead */


/* Date*/
.datetimepicker-value-container input {
    width: 100%;
    border: none;
}

.datetimepicker-value-container {
    flex-wrap: unset !important;
}

.period-btn {
    background: 0 0 !important;
    border: 1px solid white;
    text-align: center;
    align-items: center;
    padding: 5px;
    margin: 3px;
    min-width: 30px;
    color: white;
}

.selected_period {
    background-color: green !important;
}

/*Date Time Picker*/
.datepicker-width {
    width: calc(100% - 194px);
}

.datepicker-dropdown-pad {
    padding: 0.375rem !important;
}

.time-min-width {
    min-width: 65px;
}

/* End Date*/

/*html Select dropDowm*/
select {
    font-size: 14px;
    height: 33px;
}

.select-custom-css {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 4px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .select-custom-css:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }
/*End html Select dropDowm*/

/*error*/
#blazor-error-ui {
    background: white;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 100%;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.err-center {
    display: flex;
    align-items: center;
    justify-content: center;
} 
[errorborder = "err"] {
    border: none !important;
    border: 0.5px solid red !important;
}

    [errorborder = "err"]:focus {
        border: none !important;
        border: 0.5px solid red !important;
        outline: none;
    }

/*.error [type="radio"]:checked + label:before,.error [type="radio"]:not(:checked) + label:before {
    border: 1px solid red !important;
}*/

.error[type="radio"]:not(:checked) + label:before {
    border: 1px solid red !important;
}


[dropdownerr = "err"] .typeahead-control{
    border: 0.5px solid red !important;
}

[dropdownerr = "err"].typeahead-control:focus{
    border: 0.5px solid red !important;
}
[datetimeerr = "err"] .datetimepicker-value-container {
    border: 0.5px solid red !important;
}
[datetimeerr = "err"] .datetimepicker-value-container:focus {
        border: 0.5px solid red !important;
    }
/*End error*/

/*tabmenu*/
.nav-pills .nav-link.active {
    color: var(--core-color);
    background-color: var(--child-backcolor) !important;
    border-radius: 0px !important;
}

.tab-border.active {
    background-color: #eee !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 4px 4px 0px 0px !important;
}

.tab-border {
    border: 0.5px solid var(--thead-backcolor);
    min-width: 90px;
    text-align: center;
}

    .tab-border:hover {
        background-color: var(--thead-backcolor) !important;
        color: var(--child-backcolor) !important;
    }

.mar-bot-1 {
    margin-bottom: -1px;
}
/*tabmenu*/

/*table css*/
.table {
    margin-bottom: unset;
}

.table-layout {
    table-layout: fixed;
}

.table-layout {
    table-layout: fixed;
}

.table thead th, table td {
    vertical-align: middle !important;
    vertical-align: middle !important;
}

table thead {
    background-color: var(--thead-backcolor);
    color: var(--thead-color);
    font-size: 12px;
}

/*table last row border*/
.table tbody > tr:last-child {
    border-bottom: 1px solid #D9D7D7;
}

.table tbody tr:hover, .pointer-hover:hover {
    background-color: #23272b !important;
}

table thead th, td {
    padding: 12px 3px 12px 5px !important;
}

/*End table Css*/
/*Login Page*/
.login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 367px;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 5px;
    /*box-shadow: rgb(51, 51, 51) 0px 0px 5px;*/
    box-shadow: rgb(93, 92, 92) 0px 0px 15px;
    /*background: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 245));*/
    background: linear-gradient(rgb(66, 66, 66), rgb(56, 56, 56));
    transform: translate(-50%,-50%);
    padding: 10px;
}

.logo-header {
    width: 222px;
    margin-top: -2px;
    margin-left: -2px;
}

#logoicon {
    width: 70px;
    height: 53px;
    display: none;
    margin-left: -7px;
    padding: 0px 4px;
}

.login-header {
    padding: 10px;
    z-index: 5000;
}

    .login-header h5 {
        font-weight: bold;
        color: white;
    }

.login-btn, .login-btn:hover {
    color: var(--control-color) !important;
    border-radius: 5px;
    width: 118px;
    height: 40px;
    background-color: #474d54;
    border-color: #3f4346;
}

.login-signup {
    color: #57a7fd !important;
}

.verify-input {
    height: 45px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dbdfef;
}

    /*.verify-input:focus {
        outline: none;
    }*/

.resend-btn {
    border: none;
    background: transparent;
}
/*End login*/

/*Dashboard*/
.dash-table-view-wrapper {
    height: 170px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 1px -2px 10px 0 rgba(0,0,0,.4) !important;
    transition: all 0.65s ease;
    color: #fff;
}

    .dash-table-view-wrapper:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.02, 1.02);
    }

.dash-table-view-padding {
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.bg-img-red {
    /*background-image: linear-gradient(to bottom, #c12727 0%, #d84335 35%, #f19389 100%)*/
    background-color: #ff4440;
}

.bg-img-blue {
    /*background-image: linear-gradient(to bottom, #097bc5 0%, #1387d6 35%, #8dcbf5 100%)*/
    background-color: #34a8f7;
}

.bg-img-orange {
    /*background-image: linear-gradient(to bottom, #d66413 0%, #d66413 35%, #f1a066 100%);*/
    background-color: #FF8800;
}

.bg-img-pupple {
    /*background-image: linear-gradient(to bottom, #6D3696 0%, #893cc3 35%, #8161e6 100%);*/
    background-color: #937ae4;
}

.bg-img-green {
    /*background-image: linear-gradient(to bottom, #2f9e48 0%, #0aab30 35%, #61e880 100%);*/
    background-color: #16d20d;
}

.dash-span-right {
    text-align: right;
    width: calc( 100% - 111px );
}

.dashsent-span-right {
    text-align: right;
    width: calc( 100% - 65px );
}

.bg-smsg-color {
    background: #50ff3c;
}

.bg-pending-color {
    background: #fd5252;
}

.bg-brand-color {
    background: #d3ec42;
}

.dash-action {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-color: #fd5252;
    border-left: 5px solid #B71C1C;
    min-height: 50px;
}

    .dash-action h4 {
        font-size: 18px;
        font-weight: bold;
        padding-top: 12px;
        color: white;
    }

.chart-container {
    border-radius: 5px;
    background: #f1f1f1;
    padding: 10px;
}

.chart-display-container {
    position: relative;
    /*    margin: auto;*/
    height: 40vh;
    width: 40vw;
    margin-bottom: 25px;
}

.dotted-line {
    border-top: 1px dotted;
    margin-top: 10px;
    width: calc(100% - 95px);
}
.cloud-hostingbtn {
    height: 55px;
    background: white;
    color: black;
    margin-top: 15px;
    width: 300px;
    line-height: 53px;
    text-align: center; 
    white-space: nowrap; 
    border-radius: 5px; 
}
/*End Dashboard*/

/*order from buyer*/
.bgforaccbal {
    background: #e9ecef !important;
}

.bgformsg {
    background: #68ce95 !important;
}

.bgforpending {
    background: #ec5959 !important;
}

.thismonth {
    font-size: 30px;
    float: right;
    margin-left: auto;
    margin-top: auto;
}

.balance {
    float: right;
    margin-left: auto;
    margin-top: 30px;
    font-size: 30px;
}

.total {
    font-size: 30px;
    float: right;
    margin-left: 180px;
}
/*End */
/*Buyer package*/

.buyer-view-wrapper {
    margin-bottom: 25px;
    margin-top: 30px;
}

.buyer-view-wrapper-margin {
    margin: 3px 11px 25px 0px;
}

.buyer-view {
    min-height: 310px;
    background: #fff;
    min-width: 250px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 1px -2px 5px 0 rgba(0,0,0,.4) !important;
    color: var(--core-color);
    padding: 18px 15px 13px;
    transition: all 0.65s ease;
}

    .buyer-view:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.03, 1.03);
    }

.pktype {
    width: 150px !important;
    min-height: 55px !important;
    display: flex;
    margin: auto;
    margin-top: -40px;
    border-radius: 5px !important;
}

.gold-color {
    color: #9f7928;
}

.plati-color {
    color: #255e96;
}

.silver-color {
    color: #9e9b95;
}

.bgforpt {
    background-color: #003366 !important;
}

.bgforgold {
    background-color: #f96b68 !important;
}

.colforpt {
    color: #003366 !important;
}

.colforred {
    color: red !important;
}

.bgforsilver {
    background-color: var(--core-color) !important;
}

.blackcolor {
    color: black !important;
}

[statusbg = "bg-inbal"] {
    background: #F44336;
}

[statusbg = "bg-pending"] {
    background: #FFEE58;
}

[statusbg = "bg-working"] {
    background: #00C853;
}

.btnbuynow {
    border-radius: 0px !important;
    min-width: 100px !important;
    background-color: white !important;
    /* padding-left: 9px; */
    margin-left: -8px;
    font-size: 20px;
    border-color: var(--toolbar-color);
    padding-top: 3px;
    color: black !important;
}

/*end buyer package*/

/*start API doc*/
.api-text-color {
    color: #f7606e;
}

.api-x-text-color {
    color: #8acc6c;
}

.api-action {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background-color: #f3f4f6;
    border-left: 5px solid var(--primary-btn);
    height: 50px;
}

    .api-action:hover {
        background-color: #48b7eb !important;
        color: var(--child-backcolor) !important;
        border-left: 5px solid #09528d;
    }

.api-action-selected {
    background-color: #42424270;
    border-left: 5px solid var(--core-color);
}

.api-action h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    padding-left: 15px;
}

.actionInvitationIcon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIzNiI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNjMWM2ZDEiIGQ9Ik0xOCAxOGEuOTkuOTkgMCAwIDAtLjI4Mi0uNjkxbC4wMDMtLjAwMi0xNi0xNy0uMDAzLjAwMUEuOTk3Ljk5NyAwIDEgMCAuMjgyIDEuNjkxbC0uMDAzLjAwMkwxNS42MTEgMTggLjI3OSAzNC4zMDdsLjAwMy4wMDJBLjk5Ljk5IDAgMCAwIDAgMzVhMSAxIDAgMCAwIDEuNzE4LjY5MmwuMDAzLjAwMiAxNi0xNy0uMDAzLS4wMDJBLjk5Ny45OTcgMCAwIDAgMTggMTh6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center right;
    height: 23px;
    margin-right: 20px;
    padding-left: 20px;
    position: absolute;
    right: 5px;
    top: 14px;
}

.col-border {
    border-bottom: 1px solid #595a5d;
}

.detail-div {
    width: 100%;
    background: var(--core-color);
    padding: 0 40px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}

.colDes {
    border-bottom: 1px solid #595a5d;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    min-height: 60px;
}

.destinationMethod {
    border: 2px solid #c1c6d1;
    padding: 5px 7px;
    border-radius: 4px;
}

.body-line {
    color: #fff;
}

.body-count {
    color: #5d6576;
}

.w-preline {
    white-space: pre-line;
}

/*End API doc*/

/*purchase order*/
.purchase-color {
    color: #3F51B5;
}

.purchaseLogo {
    height: 63px;
    padding: 5px;
}

    .purchaseLogo span {
        font-size: 28px;
        overflow-wrap: break-word;
        text-align: left;
        letter-spacing: normal;
        line-height: 1;
    }

.purchase-wrapper {
    border: 1px solid rgb(158, 158, 158);
    border-radius: 5px;
    padding: 20px;
    margin: 15px;
}

.purchase-order {
    background: #d8d8d8;
    padding: 20px;
}

    .purchase-order label {
        color: black !important;
    }

.purchase-body {
    border: 1px solid rgb(189, 189, 189);
    min-height: 76px;
}

.purchase-table td, th {
    padding: 12px !important;
}

.purchse-save-btn {
    color: #fff;
    border-radius: 2px;
    box-shadow: #007bff 0px 0px 2px;
}

    .purchse-save-btn:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

.purchase-cancel-btn {
    height: 40px;
    background: #807c7c;
    border-color: #807c7c;
    color: #fff;
    border-radius: 2px;
    box-shadow: rgb(51, 51, 51) 0px 0px 2px;
}

    .purchase-cancel-btn:hover {
        color: #fff;
        background: #929090;
    }

.payment-card {
    /*background: rgb(158, 158, 158);*/
    background: #d8d8d8;
    height: 160px;
    border: 1px solid rgb(158, 158, 158);
    border-radius: 5px;
    padding: 20px;
    font-weight: bold;
}

.payment-info {
    margin: auto;
    display: table;
}

.payment-kbz-pad {
    padding-right: 20px;
}

.payment-aya-pad {
    padding-right: 28px;
}

.payment-acc-lineh {
    line-height: 73px;
}

/*to play font-size in limited width*/
.payment-bank-name {
    font-size: 20px;
}

.payment-acc-no {
    font-size: 18px;
    color: gray;
}

.payment-acc-name {
    font-size: 16px;
    color: gray;
}

.unAdd-table thead th, .unAdd-table tbody td {
    padding: 6px 3px !important;
}

.purchase-header {
    font-size: 35px;
    line-height: 45px;
    color: #3F51B5;
}

.purchase-logo {
    content: url(../image/Logo.png);
    width: 60px;
    height: 60px;
    margin-top: -15px;
}
/*End purchase*/

/*Support*/
.non-iconside-width {
    width: calc(100% - 45px);
}

.support-table-view-wrapper {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 1px -2px 10px 0 rgba(0,0,0,.4) !important;
    transition: all 0.65s ease;
}

.support-bot-font {
    font-style: italic;
    font-size: 12px;
    color: gray;
}

/*End Support*/

/*new sms*/
.option-table-view-wrapper {
    height: 90px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 1px -2px 10px 0 rgba(0,0,0,.4) !important;
    transition: all 0.65s ease;
}

    .option-table-view-wrapper:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.03, 1.03);
        background: var(--primary-btn-hover);
    }

.option-icon {
    font-size: 35px;
    text-align: center;
    /*max-height: 40px;*/
}

.option-modal-width {
    max-width: 340px !important;
}

.option-input-file {
    width: 100px;
    height: 90px;
}

.opt-icon-color {
    background: #0859bd;
    color: #fff;
    font-size: 41px;
}
/*End new Sms*/

/*Invoice*/

.kbz-card {
    width: 320px;
    height: 190px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

    .kbz-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.02, 1.02);
    }

.card-part {
    box-shadow: 1px 1px #aaa3a3;
    top: 0;
    position: absolute;
    z-index: 1000;
    left: 0;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    /*-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;*/
}
.card-pd-bottom {
    padding-bottom: 12px;
}

.kbzcard__part {
    background-image: url(../image/Geoworld.png), linear-gradient(to right bottom, #0093D2, #92D9F8, #11B0E4, #1c70cade, #64A3D6);
}

.aya-card {
    width: 320px;
    height: 190px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

    .aya-card:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.02, 1.02);
    }

.ayacard__part {
    background-image: url(../image/AYABg.jpg), linear-gradient(to right bottom, #0093D2, #92D9F8, #11B0E4, #1c70cade, #64A3D6);
}

.kbz-numes {
    text-shadow: -1px -1px 0px #58b4fd, 3px 3px 0px #2196f3, 0.5px 0px 0px #0d47a1;
    color: ghostwhite !important;
}

.aya-numes {
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    color: white !important;
}

.card__front {
    padding: 18px;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}

.card__logo {
    height: 16px;
}

.card__front-logo {
    position: absolute;
    top: 18px;
    right: 18px;
}

.card__square {
    border-radius: 5px;
    height: 35px;
}

.card_numer {
    display: block;
    width: 100%;
    word-spacing: 4px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #0051A1;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card__space-75 {
    width: 75%;
    float: left;
}

.card__space-25 {
    width: 25%;
    float: left;
}

.card__label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    letter-spacing: 1px;
}

.card__info {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card__back-content {
    padding: 15px 15px 0;
}

.card__secret--last {
    color: #303030;
    text-align: right;
    margin: 0;
    font-size: 14px;
}

.card__secret {
    padding: 5px 12px;
    background-color: #fff;
    position: relative;
}

    .card__secret:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        height: calc(100% + 6px);
        width: calc(100% - 42px);
        border-radius: 4px;
        background: repeating-linear-gradient(45deg, #ededed, #ededed 5px, #f9f9f9 5px, #f9f9f9 10px);
    }


/*End Invoice*/
/*Brand Detail*/
.inviteuser-input {
    margin-right: 5px;
}

.profile-mr {
    margin-top: 1rem !important;
}


/*-- end reset --*/
/*Dashboard*/
 
.lsc-btn {
    border: none;
    background: black;
    position:relative;
}
.sec-header {
    color: #868686;
/*    padding-top: 3px;*/
}

.cloud-search {
    position: absolute;
    top: 64px;
    right: 24px;
    cursor: pointer;
    color: #E0E0E0;
    font-size: 28px !important;
}

.newcust-pen {
    position: absolute;
    top: 13px;
    right: -5px;
    text-shadow: -2px 2px 5px #000;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.cust-btn {
    color: black;
    background: var(--bg-color-white);
    width: 165px;
    height: 40px;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px; 
}
.cust-btn:hover {
    background: #008000;
    color: #ffffff;
}
.cust-btn-reset {
    width: auto;
    height: auto;
}
/*Dashboard*/
/*profile*/
.register-bg {
    background: linear-gradient(to top, #76b852, #8DC26F);
    background-size: cover;
    background-attachment: fixed;
    background: linear-gradient(to top,black, #495057);
    min-height: 100vh;
}

.reg-title { 
    font-size: 3em;
    text-align: center;
    color: #fff !important;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 4px; 
}
.reg-main{
    padding: 3em 0 1em;
} 
.reg-infobox { 
    margin: 3em auto;
    background: rgba(0, 0, 0, 0.18);
    background-size: cover;
}
.reg-input input{
    color: #fff; 
    display: block;
    border: none;
    padding: 0.8em;
    border: solid 1px rgba(255, 255, 255, 0.37);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}
    .reg-input input:focus {
        box-shadow: none;
        outline: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
        background-position: 0 0;
        color: #fff;
    }

        .reg-input input:focus::-webkit-input-placeholder, .text:valid::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.7);
            font-size: .9em;
            -webkit-transform: translateY(-30px);
            -moz-transform: translateY(-30px);
            -o-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            transform: translateY(-30px);
            visibility: visible !important;
        }
         
    .reg-top {
        padding: 3em 3em 4em; 
        min-height :100px;
    }
    .reg-top p {
        font-size: 1em;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 300;
    }

        .reg-top p a {
            color: #fff;
            -webkit-transition: .5s all;
            -moz-transition: .5s all;
            transition: .5s all;
            font-weight: 400;
        }

            .reg-top p a:hover {
                color: #76b852;
            }
.flip-horizontal-bottom {
    -webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.flip-vertical-right {
    -webkit-animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-vertical-right 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes flip-vertical-right {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg); 
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}
.flip-diagonal-1-tr {
    -webkit-animation: flip-diagonal-1-tr 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-diagonal-1-tr 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes flip-diagonal-1-tr {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 180deg);
        transform: rotate3d(1, 1, 0, 180deg); 
    }

    100% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        transform: rotate3d(1, 1, 0, 0deg);
    }
}

.flip-diagonal-1-bck {
    -webkit-animation: flip-diagonal-1-bck 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-diagonal-1-bck 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes flip-diagonal-1-bck {
    0% {
        -webkit-transform: translateZ(-260px) rotate3d(1, 1, 0, -180deg);
        transform: translateZ(-260px) rotate3d(1, 1, 0, -180deg);
       
    }

    100% {
        -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0deg);
        transform: translateZ(0) rotate3d(1, 1, 0, 0deg);
    }
}
.login-subtitle {
    color: white;
    margin-bottom: 20px;
}
.custom-verify {    
    font-family: monospace;
    width: calc(8*(1.2ch + 11px));
    font-size: 45px;
    letter-spacing: 9.5px;
    background: repeating-linear-gradient(to right,#0c0c0c 0 1.2ch,transparent 1.2ch calc(1.2ch + 8.5px)) bottom/100% 2px content-box no-repeat !important;
    border: none !important;
    margin-left: 107px;
}
.login-verify {
    padding: 10px 5px !important;
    border: 1px solid !important;
    font-family: monospace;
    width: calc(6*(1ch + 6px));
    font-size: 45px;
    letter-spacing: 5px;
    background: repeating-linear-gradient(to right,#ebebef 0 1ch,transparent 1ch calc(1ch + 5px)) bottom/100% 2px content-box no-repeat !important;
    border: none !important;
    color: white;
}

.form-control::-webkit-input-placeholder {
    color: #c0c3c5;
}

.form-control::-moz-placeholder {
    color: #c0c3c5;
}

.form-control:-ms-input-placeholder {
    color: #c0c3c5;
}

.verify-errspan {
    margin-left: 80px; 
} 
.verify-errborder {
    background: repeating-linear-gradient(to right,#dc3545 0 1ch,transparent 1ch calc(1ch + 5px)) bottom/100% 2px content-box no-repeat !important;
}
/*repo*/
    .repo-msg-title {
        font-size: 16px;
        font-weight: bold;
        color: #655555;
        margin-bottom: 25px;
    }
/*repo*/
 
/*Dashboard*/

.dash-container {
    margin-top: 50px;
}

.dash-user{
    width:300px;
    margin:auto;
}
.dash-containergrid {
    width: 800px;
    margin: auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.dash-btn-div {
    line-height: 53px;
    text-align: center;
    height: 150px;
    white-space: nowrap;
    background: #161b1d;
    border-radius: 5px;
    color: white;
}

.dashgrid-full { 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
    margin-top:15px;
}

.d-w-50{
    width: 50%; 
}
.dashboard-grid { 
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
 
.dboard-top-order {
    border-bottom: 4px solid var(--core-color);
}

.dashboard-box {
    border-radius: 5px;
    transition: all 0.65s ease;
    background: #181f28;
    min-height: 180px;
    padding: 15px 15px 0px 25px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    position: relative;
    margin-bottom: 15px;
}
  
.dboard-width {
    width: calc(100% - 100px);
}

.d-cloud {
    color: rgb(221, 87, 0);
}
.d-hosting {
    color: #ff7db0;
}

.d-sync {
    color: #2ede60;
}
.d-database {
    color: #FFD653FF;
}
.d-software {
    color: #D6ED17FF;
}
.d-marketplace {
    color: rgba(159, 47, 255, 1);
}
.d-reactive {
    color: rgba(79, 75, 225, 1);
}
.d-user {
    color: #9239fb;
}
.d-dashboard {
    color: rgba(211, 11, 156, 1);
}
.d-buyer {
    color: #c5b0f3;
}
.d-ers {
    color: rgba(47, 255, 242, 1);
}
.d-coupon {
    color: rgba(1, 174, 27, 1);
}
.appointment-c {
    color: rgb(229 223 24);
} 
.contact-c {
    color: rgb(33 233 81);
}
.install-c {
    color: rgb(24 157 229);
}
.dboard-color{
    color:white;
}
.d-ebs {
    color: #14B2EF;
}
.dboard-img {
    width: 100px;
    height:80px;
    object-fit: contain;
    object-position: 50% 50%;
    margin-top: 15px;
}
.dboard-full {
    width: 800px;
    margin: auto;
    margin-top: 15px;
} 
/*Dashboard*/

.text-ellip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.halfstars, .outline {
    display: inline-block;
    font-size: 45px;
    font-family: Times;
    line-height: 1;
    margin-left: -5px;
}

    .halfstars::before {
        content: '★★★★★';
        letter-spacing: 3px;
        background: linear-gradient(90deg, #ffc107 calc(var(--percent) / 5 * 100%), #eee calc(var(--percent) / 5 * 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .outline::before {
        content: '✩✩✩✩✩';
        letter-spacing: 3px;
        background: linear-gradient(90deg, #ffc107 calc(100 / 5 * 100%), #fff calc(100 / 5 * 100%));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



.rate-font {
    font-size: 20px !important;
    width: 100%;
    height: 30px;
    padding-top: 3px;
}
.richtext-modal {
    max-width: 869px !important;
    margin: 1.75rem auto;
}
.richtext-width {
    max-width: 869px !important;
    margin: auto;
}
/*profile*/
/*----------------------------------@media-----------------------------------------*/

@media(min-width: 768px) {

    .isDesktoptoolbar {
        display: flex;
    }

    .isDesktop {
        display: block;
    }

    .isMobile {
        display: none;
    }

    .seller-toolbar {
        margin-left: auto;
    }

    .cat-dd-w {
        width: 250px;
    }

    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .overlay.active {
        display: none !important;
    }

    #logoheader {
        display: block;
    }

    .menu {
        padding: 7px 8px 7px 10px;
    }

    /*    .bar {
        color: var(--core-color) !important;
        margin-left: 0 !important;
        height: 63px;
        width: 80px;
        padding: 15px;
        top: 0;
        position: fixed;
        margin-left: 230px;
        z-index: 4001;
    }*/

    .searchpos {
        display: block;
    }

    .searchposph {
        display: none;
    }

    .modalheadpad {
        padding-bottom: 1rem;
    }

    .api-display {
        display: flex;
    }

    .dash-period-width {
        width: 200px;
    }
}
#textarea-emoji{
    top:40px;
}
@media (min-width: 851px) {
    .cpl-md-3 {
        padding-left: 1rem !important;
    }

}@media (max-width: 850px) {
        .coupondr-width {
            width: 50%;
            padding-top: 15px;
        }

        .pt-m-0 {
            padding-top: 0;
        }

        .coup-full {
            width: 100%;
        }
    }

    @media (max-width: 767px) {

        .isDesktoptoolbar {
            display: none;
        }

        .isDesktop {
            display: none;
        }

        .isMobile {
            display: block;
        }

        .seller-toolbar {
            display: flex;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .rich-text-h {
            height: 370px;
        }

        .cus-width {
            width: 100%;
            margin-top: 15px;
        }

        .cat-dd-w {
            width: 100%;
        }

        .dropdown-width {
            width: 100%;
            padding: 15px 0 0 0;
        }

        .mb-full {
            width: 100%;
        }

        .mb-dropdown {
            width: calc(100% - 50px);
        }

        .main .top-row:not(.auth) {
            display: none;
        }

        .datetimepicker-clear-button, .datetimepicker-calendar-button, .datetimepicker-time-button {
            height: calc(1.5em + .75rem + 5px) !important;
        }

        .main .top-row.auth {
            justify-content: space-between;
        }

        .main .top-row a, .main .top-row .btn-link {
            margin-left: 0;
        }

        .reg-title {
            font-size: 1rem;
        }

        .register-bg {
            background: linear-gradient(to top,#17191b, #495057);
        }

        .reg-top {
            padding: 15px;
            height: 300px;
        }

        #sidebar2 {
            width: 230px;
            position: fixed;
            top: 0;
            left: -230px;
            height: 100vh;
            z-index: 5001;
            overflow-y: auto;
            overflow-x: hidden;
            transition: all .5s ease;
        }

        .bar {
            margin-left: 0px;
        }

        .content {
            width: 100% !important;
            margin-left: 0px !important;
        }

        .wrapper {
            display: block;
        }

        /*.toastposition {
            z-index: 9000;
            position: fixed;
            margin-left: 35%;
            transform: translate(-50%,-50%);
            min-width: 150px;
        }*/

        /*.sidebarLogo {
        position: fixed;
        top: 0;
    }*/

        /*#navmenu {
        margin-top: 63px;
    }*/


        .first.show {
            transform: translate(-40px, -10px);
        }

        .second.show {
            transform: translate(10px, 0px);
        }

        .dash-containergrid {
            width: 100%;
        }

        .dboard-full {
            width: 100%;
        }

        .dash-table-view-wrapper {
            width: 100%;
            margin-right: 0px;
        }

        .form-control, input, label, span, p, strong, a, u, th, td {
            font-size: 16px;
        }

        .main .top-row:not(.auth) {
            display: none;
        }

        .main .top-row.auth {
            justify-content: space-between;
        }

        .mar-bot-30 {
            margin-bottom: 30px;
        }

        .main .top-row a, .main .top-row .btn-link {
            margin-left: 0;
        }

        /*stepper*/
        .inner {
            width: 90%;
        }

        .search {
            width: 100% !important;
        }

        .dash-table-view-wrapper {
            transition: none;
        }

            .dash-table-view-wrapper:hover {
                box-shadow: none;
                -webkit-transform: none;
                transform: none;
            }

        .dash-period-width {
            width: 100%;
            padding-bottom: 5px;
        }

        .dash-formto-date {
            margin: auto;
        }

        .buyer-view {
            transition: none;
        }

            .buyer-view:hover {
                box-shadow: none;
                -webkit-transform: none;
                transform: none;
            }

        .searchpos {
            display: none !important;
        }

        .searchposph {
            display: block;
            position: absolute;
            left: 0px;
            top: 31px;
        }

        .modalheadpad {
            padding-bottom: 4.2rem;
        }

        .api-word-break {
            margin-left: 2.5rem !important;
            word-break: break-all;
        }

        .api-detail-word-break {
            margin-left: 1.5rem !important;
            word-break: break-all;
        }

        .api-detail-word-break2 {
            margin-left: 3rem !important;
            word-break: break-all;
        }

        .addr-header-h-60 {
            height: 60px;
        }

        .addr-p-top-35 {
            padding-top: 42px;
        }

        .addr-dropdown-ph {
            position: fixed;
            width: calc(100% - 30px) !important;
            top: 60px;
            margin-left: 15px;
        }

        .profile-mr {
            margin-top: 1.6rem !important;
        }

        .submenu-mar-bot {
            margin-bottom: 0px;
        }
    }

    @media (min-width: 768px) and (max-width: 860px) {
        .payment-bank-name {
            font-size: 18px;
        }

        .payment-acc-no {
            font-size: 16px;
        }

        .payment-acc-name {
            font-size: 14px;
        }

        .payment-kbz-pad {
            padding-right: 0px;
        }

        .payment-aya-pad {
            padding-right: 0px;
        }

        /*.sidebarLogo {
        position: fixed;
        top: 0;
    }
     
    .menu-mar-top {
        margin-top: 63px;
    }*/
    }

    @media screen and (min-width: 576px) {
      
        .modal-dialog-entry {
            max-width: 891px !important;
            margin: 1.75rem auto;
        }

        .modal-dialog-entry2 {
            max-width: 503px !important;
            margin: 1.75rem auto;
        }

        .modal-dialog-goodsentry {
            max-width: 1200px !important;
            margin: 1.75rem auto !important;
        }
    }

    @media (max-height: 375px) {
        .myform {
            margin-bottom: 0;
        }
    }

    @media (max-height: 500px) {
        .chart-display-container {
            height: 70vh;
        }
    }

    @media (max-width: 375px) {
        .login {
            width: 300px;
        }
    }

    @media(max-width:668px) {
        .dashgrid-full {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
    }

    @media (max-width: 350px) {

        .payment-kbz-pad {
            padding-right: 0px;
        }

        .payment-aya-pad {
            padding-right: 10px;
        }

        .payment-card {
            width: 256px;
        }
    }


    /*SMS Go Admin*/

    .toolbar-container {
        position: sticky;
        top: 0;
        z-index: 4000;
        background: black;
    }

    .header-lit-enf {
        font-weight: bold;
        color: var(--bg-color-white);
        margin-left: 40px;
        /*padding-top: 3px;*/
    }

    .search {
        border-radius: 2px;
        width: 160px;
        color: #000;
        background-image: url(../image/search.png);
        background-position: 4px 8px;
        background-repeat: no-repeat;
        padding: 0 0 0 30px;
        font-size: small;
        /*float: right;*/
        height: 37px;
        border-radius: 5px;
    }

    /*NavMenu*/
    .w-20-pixel {
        width: 20px;
    }

    .pad-right-3 {
        padding-right: 3px;
    }

    .pad-left-70 {
        padding-left: 70px;
    }
    /*Payment*/
    .dis-btn {
        text-align: center;
        color: #000;
        background-color: #e4e7eb;
        border-color: #e4e7eb;
        height: 100%;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 7px;
        margin-left: -5px;
    }

    .full-height {
        height: 100%;
    }
    /*End payment*/

    /*Invoice*/
    .d-none-rcount .lbl-rowcount {
        display: none;
    }
    /*End Invoice*/

    /*Dashboard*/
    .stretch-card > .card {
        width: 100%;
        min-width: 100%;
        cursor: pointer;
        height: 143px;
    }

    .icon-card {
        background: #6201ed;
        color: #ffffff;
    }

        .icon-card .icon {
            width: 32px;
            height: 30px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.3);
        }

            .icon-card .icon i {
                font-size: 26px;
                line-height: 30px;
                text-align: center;
                display: block;
                color: white;
            }

        .icon-card .header {
            font-size: 18px;
            font-weight: 600;
        }

    .success-background {
        background: #29c0b1;
    }

    .fail-background {
        background: #f58a44;
    }

    .paid-background {
        background: #6201ed;
    }

    .unpaid-background {
        background: #FA648B;
    }
    /*End Dashboard*/

    /*Cloud Sync*/
    .search-bac, .search-bac:focus {
        background: #000000;
        border: 1px solid #60686f;
        color: #ffffff;
    }

    .search-img {
        top: 5px;
        right: 7px;
    }
    /*End Cloud Sync*/
    /*Repository*/
    .licinfo-border-top {
        border-top: 1px solid #60686f !important;
    }

    .licinfo-border-bottom {
        border-bottom: 1px solid #60686f !important;
        padding-bottom: 1.5rem;
    }
    /*End Repository*/

    /*Software License*/
    .last-child-no-border:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .card-hover {
        max-height: 313px;
        overflow: auto;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background: transparent;
    }

    /*End Software License*/

    @-webkit-keyframes rotation {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(359deg);
        }
    }

    /*Page Animation*/
    .slideRight {
        /*    box-shadow: 5px 0px 10px 1px #333333;*/
        animation: slideRight 400ms;
    }

    @keyframes slideRight {
        from {
            margin-left: -50%;
            width: 100%;
        }

        to {
            margin-left: 0%;
            width: 100%;
        }
    }

    .slideLeft {
        /*    box-shadow: 5px 0px 10px 1px #333333;*/
        animation: slideLeft 400ms;
    }

    @keyframes slideLeft {
        from {
            margin-left: 0%;
            width: 100%;
        }

        to {
            margin-left: -100%;
            width: 100%;
        }
    }

    /*End Page Animation*/

    /*Floating label*/
    .has-float-span {
        position: absolute;
        cursor: text;
        font-size: 75%;
        opacity: 1;
        transition: all .2s;
        top: -.5em;
        left: .75rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px;
        color: #777;
        background: white;
    }

    /*End floating label*/

    /*Marketplace*/

    .market-box {
        border-radius: 5px;
        transition: all 0.65s ease;
        border: 1px solid #fff;
        background: white;
        min-height: 100px;
        /*padding: 15px;*/
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
        position: relative;
        width: 100%;
    }

    .market:focus {
        box-shadow: none;
    }

    .market-grid {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        padding-top: 15px;
        padding-bottom: 90px;
    }

    .market-width {
        width: calc(100% - 100px);
    }

    .market-img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        object-position: 50% 50%;
    }

    .market-seller-grid {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        padding-top: 15px;
        padding-bottom: 90px;
    }

    .market-seller-box {
        border-radius: 5px;
        transition: all 0.65s ease;
        border: 1px solid #fff;
        background: white;
        min-height: 100px;
        padding: 15px;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
        position: relative;
        width: 100%;
    }
.vd-resize .td-quill-video-overlay {
    display:none;
}
/*end Marketplace*/
@media(min-width: 992px) {
    .dashboard-period-width {
            width: 200px;
        }

        .dashboard-time-width {
            width: 200px;
        }
    }

    @media(min-width: 768px) and (max-width: 991px) {
        .dashboard-period-width {
            width: 150px;
        }

        .dashboard-time-width {
            width: 150px;
        }

        .dash-containergrid {
            width: 700px;
        }

        .dboard-full {
            width: 700px;
        }
    }


    @media(min-width: 150px) and (max-width: 320) {
        .dr-mar-wth {
            width: 100%;
        }

        .dr-mar-wth3 {
            width: 50%
        }

        .dr-mar-wth2 {
            width: calc(100% - 88px);
        }

        .h-span2 {
            height: 5px;
        }
    }

    @media(min-width: 150px) and (max-width: 420px) {
        .dr-mar-wth, .dr-mar-wth3 {
            width: 100%;
        }

        .dr-mar-wth2 {
            width: calc(100% - 88px);
        }

        .h-span2 {
            height: 5px;
        }

        .tt-auto {
            margin-left: inherit !important;
            width: 100%;
        }
    }

    @media(min-width: 421px) and (max-width: 770px) {
        .dr-mar-wth {
            width: 100%;
        }

        .dr-mar-wth3 {
            width: 49%;
        }

        .dr-mar-wth2 {
            width: calc(100% - 88px);
        }

        .h-span2 {
            height: 5px;
        }
    }


    @media(max-width: 767px) {
        .dashboard-period-width {
            width: 100%;
            padding-bottom: 5px;
        }

        .dashboard-time-width {
            width: 50%;
        }

        .search-container {
            margin-top: 10px;
            width: 100%;
        }
    }

    @media(min-width: 768px) {
        .search-container { /*to chang css in ph view*/
            margin-left: auto;
        }
    }

    @media(max-width: 992px) {
        .search-container { /*to chang css in ph view*/
            margin-left: auto;
        }
    }