@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.form-control:focus {
  box-shadow: none !important;
}

body {
  font-family: "Work Sans", sans-serif !important;
  overflow-x: hidden !important;
  transition: all 0.5s;
  position: relative;
  background-color: #F3F6FD;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin-bottom: 0;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: auto;
}

.img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

input:focus {
  outline: none;
}

::-moz-selection {
  background-color: #993636;
  color: #fff;
}

::selection {
  background-color: #993636;
  color: #fff;
}

.page-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 250px;
  transition: padding-left 0.3s ease 0s;
}

.sidebar_collapsed .sidebar-menu {
  left: -250px;
}

.sidebar-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 250px;
  background: #fff;
  
  border-right: 1px solid #ccc;
  padding-top: 15px;
}

.sidebar-menu .sidebar-header {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.nav-btn {
  margin-right: 20px;
  margin-top: 7px;
  cursor: pointer;
}

.pull-left {
  float: left;
}

.sidebar_collapsed.page-container {
  padding-left: 0;
}

.nav-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #993636;
  margin: 4px 0;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0 4px rgba(99, 96, 96, 0.03);
}
.menu_text{
  color:#303030;
  font-size:16px;
  font-weight:600;
  padding-left: 15px;
}
.import_form {
    padding: 7px 15px;
    border: 1px solid #DDDDDD;
    display: flex; 
    margin-bottom: 10px;
    border-radius: 10px;
    align-items: center;
}
.sidebar_collapsed .nav-btn span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.sidebar_collapsed .nav-btn span:nth-child(2) {
  opacity: 0;
}

.sidebar_collapsed .nav-btn span:last-child {
  transform: rotate(-45deg) translate(3px, -3px);
}

.sidebar_collapsed .sidebar_logo {
  display: none;
}

.sidebar_collapsed .mini_sidebar_logo {
  padding: 21px 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline;
}








  
.banner_img_box{
    height:60px;
    width:200px;
    position:relative;
}
.banner_img_box img{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
}


.sqr_img_box{
    width:100px;
    height:100px;
    padding:5px;
    position:relative;
}

.sqr_img_box img{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
}








#scroll {
  height: 50px;
  width: 50px;
  background-color: #993636;
  border-radius: 50%;
  z-index: 99;
  position: fixed;
  right: 31px;
  bottom: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: 2px solid transparent;
  transition: 0.5s;
}
.plus_minus_btn a{
  
  border-radius: 10px;
  padding: 12px 20px;
}
#scroll i {
  position: relative;
  z-index: 3;
  font-size: 20px;
}

/* Header Start */
.header-area {
  background: #fff;
  padding: 15px 30px 8px 30px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.heading h2 {
  color: var(--blue);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.header-area .heading_header {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 0;
  color: #993636;
}

.header-area .dash_heading {
  display: flex;
  align-items: center;
}

.header-area .profile_icon .round_img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.header-area .profile_icon .round_img img {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.header-area .notification-area {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header-area .notification-area .profile_area {
  display: flex;
  align-items: center;
}

.header-area .notification-area .profile_area .username {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 2px;
  color: #303030;
}

.header-area .notification-area .profile_area .role {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  color: #303030;
}

.header-area .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 2px;
  padding-right: 7px;
}

.header-area .breadcrumb .breadcrumb-item, .header-area .breadcrumb .breadcrumb-item a {
  color: #001253;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.select2-selection--multiple .select2-search.select2-search--inline{
  position: absolute;
  left: 0;
}
.select2-selection.select2-selection--multiple textarea{
  resize: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  border:0
}
#menu .metismenu li a img {
  width: 16px;
}

.header-area .breadcrumb {
  margin-bottom: 2px;
  align-items: center;
}

.dropdown-toggle::after {
  display: none !important;
}

.header-area .dropdown_arrow {
  color: #993636;
  padding: 7px;
  background-color: #ebeef1;
  font-size: 10px;
  margin-left: 10px;
  border-radius: 20px;
}
.sidebar_collapsed .menu-level-2 a{
  color:#fff  !important                  
}
.header-area .dropdown-item img {
  padding-right: 15px;
}

.header-area .dropdown-menu li {
  border: 1px solid #993636;
  padding: 5px 0;
}

.dropdown_profile {
  margin-bottom: -5px;
  width: 100%;
}

.header-area .dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
  right: 0 !important;
}

.header-area .dropdown-menu li {
  background-color: #fff !important; 
}

.header-area .notification-area .profile_area .name_role {
  padding-left: 15px;
  padding-right: 10px;
}

.profile_right {
  display: flex;
  justify-content: flex-end;
}

.input_box input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.dropdown-item:active{
    background:#993636!important;
}
/* sidebar start  */
#menu .metismenu .item .link[aria-expanded]:after {

  transition: all 0.2s ease-in-out;
  content: " ";
  height: 12px !important;
  width: 12px !important;
  border-style: solid !important;
  border-color: var(--purple) !important;
  border-width: 0px 3px 3px 0px !important;
  transform: rotate(45deg) !important;
  position: absolute;
  right: 19px;
  top: 12px;
  border-radius: 2px;
}
td input[type=radio] {
  position: absolute;
  opacity: 0;
}
td input[type=radio] + .radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #000;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
td input[type=radio]:checked + .radio-label:before {
  background-color: #007EFF;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
  
td input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.table td .username{color:#2c5b6c;}
/* #menu .metismenu .item .link[aria-expanded]:before {
  content: "";
  content: "";
  height: 25px;
  width: 25px;
  background-color: #993636;
  opacity: 0.5;
  border-radius: 18px;
  right: 10px;
  position: absolute;
  top: 8px;
} */

#menu .metismenu .item {
  position: relative;
  margin: 7px 0;
  transition: all 0.5s ease;
}

#menu .metismenu .menu-level-2 li {
  margin: 0;
}

