@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
body {
  margin: 0;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff; 
}
.m-brand .m-brand__logo .m-brand__logo-wrapper img {
    max-width: 164px;
    height: auto;
}
.bg-primary {
    background-color: #488CE5 !important;
}
.btn.m-btn--label-brand {
    color: #488CE5;
}
.text-primary {
    color: #488CE5!important;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #488CE5;
}
.m-aside-menu .m-menu__nav {
    list-style: none;
    padding: 30px;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
}
.m-brand.m-brand--skin-dark {
    background: #ffffff;
}
.m-aside-left.m-aside-left--skin-dark {
    background-color: #ffffff;
}
.m-table.m-table--head-bg-success thead th {
    background: #34bfa3;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}
.m-table.m-table--head-bg-success thead th {
    background-color: #488CE5;
}
.btn-success {
    color: #fff;
    background-color: #488CE5;
    border-color: #488CE5;
}
.btn-success:hover {
    color: #fff;
    background-color: #377bd3;
    border-color: #488CE5;
}
.btn-primary {
    color: #fff;
    background-color: #488ce5;
    border-color: #488ce5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #357cd8;
    border-color: #357cd8;
}
.m-portlet .m-portlet__body {
    padding: 1rem 2rem;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #4a8ee7;
    border-color: #4a8ee7;
}
.m-switch.m-switch--outline.m-switch--success input:checked ~ span:after {
    background-color: #488ce5;
    opacity: 1;
    filter: alpha(opacity = 100);
}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    text-decoration: none;
    position: relative;
    outline: none;
    padding: 20px 10px;
}
.m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link {
    padding-left: 20px;
    padding-right: 25px;
    text-align: center;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic img {
    min-width: 50px !important;
    width: 50px;
    height: auto;
    min-height: 50px;
    object-fit: cover;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 5px;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__header {
    padding: 10px 20px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.02rem;
    font-weight: 500;
    margin-top: 3px;
}
.m-card-user .m-card-user__details .m-card-user__email {
    display: inline-block;
    padding: 2px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.07rem;
    font-weight: 200;
}
/* .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):hover {
    background-color: #F1F6FD;
    color: #498CE5;
} */
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
    text-align: right;
    width: 20px;
    font-size: 22px;
    transform: rotate(88deg);
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
    color: #8c8ea4;
    transform: rotate(182deg);
}
#selectController {
    width: 100% !important;
    min-width: 250px !important;
    max-width: 100%;
}
/* Check box start  */
  .checkboxcontainer input {
    /* display: none; */
  }
  .checkboxcontainer label.R-checkbox {
    border: 1px solid rgb(174 213 255) !important;
    padding: 3px 13px;
    border-radius: 15px;
    font-size: 12px !important;
    font-weight: 400 !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.checkboxcontainer label.R-checkbox:hover {
    background-color: #286ab2;
    color: white;
}
  .checkboxcontainer i {
    width: 14px;
    text-align: left;
  }
  .checkboxcontainer label.R-checkbox + input:checked {
    color: #ffffff;
    background-color: #286ab2;
    border-color: #286ab2;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }


.m-aside-menu .m-menu__nav .m-menu__item {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    border-top: 2px dotted #F1F1F1;
    background-color: #ffffff;
}
.m-aside-menu .m-menu__nav .m-menu__item:nth-child(1){
    border-top: none;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #498CE5;
}
.m-aside-menu .m-menu__nav li.m-menu__item.m-menu__item--active {
    background: #F1F6FD;

}
.m-aside-menu .m-menu__nav li.m-menu__item.m-menu__item--active .m-menu__link .icon-container {
    fill: #498CE5;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(202deg) brightness(104%) contrast(97%);
}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading:hover, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover path {
    fill: #ffffff;
    stroke: #498CE5;
}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading:hover, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover span {
    color: #498CE5;
}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading:hover, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover i.m-menu__ver-arrow.la.la-angle-right {
    color: #498CE5;
}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title {
    display: table-cell;
    width: 130px;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    width: 110px;
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
    color: #000000;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    background-color:  #F1F6FD;
}
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):hover {
    background-color: #F1F6FD;
}
.m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 10px 25px;
}
.m-nav > .m-nav__separator {
    height: 0;
    overflow: hidden;
    margin: 5px 0;
    margin-bottom: 13px;
}
.btn.m-btn--custom {
    padding: 0.55rem 1.8rem;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon i:before {
    font-weight: bold;
    padding: 1px;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i:before {
    background: -webkit-linear-gradient(180deg, #ad5beb 25%, #c678db 50%, #da6ea9 75%, #e76e92 100%);
    background: linear-gradient(180deg, #000000 25%, #000000 50%, #000000 75%, #000000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon {
    color: #000000;
}
.m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link {
    padding: 15px 5px;
    padding-left: 0;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link span {
    font-size: 16px;
    font-weight: 500;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link span {
    display: flex;
    align-items: center;
}
.m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__subnav, .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__subnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.4);
    -moz-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.4);
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.4);
}

/* custom icon start */

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .icon-container.dashboard_icon, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active >  .m-menu__link .icon-container.dashboard_icon { filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(202deg) brightness(104%) contrast(97%);}
.m-aside-menu a.m-menu__link:hover { font-size: 37px; filter: invert(20%) sepia(51%) saturate(28%) hue-rotate(202deg) brightness(10%) contrast(97%); }
.m-aside-menu a.m-menu__link .icon-container { font-size: 37px; padding: 0; float: left; content: ''; display: block; width: 1em;  height: 1em; background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain;}
.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading:hover, .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover { text-decoration: none; cursor: pointer; filter: invert(32%) sepia(106%) saturate(2878%) hue-rotate(202deg) brightness(104%) contrast(97%);}
.dashboard_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 11V5H23V11H15ZM5 15V5H13V15H5ZM15 23V13H23V23H15ZM5 23V17H13V23H5ZM7 13H11V7H7V13ZM17 21H21V15H17V21ZM17 9H21V7H17V9ZM7 21H11V19H7V21Z' fill='black'/%3E%3C/svg%3E");}
.warehouse_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 13.712C5.00006 13.5357 5.03639 13.3613 5.10673 13.1996C5.17706 13.0379 5.2799 12.8924 5.40886 12.7722L13.5821 5.15433C13.6986 5.05473 13.8468 5 14 5C14.1532 5 14.3014 5.05473 14.4179 5.15433L22.5911 12.7722C22.7201 12.8924 22.8229 13.0379 22.8933 13.1996C22.9636 13.3613 22.9999 13.5357 23 13.712V21.0714C23 21.5829 22.7968 22.0735 22.4351 22.4351C22.0735 22.7968 21.5829 23 21.0714 23H6.92857C6.41708 23 5.92654 22.7968 5.56487 22.4351C5.20319 22.0735 5 21.5829 5 21.0714V13.712ZM13.7043 16.25H12.0766V12.3929H15.9337V16.25H13.7043ZM11.102 21.3929H13.3571V17.5357H9.5V21.3929H11.102ZM16.2731 21.3929H14.6429V17.5357H18.5V21.3929H16.2731Z' fill='black'/%3E%3C/svg%3E");}
.customers_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6313 7.55164C17.6313 7.88673 17.6972 8.21853 17.8252 8.52811C17.9532 8.83769 18.1407 9.11898 18.3772 9.35592C18.6137 9.59286 18.8944 9.78082 19.2034 9.90905C19.5123 10.0373 19.8435 10.1033 20.1779 10.1033C20.5123 10.1033 20.8434 10.0373 21.1524 9.90905C21.4614 9.78082 21.7421 9.59286 21.9786 9.35592C22.215 9.11898 22.4026 8.83769 22.5306 8.52811C22.6586 8.21853 22.7244 7.88673 22.7244 7.55164C22.7244 6.8749 22.4561 6.22588 21.9786 5.74736C21.501 5.26883 20.8533 5 20.1779 5C19.5025 5 18.8548 5.26883 18.3772 5.74736C17.8996 6.22588 17.6313 6.8749 17.6313 7.55164Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.3572 15.2081V13.9331C16.3572 12.9176 16.7598 11.9436 17.4764 11.2256C18.1931 10.5075 19.165 10.1041 20.1785 10.1041C21.192 10.1041 22.164 10.5075 22.8807 11.2256C23.5973 11.9436 23.9999 12.9176 23.9999 13.9331V15.2081M13.4147 15.2113H23.9999M8.70811 10.8714C9.42161 10.8714 10.1059 10.5874 10.6104 10.0819C11.1149 9.57636 11.3984 8.89071 11.3984 8.17577C11.3984 7.46084 11.1149 6.77518 10.6104 6.26965C10.1059 5.76411 9.42161 5.4801 8.70811 5.4801C7.9946 5.4801 7.31031 5.76411 6.80579 6.26965C6.30126 6.77518 6.01782 7.46084 6.01782 8.17577C6.01782 8.89071 6.30126 9.57636 6.80579 10.0819C7.31031 10.5874 7.9946 10.8714 8.70811 10.8714Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4148 15.5891C13.4148 14.3382 12.9189 13.1384 12.036 12.2538C11.1532 11.3693 9.95589 10.8723 8.70741 10.8723C7.45893 10.8723 6.26158 11.3693 5.37877 12.2538C4.49596 13.1384 4 14.3382 4 15.5891V17.6103H6.01869L6.69107 23.0001H10.7253L11.3977 17.6103H13.4148V15.5891Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
.invoice_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7143 9H10.2857M16.7143 13H10.2857M16.7143 17H12.4286M6 5H21V23L19.8943 22.116C19.5059 21.8053 19.0113 21.6346 18.4998 21.6346C17.9883 21.6346 17.4937 21.8053 17.1054 22.116L15.9996 23L14.895 22.116C14.5066 21.8051 14.0117 21.6342 13.5 21.6342C12.9883 21.6342 12.4934 21.8051 12.105 22.116L11.0004 23L9.89464 22.116C9.50628 21.8053 9.01166 21.6346 8.50018 21.6346C7.98869 21.6346 7.49408 21.8053 7.10571 22.116L6 23V5Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
.expenses_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6681 6.77117L17.9838 5L23.9206 8.57617L20.2694 10.9917M20.4266 16.262L24 13.7416M20.4266 14.9572L24 12.4367M20.4266 13.6528L24 11.1324M20.4266 12.3485L24 9.82805M9.25293 9.26512L13.626 6.91141L19.4572 11.1716V17.3334L16.0706 19.7048V13.9103L9.25293 9.26512Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.9215 9.18085L21.4669 8.16238L20.4084 7.5509L19.5582 8.1055M3 17.9004L10.6866 23.0001L14.8996 20.1021' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 16.5916L10.6866 21.6913L14.8996 18.7933' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.05908 15.2828L10.7456 20.383L14.9587 17.485' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.05127 13.9745L10.7373 19.0742L14.9503 16.1762M11.3633 13.8774C11.235 14.381 10.4018 14.6394 9.50281 14.4535C8.60378 14.2682 7.97889 13.7097 8.10716 13.2056C8.23543 12.702 9.06862 12.4441 9.96765 12.6294C10.8667 12.8148 11.4916 13.3738 11.3633 13.8774Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.42056 9.99182L3.14502 12.7354L10.7113 17.6963L15.0475 14.7468' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}
.master_icon { font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 20.3V5.9C21 5.66131 20.8946 5.43239 20.7071 5.2636C20.5196 5.09482 20.2652 5 20 5H8C7.73478 5 7.48043 5.09482 7.29289 5.2636C7.10536 5.43239 7 5.66131 7 5.9V20.3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 17.5999H10C8.34315 17.5999 7 18.8087 7 20.2999C7 21.791 8.34315 22.9999 10 22.9999H18C19.6569 22.9999 21 21.791 21 20.2999C21 18.8087 19.6569 17.5999 18 17.5999Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9995 10.4L13.9995 8.59998L15.9995 10.4L17.9995 8.59998L16.4995 13.55H11.4995L9.99951 8.59998L11.9995 10.4Z' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M18 21.2001C18.5523 21.2001 19 20.7972 19 20.3001C19 19.8031 18.5523 19.4001 18 19.4001C17.4477 19.4001 17 19.8031 17 20.3001C17 20.7972 17.4477 21.2001 18 21.2001Z' fill='black'/%3E%3C/svg%3E");}
.employees_icon {font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0003 12.7887C15.479 12.7887 16.6777 11.5692 16.6777 10.0649C16.6777 8.56066 15.479 7.34119 14.0003 7.34119C12.5215 7.34119 11.3228 8.56066 11.3228 10.0649C11.3228 11.5692 12.5215 12.7887 14.0003 12.7887Z' fill='black'/%3E%3Cpath d='M9.93876 10.3374H10.2088V10.0882C10.2104 9.36354 10.4088 8.65383 10.7816 8.03934C11.1544 7.42484 11.6866 6.93009 12.3181 6.61103C12.1312 6.16744 11.8311 5.7843 11.4498 5.5023C11.0684 5.22031 10.6201 5.04999 10.1523 5.00943C9.68459 4.96888 9.21492 5.0596 8.79321 5.27196C8.37149 5.48433 8.01348 5.81041 7.75719 6.21557C7.5009 6.62072 7.35592 7.08983 7.33762 7.57307C7.31933 8.0563 7.42842 8.53562 7.6533 8.96011C7.87819 9.3846 8.21046 9.73842 8.61485 9.98397C9.01923 10.2295 9.48062 10.3577 9.95001 10.3548L9.93876 10.3374ZM17.8025 10.065V10.3142H18.0725C18.5356 10.3094 18.989 10.1761 19.3847 9.92822C19.7805 9.68038 20.1041 9.32719 20.3215 8.90583C20.5389 8.48447 20.642 8.01053 20.62 7.53389C20.598 7.05726 20.4516 6.59555 20.1964 6.19737C19.9411 5.7992 19.5864 5.47927 19.1696 5.27128C18.7527 5.06329 18.2892 4.97493 17.8277 5.01549C17.3662 5.05604 16.9238 5.22403 16.5472 5.50175C16.1706 5.77948 15.8736 6.15668 15.6875 6.59364C16.3192 6.91145 16.852 7.40496 17.2258 8.01839C17.5995 8.63182 17.7993 9.34073 17.8025 10.065ZM16.4131 13.0611C17.5315 13.2892 18.6129 13.6794 19.625 14.2202C19.7676 14.3009 19.8967 14.4046 20.0075 14.5273H23V12.5454C23.0005 12.4693 22.9809 12.3946 22.9432 12.3292C22.9056 12.2639 22.8513 12.2104 22.7862 12.1745C21.3283 11.3888 19.7065 10.981 18.0612 10.9864H17.69C17.4951 11.8028 17.0467 12.5313 16.4131 13.0611ZM7.54813 15.6516C7.54711 15.3597 7.62361 15.0731 7.76936 14.8229C7.91512 14.5726 8.12456 14.3682 8.37501 14.2318C9.3871 13.691 10.4685 13.3008 11.5869 13.0727C10.9564 12.5474 10.5083 11.8255 10.31 11.0154H9.93876C8.29346 11.01 6.67167 11.4178 5.21376 12.2034C5.14872 12.2393 5.09443 12.2929 5.05676 12.3582C5.01909 12.4236 4.99947 12.4983 5.00001 12.5743V16.2775H7.54813V15.6516ZM15.9462 18.9955H19.2987V19.8068H15.9462V18.9955Z' fill='black'/%3E%3Cpath d='M22.3303 15.8487H18.466V15.2692C18.466 15.1155 18.4067 14.9681 18.3012 14.8594C18.1957 14.7507 18.0527 14.6896 17.9035 14.6896C17.7543 14.6896 17.6112 14.7507 17.5057 14.8594C17.4002 14.9681 17.341 15.1155 17.341 15.2692V15.8487H16.2497V14.2086C15.5097 14.0485 14.7559 13.9651 13.9997 13.9594C12.2244 13.9518 10.4743 14.3936 8.90349 15.246C8.83352 15.2834 8.77495 15.34 8.73425 15.4095C8.69355 15.4791 8.6723 15.5589 8.67286 15.6401V18.8912H12.6722V22.4205C12.6722 22.5742 12.7315 22.7216 12.837 22.8303C12.9425 22.939 13.0855 23 13.2347 23H22.3303C22.4795 23 22.6226 22.939 22.7281 22.8303C22.8336 22.7216 22.8928 22.5742 22.8928 22.4205V16.4282C22.8928 16.2745 22.8336 16.1271 22.7281 16.0184C22.6226 15.9098 22.4795 15.8487 22.3303 15.8487ZM21.7678 21.8526H13.7972V17.0077H17.341V17.5351C17.341 17.6888 17.4002 17.8362 17.5057 17.9449C17.6112 18.0536 17.7543 18.1146 17.9035 18.1146C18.0527 18.1146 18.1957 18.0536 18.3012 17.9449C18.4067 17.8362 18.466 17.6888 18.466 17.5351V17.0077H21.7678V21.8526Z' fill='black'/%3E%3C/svg%3E");}
.userList_icon {font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62192 4.68382H23.5129C24.0766 4.68382 23.5665 4.72928 23.9552 4.53587V8.82958C24.2589 9.03386 24.3378 9.27378 24.6923 9.27378H28.3781V32.2233H8.62192V4.68382ZM25.5769 5.86842C25.9048 6.08891 26.1445 6.32169 26.4186 6.65187C26.6655 6.94948 27.0195 7.37636 27.1987 7.64513H25.5769V5.86842ZM7.14747 3.20332C7.07033 3.53521 7 3.54362 7 3.94357V33.2596C7 33.7382 7.53531 34 8.03212 34H28.9679C29.4647 34 30 33.7382 30 33.2596V8.23728C30 7.98055 28.0679 5.98245 27.6766 5.53633C27.2988 5.10527 25.4561 3.05517 24.9871 3.05517C22.7907 3.05517 8.02741 2.8602 7.14747 3.20332Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9304 13.3423H13.284C14.1302 13.3423 14.6953 13.9082 14.8753 14.5853H11.3391C11.6667 13.9633 11.9704 13.3423 12.9304 13.3423ZM13.1072 12.0993C12.5629 12.0993 12.5767 11.8533 12.5767 11.3891C12.5767 10.7478 13.0229 10.8564 13.6376 10.8564C13.768 11.4182 13.9459 12.0993 13.1072 12.0993ZM11.3391 11.3891C11.3391 12.1219 11.422 12.1184 11.6927 12.632C10.5687 12.9335 8.97866 15.8282 11.1622 15.8282C12.7615 15.8282 14.5748 16.0106 16.1131 15.6507C16.1131 14.6566 16.2149 14.5377 15.8283 13.8059C15.4772 13.1415 15.3135 12.9588 14.6985 12.632C14.8784 11.8567 15.106 11.5391 14.8159 10.7537C14.1357 8.9117 11.3391 9.51408 11.3391 11.3891Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9304 20.2673H13.284C14.1811 20.2673 14.683 20.7869 14.8753 21.5103H11.3391C11.6667 20.8883 11.9704 20.2673 12.9304 20.2673ZM13.1072 19.0244C12.4363 19.0244 12.185 17.7814 13.284 17.7814C14.1796 17.7814 13.8887 19.0244 13.1072 19.0244ZM11.3391 18.3141C11.3391 19.0469 11.422 19.0434 11.6927 19.5571C10.5687 19.8585 8.97866 22.7532 11.1622 22.7532C14.1857 22.7532 17.472 23.4915 15.6514 20.3759C15.2678 19.7194 15.2986 19.8759 14.6985 19.5571C14.9671 18.3993 15.1744 16.5385 13.1072 16.5385C12.2182 16.5385 11.3391 17.4214 11.3391 18.3141Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9304 27.1923C13.8468 27.1923 14.5979 27.2393 14.8753 28.4353H11.339C11.6667 27.8133 11.9704 27.1923 12.9304 27.1923ZM13.1072 25.9494C12.4363 25.9494 12.1849 24.7064 13.284 24.7064C14.1796 24.7064 13.8887 25.9494 13.1072 25.9494ZM11.339 25.2391C11.339 25.9719 11.422 25.9683 11.6926 26.4821C10.4703 26.8098 9.35736 29.5007 10.6317 29.5007H15.5826C16.6037 29.5007 16.2178 27.2894 14.6985 26.4821C14.8854 25.6766 15.1284 25.2803 14.7656 24.4741C14.0125 22.8003 11.339 23.3905 11.339 25.2391Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 27.5476V28.4354C18.8317 28.8233 23.1718 28.613 25.1306 28.613C25.6678 28.613 25.7308 28.305 25.8378 27.9027C25.6535 27.6264 25.6034 27.37 25.1306 27.37C23.7871 27.37 18.0677 27.1991 17.1738 27.5476Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 14.5852C18.8317 14.973 23.1718 14.7627 25.1306 14.7627C25.6678 14.7627 25.7308 14.4547 25.8378 14.0525C25.6535 13.7761 25.6034 13.5198 25.1306 13.5198H17.8811C17.2514 13.5198 17.1881 13.9408 17.1738 14.5852Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 21.5103C18.8317 21.8982 23.1718 21.6879 25.1306 21.6879C25.6678 21.6879 25.7308 21.3799 25.8378 20.9776C25.6535 20.7013 25.6034 20.4449 25.1306 20.4449H17.8811C17.2514 20.4449 17.1881 20.866 17.1738 21.5103Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 11.2114C17.1738 11.6205 17.2968 11.7441 17.7043 11.7441H25.3073C26.0793 11.7441 25.7691 11.1447 25.661 10.6787L18.9388 10.6755C18.1213 10.6644 17.1738 10.4379 17.1738 11.2114Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 18.1365C17.1738 18.5456 17.2968 18.6692 17.7043 18.6692H25.3073C26.0793 18.6692 25.7691 18.0697 25.661 17.6038L18.9388 17.6005C18.1213 17.5895 17.1738 17.3629 17.1738 18.1365Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1738 25.0615C17.1738 25.4706 17.2968 25.5942 17.7043 25.5942H25.3073C26.0565 25.5942 26.0565 24.5288 25.3073 24.5288H17.7043C17.2968 24.5288 17.1738 24.6523 17.1738 25.0615Z' fill='black'/%3E%3C/svg%3E");}
.inquiryList_icon {font-size: 37px; background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62192 4.68382H23.5129C24.0765 4.68382 23.5665 4.72928 23.9552 4.53587V8.82958C24.2589 9.03386 24.3378 9.27379 24.6923 9.27379H28.3781V32.2233H8.62192V4.68382ZM25.5769 5.86843C25.9048 6.08892 26.1444 6.32169 26.4185 6.65187C26.6655 6.94948 27.0195 7.37636 27.1987 7.64513H25.5769V5.86843ZM7.14747 3.20332C7.07033 3.53521 7 3.54362 7 3.94357V33.2596C7 33.7382 7.53531 34 8.03212 34H28.9679C29.4647 34 30 33.7382 30 33.2596V8.23728C30 7.98055 28.0679 5.98245 27.6767 5.53633C27.2988 5.10527 25.4561 3.05517 24.9871 3.05517C22.7907 3.05517 8.02741 2.8602 7.14747 3.20332Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3082 25.1164H15.2569V27.9296H12.3082V25.1164ZM10.6865 24.3761V28.5217C10.6865 29.213 11.0302 29.5582 11.7184 29.5582H15.8467C16.5349 29.5582 16.8788 29.213 16.8788 28.5217V24.3761C16.8788 23.6848 16.5349 23.3396 15.8467 23.3396H11.7184C11.0302 23.3396 10.6865 23.6848 10.6865 24.3761Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3082 17.7133H15.2569V20.5263H12.3082V17.7133ZM10.6865 16.8249V21.4147C10.6865 21.7601 11.0799 22.1551 11.4236 22.1551H16.1415C16.4855 22.1551 16.8788 21.7601 16.8788 21.4147V16.8249C16.8788 16.4795 16.4855 16.0845 16.1415 16.0845H11.4236C11.0799 16.0845 10.6865 16.4795 10.6865 16.8249Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3402 12.0867C12.0093 10.0909 10.9188 10.6982 10.8697 11.5123C10.8425 11.962 11.18 12.2266 11.456 12.4979C13.5963 14.6006 13.1417 14.3566 14.8364 12.9971L17.4326 10.5704C18.215 9.87873 18.6479 9.89307 18.6479 8.97759C18.6479 8.67036 18.2165 8.23718 18.0581 8.23718C17.342 8.23718 17.1654 8.64972 16.7654 9.01187L13.3402 12.0867Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5 26.3007C18.5 26.8645 18.6409 27.3372 19.5321 27.3372H26.1667C27.5758 27.3372 27.564 25.5604 26.0192 25.5604H19.8269C19.2292 25.5604 18.5 25.7199 18.5 26.3007Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6478 18.4536C18.4456 19.3012 18.4097 18.7601 18.6478 19.7861C20.0547 20.1152 24.0358 19.9342 25.7247 19.9342C26.6433 19.9342 26.6433 18.3054 25.7247 18.3054C24.5567 18.3054 19.4051 18.1584 18.6478 18.4536Z' fill='black'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.6476 11.1986C18.5325 11.6949 18.3261 12.6793 19.2372 12.6793H25.4295C26.8677 12.6793 26.5564 11.0506 25.7245 11.0506C24.5566 11.0506 19.4049 10.9034 18.6476 11.1986Z' fill='black'%3E%3C/path%3E%3C/svg%3E") };
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded { background-color: transparent!important; }
/* custom icon end */
 /* Dashboard start */
 .__dashboard_Card {
    background: white;
    padding: 30px;
    border-radius: 15px;
}
.__dashboard_Card__Title h3 {
    font-size: 22px;
    color: #498CE5;
    font-weight: 600;
}
.__dashbord__cardheader__Sec{
    max-width: 100%;
    padding: 35px 0;
    width: 330px;
    display: block;
    margin: 0 auto;
}
.__border_style { 
    border-right: 1px solid #eaeaea
}
.__dashbord__cardheader__Sec h4 {
    margin-bottom: 30px;
}
.__dashbord__cardheader__Sec { color: #000000;}
.__dashbord__cardheader__Sec span { font-size: 23px; color: #000000; font-weight: 700; margin-left: 20px;}
.__card_main__Sec {margin: 0; padding: 0; padding-left: 22px;}
.__card_main__Sec .__card_main__SecTitle {
    font-size: 16px;
    font-weight: 600;
    color: #8B8B8B;
    padding-left: 3px;
}
.__dashbord__cardheader__Sec span .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline;
}
.__card_main__Sec .__card_main__SecMain {
    font-size: 15px;
    font-weight: 600; 
}
.__btn_outline {
    color: #498CE5;
    background-color: #ffffff;
    border-color: #498CE5;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid;
    padding: 5px 15px;
}
.__btn_outline:hover{
    color: #ffffff;
    background-color: #498CE5;
}

.__dashboard_Card main ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 16px 0 0 0;
}
.__dashboard_Card main ul li {
    padding: 0;
    border-radius: 0 10px 10px 0;
    margin-bottom: 3px;
}
.__dashboard_Card main ul li:before {
    display: block;
    content: '';
    width: 10px;
    height: 57px;
    background: red;
    border-radius: 10px 0 0 10px;
    float: left;
}
.__dashboard_Card main ul li .row {
    background: #f7f7f7;
    padding: 9px 0;
    height: 46px;
}
.__dashboard_Card main ul li:before {
    height: 46px;
}
.__dashboard_Card main ul li h3 {
    font-size: 14px;
    color: #FF0000;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 30px;
}

.__dashboard_Card main ul li h3 span {
    font-size: 12px;
    font-weight: 300;
    color: #7D7777;
    margin-left: 12px;
}
.__dashboard_Card main ul li p {
    font-size: 16px;
    font-weight: 600;
    color: #0E0E0E;
    margin-bottom: 0;
}
.__color_g {
    color: #27DD09;
}
.__color_r {
    color: #FF0000;
}

.__prevBtn {
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
}

.__nextBtn {
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.__nextBtn:focus-visible, .__prevBtn:focus-visible{
    outline: none;
}
.__nextBtn:focus, .__prevBtn:focus{
    outline: none;
}
.__primaryButton {
    background: none;
    border: 2px solid #498CE5;
    color: #498CE5;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}
.__primaryButton:hover {
    background: #498CE5;
    border: 2px solid #498CE5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}



/* Carausel start */

.dashboardCarousel{
    margin: auto;
    padding: 0;
  }
  .dashboardCarousel .carouselCard {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    padding: 35px 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  }
  .carouselCard figure {
      display: block;
      width: 150px;
      height: 150px;
      margin: 0 auto;
      border-radius: 25px;
      box-shadow: 0 0 5px lightgray;
      background: #d4d4d4;
      box-shadow: -3px 3px 0px 2px rgba(255,0,0,0.75);
      -webkit-box-shadow: -3px 3px 0px 2px rgba(255,0,0,0.75);
      -moz-box-shadow: -3px 3px 0px 2px rgba(255, 0, 0, 0.75);
      overflow: hidden;
      position: relative;
      max-height: 260px;
      margin-bottom: 30px;
  }
  .carouselCard figure img {
      display: block;
      max-width: 100%;
      width: 100%;
      min-height: 150px;
      height: auto;
      object-fit: cover;
  }
  .carouselCard h3 {
      text-align: left;
      font-size: 17px;
      font-weight: 500;
      color: #000000;
      margin: 0px 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .carouselCard h4 {
      font-size: 19px;
      font-weight: 500;
      color: #8B8B8B;
      margin: 13px 0;
  }
  .carouselCard h4 span {
      font-size: 19px;
      font-weight: 700;
      color: red;
      margin: 20px 0;
  }
  .carouselCard a {
      display: flex;
      font-size: 18px;
      color: black;
      background: #eaeaea;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
  }
  .carouselCard a:hover {
    box-shadow: 0px 0px 10px 0px rgb(73 140 229);
    transition: all 0.5s;
    background: #498ce5;
    color: #ffffff;
}
  /* Carausel end */
.owl-nav {
    display: none;
}

.m-switch input:empty ~ span:before, .m-switch input:empty ~ span:after {
    width: 48px;
}
.m-switch input:empty ~ span {
    line-height: 23px;
    margin: 2px 0;
    height: 23px;
    width: 37px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.m-switch input:empty ~ span:after {
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 2px;
}
.m-section .m-dropdown .m-dropdown__toggle .la-ellipsis-h {
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
}
.m-section .m-dropdown .m-dropdown__wrapper .m-dropdown__body {
    padding: 25px;
}
  /* Dashboard end */
.m-section table tbody tr td {vertical-align: middle;letter-spacing: 0.02em; height: 60px;}
.buttonPaid { background: #e3fce3; color: #000000; padding: 5px 35px;border-radius: 20px;}
.buttonPaid:hover {background: #1db61d;color: white;}
.buttonPay { background: #f7d4d3; color: #000000;padding: 5px 35px; border-radius: 20px;}
.buttonPay:hover { background: #b61d1d; color: white;}
.tableClass {font-size: 11px;position: relative; overflow-x: scroll;}
.tableClass thead tr th:nth-child(12), .tableClass tbody tr td:nth-child(12){text-align: center;vertical-align: middle;}
.tableClass .form-control { padding: 5px;height: 32px;}
.multiSelOpt {padding: 20px!important;}
.tableClass table thead tr th, .tableClass table tbody tr td { vertical-align: middle;}
.border-none { border: none!important;}
.__invoice_ChagesSec {padding: 5%;background-color: #FAFAFA;color: #6C6B6B;font-size: 13px;}
.__invoice_ChagesSec .row{ vertical-align: middle; align-items: center;}
.input-group-size .form-control, .input-group-size .select2-selection__rendered { max-width: 600px; width: 100%; height: 36px;}
.detailsLink { text-decoration: none;font-weight: 400;color: #488ce5; }
.detailsLink:hover {  text-decoration: none; color: #488ce5; }
.MultipleSelect { position: relative;}
.MultipleSelect > span { position: absolute; top: 0; right: 0;}
.formInputTextBox input { height: 35px;}
.addCustBtn {margin-top: 28px;  margin-bottom: 28px;}

/* Start Browse images  */
._imgBrowse__sec { max-width: 235px; width: 100%; height: auto; position: relative; display: flex; flex-direction: column; box-shadow: 0 0 5px #488ce5; border-radius: 5px; padding: 20px;}
._imgBrowse__bodysec { display: flex; flex-direction: row; background-color: #ffffff; padding: 0; border-radius: 5px; justify-content: center; align-items: center; vertical-align: center; height: 20px;}
._imgBrowse__headersec {position: relative;padding: 0;margin: 0;text-align: center;}
._imgBrowse__headersec i {font-size: 70px;}
span._imgBrowse__headersec_checkbox {position: absolute;top: 6px;left: 13px;}
span._imgBrowse__headersec_checkbox input[type="radio"], span._imgBrowse__headersec_checkbox input[type="checkbox"] {margin: 4px 0 0;line-height: normal;width: 20px;height: 20px;accent-color: #3EA515;border-radius: 5px;font-weight: 300;}
.imgBrowseHeaderSec { display: flex; flex-direction: row; justify-content: center; align-items: center; vertical-align: middle; gap: 50px; padding: 30px; border: 2px dotted lightgray; border-radius: 12px;}
.imgBrowseHeaderSec div:nth-child(1) i { font-size: 70px;}
.imgBrowseHeaderSec div:nth-child(2) ul { padding: 0;}
.imgBrowseHeaderSec div:nth-child(2) ul li {color: #888888;font-size: 14px;font-weight: 500;}
.browseMultiimage>input[type='file'] {display: none;}
.browseMultiimage { position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100%; height: 100%;}
.browseMultiimage >label { background: transparent; max-width: 100%; width: 100%; height: 30px; line-height: 20px; border: none; font-size: 14px; font-weight: 500; display: flex; flex-direction: row; justify-content: center; align-items: center; vertical-align: middle; cursor: pointer; gap: 10px; color: #488ce5; font-size: 20px;}
.browseMultiimage > label > span i {font-size: 40px; margin-bottom: 10px;}
.imgBrowseHeaderSec div:nth-child(3)  .browseMultiimage span i { font-size: 30px; padding-top: 17px; }
.imagebacked { content:''; display: block; width: 30px; height: 30px; background-repeat: no-repeat; background-size: content; background-position: center center;}
 select#amnities-select { width: 95%; height: 30px; padding: 5px; margin: 10px 0 13px 0; border: 1px solid lightgray; border-radius: 3px; color: #727272;}
 ._imgBrowse__headersec_checkbox .m-switch input:checked ~ span:after { background-color: #498ce5; }
 .icon_1 {background-image: url('public/assets/images/logo-2.jpg');background-repeat: no-repeat;}
 .sortableImgThumbnailPreviewMainSection {padding:14px; margin:auto; padding: 50px 30px;}
.ui-sortable-placeholder { border: 1px dashed black!important; visibility: visible !important; background: #eeeeee78 !important;}
.ui-sortable-placeholder * { visibility: hidden; } 
.RearangeBox.dragElemThumbnail{opacity:0.6;} 
.RearangeBox {position: relative;width: 213px;height: 300px;padding: 10px;cursor: all-scroll;float: left;font-family: sans-serif;display: inline-block;margin: 5px !important;margin-bottom: 30px !important;text-align: center;color: #673ab7;background: #FFFFFF;box-shadow: 0 0 5px lightgray;}
.IMGthumbnail{ position: relative; max-width:190px; height:auto; margin:auto; background-color: #ffffff; padding:2px; border:none; overflow: hidden; max-height: 190px; margin-top: 30px;}
.IMGthumbnail img{max-width:100%;max-height:150px; min-height: 150px; height: auto; object-fit: cover;}
.imgThumbContainer{margin:4px;border: solid;display: inline-block;justify-content: center; position: relative; border: 1px solid rgba(0,0,0,0.14);-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2); box-shadow: 0 0 4px 0 rgba(0,0,0,.2);}
.imgThumbContainer > .imgName{ text-align:center; padding: 2px 6px;margin-top:4px;font-size:13px;height: 15px;overflow: hidden;}
.imgThumbContainer > .imgRemoveBtn{position: absolute;color: #e91e63ba;right: 17px;top: 5px;cursor: pointer;display: none;font-size: 19px;font-weight: 400;}
.RearangeBox:hover > .imgRemoveBtn{ display: block;}

/* End Browse images */



  @media (min-width: 1541px) and (max-width: 1725px) {
    .owl-nav {
        display: none;
    }
    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        font-weight: 500;
        font-size: 18px;
    }
    .__color_g{
        font-size: 18px;
    }
    .__dashbord__cardheader__Sec span {
        font-size: 18px;
        font-weight: 700;
    }
    .__dashbord__cardheader__Sec h4 {
        font-size: 21px;
    }
    .__card_main__Sec .__card_main__SecMain {
        font-size: 18px;
        font-weight: 600;
    }
    .__card_main__Sec .__card_main__SecTitle {
        font-size: 18px;
        font-weight: 600;
    }
    .__dashboard_Card__Title h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .__dashboard_Card main ul li h3 {
        font-size: 12px;
        font-weight: 600;
    }
    .__dashboard_Card main ul li p {
        font-size: 12px;
        font-weight: 600;
    }
    .__dashboard_Card main ul li:before {
        height: 57px;
    }
  }
@media (min-width: 1240px) and (max-width: 1540px) {
    /* Carausel start */

.dashboardCarousel{
    margin: auto;
    padding: 0;
  }
  .dashboardCarousel .carouselCard {
    color: #fff;
    text-align: center;
    margin: 10px 5px;
    padding: 15px 7px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
  }
  .carouselCard figure {
      display: block;
      width: 110px;
      height: 110px;
      margin: 0 auto;
      border-radius: 25px;
      box-shadow: 0 0 5px lightgray;
      background: #d4d4d4;
      box-shadow: -3px 3px 0px 2px rgba(255,0,0,0.75);
      -webkit-box-shadow: -3px 3px 0px 2px rgba(255,0,0,0.75);
      -moz-box-shadow: -3px 3px 0px 2px rgba(255, 0, 0, 0.75);
      overflow: hidden;
      position: relative;
      max-height: 260px;
      margin-bottom: 30px;
  }
  .carouselCard figure img {
      display: block;
      max-width: 100%;
      width: 100%;
      min-height: 100px;
      height: auto;
      object-fit: cover;
  }
  .carouselCard h3 {
      text-align: left;
      font-size: 14px;
      font-weight: 500;
      color: #000000;
      margin: 0px 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .carouselCard h4 {
      font-size: 14px;
      font-weight: 500;
      color: #8B8B8B;
      margin: 13px 0;
  }
  .carouselCard h4 span {
      font-size: 14px;
      font-weight: 600;
      color: red;
      margin: 20px 0;
  }
  .carouselCard a {
      display: flex;
      font-size: 14px;
      color: black;
      background: #eaeaea;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
  }
  .carouselCard a:hover {
    box-shadow: 0px 0px 10px 0px rgb(73 140 229);
    transition: all 0.5s;
    background: #498ce5;
    color: #ffffff;
}
  
  /* Carausel end */


.m-card-profile .m-card-profile__pic img {
    text-align: center;
    max-width: 130px!important;
    width: 130px!important;
    margin: 0 auto !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    min-height: 130px;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    left: -2px!important;
    top: -2px!important;
    padding: 5px;
}




  .owl-nav {
    display: none;
}
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    font-weight: 500;
    font-size: 15px;
}
.__color_g{
    font-size: 15px;
}
.__dashbord__cardheader__Sec span {
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    margin-left: 5px;
}
.__dashbord__cardheader__Sec h4 {
    font-size: 18px;
    font-weight: 600;
}
.__dashbord__cardheader__Sec h4 i {
    font-size: 20px;
    font-weight: 600;
}
.__card_main__Sec .__card_main__SecMain {
    font-size: 14px;
    font-weight: 600;
}
.__card_main__Sec .__card_main__SecTitle {
    font-size: 14px;
    font-weight: 600;
}
.__dashboard_Card__Title h3 {
    font-size: 18px;
    font-weight: 600;
}
.__dashboard_Card main ul li h3 {
    font-size: 12px;
    font-weight: 600;
}
.__dashboard_Card main ul li p {
    font-size: 12px;
    font-weight: 600;
}
.__dashboard_Card main ul li .row {
    background: #f7f7f7;
    padding: 9px 0;
    height: 42px;
}
.__dashboard_Card main ul li h3 span {
    font-size: 10px;
    margin-left: 6px;
}
.__dashboard_Card main ul li:before {
    height: 44px;
}
  /* Dashboard end */



}



@media (max-width: 992px) {
    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -70px;
    }
    .m-aside-left-close.m-aside-left-close--skin-dark {
        background-color: #498CE5;
    }
    .m-aside-left--on .m-aside-left-close {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 255px;
        top: 0;
        width: 40px;
        height: 40px;
        border-radius: 0;
    }
    .m-aside-left-overlay {
        background: rgba(0, 0, 0, 0.8);
    }
    .m-aside-header-menu-mobile-overlay {
        background: rgba(0, 0, 0, 0.8);
    }
    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark {
        background-color: #ffffff;
    }
    .m-aside-header-menu-mobile--on .m-aside-header-menu-mobile-close {
        width: 40px;
        height: 40px;
        top: 0px;
        right: 255px;
        border-radius: 0;
    }
    .m-aside-header-menu-mobile-close > i {
        font-size: 2rem;
    }
    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark > i {
        color: #000000;
    }
    .m-aside-left-close.m-aside-left-close--skin-dark > i {
        color: #ffffff;
    }
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
        background-color: #498CE5;
    }
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon, .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #ffffff;
        font-size: 25px;
    }
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text, .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #ffffff;
    }
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow, .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #ffffff;
        font-size: 17px;
    }
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):hover {
        background-color: #ffffff;
    }
    .__border_style { 
        border-right: 1px solid #ffffff;
    }

}
@media (min-width: 442px) and (max-width: 768px) {
    .__dashboard_Card__Title h3 {
        font-size: 26px;
    }
    .__btn_outline, .__primaryButton {
        font-size: 18px;
    }
    .__dashbord__cardheader__Sec span {
        font-size: 28px;
    }
    .__color_g, .__color_r {
        font-size: 25px;
    }
    .__dashbord__cardheader__Sec {
        padding: 15px 0 11px 0;
    }
    .__card_main__Sec:nth-child(1) {
        padding-left: 30px;
    }
    .__card_main__Sec .__card_main__SecTitle {
        font-size: 21px;
    }
    .__card_main__Sec .__card_main__SecMain {
        font-size: 21px;
    }
    .__dashboard_Card main ul li h3 {
        font-size: 16px;
    }
    .__dashboard_Card main ul li p {
        font-size: 17px;
        font-weight: 400;
    }
    .carouselCard h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }
    .__border_style { 
        border-right: 1px solid #ffffff;
    }
    /* Start Browse images  */
    .imgBrowseHeaderSec {
        gap: 10px;
        padding: 20px;
        border: 2px dotted lightgray;
        border-radius: 12px;
        flex-direction: column;
    }
    ._imgBrowse__sec {
        max-width: 190px;
        width: 100%;
        padding: 15px;
    }
    .browseMultiimage >label {
        width: 100%;
        height: 30px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        gap: 10px;
        color: #488ce5;
        font-size: 16px;
    }
    .imgBrowseHeaderSec div:nth-child(3) .browseMultiimage span i {
        font-size: 21px;
        padding-top: 17px;
    }
    .RearangeBox {
        width: 205px;
    }
    /* End Browse images  */
}

@media (max-width: 441px) {

    .__dashboard_Card__Title h3 {
        font-size: 18px;
    }
    .__btn_outline {
        font-size: 11px;
    }
    .__dashbord__cardheader__Sec h4 {
        margin-bottom: 10px;
    }
    .__dashbord__cardheader__Sec {
        padding: 26px 0 26px 0;
        border-bottom: 1px solid #e8e8e8;
        max-width: 100%;
    }
    .__dashbord__cardheader__Sec span {
        font-size: 18px;
    }
    .__card_main__Sec .__card_main__SecTitle {
        font-size: 14px;
        font-weight: 500;
    }
    .__card_main__Sec .__card_main__SecMain {
        font-size: 15px;
        font-weight: 500;
    }
    .carouselCard h3 {
        text-align: center;
    }
    .__card_main__Sec{
        margin-top: 3px;
    }
    .__card_main__Sec:nth-child(1) {
        padding-left: 20px;
    }
    .__dashboard_Card main ul li:before {
        height: 45px;
    }
    .__dashboard_Card main ul li h3 {
        font-size: 12px;
    }
    .__primaryButton {
        font-size: 14px;
    }
    .__prevBtn, .__nextBtn {
        font-size: 16px;
    }
    .__border_style { 
        border-right: 1px solid #ffffff;
    }
    .__dashboard_Card main ul li h3 {
        font-size: 12px;
        color: #FF0000;
        font-weight: 600;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .__dashboard_Card main ul li p {
        font-size: 12px;
        font-weight: 600;
        color: #0E0E0E;
        margin-bottom: 0;
    }
    .__dashboard_Card main ul li .row {
        background: #f7f7f7;
        padding: 9px 0;
        height: 45px;
    }
    .dashboardCarousel .carouselCard {
        color: #fff;
        text-align: center;
        margin: 20px 0;
        padding: 35px 15px;
        border-radius: 10px;
        box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
    }
    .carouselCard h4 {
        font-size: 17px;
    }
    .carouselCard h4 span {
        font-size: 17px;
        font-weight: 700;
        color: red;
        margin: 20px 0;
    }
        /* Start Browse images  */

        .imgBrowseHeaderSec {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            gap: 10px;
            border: 2px dotted lightgray;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        div#sortableImgThumbnailPreview {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        ._imgBrowse__sec {
            max-width: 190px;
            width: 100%;
            padding: 15px;
        }
        .browseMultiimage >label {
            width: 100%;
            height: 30px;
            line-height: 20px;
            font-size: 14px;
            font-weight: 500;
            gap: 10px;
            color: #488ce5;
            font-size: 16px;
        }
        .imgBrowseHeaderSec div:nth-child(3) .browseMultiimage span i {
            font-size: 21px;
            padding-top: 17px;
        }
        .RearangeBox {
            width: 245px;
        }
        /* End Browse images  */
}