﻿:root {
    --sidebar-width-expanded: 220px;
    --sidebar-width-collapsed: 74px;
    --theme-color: #16A855
}

body {
    font-size: 13px !important;
    overflow-x: hidden;
    font-family: "Public Sans",sans-serif;
    color: #4a5568;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    background: linear-gradient(-45deg, #0da487, #00306b, #2c7bb6);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    width: var(--sidebar-width-expanded); bottom:0
}
   
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    margin-left: var(--sidebar-width-expanded)
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .footer {
    margin-left: var(--sidebar-width-collapsed);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body .container-fluid .footer {
    width: calc(100vw - var(--sidebar-width-collapsed));
}
.page-wrapper.compact-wrapper .page-header {
    margin-left: var(--sidebar-width-expanded);
    width: calc(100% - var(--sidebar-width-expanded));
}

.page-wrapper.compact-wrapper .page-header.close_icon {
    margin-left: var(--sidebar-width-collapsed);
    width: calc(100% - var(--sidebar-width-collapsed));
}
.footer {
    width: calc(100vw - var(--sidebar-width-expanded));
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
    width: var(--sidebar-width-expanded);
}


/*header*/
.page-wrapper .page-header .header-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 12px 30px;
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 72px);
    margin-top: 72px;
}
/*table*/
.table-product .table thead tr th:first-child, .all-package thead tr th:last-child {
    text-align: left;
}
.table td a i {
  
    vertical-align: middle;
}
table .btn{display:inline-flex}
.dropdown-menu .dropdown-item{opacity:1}
/*btn0theme*/
.btn-theme:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

/*pagination*/
.page-link {
    color: var(--bs-gray-800)
}
.page-link.active, .active > .page-link {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
} 

/*tables*/
.table-product .table thead tr th:nth-last-child(2) {
     text-align: left; 
}
.table-product .table tbody tr td:nth-last-child(2) {
    text-align: left;
}
.font-italic {
    font-style: italic !important;
}
.theme-table thead tr th {
    white-space: nowrap;
    border: none;
    padding: 12px 15px !important;
    background-color: #f3f3f3 !important;
}
.table-product .table tbody tr td {
    text-align: left;
    padding: 8px 15px;
    vertical-align: middle;
}
.table_finishes_product.table tbody tr td {
    text-align: left;
    padding: 8px 11px;
    vertical-align: top;
}
.table-product.table-history .table tbody tr td {
    text-align: left;
    padding: 8px 15px;
    vertical-align: middle;
}
.table-product.table_finishes .table tbody tr td {
    text-align: left;
    padding: 8px 15px;
    vertical-align: top !important;
}
.table.subcategory-table tbody tr td {
    text-align: left;
    padding: 8px 15px;
    vertical-align: middle;
}
.all-package tbody tr td:nth-child(6) {
    font-weight: normal;
}
.form-group label {
    padding-left: 0;
    font-size: 13px;
}
.form-control {
    padding: 0.47rem 0.75rem;
    font-size: 13px;
}
.theme-form-floating > .form-control:focus ~ label, .theme-form-floating > .form-control:not(:placeholder-shown) ~ label, .theme-form-floating > .form-select ~ label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    opacity: .95;
    top: -5px;
    left: 5px;
    height: 31px;
    background-color: #fff;
    white-space: nowrap;
    opacity: 1;
}
.theme-form-floating > .form-control:focus, .theme-form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
}
.search-input i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    color: #4a5568;
}
/*table tbody tr td a .ri-pencil-line {
    color: #707070 !important;
}
table tbody tr td a .ri-delete-bin-line {
    color: #707070 !important;
}*/
.table td a .ri-more-fill {
     font-size: 18px !important; 
    color: #000;
}
.table th {
    color: #4a5568;
    font-weight: 600;
    font-size: 13px;   
}
/*.theme-table thead tr th {
    white-space: normal !important;   
    padding: 12px 15px !important;
   
}*/
.search-input .form-control {
    padding-left: 35px;
}
.page-link {
    color: var(--bs-gray-800);
    font-size: 12px;
}
/*Select 2*/
.select2-container--open .select2-dropdown {
    z-index: 9999;
    box-shadow:none;
}
select .selection {
    word-wrap: normal;
    display: block;
}
.select2-container .selection {
    width: 100%;
    
}
.select2-container .select2-selection--single {
    border-radius: 0.25rem !important;
    border-color: #dee2e6;
    height: 36px !important;
    padding: 5px;
}