#menu .metismenu .menu-level-2 {
  padding-left: 40px;
}

#menu .metismenu .menu-level-2 li a { 
  border-radius: 0 !important;
  padding: 7px 0 7px 20px;
}

#menu .metismenu .menu-level-2 li a.inner_active, #menu .metismenu .menu-level-2 li a:hover {
  color: #b23636;
  font-weight:600;
  transition: all 0.5s ease;
}

.name_box .username {
  font-size: 16px;
  color: #993636;
  margin-bottom: -1px;
  font-weight: 600;
}
.avatar {
  height: 50px;
  width: 50px;
  padding: 10px;
  background-color: #ffffff17;
  border-radius: 10px;
}
.avatar img {
  max-width: 100%;
}
.name_box {
  display: flex;
  align-items: center;
}
.bredcrumb_row h2{
  color:#993636;
  font-weight:600;
  font-size:26px;
  margin-bottom:2px;;
}
.bredcrumb_row  p{
  font-size:16px;
  color: #303030;
  margin-bottom:0;
}
.bredcrumb_row{
  padding:0 0   7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu .metismenu li.active a, #menu .metismenu li:hover a {
  background: #993636;
  border-radius: 8px;
}
.name_box .role {
  font-size: 14px;
  color: #993636;
  margin-bottom: 0px;
  font-weight: 500;
}

#menu .metismenu .item.active .link[aria-expanded]:after, #menu .item:hover .link[aria-expanded]:after {
  border-color: #fff !important;
}

#menu .metismenu .menu-level-2 li a {
  background-color: transparent !important;
  position: relative; 
  line-height: 19px;
}

#menu .metismenu li a {

  color: #b23636;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 15px;
  font-size: 16px;
  font-weight: 500;
}

#menu .metismenu li a svg path {
  fill: #993636;
}
#menu .metismenu li:hover a span, #menu .metismenu li.active a span{
  color:#fff
}
#menu .metismenu li:hover a svg path, #menu .metismenu li.active a svg path {
  fill: #fff;
}
 

.sidebar_icon {
  position: absolute;
  left: -9px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 20px !important;
  opacity: 0;
  transition: all 0.3s ease;
}

#menu .metismenu .menu-level-2 li a:hover .sidebar_icon, #menu .metismenu .menu-level-2 li a.inner_active .sidebar_icon {
  opacity: 1;
}

#menu .metismenu li a span {
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #993636;
}

#menu .metismenu .item .link[aria-expanded=true]:after {
  transform: rotate(-135deg) !important;
  right: 20px;
  top: 18px;
}

.metismenu {
  padding: 0 15px;
}

.inner-main-content {
  padding: 25px;
  min-height: calc(100vh - (3.5rem + 1px) - (3.5rem + 1px)) !important;
  background-color: #FCF8F2;
}
.main-heading{
  font-size: 22px;
  line-height:20px;
  font-weight:600;
  color:#993636;
}
.mini_heaing{
  
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #993636;
}
.main-btn {
  background-color: #993636;
  display: inline-block;
  padding: 15px 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 12px;
}

