/* 
*	Developed by mhzahid -2019(05)
*	https://www.mhzahid.com;
*	https://www.fb.me/mhzahid01;
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Anton');



:root {
    --site-color: #17a2b8;
}



html, body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #ececec;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}



/* font size css*/
.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}


/* font weight css*/
.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semi-bold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-black {
    font-weight: 900 !important;
}



/* text color css*/
.text-color-1 {
    color: #404040 !important;
}

.text-color-2 {
    color: #2b2b2b !important;
}

.text-color-3 {
    color: #858585 !important;
}

.text-color-4 {
    color: var(--site-color) !important;
}

.text-color-5 {
    color: #080808 !important;
}

.text-color-6 {
    color: #636363 !important;
}

.text-red {
    color: #ff5454 !important;
}

.text-green {
    color: #4bb543 !important;
}




/* background color css */
.bg-color-lightcyan {
    background: #23a7bc !important;
}

.bg-color-red {
    background: #ff5454 !important;
}

.bg-color-white {
    background: #FFFFFF !important;
}

.bg-color-lightseagreen {
    background: var(--site-color) !important;
    ;
}



/* spacing css */
.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.-mx-cs {
    margin-left: -22px;
    margin-right: -22px;
}

.space-main {
    margin-top: 4.06rem;
}




.logo {
    width: 190px;
    padding: 0 12px;
}

    .logo .name {
        color: var(--site-color);
        font-size: 18px;
        font-family: 'Anton', sans-serif;
    }

.nav-toggler {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    border-radius: 50%;
    background-color: rgb(23, 162, 184);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    width: 45px;
    height: 45px;
}

.dshbd-mn {
    height: 38px;
}

    .dshbd-mn .hm-hl {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-top: .7rem;
        padding-bottom: .7rem;
    }