/*multiple*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top:5px !important}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
     background-color: transparent;
   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0;
    float: none;
    margin-right: 0.2rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #f6f6f675;
    color: #999;
    position: static;
}
/* .selection {
    display: block;
}*/


/*.tab-content {
    background: #fafafa;
    border-radius: var(--bs-border-radius-lg);
}*/

/*btns*/
.btn .btn-hover-primary {
    background-color: #f8f8f8;
    font-weight: 600;
}
    .btn-hover-primary:hover, btn-hover-primary:focus {
        background-color: var(--theme-color);
        color: #fff;
    }


.bg-light-b {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.modal-body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

/*radio and checkbox*/
.form-check .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check .form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


.read-only label{margin:0; font-weight:600}
.read-only p{margin:0}

/*tabs*/
.nav-pills .nav-item .nav-link {
   
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  
    font-size: var(--bs-nav-link-font-size);
   
} 

/*login*/
.log-in-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/logo/login-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.log-in-section .logo-login img {
    position: static;
    /* width: calc(140px + (180 - 140) * ((100vw - 320px) / (1920 - 320))); */
    /* top: 30px; */
    /* left: 30px; */
    top: 10%;
    left: 50%;
    transform: none;
    width: 165px;
}
.log-in-section {   
   
    padding: calc(25px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) 0px 50px !important;
}

.user-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #cbe4ff;
    padding: 0.5rem; width:40px; height:40px
}
    .user-info.text-only {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
    }

    /*orders*/
.product-thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 0.5rem;
}
/*.orders-grid-search {
    display: grid;
    grid-template-columns: 240px auto;
    grid-gap: 20px
}*/
.orders-grid-cart{
    display: grid;
    grid-template-columns: auto 340px;
    grid-gap: 20px
}
/*.orders-grid-checkout {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 20px
}*/

.input-group.quantity-section{width:140px}
.quantity-section input{text-align:center}
.input-group.quantity-section button {
    display: inline-flex;
    background-color: #eff2f7 !important;
    outline: none;
    place-items: center;
    padding: 0.4rem 0.6rem;
    color: black !important;
    border: none
}
    .input-group.quantity-section button:hover, .input-group.quantity-section button:focus{color:var(--theme-color)}

    label.tile-radio-c {
        cursor: pointer;
        position: relative;
        display: block;
        transition: all 0.25s
    }

    label.tile-radio-c input[type="radio"] {
        display: none;
        opacity: 0;
        position: absolute;
        left: 0
    }

        label.tile-radio-c input:not(:checked) + div {
            border: 2px solid transparent
        }

        label.tile-radio-c input:checked + div {
            border: 2px solid var(--theme-color);
            box-shadow: var(--bs-box-shadow);
        }

.payment-cards label {
    background-color: #e8f0fe;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0) 1px, rgba(255,255,255,0.03) 2px, rgba(255,255,255,0.04) 3px, rgba(255,255,255,0.05) 4px),-webkit-linear-gradient(-245deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.2) 70%, rgba(255,255,255,0) 90%);
}

/*ck editor*/
.ck-editor__editable_inline {
    min-height: 200px !important;
}
/*user profile*/