/* Login Page */
.login_section {
  height: 100vh;
  display: flex;
  align-items: center;
}
.login_section .login_bg_shape {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.login_section .logo {
  text-align: center;
}
.login_section .login-form {
  background: #FFFBFB;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 40px 100px 80px 100px;
}
.login_section .login-form .login-part .welcome {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  padding-bottom: 50px;
}
.login_section .login-form .login-part .form-group label {
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  padding-bottom: 5px;
  color: #000000;
}
.login_section .login-form .login-part .form-group input {
  width: 100%;
  border: 1px solid #dedcdc;
  border-radius: 25px;
  padding: 12px 20px;
  color: #000;
}
.login_section .login-form .login-part .form-group .toggle-password {
  position: absolute;
  right: 3%;
  top: 50%;
}

.orders_box_row .order_box {
  background-image: url("../images/dashboard_box.svg");
  background-color: #fff;
  background-position: center;
  background-size: contain;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  width: 100%;
}
.orders_box_row .order_box .inner_dashboard_box {
  padding: 24px;
  display: flex;
  align-items: center;
}
.orders_box_row .order_box .inner_dashboard_box .order_text {
  padding-left: 25px;
}
.orders_box_row .order_box .inner_dashboard_box .order_text p {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 0;
  color: #475569;
}
.orders_box_row .order_box .inner_dashboard_box .order_text h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #475569;
  margin-bottom: 5px;
}

.dashboard_table {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 16px;
}
.dashboard_table .mini_heading h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  color: #993636;
  margin-bottom: 12px;
  text-align: center;
}

.map_section {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.map_section iframe {
  border-radius: 10px;
  height: 250px;
}
.map_section .review_section {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  border-radius: 10px;
}
.map_section .review_section a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 50px;
  border-radius: 25px;
  text-align: center;
  position: relative;
  top: 50%;
  bottom: 0;
  color: #fff;
  border: 1px solid #fff;
}
.map_section .table_section .dashboard_mini_table {
  width: 100%;
}
.map_section .table_section .dashboard_mini_table tr {
  border-bottom: 1px solid #d3d7dd;
}
.map_section .table_section .dashboard_mini_table tr td {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.map_section .table_section .dashboard_mini_table tr td:first-child {
  width: 60%;
  color: #993636;
  font-weight: 500;
  padding: 3px 0;
}
.map_section .table_section .table_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
}
.map_section .table_section .table_row p {
  margin-bottom: 0;
}
.map_section .table_section .table_row .heading_col {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #993636;
}

#example_filter, .dataTables_length {
  display: none;
}

.searchBar {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  width: 300px;
  margin-bottom: 15px;
}
.searchBar img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.searchBar .search_input {
  padding: 7px 20px 7px 50px; 
  border: 0;
  background-color: transparent;
  width: 100%;
}
.searchBar .search_input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #363B4B;
}
.searchBar .search_input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #363B4B;
}

.pagination {
  justify-content: flex-end;
  margin-top: 15px;
}

.table > :not(caption) > * > * {
  border: 2px solid #EDEDED;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #232323;
  text-align: left;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background: #993636;
}

.customer_detail_table td {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #993636;
}

.table {
  background-color: #fff;
}
.table .pic_td {
  text-align: center;
}
.table thead tr th {
  background-color: #993636;
  color: #fff;
  font-weight: 500;
  padding: 11px 15px;
}
.table thead tr th.first_radius {
  border-radius: 20px 0 0 0;
  border: 0;
  text-align: center;
}
.table thead tr th.last_radius {
  border-radius: 0 20px 0 0;
  border: 0;
}
.table thead tr th.small_name {
  width: 50px;
}
.table td {
  font-weight: 500;
  padding: 7px 15px !important;
  vertical-align: middle;
}
.table td span.small_name {
  width: 50px;
}
.table .small_td {
  margin: auto;
  text-align: center;
}