.menu-list {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.sub-menu {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
}

    .sub-menu .menu-item {
        font-size: 12px;
        padding-left: 1.85rem;
        padding-right: .5rem;
    }

.sub-menu-list li:hover, .accordion .sub-menu .active, .menu-list.active {
    background-color: #fbfbfb;
    font-weight: 600;
}

.menu-list .menu-label, .sub-menu .sub-menu-list, .nv-tg {
    color: #080808;
}

.nv-tg, .menu-list .menu-label {
    font-size: 12px;
    line-height: 1.25;
}

.menu-list .menu-label {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profile-user-thm {
    width: 40px;
    height: 40px;
}

    .profile-user-thm > img {
        object-fit: cover;
        object-position: center;
    }

.profile-user .name {
    font-size: 12px;
    margin-left: .45rem;
    max-width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-business .name {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-nav-dash {
    padding: 10px 0;
    height: 65px;
}

.top-menu-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.23);
    width: 40px;
    height: 40px;
}

.top-menu-lbl {
    padding-left: .5rem;
    font-size: 12px;
    font-weight: 300;
}

.navDrop {
    max-height: 164px;
    margin-top: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    top: auto !important;
    transform: none !important;
}

    .navDrop .dropdown-item {
        font-size: 12px;
        padding: 0.25rem 1.25rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.card.info-card {
    border-radius: 3px;
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.09);
}

    .card.info-card > .card-body {
        height: 85px;
    }

.card-img-con {
    width: 76px;
    border-radius: 3px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
}

.card-lbl {
    font-size: 12px;
}

.element-panel {
    border-radius: 5px;
}

.element-panel-head {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #17a2b8;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.07);
}

.element-panel .element-panel-list-lbl, .element-panel .element-panel-list {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.element-panel .element-panel-list-lbl, .element-panel li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    min-height: 100vh;
}

.left-side-panel {
    min-width: 235px;
    max-width: 235px;
    transition: all .3s;
    z-index: 99;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.lf-contain {
    position: fixed;
    min-width: inherit;
    max-width: inherit;
}

.left-menu {
    height: -moz-calc(100vh - (193px));
    height: -webkit-calc(100vh - (193px));
    height: calc(100vh - (193px));
    overflow: overlay;
    overflow-x: hidden;
}

.right-side-panel {
    width: 100%;
    padding-top: .7rem;
    padding-left: 10px;
    padding-right: 10px;
}

.min-left-side {
    min-width: 65px !important;
    max-width: 65px !important;
}

.icon-increase {
    width: 17px;
    height: 17px;
}

.left-side-panel .menu-icon svg, .left-side-panel .dshbd-mn .hm-hl svg, .nv-tg, .min-left-side, .icon-increase, .down-arrow, .down-arrow-report,
.down-arrow-inv, .down-arrow-trader, .down-arrow-sales, .down-arrow-purchase, .down-arrow-finan, down-arrow-tax svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu-icon {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.list-style-none {
    list-style: none;
}

.accordion .open .down-arrow svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-report svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-inv svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-tax svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-trader svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-sales svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-purchase svg {
    transform: rotate(180deg) !important;
}

.accordion .open .down-arrow-finan svg {
    transform: rotate(180deg) !important;
}

.flip-up {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: rotate(180deg) !important;
}

.title {
    color: #010101;
    font-size: 12px;
}

.cs-nav-type .nav-item .nav-link {
    border: 1px solid #005C6B;
    color: #012320;
    font-size: 12px;
    border-radius: 3px;
    padding: 0.3rem .75rem;
    text-align: center;
    margin-right: 1.25rem;
}

    .cs-nav-type .nav-item .nav-link.active {
        color: #fff;
        background-color: #005C6B;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.46);
    }

.panel-heading {
    border-radius: 2px;
    background-color: rgb(23, 162, 184);
    min-height: 40px;
}

    .panel-heading .lbl {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.panel-list-items {
    min-height: 35px;
    border-bottom: 1px solid #e7e7e7;
}

    .panel-list-items .lbl {
        font-size: 12px;
        word-break: break-word;
        color: #3c3c3c;
    }

.btn-add-panel-item {
    padding: 0.3rem 0.75rem;
    border-radius: 3px;
    background-color: rgb(23, 162, 184);
}

.crud-modal .modal-content, .delete-modal .modal-content {
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.23);
}

.crud-modal .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid rgb(23, 162, 184);
    background-color: rgb(23, 162, 184);
}

.delete-modal .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.cs-rd .custom-radio label, .cs-file .lbl-form {
    font-size: 12px;
}

.cs-file .lbl-form {
    margin-bottom: .5rem;
}

.count {
    font-size: 12px;
}

.custom-control.custom-checkbox .custom-control-label {
    font-size: 12px;
}

.cst .selectize-control .selectize-input {
    border: 0;
    border-bottom: 1px solid rgb(118, 118, 118);
    border-radius: 0;
}

.cst .selectize-control {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.panel-list-items .cst .selectize-control .selectize-input {
    border: 0 !important;
}

.cst .selectize-control {
    padding: 0 !important;
}

.cst label ~ .selectize-control {
    margin-top: 18px;
}

.cst .cs-select-lbl {
    display: none;
    font-size: 12px;
    color: #767676;
    margin-bottom: 0;
    line-height: 1.2;
    position: absolute;
    top: 0;
}

.cst .selectize-control .selectize-input.dropdown-active {
    border-bottom-color: transparent;
    border-radius: 0;
    box-shadow: 0px 1px 0px rgba(102, 175, 233, 0.6);
}

.cst .selectize-input, .cst .selectize-dropdown .option {
    padding: 4px 8px;
}

.cst .selectize-input {
    min-height: auto;
    background: transparent;
    border: 0;
}

.cst select, .itemPerPage select {
    display: none;
}

.itemPerPage .selectize-input.items {
    padding: 3px 15px 3px 6px;
    min-width: 46px;
}

.itemPerPage .selectize-input {
    min-height: 30px;
}

.itemPerPage .selectize-control .selectize-input:after {
    content: ' ';
    right: 5px;
    width: 10px;
    height: 10px;
}

.mg-tp {
    margin-top: 12px;
}

.form-eud .form-group.cst .form-control {
    border-bottom: 0;
}

.form-eud .cst .selectize-control .selectize-dropdown {
    border-radius: 4px;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    top: 0.1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--site-color);
    background-color: var(--site-color);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--site-color);
    background-color: var(--site-color);
}

.custom-radio .custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.15rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 2px solid rgb(112, 112, 112);
}

.custom-radio .custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.15rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.barcode .form-control {
    background-image: url('../icon/barcode.png');
    background-repeat: no-repeat;
    background-position: right 24px;
}

.cs-file .custom-file-input {
    width: 145px !important;
}

.cs-file .custom-file-label {
    border-radius: 5px !important;
    background-color: var(--site-color);
    border-color: var(--site-color) !important;
}

    .cs-file .custom-file-label::after {
        content: "Choose Files" !important;
        background-image: url(../icon/add-pic.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 10px center;
        padding: 0.375rem .75rem 0.375rem 2rem;
        font-size: 12px;
        top: 2px;
        left: 0;
        color: #fff;
        background-color: var(--site-color);
        border-color: var(--site-color) !important;
        border-left: none !important;
        border-radius: 5px !important;
    }

.cs-file .custom-upload-picture-label::after {
    content: "Upload Picture" !important;
    background-image: url(../icon/add-pic.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0.375rem .75rem 0.375rem 2rem;
    font-size: 12px;
    top: 2px;
    left: 0;
    color: #fff;
    background-color: var(--site-color);
    border-color: var(--site-color) !important;
    border-left: none !important;
    border-radius: 5px !important;
}

.icon-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #bdbdbd;
    border-bottom-left-radius: 10px;
}

    .icon-close span {
        font-size: 20px;
        padding-left: .45rem;
        padding-right: .4rem;
        line-height: 1.25;
    }

.preview-container .preview-box {
    height: 127px;
}

.preview-box img {
    width: 100%;
}

.crud-modal .modal-footer .btn {
    min-width: 80px;
}

.act-bt .btn {
    min-width: 90px;
}

.panel-elem .panel-list-items:nth-of-type(even) {
    background-color: #f6f6f6;
}

.cs-dsc-panel .nav-item:not(:last-child) {
    margin-right: .65rem;
}

.cs-dsc-panel .nav-item .nav-link {
    font-size: 12px;
    text-align: center;
    padding: 0.45rem .5rem;
    min-width: 115px;
    border: 1px solid #1c6b77;
}

    .cs-dsc-panel .nav-item .nav-link.active, .cs-dsc-panel .nav-item .show > .nav-link {
        color: #fff;
        border: 1px solid #17a2b8;
        background-color: #17a2b8;
    }

.form-row .cpr {
    padding-right: 1.5rem !important;
}

.form-row .cpl {
    padding-left: 1.5rem !important;
}

.prop-elem-drop {
    margin-top: -7px;
}

    .prop-elem-drop .dropdown-item {
        font-size: 12px;
    }

.invalid {
    color: #f12222;
    font-size: 12px;
    margin-top: .25rem;
}

.invalid-warning {
    color: #f9a938;
    font-size: 12px;
    margin-top: .25rem;
}

.form-sty .form-control, .form-sty .col-form-label {
    font-size: 12px;
}

.form-sty .barcode .form-control {
    background-image: url(../icon/barcode.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
    padding-right: 32px;
}

.form-sty .form-control.selectize-control {
    height: calc(1.5em + 0.75rem + 2px);
}


.signup {
    width: 400px !important;
}
/* login page css*/
.auth {
    width: 295px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19.44px 4.56px rgba(0, 0, 0, 0.14);
    border-top: 4px solid #17a2b8;
    border-left: 0;
    border-right: 0;
    margin-top: 16%;
}

    .auth .card-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    /*.auth .card-body .form-control::placeholder {
        font-weight: 300;
        color: #404040;
    }*/

    .auth .card-body .form-control {
        font-size: 12px;
        color: #404040;
    }

    .auth .card-body button {
        border-radius: 3px;
        box-shadow: 0px 0px 24.57px 2.43px rgba(26, 26, 26, 0.18);
    }

    .auth .card-body .custom-control-label, .auth .ccl {
        font-size: 12px;
    }

        .auth .card-body .custom-control-label::before {
            border-radius: 0.15rem;
        }

        .auth .card-body .custom-control-label::before, .auth .card-body .custom-control-label::after {
            width: 13px;
            height: 13px;
        }

    .auth .info {
        font-size: 12px;
        font-weight: 600;
    }

.msg-con {
    margin-top: 38%;
}

    .msg-con .ttl {
        font-size: 32px;
        font-family: 'Anton', sans-serif;
    }

    .msg-con .sec-ttl {
        padding-top: .3rem;
    }

    .msg-con .btn.reg {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        border-radius: 3px;
        box-shadow: 0px 0px 24.57px 2.43px rgba(26, 26, 26, 0.18);
    }




/* form floating-labels css*/
.form-eud {
    width: 100%;
    margin: auto;
}

    .form-eud .form-label-group {
        position: relative;
        margin-bottom: 1rem;
    }

        .form-eud .form-label-group .form-control, .form-eud .form-group .form-control, .form-eud textarea.form-control {
            color: #000;
            font-size: 12px;
            border-radius: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-bottom: 1px solid rgb(118, 118, 118);
        }

    .form-eud .form-control.cs-select, .form-eud input[type=date] {
        color: #767676 !important;
    }

        .form-eud .form-control.cs-select option {
            color: #000;
        }

    .form-eud .form-label-group .form-control:focus, .form-eud .form-group .form-control:focus {
        border-bottom: 1px solid #000;
    }

.panel-list-items .cs-select.adf {
    color: #000 !important;
}

.form-label-group input, .form-label-group label {
    height: 3rem;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 1rem 0 .5rem 0;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #767676;
    font-size: 12px;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder, .form-label-group textarea::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder, .form-label-group textarea::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder, .form-label-group textarea::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.5rem;
    padding-bottom: .3rem;
}

.form-label-group textarea:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .3rem;
}

.form-label-group textarea + label {
    top: -7px;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #767676;
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
    top: -17px;
    padding-top: 0rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #767676;
    top: -18px;
    padding-top: 0rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #767676;
    background: #fff;
    height: 1.5rem;
}

.rpdt {
    display: none;
}


/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder, .form-label-group textarea::-ms-input-placeholder {
        color: #767676;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder, .form-label-group textarea:-ms-input-placeholder {
        color: #767676;
    }
}

.pdate {
    background-image: url('../icon/calendar.png');
    background-position: left 74%;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
}

.panel-list-items.unpaid .lbl {
    color: #ff5454 !important;
}

.panel-list-items.paid .lbl {
    color: #11b755 !important;
}

.panel-list-items.partially-paid .lbl {
    color: #c98726 !important;
}


/* scroll-bar custome css*/
.simplebar-track.simplebar-vertical {
    width: 9px !important;
}

.simplebar-scrollbar {
    width: 5px !important;
}

    .simplebar-scrollbar:before {
        background: #565656 !important;
    }


/* toggle input css */
.btn-group-xs > .btn, .btn-xs {
    padding: .35rem .4rem .25rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.checkbox label .toggle, .checkbox-inline .toggle {
    margin-left: -1.25rem;
    margin-right: .35rem;
}

.toggle {
    position: relative;
    overflow: hidden;
}

    .toggle.btn.btn-light, .toggle.btn.btn-outline-light {
        border-color: rgba(0,0,0,.15);
    }

    .toggle input[type=checkbox] {
        display: none;
    }

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    border-radius: 50%;
    background-color: #fff;
}

.toggle.btn-outline-primary .toggle-handle {
    background-color: var(--primary);
    border-color: var(--primary);
}

.toggle.btn-outline-secondary .toggle-handle {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.toggle.btn-outline-success .toggle-handle {
    background-color: var(--success);
    border-color: var(--success);
}

.toggle.btn-outline-danger .toggle-handle {
    background-color: var(--danger);
    border-color: var(--danger);
}

.toggle.btn-outline-warning .toggle-handle {
    background-color: var(--warning);
    border-color: var(--warning);
}

.toggle.btn-outline-info .toggle-handle {
    background-color: var(--info);
    border-color: var(--info);
}

.toggle.btn-outline-light .toggle-handle {
    background-color: var(--light);
    border-color: var(--light);
}

.toggle.btn-outline-dark .toggle-handle {
    background-color: var(--dark);
    border-color: var(--dark);
}

.toggle[class*=btn-outline]:hover .toggle-handle {
    background-color: var(--light);
    opacity: .5;
}

.toggle.btn {
    min-width: 3.7rem;
    min-height: 2.15rem;
    border-radius: 56px;
}

.toggle-on.btn {
    padding-right: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle-off.btn {
    padding-left: 1.35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle.btn-lg {
    min-width: 5rem;
    min-height: 2.815rem;
}

.toggle-on.btn-lg {
    padding-right: 2rem;
}

.toggle-off.btn-lg {
    padding-left: 2rem;
}

.toggle-handle.btn-lg {
    width: 2.5rem;
}

.toggle.btn-sm {
    min-width: 3.125rem;
    min-height: 1.938rem;
}

.toggle-on.btn-sm {
    padding-right: 1rem;
}

.toggle-off.btn-sm {
    padding-left: 1rem;
}

.toggle.btn-xs {
    min-width: 2.19rem;
    min-height: 1.375rem;
}

.toggle-on.btn-xs {
    padding-right: .8rem;
}

.toggle-off.btn-xs {
    padding-left: .8rem;
}

.toggle.btn-bg-color-lightseagreen, .btn-bg-color-lightseagreen {
    font-size: 12px;
    background: var(--site-color) !important;
}

.toggle.btn-bg-color-lightcyan, .btn-bg-color-lightcyan {
    font-size: 12px;
    background: #008196 !important;
}


/* border*/
.border-transparent {
    border-color: transparent !important;
}


/* helper css */
.cursor-pointer {
    cursor: pointer !important;
}

.without-focus:focus {
    outline: none !important;
    box-shadow: none !important;
}

.with-focus:focus {
    border-color: rgb(29, 198, 140);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(29, 198, 140,.3);
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-space-nowrap {
    white-space: nowrap;
}

.resize-none {
    resize: none;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.hide {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}

/* pagination css */
.custome-pagination .pagination .page-link {
    font-size: 12px !important;
}

.custome-pagination .page-link {
    color: #020202;
}

    .custome-pagination .page-item.active .page-link, .custome-pagination .page-link:focus, .custome-pagination .page-link:hover {
        z-index: 1;
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.custome-pagination .pagination .page-link {
    padding: 0.4rem 0.65rem;
}

.custome-pagination .pagination .disabled svg path {
    fill: #6c757d;
}

.custome-pagination .pagination .page-link:hover svg path, .custome-pagination .pagination .page-link:focus svg path {
    fill: #fff;
}




@media (min-width: 1525.99px) {
    .left-side-panel {
        min-width: 250px;
        max-width: 250px;
        z-index: 1;
    }

    .min-left-side {
        min-width: 65px !important;
        max-width: 65px !important;
    }

    .preview-container .preview-box {
        height: 180px;
    }
}


@media (max-width: 1479.99px) {

    /* font and weight css*/
    .font-xl-10 {
        font-size: 10px !important;
    }

    .font-xl-11 {
        font-size: 11px !important;
    }

    .font-xl-12 {
        font-size: 12px !important;
    }

    .font-xl-13 {
        font-size: 13px !important;
    }

    .font-xl-14 {
        font-size: 14px !important;
    }

    .font-xl-15 {
        font-size: 15px !important;
    }

    .font-xl-16 {
        font-size: 16px !important;
    }

    .font-xl-17 {
        font-size: 17px !important;
    }

    .font-xl-18 {
        font-size: 18px !important;
    }

    .font-xl-19 {
        font-size: 18px !important;
    }

    .font-xl-20 {
        font-size: 20px !important;
    }

    .font-xl-21 {
        font-size: 21px !important;
    }

    .font-xl-22 {
        font-size: 22px !important;
    }

    .font-xl-23 {
        font-size: 23px !important;
    }

    .font-xl-24 {
        font-size: 24px !important;
    }

    .font-xl-25 {
        font-size: 25px !important;
    }

    .font-xl-26 {
        font-size: 26px !important;
    }

    .font-xl-27 {
        font-size: 27px !important;
    }

    .font-xl-28 {
        font-size: 28px !important;
    }




    .font-xl-light {
        font-weight: 300 !important;
    }

    .font-xl-regular {
        font-weight: 400 !important;
    }

    .font-xl-medium {
        font-weight: 500 !important;
    }

    .font-xl-bold {
        font-weight: 700 !important;
    }

    .font-xl-black {
        font-weight: 900 !important;
    }
}


@media (max-width: 1325px) {
    .btn-add-panel-item {
        padding: 0.3rem 0.45rem;
        border-radius: 3px;
        background-color: rgb(23, 162, 184);
        white-space: nowrap;
    }

    .cs-dsc-panel .nav-item:not(:last-child) {
        margin-right: 0;
    }

    .cs-dsc-panel {
        width: 100%;
        justify-content: space-between;
    }

        .cs-dsc-panel .nav-item .nav-link {
            padding: 0.35rem;
            min-width: 112px;
        }

    .form-row .cpr {
        padding-right: .85rem !important;
    }

    .form-row .cpl {
        padding-left: .85rem !important;
    }
}

@media (max-width: 1260px) {
    .cs-dsc-panel .nav-item .nav-link {
        padding: 0.35rem;
        min-width: auto;
    }
}

@media (min-width: 576px) {
    .crud-modal .modal-dialog {
        max-width: 450px !important;
    }
}


.date-picker-row label {
    position: absolute;
    top: -16px;
    left: 0;
    display: block;
    width: 100%;
    padding: 1rem 0 .5rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #767676;
    font-size: 12px;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.privacy-policy {
    font-family: "Montserrat", sans-serif;
    color: black;
    background-color: white;
    padding-top: 20px;
    margin-top: 50px;
    font-size: 15px;
}

md-dialog-content {
    max-height: 70vh;
}



.custom-container {
    min-width: 300px !important;
}

fieldset {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

legend {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #17a2b8;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 5px 3px 7px;
    width: auto;
}

.modal-header {
    height: 50px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

#spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
    opacity: .5;
}

.mainContainer {
}


.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

.editor {
    border: solid 1px #ccc;
    padding: 20px;
    min-height: 150px;
}

.sample-toolbar {
    border: solid 1px #ddd;
    background: #f4f4f4;
    padding: 5px;
    border-radius: 3px;
}

    .sample-toolbar > span {
        cursor: pointer;
    }

        .sample-toolbar > span:hover {
            text-decoration: underline;
        }

.maintainanceBody {
    background-color: #17a2b8;
    text-align: center;
    padding: 150px;
}

.maintainanceH1 {
    font: 50px Helvetica, sans-serif;
    color: #fff;
}

.maintainanceH2 {
    font: 20px Helvetica, sans-serif;
    color: #fff;
}

#img360 {
    border-radius: 100px;
    margin-left: 0px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gly-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.btn-bkash {
    padding: 11px 12px 10px 45px;
    font-family: "Montserrat", sans-serif;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    text-shadow: 1px 1px #fff;
    background-size: 30px 30px;
}

.btn-bkash-new {
    background: url(../icon/bk_pink_100.png) no-repeat;
    cursor: pointer;
    border: none;
    width: 100px;
    height: 55px;
}

.btn-status-agree {
    color: #fff;
    border-radius: 4px;
    background: #eeb711;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}

.button-pay {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    background-color: #17a2b8;
    color: white;
    border-radius: 3px;
    border: 1px solid #17a2b8;
    font-family: "Montserrat", sans-serif;
}

.button-agree-delete {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    background-color: crimson;
    color: white;
    border-radius: 3px;
    border: 1px solid crimson;
    font-family: "Montserrat", sans-serif;
}

.tooltips {
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltips span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltips:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        font-family: Calibri, Tahoma, Geneva, sans-serif;
        position: absolute;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 250px;
    }

    .tooltips:hover img {
        border: 0;
        margin: -10px 0 0 -55px;
        float: left;
        position: absolute;
    }

    .tooltips:hover em {
        font-family: Candara, Tahoma, Geneva, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: 0.2em 0 0.6em 0;
    }


.btn-ss {
    background: url(../icon/info.svg) no-repeat;
    cursor: pointer;
    border: none;
    width: 35px;
    height: 20px;
    padding-bottom: 4px;
}

.classic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}


.infotooltip {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.header-catalogue {
    padding-left: 350px;
    padding-right: 350px;
    padding-top: 20px;
    border-bottom: 1px solid #eeeff4;
    padding-bottom: 6px;
}

.search-form {
    height: 56px;
    box-shadow: 2px 2px 6px #8a8a8a29;
    border-radius: 6px;
    opacity: 1;
    margin-top: 30.5px;
}

    .search-form > img {
        width: 18px;
        height: 18px;
        margin: 20px 16px;
    }

    .search-form > input {
        border: 0;
        border-radius: 0 5px 5px 0;
    }

#catalogue-section-container {
    padding: 20px 0;
}

.catalogue-items {
    display: grid;
    grid-template-columns: repeat(5,200px);
    grid-gap: 30px;
    justify-content: space-between;
    align-content: space-around;
    margin-bottom: 50px;
}

.item-new-image {
    height: 200px;
    border: 1px solid #efeff0;
}

    .item-new-image > img {
        border-radius: 7px;
    }

.card-title {
    font-size: 16px;
    color: #222325;
    margin-bottom: 0 !important;
    margin-top: 9px;
    line-height: 20px;
}

.item-price {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.item-name {
    font-size: 21px;
    letter-spacing: 0;
    color: #222325;
    opacity: 1;
}

.light-gray, #searchbyvalue::placeholder {
    color: #9198a7;
}

.back-btn {
    font-size: 14px;
    letter-spacing: 0;
    color: #0075e8;
    opacity: 1;
    width: 132px;
    height: 42px;
    background: #fff;
    border: 2px solid #e3e5eb;
    border-radius: 5px;
    padding: 0 30px;
    margin: 30px 0 0;
}

.bold {
    font-weight: 700;
}

.itemDetails {
    margin-top: 28px;
}

.product-img-vertical {
    padding: 0;
    overflow: hidden;
}

    .product-img-vertical > li.active {
        border: 2px solid #0075e8;
    }

    .product-img-vertical > li > img {
        width: 100%;
        height: 100%;
    }

.image-zoom-container {
    position: relative;
    width: 294px;
    height: 324px;
    overflow: hidden;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.item-desc-head {
    font-size: 14px;
    font-weight: 500;
    padding-top: 25px;
}

.seller-card {
    border: 1px solid #e3e5eb;
    border-radius: 6px;
    opacity: 1;
    padding: 12px 18px;
}

.firm-logo {
    text-align: center;
}

.seller-card .firm-logo > img {
    width: 89px;
    height: 89px;
}

.pr-firm-name {
    margin-bottom: 4px;
}

.rounded {
    border-radius: 0.25rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.pr-item-price {
    font-size: 21px;
    margin: 0;
    margin-top: 7px;
    text-align: left;
}

.item-details-code {
    font-size: 14px;
    margin-top: 9px;
}

#custom-tooltip {
    display: none;
    margin-left: 40px;
    padding: 5px 12px;
    background-color: #000000df;
    border-radius: 4px;
    color: #fff;
}

.phone-icon {
    width: 16px;
    height: 16px;
    margin: 13px 16px;
}

.location-icon {
    width: 12px;
    height: 18px;
    margin: 0 15px 0 1px;
}

.mail-icon {
    width: 18px;
    height: 14px;
    margin-right: 12px;
    margin-top: 4px;
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #efeff0;
    border-radius: 6px;
    overflow: hidden;
}

    figure.zoom > img {
        transition: opacity .5s;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.circle-div {
    background-color: #17a2b8;
    height: 40px;
    width: 150px;
    border-radius: 5px;
    position: fixed;
    top: 65px;
    right: 25px;
    color: white;
    text-align: center;
    font-size: 14px;
    padding-top: 9px;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

    .stepper-item::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #4bb543;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #4bb543;
        width: 100%;
        top: 20px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }


.progresses {
    display: flex;
    align-items: center
}

.line {
    width: 130px;
    height: 3px;
    background: #ccc
}

.line_active {
    height: 6px;
    background: #63d19e
}

.steps {
    display: flex;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

.steps_active {
    background-color: #63d19e;
    width: 30px;
    height: 30px;
}
/*for mobile view*/
@media (max-width: 489px) {
    .hidden-mobile {
        display: none !important;
    }

    .line {
        width: 100px;
    }
}


.UlistAttachment {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.listAttachment {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 10px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    position: relative;
}

listAttachment:hover {
    background-color: #eee;
}

.closelistAttachment {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
    font-size: 25px;
}

    .closelistAttachment:hover {
        background: #bbb;
    }

.terms-condition {
    font-family: "Montserrat", sans-serif;
    color: black;
    background-color: white;
    padding-top: 50px;
    margin-top: 50px;
    font-size: 15px;
}

.email_font {
    font-family: 'Roboto' !important;
}

.vertically_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.invoice-container {
    padding: 1rem;
}

    .invoice-container .invoice-header .invoice-logo {
        margin: 0.8rem 0 0 0;
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 700;
        color: #2e323c;
    }

        .invoice-container .invoice-header .invoice-logo img {
            max-width: 130px;
        }

    .invoice-container .invoice-header address {
        font-size: 0.8rem;
        color: #9fa8b9;
        margin: 0;
    }

    .invoice-container .invoice-details {
        margin: 1rem 0 0 0;
        padding: 1rem;
        line-height: 180%;
        background: #f5f6fa;
    }

        .invoice-container .invoice-details .invoice-num {
            text-align: right;
            font-size: 0.8rem;
        }

    .invoice-container .invoice-body {
        padding: 1rem 0 0 0;
    }

    .invoice-container .invoice-footer {
        text-align: center;
        font-size: 0.7rem;
        margin: 5px 0 0 0;
    }

.invoice-status {
    text-align: center;
    padding: 1rem;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1rem;
}

    .invoice-status h2.status {
        margin: 0 0 0.8rem 0;
    }

    .invoice-status h5.status-title {
        margin: 0 0 0.8rem 0;
        color: #9fa8b9;
    }

    .invoice-status p.status-type {
        margin: 0.5rem 0 0 0;
        padding: 0;
        line-height: 150%;
    }

    .invoice-status i {
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
        display: inline-block;
        padding: 1rem;
        background: #f5f6fa;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .invoice-status .badge {
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .invoice-container {
        padding: 1rem;
    }
}


.custom-table {
    border: 1px solid #e0e3ec;
}

    .custom-table thead {
        background: #007ae1;
    }

        .custom-table thead th {
            border: 0;
            color: #ffffff;
        }

    .custom-table > tbody tr:hover {
        background: #fafafa;
    }

    .custom-table > tbody tr:nth-of-type(even) {
        background-color: #ffffff;
    }

    .custom-table > tbody td {
        border: 1px solid #e6e9f0;
    }


.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

.text-success {
    color: #00bb42 !important;
}

.text-muted {
    color: #9fa8b9 !important;
}

.custom-actions-btns {
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

    .custom-actions-btns .btn {
        margin: .3rem 0 .3rem .3rem;
    }

.strike-through {
    text-decoration: line-through;
}

.tick {
    color: #30c22e !important;
}

.cross {
    color: red !important;
}

ul.features {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    list-style: none !important;
}

    ul.features li {
        color: #333;
        font-size: 0.975rem;
        line-height: 1;
        font-weight: 400;
        padding: 9px 0;
        border-bottom: none !important;
    }

        ul.features li i {
            color: #5ed16f;
            font-size: 0.725rem;
            line-height: 0.975rem;
            position: relative;
            top: -1px;
            right: 3px;
        }

.color-lightgrey {
    color: #848484 !important;
}

.reportDashboardRow {
    border-bottom: 2px solid #e3e5e8;
    padding: 10px 15px;
    line-height: 20px;
    list-style: none;
    margin-bottom: 0;
    font-size: 12px;
}

    .reportDashboardRow:hover {
        background-color: #f4f5f8;
    }

.reportDashboardItem {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.reportLink {
    cursor: pointer;
}

    .reportLink:hover {
        color: #0077c5 !important;
    }

.reportDashboardOption {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
}

.reportDashboardCategory {
    background-color: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 15px;
    border: 1px solid #d4d7dc;
    box-shadow: 2px 2px 2px #d4d7dc;
    overflow: hidden;
}

.Dcontainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    grid-row-gap: 0px;
    grid-column-gap: 50px;
    justify-content: start;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-left: 20px;
}

    .Dcontainer > .Ditem {
    }