.user-dashboard-section .dashboard-left-sidebar {
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 8px rgba(34,34,34,0.14);
    box-shadow: 0 0 8px rgba(34,34,34,0.14);
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 107px;
    z-index: 0;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box {
    position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
    position: relative;
    overflow: hidden;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
    padding: 0 15px;
}
.user-dashboard-section .dashboard-right-sidebar {
    background-color: #fff;
    padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    height: 100%;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
    width: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    height: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 3px 8px rgba(34,34,34,0.32);
    box-shadow: 2px 3px 8px rgba(34,34,34,0.32);
}
    .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 55%;
        z-index: 1;
        background-color: #fff;
        border-radius: 100%;
        color: #4a5568;
    }
    .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
        position: relative;
    }
    .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        opacity: 0;
        width: 35px;
    }
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
    margin: 0 auto;
    text-align: center;
    margin-top: -10px;
    z-index: 1;
    position: relative;
}
.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
    margin-top: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    padding-bottom: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid #ddd;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
    padding: calc(27px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    border-radius: 6px;
    height: 100%;
}
.user-dashboard-section .dashboard-right-sidebar {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 0 8px rgba(34,34,34,0.14);
}

.arrowButton .ri-arrow-down-s-line {
    transform: rotate(0deg);
    transition: all 0.6s;
}

.arrowButton .ri-arrow-down-s-line.active {
    transform: rotate(180deg);
}
/*.modal-backdrop.show:nth-of-type(even) {
    z-index: 1056 ;
}*/
#terms-show {
    z-index: 1057 !important;
}
    .arrowButton .ri-arrow-down-s-line.active {
        transform: rotate(180deg);
    }
table tr.selected-row {
    background: #2269a429 !important
}
    table tr.selected-row td{background:transparent}
    
/*Pagination*/
.pagination-section{
	flex-wrap: wrap;
}
    table tr.selected-row td{background:transparent}

.dropdown-menu.mega-menu.show {
    /*display: table;*/
    font-size: 0.9rem;
    /*background: #0a3f773d;*/
    background: #045b4e57;
    backdrop-filter: blur(12px);
}
.dropdown-menu.mega-menu > li{
    /*display: table-cell;*/
    padding:1rem
}