.left_box {
  display: flex;
  align-items: center;
  justify-content: end;
}
.left_box .filter_btn {
  padding: 11px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.right_box {
  text-align: right;
}

.export_btn {
  padding: 12px 18px;
  border: 1px solid #993636;
}

.bordered_btn {
  background-color: transparent;
  color: #993636;
  border-radius: 10px;
  color: #993636 !important;
}

.filter_section {
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #efefef;
}
.filter_section .red_heading {
  text-align: center;
}
.filter_section .red_heading h4 {
  color: #993636;
  font-size: 18px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.filter_section .filter_footer {
  text-align: right;
}

.add_price_section {
  background: #FFFFFF;
  border-radius: 10px;
}
.add_price_section .card_heading {
  border-bottom: 1px solid #CCCCCC;
  padding: 15px;
  position: relative;

}
.back_btn{
  position: absolute;
  left: 15px;
  top: 29%;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.back_btn {
  font-size:20px;
  font-weight:500;
  color:#993636!important;
}
.add_price_section .card_heading h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 21px;
  text-align:center;
  color: #993636;
  margin: 0;
}
.add_price_section .card_body {
  padding: 15px 15px 30px 15px;
}

.modal-content {
  border-radius: 20px !important;
}
.modal-content .modal-header {
  text-align: center;
}
.modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #993636;
}

.overlay-wrapper {
  position: fixed;
  z-index: 999;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3803921569);
}

.dt-button {
  display:none;
}
.input_box input[type="date"] {
  display: block;
  position: relative;
  background: url(../images/calendar.svg) #fff right 1rem center no-repeat!important;
  cursor: pointer;
  color: #000;
  border: 1px solid #C4C4C4;
}
.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.35);
  border-top-color: #1e1e1e;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
}