@media  (min-width:720px) {
    .dropdown-menu.mega-menu.show {
        display: table;
        
    }
    .dropdown-menu.mega-menu > li {
        display: table-cell;
       
    }
}
@media (max-width: 767px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu .right-side {
        display: block;
        margin-bottom: 5px;
    }
    .product-list-section.list-style > div .product-box-3 .product-footer {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
}


.mega-menu .sub-menu li {
    white-space: nowrap;
    margin-bottom: 0.4rem;
}
    .mega-menu .sub-menu li a {
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
        padding: 0.5rem 0.5rem;
        display: block;
        /*background: #f9f9f9;*/
        background: #f9f9f9d4;
        border-radius: 0.3rem;
    }

    .mega-menu .sub-menu li a:hover{
        color: var(--theme-color)
    }
.table td {
    color: #000 !important;
    /*color: #4a5568;*/
    white-space: normal !important;
}
.btn-sm {
    font-size: 14px !important;
}
.select2-container .select2-selection--multiple {   
    min-height: 38px !important;
  
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}


/*Preview invoice css*/
.invoice-wrapper {
    background-color: white;
    -webkit-box-shadow: #e6e6e6 0px 0px 14px 3px;
    box-shadow: #e6e6e6 0px 0px 14px 3px;
}
.theme-invoice-2 .invoice-wrapper .invoice-header {
/*    background-image: url(../images/Invoice/shape.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    width: 100%;
    /*height: 86px;*/
    background-position: center;
    padding: 32px 25px 0;
    /*margin-bottom: 80px;*/
}
.theme-invoice-2 .invoice-wrapper .invoice-header .header-contain {
	display: flex;
	/*-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;*/
	justify-content: space-between;
}
    .theme-invoice-2 .invoice-wrapper .invoice-header .header-contain .header-left {
        background-image: url(../images/Invoice/shape-1.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*padding: 20px 40px;*/
        display: block;
        width: 284px;
        display: flex;
        place-items: center;
        height: 140px;
        justify-content: center;
        align-items: center;
    }

.theme-invoice-2 .invoice-wrapper .invoice-header .header-contain .header-left img {
    width: auto;
    height: 80px;
}
.theme-invoice-2 .invoice-wrapper .invoice-header .header-contain .header-right h3 {
	font-size: calc(24px + (35 - 24) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 800;
	letter-spacing: calc(1.5px + (5 - 1.5) * ((100vw - 320px) / (1920 - 320)));
}
.theme-invoice-2 .invoice-wrapper .invoice-body .top-sec .details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 247px;
    padding-left: calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(17px + (24 - 17) * ((100vw - 320px) / (1920 - 320)));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .top-sec .details-box .address-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .top-sec .details-box .address-box ul li {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	color: #222;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.text-content {
    color: #939393 !important;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .body-date ul {
    padding: calc(10px + (18 - 10) * ((100vw - 320px) / (1920 - 320))) calc(17px + (25 - 17) * ((100vw - 320px) / (1920 - 320)));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F7F7F7;
    margin-top: 17px;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .body-date ul li {
	font-size: 13px;
	font-weight: 700;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless {
    padding: 16px;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table thead tr th {
	background-color: var(--theme-color);
	color: #fff;
	border-right: 3px solid #fff;
	text-align: center;
	padding: 10px 17px;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table {
	border-collapse: collapse;
	width: 100%;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table > :not(:first-child) {
	border: none;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table tbody tr:nth-child(2n) td {
	background-color: #F7F7F7;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table tbody tr td {
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
	border: none;
	border-right: 3px solid #fff;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table tfoot tr td .table-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 60px;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table tfoot tr td {
	background-color: #F7F7F7;
	padding: 15px 10px;
	border: none;
}
.theme-invoice-2 .invoice-wrapper .invoice-body .table-borderless table tbody tr td .table-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.theme-invoice-2 .invoice-wrapper .invoice-footer {
    padding-left: 16px;
    padding-right: 16px;
}
.invoice-wrapper .invoice-footer {
    padding: calc(15px + (45 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff !important;
    background-color: #0da487 !important;
    border-color: #0da487 !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px;
}
.input-validation-error .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid red !important;
    border-radius: 4px;
}
.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 1px solid red !important;
}

.input-validation-error ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid red !important;
}
/*.table td a i:active, .table td a i:hover {
    color: #fff !important;
}*/

.dropzone, .dropzone:focus {
    position: relative;
    outline: none !important;
    width: 100%;
    height: auto;
    min-height: 150px;
    cursor: pointer;
    opacity: 1;
}

    .dropzone .dz-default.dz-message span {
        display: block;
    }

    .dropzone.dz-clickable .dz-message {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.btn-theme svg {
    width: calc(11px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
    height: auto;
    margin-right: calc(0px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) !important;
}
.btn-export {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

img.img-flag {
    margin: 0px !important;
    display: inherit !important;
    height: 17px;
    width: 2rem;
}
.colorpalette{
    width:100%;
    height:200px;
    object-fit:contain;
}
.no-wrap{white-space:nowrap}

.theme-bg-color svg{
    width:20px !important;
    height:20px !important;
}

@media (max-width:480px) {
    .flex-m-wrap {
        display: flex;
        flex-wrap: wrap !important;
    }

    .w-180px {
        width: 150px !important;
    }
    .modal-footer {
        display: flex !important;
        text-align: center;
    }
   
    .page-wrapper .page-header .header-wrapper .nav-right ul li svg {
        vertical-align: middle;
        width: 16px;
    }
    .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
        width: 200px !important;
        top: 60px !important;
    }
    .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
        padding: 5px 0px 5px 0px !important;
        font-size: 14px !important;
    }
    .page-header .header-wrapper .nav-right.right-header ul.profile-dropdown, .page-header .header-wrapper .nav-right.right-header ul.chat-dropdown, .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown {
       
        top: 60px;
        left: 157px !important;
    }
    .theme-modal .modal-dialog .modal-content .modal-header .btn-close {
        right: 13px;
        top: 7px !important;
    }
    .nav-pills li {
        width: auto;
    }
    .nav-pills {
        
        display: flex;
    }
    .form-select {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .form-group label {
        margin-bottom: 10px;
    }

    .search-input {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .btn {
        margin-bottom: 10px;
        margin-top: 5px ;
    }
    .breadscrumb-section .breadscrumb-contain h2 {
        text-align: center;
         margin-bottom: 0px !important; 
    }
    .nav-pills.profile-tab .nav-item .nav-link {
       
        padding: 10px 0px !important;
        
    }
    .checkbox_animated:after {
       
        top: -5px !important;
    }
    .pdf-content-container {
        width: 210mm;
        min-height: 400mm;
        max-width:100%;
    }
    .header-quote-wrapper {
        width: 100%;
        min-width: 400px;
    }
    
    .header-right-quot {
        background: #fff;
        width: 125px;
        color: #ddd;
        /* margin-left: auto; */
        padding: 4px;
        position: relative;
        top: 0px;
        height: 39px !important;
        bottom: 0;
        text-transform: uppercase;
        right: -200px !important;
        text-align: center;
        /* left: 0; */
    }
    .create-acc-btn {
        font-weight: 600;
        width: 185px;
        border-radius: 5px 5px 0px 0px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .login-register-mob {
        background: #e2dfd7;
        border-radius: 5px 5px 0px 0px;
        width: 185px;
        border-radius: 5px 5px 0px 0px;
        color: #102f67;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .menumobile-right-nav {
        background: #e2dfd7;
    }
    header .navbar-expand-xl.navbar-customermenu .dropdown:hover .dropdown-menu-center {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0) !important;
    }
    .orders-cart-Details {
        /* display: none; */
        display: flex !important;      
        flex-wrap: wrap !important;
    }
    .orders-grid-cart {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .create-cart-custom{
        height:200px !important;
        overflow-y:auto;
    }
    .create-cart-pronto {
        height: 200px !important;
        overflow-y: auto;
    }
    .nav {
        display: flex !important;
        text-align: center !important;
        border-bottom: none;
    }
    .product-list-section.list-style > div .product-box-3 .product-footer {
        padding: 0;
        width: 100% !important;
        margin-top: 20px;
    }
    .product-list-section.list-style > div .product-box-3 {
        justify-content: center;
        display: flex !important;
        flex-wrap: wrap;
    }
    .product-list-section.list-style > div .product-box-3 .product-valueinfo {
        padding-left: 20px;
        width: 100% !important;
    }
    .product-section .right-box-contain label {
        text-align: left !important;
    }

    .checkout-section-2 .left-sidebar-checkout .checkout-detail-box.checkout-custom-detail > ul > li .checkout-box {
        margin-left: 0px !important;
        position: relative;
    }

    
}

@media only screen and (min-width: 575.98px){
    .page-wrapper .page-body-wrapper .card {
        margin-bottom: 20px;
    }
    .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li {
        padding: 5px 0px 5px 0px !important;
        font-size: 14px !important;
    }
   
    /*.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
        width: 200px !important;
        top: 60px !important;
    }*/

    .page-wrapper .page-header .header-wrapper .nav-right ul li svg {
        vertical-align: middle;
        width: 16px;
    }
    .title-header.option-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; 
        flex-wrap:wrap !important; 
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body .container-fluid .footer {
       /* width: calc(100vw - var(--sidebar-width-collapsed));*/
        width:100% ;
    }
    .page-wrapper .page-header .header-wrapper .nav-right > ul > li span.setting-small{
        
        display:none;
    }
    .page-wrapper .page-header .header-wrapper .nav-right > ul > li .setting-media span.setting-small {
        display: none;
    } 

    .form-select {
        
        width: 310px;
    }
    
    .form-group label {
        margin-bottom: 5px; 

    }
    .search-input {
      
        width: 310px;
    }
    
    .form-select.select-input-cs {
        width: 292px ;
    }
    
    .flex-m-wrap {
        flex-wrap: wrap !important;
        display: flex;
    }
    .w-180px {
        width: 165px !important;
    }
    .log-in-section .logo-login img {
        position: static;
        /* width: calc(140px + (180 - 140) * ((100vw - 320px) / (1920 - 320))); */
        /* top: 30px; */
        /* left: 30px; */
        top: 22%;
        left: 50%;
        transform: none;
        width: 136px;
    }
    .login-register .logo-login.register-logo img {
        position: static;
        /* width: calc(140px + (180 - 140) * ((100vw - 320px) / (1920 - 320))); */
        /* top: 30px; */
        /* left: 30px; */
        top: 5%;
        left: 50%;
        transform: none;
        width: 136px;
    }
    .slick-slider .slick-list {
        margin: 0 -10px;
        height: auto !important;
    }
    .slick-slide .slider-image img {
        margin: 0 auto;
    }
    .slick-slide .sidebar-image img {
        width: 200px;
        margin: 0 auto;
    }
    .create-acc-btn {
        font-weight: 600;
        width: 185px;
        border-radius: 5px 5px 0px 0px;
        text-transform: uppercase;
        font-size: 12px;
    }
    .login-register-mob {
        background: #e2dfd7;       
        border-radius: 5px 5px 0px 0px;
        width: 185px;
        border-radius: 5px 5px 0px 0px;
        color: #102f67;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .menumobile-right-nav {
        background: #e2dfd7;
    }
    header .navbar.navbar-customermenu {
        display: inline-block;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        z-index: 10;
    }
    
    
}

@media only screen and (max-width: 768px){
    .pdf-content-container {
        width: 210mm;
        min-height: 400mm;
        max-width: 100%;
    }
    .log-in-section .logo-login img {
        position: static;
        /* width: calc(140px + (180 - 140) * ((100vw - 320px) / (1920 - 320))); */
        /* top: 30px; */
        /* left: 30px; */
        top: 22%;
        left: 50%;
        transform: none;
        width: 136px;
    }
    .log-in-section {
        padding: calc(25px + (60 - 25) * ((100vw - 320px) / (1920 - 320))) 0px 50px !important;
    }
    .login-register .logo-login.register-logo img {
        position: static;
        /* width: calc(140px + (180 - 140) * ((100vw - 320px) / (1920 - 320))); */
        /* top: 30px; */
        /* left: 30px; */
        top: 5%;
        left: 50%;
        transform: none;
        width: 136px;
    }
    header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
        width: calc(400px + (320 - 300) * ((100vw - 1200px) / (1920 - 1200)));
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 7;
    }
    header .navbar.navbar-customermenu {
        display: inline-block;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 15px;
        z-index: 10;
    }
    .orders-cart-Details {
        /* display: none; */
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .orders-grid-cart {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .create-cart-custom {
        height: 200px !important;
        overflow-y: auto;
    }

    .create-cart-pronto {
        height: 200px !important;
        overflow-y: auto;
    }
    .pagination {
        display: flex;
        flex-wrap: wrap !important;
        padding-left: 0;
        list-style: none;
    }
    
}
@media only screen and (max-width: 1024px){
    .page-wrapper .card {
        margin-bottom: 30px;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon ~ .page-body .container-fluid .footer {
               width: 100% !important;
    }
    .page-wrapper .page-body-wrapper .card {
        margin-bottom: 20px;
    }

    .title-header.option-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap !important;
    }
    
   
    
}
.btn-primary svg {
    width: 20px !important;
    height: 20px !important;
}
.btn-theme {
    background-color: #0da487 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*UI Changes*/
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.80rem !important;
}

.card-table {
    padding: calc(9px + (25 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
}

.select2-container .select2-selection--single {
    border-radius: 0.25rem !important;
    border-color: #dee2e6;
    height: 31px !important;
    padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px !important;
    font-size: 13px !important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: 30px !important;
}

.form-control-sm {
    height: 31px !important;
}

.form-section .form-group {
    margin-bottom: 15px;
}

.btn-sm {
    font-size: 12px !important;
    height: 30px;
}

.btn-action {
    background: #dbdbdb !important;
    border: 1px solid #dbdbdb;
    border-radius: 50% !important;
    width: 25px;
    height: 25px;
}

.table td a i {
    /*font-size: 18px;*/
    color: #000;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-baseline .delete-finish {
    position: relative;
    top: 3px;
} 


.table.subcategory-table td a i {
    font-size: 13px ;
}
.theme-table.subcategory-table tbody tr td:last-child ul li a {
    display: flex;
}
.theme-catesubtable.category-table tbody tr td {
    text-align: left;
    padding: 8px 10px 8px 16px;
    vertical-align: middle;
}
.theme-catesubtable.category-table tbody tr td:last-child {
    text-align: left;
    padding: 8px 10px 8px 10px;
    vertical-align: middle;
} 
/*.theme-catesubtable.category-table tbody tr td:last-child {
    text-align: center;
    padding: 8px 20px 8px 2px;
    vertical-align: middle;
}*/
.btn-sm.arrowButton {
    padding: 8px 1px;
  
}
.theme-table thead tr th i.sort{
   
    padding: 0px 4px !important;
   
}

.w-60px {
    width: 65px !important;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.w-180px {
    width: 180px;
}

.w-100px {
    width: 100px !important;
}

.form-section label {
    font-size: 12px;
    margin-bottom: 2px;
    color: #000;
    font-weight: 500;
}

.dropdown.myactionDropdown {
    text-align: center;
}

.checkbox_animated {
    top: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
    right: 10px !important;
}

.btn-warning svg {
    width: calc(11px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
    height: auto;
    margin-right: calc(0px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) !important;
}


.btn-export svg {
    width: calc(11px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
    height: auto;
    margin-right: calc(0px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) !important;
}


.dropdown-item i {
    position: relative;
    top: 2px !important;
}
.form-control[type=file] {
    overflow: hidden;
    height: 31px;
    padding: 0.37rem 0.75rem;
    font-size: 12px;
}
.attachments-list .attachment .overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.12);
    transition: all ease-in 0.25s;
    opacity: 0;
}

    .attachments-list .attachment .overlay:hover {
        opacity: 1;
    }

.attachments-list .attachment-thumb {
    display: block;
    height: 70px;
    background-position: center;
    background-size: cover;
}

.attachments-list .product-name {
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.attachments-list .product-date {
    font-size: 10px
}

.btn-white {
    background-color: #FFF !important;
}

.attachments-list {
    width: 650px;
    overflow-x: auto;
}
.dropzone .dz-preview .dz-details {
    display: none;
}

.dropzone.dz-clickable {
    cursor: pointer;
    text-align: left;
}

.dropzone .dz-preview {
    width: 50px !important;
    height: 50px !important;
}

.dz-image img {
    width: 50px;
    height: 50px;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    top: -15px !important;
    left: 69px !important;
    cursor: pointer;
}

.dropzone .dz-preview .dz-error-mark {
    background-image: url('../images/thumbnail/close_del.svg') !important;
    background-repeat: no-repeat;
    background-position: unset !important;
    width: 25px;
}

.dropzone, .dropzone:focus {
    overflow-y: hidden;
    /*  max-width: 556px;*/
}

.dropzone {
    padding: 15px !important;
    display: flex;
}

    .dropzone svg {
        overflow: hidden;
        width: 20px;
        display: none;
    }

    .dropzone .dz-preview.dz-processing .dz-progress {
        display: none;
    }


    .dropzone .dz-preview {
        font-size: 11px !important;
    }

        .dropzone .dz-preview .dz-progress {
            display: none !important;
        }

a.dz-remove {
    display: none !important;
}
.footer {
    z-index: 5;
}

.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 1px solid red !important;
}

.input-validation-error ~ .select2-container--default .select2-selection--multiple {
    border: 1px solid red !important;
}

.select2-container .select2-selection--multiple {
    min-height: 31px !important;
}
body ::selection {
    color: #fff;
    background-color: #00306B;
    font-weight: bolder;
}

input::selection {
    color: #fff;
    background-color: #00306B;
}
.ck-content ul {
    list-style-type: disc;
    padding-left: 20px !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 200px !important;
    top: 40px ;
   
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child {
        padding-top: 0px !important; 
}
.table td a i {
    font-size: 13px !important;
    color: #000 ;
    font-weight: normal;
}
.theme-table tbody tr th:last-child ul li a, .theme-table tbody tr td:last-child ul li a {
    display: flex !important;
    align-items: center;
}
h4 {
    font-size: 15px !important;
   
}
.title-header h5 {
    margin-bottom:7px !important;
}
.checkbox_animated:after {
    border: 2px solid var(--theme-color);
    
}
#contentPager {
    display: flex;
    flex-wrap: wrap;
}
.dropzone .dz-default.dz-message span {
    display: block !important;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box::before {
    border-left: 0px dashed rgba(34,34,34,0.18);
}

.checkout-section-2 .right-side-summery-box .summery-box-2 .customerPortal li:last-child {
    border-top: 0px solid rgba(34,34,34,0.18);
}
table tbody tr td a .ri-pencil-line {
    color: #2b2b2b !important;
}

table tbody tr td a .ri-delete-bin-line {
    color: #2b2b2b !important;
} 
/*header menu*/
header .navbar-expand-xl.navbar-customermenu .dropdown-menu.menubar-dropdown-menu {
    background-color: #f8f7f3;
    min-width: 10em;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
header .navbar-expand-xl.navbar-customermenu .dropdown-menu.menubar-dropdown-menu .dropdown-item {
    padding: 15px;
    margin: 0px 0 0 0;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    color: #87837b;
}
header .navbar-expand-xl.navbar-customermenu .dropdown-menu.menubar-dropdown-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1efeb;
    padding: 0;
}
header .navbar-expand-xl.navbar-customermenu .dropdown:hover .dropdown-menu-center {
    -webkit-transform: translateX(-20%) translateY(0);
    transform: translateX(-20%) translateY(0);
}
header .navbar-expand-xl.navbar-customermenu .dropdown-menu.menubar-dropdown-menu .dropdown-item::after {
   
    width: 0 !important;
    
}
header .navbar-expand-xl .dropdown-menu .dropdown-item:hover {
    
    letter-spacing: 0em;
}
.product-section .right-box-contain .name {
    font-weight: 700;
    margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.breadscrumb-section .breadscrumb-contain h2 {
    font-weight: 700;
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left !important;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
   
    margin-left: 14px !important;
    position: relative;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box.checkout-custom-detail > ul > li .checkout-box {
    margin-left: 66px !important;
    position: relative;
}
.dropdown.bootstrap-select .selectpicker + button.btn-light {
    border: 1px solid #DFE3E7;
    border-radius: 0.267rem;
    background-color: white !important;
    color: var(--secondary-color) !important;
    padding: 9px 11px;
} 
/*Aezion polygon menuitem Changes*/
.btn-theme {
    background-color: #16A855 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    background: #2A2F37 !important;
    /* background: linear-gradient(-45deg, #0da487, #00306b, #2c7bb6);*/
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #fff !important;
    background-color: #16A855 !important;
    border-color: #16A855 !important;
}
.btn-outline {
    border: 1px solid #16A855 !important;
    color: #16A855 !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #16A855 !important;
    opacity: 0;
    z-index: -1;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active:before {
    opacity: 1 !important;
}
.btn-export {
    color: #417B5A !important;
    background-color: transparent !important;
    border: 1px solid #417B5A !important;

}
.btn-export:hover {
    color: #417B5A !important;
    background-color: transparent !important;
    border:1px solid #417B5A !important;
}
::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 5px;
}
.log-in-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/logo/login-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.btn-theme {
    background-color: #16a855 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