.overlay-wrapper {position: fixed;z-index: 999;height: 100vh;display:none;top: 0;left: 0;bottom: 0;right: 0;background:radial-gradient(rgb(20 20 20 / 35%), rgb(0 0 0 / 1%));}			.spinner {width: 75px;height: 75px;display: inline-block;border-width: 5px;border-color: rgb(0 0 0 / 35%);border-top-color: #1e1e1e;animation: spin 1s infinite linear;border-radius: 100%;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;border-style: solid;}
@keyframes spin {
	100% {transform: rotate(360deg);}
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.input_box {
  margin-top: 25px;
  position: relative;
}
.input_box .remove_icon {
  position: absolute;
  right: 15px;
  top: -5px;
}
.input_box .remove_icon img {
  width: 15px;
}
.input_box h5 {
  color: #993636;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.input_box input, .input_box textarea {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  padding: 7px 15px;
  width: 100%;
  line-height: 22px;
}
.input_box input::-moz-placeholder, .input_box textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #ADADAD;
}
.form-check-input{
  width: 7px !important;
  height: 20px!important;
  padding-right: 4px!important;
}
.input_box input::placeholder, .input_box textarea::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #ADADAD;
}
.input_box textarea:focus {
  outline: none !important;
}
.input_box select {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #ADADAD;
  padding: 7px 15px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #C4C4C4 !important;
  padding: 7px 15px;
  border-radius: 3px !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #adadad !important;
  padding: 0 !important;
  line-height: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 8px !important;
  width: 8px !important;
  border-style: solid !important;
  border-color: #993636 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #993636 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}

.page-item .page-link {
  background-color: transparent;
  border: 0;
  color: #993636;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin: 0 10px;
}
.page-item .page-link:focus {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.page-item:hover .page-link, .page-item.active .page-link {
  background-color: #993636 !important;
  border: 0 !important;
  border-radius: 4px;
  color: #fff !important;
  box-shadow: 0px 0px 4px rgba(36, 54, 85, 0.5);
}
.page-item.disabled {
  opacity: 0.5;
}

.customer_detail_section {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 15px;
}
.customer_detail_section .row {
  align-items: center;
}
.customer_detail_section .customer_detail_minitable tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #777777;
  vertical-align: baseline;
}
.customer_detail_section .customer_detail_minitable tr td:first-child {
  color: #993636;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: 20px;
}
.customer_detail_section .customer_detail_minitable tr, .customer_detail_section .customer_detail_minitable td {
  text-align: left;
}

/* footer */
.footer {
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  background-color: #F3F6FD;
}
.footer span {
  font-weight: 400;
  line-height: 14px;
  color: #52575C !important;
  font-size: 12px;
  font-family: "Work Sans", sans-serif !important;
}
.footer span a {
  color: #4EC9F5;
}

@media (min-width: 1821px) {
  .input_box input, .radio_btn {
    width: 100%;
  }
  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }
}
@media (min-width: 1400px) and (max-width: 1820px) {
  .input_box input, .radio_btn {
    width: 100%;
  }
  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .input_box input {
    width: 100%;
  }
  .right_add {
    display: flex;
    justify-content: flex-end;
    align-items: Center;
  }
  .submit_row {
    justify-content: center;
  }
  .input_box input, .input_box [type=file] + label, .radio_btn, .input_box textarea {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login_section {
    overflow-y: hidden;
  }
  .login_section .login-form {
    padding: 50px;
  }
  .login_section .logo {
    padding-bottom: 70px;
  }
  .dash_body {
    overflow-x: hidden;
  }
  .dash_body .inner-main-content {
    padding: 40px !important;
  }
  .right_box {
    display: flex;
    justify-content: end;
    align-items: start;
  }
  .export_btn {
    margin-right: 15px;
  }
  .input_box input {
    width: 100%;
  }
  .filter_footer {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sidebar_collapsed.page-container {
    padding-left: 80px;
  }
  .sidebar_collapsed .sidebar{
    padding:0 10px
  }
  .sidebar_collapsed .sidebar-menu {
    width: 80px;
    left: 0;
  }
  .sidebar_collapsed #menu .metismenu {
    padding: 0;
  }
  .sidebar_collapsed #menu .metismenu li a {
    padding-left: 0 !important;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
    border-radius:6px!important;
    margin-top: 0 !important;
  }
  .sidebar_collapsed #menu .metismenu li a img {
    width: 20px;
  }
  .sidebar_collapsed #menu .metismenu li:hover ul {
    display: block;
    height: auto !important;
    padding: 0;
    width: 170px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all 0.5s ease;
    border: 0.5px solid #CCCCCC;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: #993636;
    overflow: hidden;
  }
  .sidebar_collapsed #menu .metismenu li .menu-level-2 {
    padding-left: 10px !important;
  }
  .sidebar_collapsed #menu .metismenu li .menu-level-2 li:last-child a:after {
    left: 0;
  }
  .sidebar_collapsed .mini_logo {
    display: inline-block;
    width: 50%;
    margin: auto;
  }
  .sidebar_collapsed .main_logo {
    display: none;
  }
  .sidebar_collapsed #menu .metismenu li:hover a, .sidebar_collapsed #menu li.item.active a {
    border-radius: 0 !important;
  }
  .sidebar_collapsed .metismenu > li a span, .mini_logo, .sidebar_collapsed #menu .metismenu .item .link[aria-expanded]:before {
    display: none;
  }
  .sidebar_collapsed .metismenu .collapse.in, .sidebar_collapsed .collapsing, .sidebar_collapsed #menu .metismenu li a[aria-expanded]:after {
    display: none;
  }
  .sidebar_collapsed #menu .metismenu .menu-level-2 li a:after {
    z-index: 0;
    left: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-bottom: 0;
  }
  .login_section {
    overflow-y: hidden;
  }
  .login_section .login-form {
    padding: 50px;
  }
  .login_section form {
    width: 550px;
    line-height: 2;
  }
  .login_section .form-group {
    margin-bottom: 30px;
  }
  .dash_body {
    overflow-x: hidden;
  }
  .header-area .heading_header {
    font-size: 24px;
  }
  .inner-main-content {
    padding: 20px 30px 40px;
  }
  .header-area {
    padding: 15px 30px;
  }
  .rounded-btn {
    padding: 7px 10px;
  }
  .right_box {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .search_input {
    width: 350px;
  }
  .renewal_table tbody th .name {
    padding: 12px 0 0 0;
    display: inline-block;
    width: 100px;
  }
  .input_box {
    padding-bottom: 25px;
  }
  .search_btn {
    text-align: Center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .login_section {
    overflow-y: hidden;
  }
  .login_section .login-form {
    padding: 50px;
  }
  .dash_body {
    overflow-x: hidden;
  }
  .dashboard_table {
    margin-bottom: 20px;
  }
  .sidebar_collapsed .mini_sidebar_logo {
    padding: 48px 15px;
  }
  .sidebar_collapsed .sidebar-menu {
    width: 85%;
    left: 0;
  }
  .sidebar_collapsed .nav-btn {
    margin-right: 15px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: #993636;
    margin: 0;
    padding: 14px;
  }
  .sidebar_collapsed .nav-btn span {
    background: #fffbfb;
  }
  .page-container, .sidebar_collapsed.page-container {
    padding-left: 0;
  }
  .sidebar-menu {
    position: fixed;
    left: -90%;
    top: 0;
    height: 100vh;
    width: 90%;
  }
  .sidebar-menu .sidebar-header {
    padding: 20px 0 50px 30px;
  }
  .nav-btn {
    margin-right: 15px;
  }
  .filter_btn_header {
    justify-content: center;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .header-area {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .header-area .notification-area li {
    padding: 0 10px;
  }
  #menu .metismenu .menu-level-2 li a {
    padding: 7px 0 7px 30px;
  }
  .profile_right {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: end !important;
  }
  .search_input {
    width: 400px;
  }
  .inner-main-content {
    padding: 20px 20px 40px;
  }
  .table .name {
    display: inline-block;
    width: 150px;
  }
  tbody, td, tfoot, th, thead, tr {
    text-align: center;
  }
  .search_row, .right_export {
    display: flex;
    justify-content: center;
  }
  .right_export {
    margin-top: 20px !important;
  }
  .input_box {
    padding-bottom: 25px;
    margin-top: 0;
  }
  .input_box input, .input_box [type=file] + label, .radio_btn, .input_box textarea {
    width: 100%;
  }
  .search_btn, .filter_row .right_export {
    text-align: Center;
  }
}
@media (max-width: 575px) {
  .dash_body {
    overflow-x: hidden;
  }
  .bredcrumb_row{
    flex-wrap:wrap;
  }
  .right_box{
    margin-top: 25px;;
  }
  
  .avatar {
    height: 40px;
    width: 40px;
  }
  
  .name_box .username {
    font-size: 14px;
  }

  .sidebar-header .logo img{
    width:100px;
  }
  .name_box .role {
    font-size: 12px;
  }
  .notification-area a svg{
    width: 22px;  
  }
  .dashboard_table {
    margin-bottom: 20px;
  }
  .login_section .login-form {
    padding: 50px 20px;
    margin-top: 70px;
  }
  .login_section .logo {
    padding-bottom: 0;
  }
  .sidebar_collapsed .mini_sidebar_logo {
    padding: 48px 15px;
  }
  .sidebar_collapsed .sidebar-menu {
    width: 85%;
    left: 0;
  }
  .sidebar_collapsed .nav-btn {
    margin-right: 15px;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: #993636;
    margin: 0;
    padding: 14px;
  }
  .sidebar_collapsed .nav-btn span {
    background: #fffbfb;
  }
  #menu .metismenu .menu-level-2 li a {
    padding: 7px 0 7px 20px;
    color:#993636!important;
  }
  .page-container, .sidebar_collapsed.page-container {
    padding-left: 0;
  }
  .sidebar-menu {
    position: fixed;
    left: -90%;
    top: 0;
    height: 100vh;
    width: 90%;
  }
  .sidebar-menu .sidebar-header {
    padding: 20px 0 50px 30px;
  }
  .header-area {
    padding: 10px 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .profile_right {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-around !important;
  }
  .search_input {
    width: 300px;
  }
  .inner-main-content {
    padding: 20px 10px 40px;
  }
}/*# sourceMappingURL=style.css.map */
.fade:not(.show) {
    opacity: 1!important;
}
.swal2-in{
	padding-right:0!important
}

.swal2-modal{
	position: relative;
}
.swal2-confirm{
    border: 1px solid #993636!important;
    background: #993636!important;
    border-radius: 8px!important;
    padding: 8px 30px!important;
}


.swal2-cancel{
    border: 1px solid #993636!important;
    color:#993636!important;
    background: #fff!important;
    border-radius: 8px!important;
    padding: 8px 30px!important;
}

.swal2-cancel:active{
    color:#fff!important;
    background:#993636!important;
}

.swal2-modal .swal2-close{
	color:#fff!important;
	padding:7px!important;
	border-radius:50%;
	background-color: #B00000;
	display: block !important;;
    font-size: 30px!important;
    line-height: 17px!important;
    font-weight: 600;
    top: 10px!important;
    right: 10px!important;
}


.swal2-modal h2{
	font-weight: 500!important;
	font-size: 24px!important;
	line-height: 28px!important;
	color: #000000!important;
	margin:10px 0 20px 0!important;
}

.swal2-modal .swal2-content{
	font-weight: 500!important;
	font-size: 14px!important;
	line-height: 16px!important;
	text-align: center!important;
	color: #868686!important;
}





.input_box .validate-has-error {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    color: #cc3f44;
    position: absolute;
    bottom: -20px;
}


.small_name a img{
    height:18px;
}


