:root {
  --page-header-bgColor: #231f20;
  --page-header-bgColor-hover: #1d2636;
  --page-header-txtColor: #dde9f8;
  --page-header-headingColor: #7889a4;
  --page-header-width: 220px;
  --box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.075);
  --switch-bgLightModeColor: #87cefa;
  --switch-sunColor: gold;
  --switch-moonColor: #f4f4f4;
  --switch-bgDarkModeColor: #1f1f27;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pro-table .table tr th{text-transform: capitalize;}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
a.logo {
    margin-bottom: 20px;
}
.pagination{
    padding-bottom: 50px;
}
#filterForm .main-filters {
    margin: 30px 30px 0;
}
#datatable th {
    text-align:center!important;
}
#filterForm .filter {
    text-align: right;
}
#filterForm .filter input{
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    border: 1px solid #ccc;
    margin-right: 10px;
}
#filterForm .filter button{
    padding: 0px 8px;
    line-height: 2;
    border: 1px solid #ccc;
    background: #ccc;
}
#filterForm .filter.filter_dates {
    display: flex;
    justify-content: flex-end;
}
#filterForm .filter_date input{
    margin-right: 15px;
}

/* Language Dropdown CSS */

.language_dropdown{margin-right: 15px;}
.language .language_dropdown button{
    box-sizing: border-box;
    padding: 5px 55px 5px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    background-image: url(../../assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
    background-size: 8px 8px, 8px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.language_dropdown .dropdown-menu{
    transform: translate(0px, 35px) !important;
    width: 100%;
    border-radius: 0;
    background: #fff;
    height: auto;
    border: 1px solid #e9e9e9;
    border-top: 0;
    top: 0;
}
.collapse-btn{display: none;}
.language_dropdown .dropdown-menu li{
    margin: 0;
    text-align: right;
    padding: 5px 10px;
    border-top: 1px solid #e9e9e9;
}
.dropdown-item{z-index: -1;position: relative;}
a.ml-1.underline.ml-2.mr-2.dropdown-item{z-index: 1;}
.language_dropdown .dropdown-menu li:first-child {
    border-top: 0;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent !important;
    color: #000 !important;
}
.language_dropdown .dropdown-menu li:hover, .language_dropdown .dropdown-menu li.active{
    background: #2690bf;
}
.language_dropdown .dropdown-menu li:hover a, .language_dropdown .dropdown-menu li.active a{
    color: #fff !important;
    background-color: transparent !important;
}
.language_dropdown .dropdown-toggle::after{
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.skiptranslate .skiptranslate {
    display: none;
}
.ratings input{width: 100% !important;}
.rating .part{width: 100% !important;}

 .note-modal-content {
            top: 20% !important;
        }
        .checkbox label{
            display:flex!important;
            align-items: center!important;
        }
        .checkbox  input{
            width: 5%!important;
            height:20px!important;
            margin-right: 12px!important;
        }
        .note-modal-footer{
            height:60px!important;
            text-align:start!important;
            padding:10px 28px!important;
        }
        .note-modal-footer input{
            width: 25%!important;
            background-color: red!important;
            color: white!important;
        }
        .note-modal-footer .note-btn {
            float: unset!important;
        }
        
        .note-modal {
    position: fixed !important;
        }
 
          

ul {
  list-style: none;
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
}
button {
  background: none;
  cursor: pointer;
}
/**/
label {
  cursor: pointer;
}
button,
input {
  border: none;
}

.delete-btn1 {
    right: 83px!important;
}

.page-header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   overflow: auto;
   padding-top: 20px;
   width:260px;
   color:#dde9f8;
   background:#00155F;
   margin: 0 !important;
}
.page-header nav {
   display: flex;
   flex-direction: column;
   min-height: 100%;
}
.page-header .logo {
   display: block;
   margin: 0 15px;
   padding-bottom: 50px;
   text-align: center;
}
.page-header .logo svg {
   max-width: 120px;
   fill:#fff;
}
.co-details {
    position: relative;
    z-index: 99 !important;
}
.page-header .toggle-mob-menu {
   display: none;
   margin-left: 5px;
   padding: 4px;
   background:#fff;
   border-radius:4px;
}

.page-header .toggle-mob-menu svg {
   fill: #333;
   transition: transform 0.2s;
}
.page-header .admin-menu {
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   margin-top: 35px;
}
.page-header .admin-menu li:nth-last-child(2) {
   margin-bottom: 35px;
}
.page-header .admin-menu li:last-child {
   margin-top: auto;
   margin-bottom: 20px;
}
.page-header .admin-menu li > * {
   width: 100%;
   padding: 12px 15px;
}
.page-header .admin-menu .switcher {
   display: inline-block;
   width: auto;
}
.page-header .admin-menu .menu-heading h3 {
   text-transform: uppercase;
   letter-spacing: 0.15em;
   font-size: 12px;
   margin-top: 12px;
   color:#7889a4;
}
.page-header .admin-menu svg {
   width: 20px;
   height: 20px;
   fill:#dde9f8;
   margin-right: 10px;
}
.page-header .admin-menu a,
.page-header .admin-menu button {
   display: flex;
   align-items: center;
   font-size: 0.9rem;
}
.page-header .admin-menu a:hover,
.page-header .admin-menu a:focus,
.page-header .admin-menu button:hover,
.page-header .admin-menu button:focus {
   background:#1d2636;
   color:#007bff;
   outline: none;
}


/* PAGE CONTENT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-content {
   position: relative;
   left: 260px;
   width: calc(100% - 260px);
   min-height: 100vh;
}
.search-and-user {
    margin-bottom: 15px;
    background-color: white;
    /*padding: 15px 30px;*/
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 10%);
    position: sticky;
    top: 0;
    left: 0;
    z-index:1;
}
.search-and-user form {
   position: relative;
}
.search-and-user [type="search"] {
   width: 100%;
   height: 40px;
   font-size: 18px;
   padding-left: 15px;
   background: #231f20;
   color: #fff !important;
   border-radius: 5px;
   box-shadow: 0 0 10px -2px rgb(0 0 0 / 8%);
}
.search-and-user ::placeholder {
   color:#dde9f8;
}
.search-and-user form svg {
   width: 26px;
   height: 26px;
   fill:#dde9f8;
}
.search-and-user form button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.search-and-user .admin-profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 0px;
}

.search-and-user .admin-profile .greeting {
   margin-right: 10px;
   font-size: 20px;
   font-weight:600;
}

.search-and-user .admin-profile svg {
  width: 30px;
  height: 30px;
}
.search-and-user .admin-profile .notifications {
    position: relative;
    background-color: #231f20;
    color: white;
    padding: 13px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.search-and-user .admin-profile .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color:#fff;
  background:#dc3545;
}



/* BODY CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mob-menu-opened .toggle-mob-menu svg {
  transform: rotate(180deg);
}

.mob-menu-opened .page-header .admin-menu {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .collapsed .page-header {
    width: 75px;
  }

  .collapsed .page-header .admin-menu li > * {
    padding: 10px;
  }

  .collapsed .page-header .logo,
  .collapsed .page-header .main_drop span,
  .collapsed .page-header .admin-menu .menu-heading{
    display: none;
  }
  .collapsed .page-header .main_drop i.fal.fa-chevron-down {
    display: none;
  }
  .main_drop span {
    padding-left: 10px;
}
  .collapsed .page-header .admin-menu svg {
    margin-right: 0;
  }

  .collapsed .page-header .collapse-btn svg {
    transform: rotate(180deg);
  }

  .collapsed .page-content {
    left: 75px;
    width: calc(100% - 75px);
  }
}
.collapse-btn span {
    color: white;
    font-size: 20px;
    padding-left: 20px;
}
.collapse-btn i {
    color: black;
    font-size: 25px;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch label {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.switch span:first-child {
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: var(--switch-bgLightModeColor);
  transition: all 0.3s;
}
.switch span:first-child::before,
.switch span:first-child::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.switch span:first-child::before {
  top: 1px;
  left: 1px;
  width: 24px;
  height: 24px;
  background: var(--white);
  z-index: 1;
  transition: transform 0.3s;
}
.switch span:first-child::after {
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: var(--switch-sunColor);
  box-shadow: 0 0 4px 2px #ffdb1a;
}
.switch [type="checkbox"]:checked + label span:first-child {
  background: var(--switch-bgDarkModeColor);
}
.switch [type="checkbox"]:focus + label span:first-child {
  box-shadow: 0 3px 5px rgba(255, 255, 255, 0.25);
}
.switch [type="checkbox"]:checked + label span:first-child::before {
  transform: translateX(24px);
}
.switch [type="checkbox"]:checked + label span:first-child::after {
  left: 12px;
  width: 15px;
  height: 15px;
  background: transparent;
  box-shadow: -2px -5px 0 var(--switch-moonColor);
  transform: translateY(-50%) rotate(-72deg);
}
.set{
  display: flex;
  justify-content: flex-end;
}
.login {
    font-size: 20px;
}
.icon {
    font-size: 25px;
    padding: 0 20px;
}
.dropbtn1{
    background-color:#231f20;
    color: white;
    padding: 13px;
    font-size: 16px;
    border: none;
    cursor: pointer;
     border-radius: 5px;
}
.dropbtn1:hover, .dropbtn1:focus {
    background-color:#1b3e41;
}
.dropdown1 {
    position: relative;
    /*display: inline-block;*/
    z-index: 99;
}
.table.table-bordered.table-striped.text th.text {
    font-weight: 400;
}
.table.table-bordered.table-striped.text th {
    border: none !important;
    text-align: left;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    right: 0;
    top: 68px;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
    background: white;
    border-radius: 6px;
}

.dropdown-content1.show {
    display: block;
}
.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    letter-spacing: 0.2px;
}
.dropdown-content1 a:hover {
    background-color:#1b3e41;
    color: #f2f2f2;
    text-decoration: none;
}
.show {
  display:block;
}
.login i.fas.fa-lock {
    padding-right: 10px;
}
.dropdown-footer, .dropdown-header {
    display: block;
    font-size: .875rem;
    padding: .5rem 1rem;
    text-align: center;
}
.search-and-user i.fas.fa-search {
    color: white;
}
a.logo img {
    width: 100%;
}
.dropdown-btn  {
  padding: 10px 8px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.dropdown-btn:hover {
  color: #72bafa;
  background-color: rgb(255 255 255 / 8%);
}
.main {
  margin-left: 200px;
  font-size: 20px; 
  padding: 0px 10px;
}
.drp-menu .active {
    color: #72bafa;
    background-color: rgb(255 255 255 / 8%) !important;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
button:focus {
     outline:none !important;  
}
.list1{
  position: relative;
}
.btn1 {
    padding: 6px 30px;
    background-color: #1b3e41;
    /*border: 2px solid #fff;*/
    color: #f8f9fa;
    border-radius: 3px;
    font-weight: 600;
    position: absolute;
    top: 9px;
    right: 10px;
    text-transform: uppercase;
}
.dashboard-page{
  display: none;
}
.title1 h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #df453e;
    padding: 20px 0 8px;
    border-bottom: 1px dashed #adb5bd;
    margin-bottom: 20px;
}
.btn:focus{
  outline: none!important;
}
.upload{
  width:100%;
  cursor: pointer;
  margin: 40px auto 0px;
}
.upload a {
    display: block;
    color: #1b3e41;
}
.btn0{
  border: none;
}
.btn0 a{
 padding: 5px 8px;
  background-color: #1b3e41;
  border: 2px solidrgb(255 155 2 / 100%);
  color: white; 
  border-radius: 3px;
  font-weight: 600;
  border: 1px solid #1b3e41;
}
.btn0 a:hover {
    background-color: white;
    color:#1b3e41;
    text-decoration: none;
}
.btn0:focus{
  outline: none;
}
.btn2{
  padding: 4px 14px;
  margin-bottom: 10px;
}
.des1{
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn21 {
    margin-bottom: 10px;
    padding: 10px 18px;
    background-color: #000;
    border: 2px solid #000;
    color: white;
    border-radius: 3px;
    font-weight: 600;
}
.btn21 a {color: #fff;}
.btn21 a:hover {color: #fff;}
.btn3 a {
    padding: 5px 8px;
    border: 1px solid #1b3e41;
    border-radius: 3px;
    font-weight: 600;
    background-color: white;
    color: #1b3e41;
}
.btn3 a:hover {
    background-color: #1b3e41;
    color: white;
}
.btn3:focus{
  outline: none;
}
.table-bordered th {
    border: 1px solid #b3b6b9 !important;
}
.table-bordered td, .table-bordered th {
    border: 2px solid #c1b7b74a !important;
}
.text-muted {
    color: #000!important;
}
.dropdown-container a {
    display: block;
    color: white;
    padding: 10px;
}
.dropdown-container a:hover {
    color: #72bafa;
  background-color: rgb(255 255 255 / 8%);
  text-decoration: none;
}

/*----------------add page---------------*/
 .detail{
  box-shadow: 0 0.4rem 0.8rem 0 #e2eaf2;
  border-radius: 5px;
  background-color: white;
  padding-bottom: 40px;
}
.detail h2 {
    border-bottom: 2px solid #6c757d;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}
.detail .form{
  padding: 40px;
}
.detail form{
 /* display: flex;*/
  flex-wrap: wrap;
}
.part{
  width: 90%;
  font-size: 17px;
/*  margin-bottom: 20px;*/
}
.label{
  font-size: 16px;
  font-weight: 700;
}
.data input{
  width:100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #858a8e;
  position: relative;
}
.data input.radio{
    width: auto !important;
}
.data input.radio:hover{
    box-shadow: none;
}
.data input:focus{
  outline: none;
}
.data input:hover {
    border-color: transparent;
    box-shadow: 0px 0px 6px #858a8e;
}
.day_btn {
    width: 100%;
    text-align: left;
}
.btn-remove {
    display: inline-block;
    width: 123px;
    height: 40px;
    border: unset;
    background: #1b3e41;
    color: white;
    font-size: 18px;
    margin-top:15px;
    margin-bottom:15px;
    margin-right: 10px;
}
.data select{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #858a8e;
}
.data select:focus{
  outline: none;
}
.part1{
  width: 100%;
  display: block;
}
.part2 {
    margin: 40px 15px;
}
.data textarea{
  width:90%;
  padding: 10px 10px 70px;
  font-size: 16px;
  border: 1px solid #6c757d;
}
.data textarea:focus{
  outline: none;
}
.data textarea:hover {
    border-color: transparent;
    box-shadow: 0px 0px 6px #6c757d;
}
.btn-primary {
  background-color: transparent!important;
  color: black!important;
  border-color: #003a6c!important;
}
.page {
    padding: 0px 35px;
}
.mobile_manu{
  display: none;
}
.dash_card{
    padding-left: 30px;
    padding-right:30px;
}
.small-box{
  margin-top: 40px;
}
.small-box h3, .small-box p {
    z-index: 5;
    font-size: 22px;
    font-weight: 700;
}
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.small-box .icon>i {
    font-size:50px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: transform .3s linear;
    transition: transform .3s linear
}
.small-box .icon{
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.small-box>.small-box-footer {
    background-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.bg-success {
    background-color: #28a745!important;
    color: white;
}
.bg-warning {
    background-color: #ffc107!important;
    color: #1f2d3d!important;
  }
  .small-box>.inner {
    padding: 10px;
}
sup {
    top: -6px !important;
    left: 4px;
    font-size:17px
}
.box_main{
  padding-top: 40px;
}
.btn_wrap{
    display: flex;
    flex-wrap: wrap;
}
div#newRow {
    width: 100%;
}
/*----------------------------DASHBPRD PAGE---------------------*/
.head-banner {
    position: relative;
    margin:30px 30px 0;
}
.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 1px 3px #7777778f;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb li a{
    color:#df453e;
    font-weight: 500;
}
.breadcrumb li span{
    color: #1b3e41;
    text-transform: capitalize;
}
.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    display: block;
    /*margin-bottom: 20px;*/
    position: relative;
    color: #fff!important;
    background-color: #17a2b8!important;
}
.small-box:before , .small-box:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-5deg);
}
.small-box:after {
    transform: rotate(5deg);
    right: 10px;
    left: auto;
}
.small-box .inner {
    padding: 25px;
}
.small-box a{
    text-decoration: none;
    color: white;
}
.small-box:hover a{
    color:white;
    text-decoration:none;
}
/*ul.menu i.fal.fa-chevron-down {
    float: right;
    padding-right: 9px;
    padding-top: 4px;
    font-size: 11px;
}*/

ul.menu i.fa-solid.fa-chevron-down {
    float: right;
    padding-right: 9px;
    padding-top: 4px;
    font-size: 11px;
}
/* .menu li a span {
    margin-left: 10px;
} */
.menu li a {
   padding: 14px 20px;
    color: white;
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}
.menu li a:hover {
    color:#df453e!important;
    background-color: rgb(255 255 255 / 8%);
    text-decoration: none;
}
.drp-menu {
    display: none;
}
.main_drop li.active{
    background: rgb(255 255 255 / 0%);
}
.main_drop li.open{
    background: rgb(255 255 255 / 5%);
}
.main_drop li.active a{
    background: rgb(255 255 255 / 8%);
    color:#df453e;
}
ul.drp-menu li.active a{
    background: rgb(255 255 255 / 8%);
    color:#df453e !important;
}
ul.drp-menu li a {
    color: white!important;
    padding-left: 30px;
}
.table-bordered td, .table-bordered th {
    text-align: center;
}
.sales {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    margin: 30px;
}
.sales:after, .sales:before {
    z-index: -1;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    bottom: 0;
    box-shadow: 0 8px 10px #a3a5a8;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    right: 2px;
}
.sales_main {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    align-items: center;
}
.sales-icon {
    background-color: #6c757d;
    padding: 15px;
    font-size: 26px;
    color: white;
}
.box-header {
    background-color: #1b3e41;
    padding: 5px 10px;
    color: #f8f9fa;
    font-size: 15px;
}
.padding{
    padding:10px 10px !important;
}
.box-header h4 {
    margin-bottom: 0;
    font-size: 20px;
}
.box-header i {
    font-size: 17px;
    padding-right: 10px;
}
.box-details {
    position: relative;
    padding: 30px;
}
.box_main {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.d_first {
    text-align: center;
}
.d_first h3 i {
    font-size: 20px;
    padding-right: 5px;
}
.d_first h3 {
    font-size: 22px;
}
.d_first p {
    font-size: 16px;
    font-weight: 600;
}
.box-button {
    display: block;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}
.b-btn {
    display: inline-block;
    width: 35%;
    margin-right: 60px;
}
.b-btn button {
    padding: 8px 90px;
    background-color: #df453e;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 600;
}
.b-btn1 {
    display: inline-block;
    width: 35%;
}
.b-btn1 button {
    padding: 8px 90px;
    background-color:#1b3e41;
    width: 100%;
    font-size: 20px;
    color: white;
    font-weight: 600;
}
.b-btn button i, .b-btn1 button i {
    font-size: 17px;
    padding-right: 5px;
}

   .note-modal-content {
            top: 20% !important;
        }
        .checkbox label{
            display:flex!important;
            align-items: center!important;
        }
        .checkbox  input{
            width: 5%!important;
            height:20px!important;
            margin-right: 12px!important;
        }
        .note-modal-footer{
            height:60px!important;
            text-align:start!important;
            padding:10px 28px!important;
        }
        .note-modal-footer input{
            width: 25%!important;
            background-color: red!important;
            color: white!important;
        }
        .note-modal-footer .note-btn {
            float: unset!important;
        }
          


/*---------------- LOGIN-PAGE -----------------*/
/*.body1{
    background-color: #8080802b;
}
.user-form-part {
    padding-top: 65px;
}
.user-form-logo {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-logo img {
    width: 200px;
    margin: auto;
}
.user-form-card {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-title {
    text-align: center;
    margin-bottom: 25px;
}
.user-form-title h2 {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 5px;
    color: #676767;
    font-weight: 600;
    text-transform: capitalize;
}
.user-form-title p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.user-form {
    width: 100%;
}
.user-form .form-group {
    margin-bottom: 20px;
}
.form-group input:focus{
  outline: none;
  box-shadow: unset;
}
.user-form .form-control {
    height: 45px!important;
    border-radius: 6px!important;
    padding: 0px 20px 2px!important;
    color: black!important;
    background: #f5f5f5!important;
    border: 1px solid #e8e8e8!important;
}
.form-button button {
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    border-radius: 8px;
    letter-spacing: 0.3px;
    text-align: center;
    text-transform: uppercase;
    color: white!important;
    background: #140958!important;
    border: none;
}
.form-button button:focus{
    outline: none;
}
.form-button p {
    font-size: 16px;
    margin-top: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
.form-button p a {
    font-weight: 500;
    margin-left: 5px;
    color:#1b3e41;
    text-decoration: underline;
}
.user-form-remind {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background: white;
    border: 1px solid #e8e8e8;
}
.user-form-remind p {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
}
.user-form-remind p a {
    font-weight: 500;
    margin-left: 5px;
    color:#1b3e41;
    text-decoration: underline;
}
.user-form-footer {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
}
.user-form-footer p {
    font-size: 14px;
    color: black;
    font-weight: 500;
}
.user-form-footer p a {
    color:#1b3e41;
    transition: all linear .3s;
    text-decoration: underline;
}*/
.admin_login {
    width: 540px;
    height: auto;
    background-color: #fff;
    margin: 150px auto;
    border-radius: 11px;
    padding:40px 50px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.top_head {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.user input,
.pass input {
    width: 100%;
    height:43px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    outline: none;
    padding: 0 40px;
}
.user i, .pass i {
    position: relative;
    top:30px;
    right: -10px;
    color: #1b3e41;
}
.admin_btn {
    text-align: center;
    background: #1b3e41;
    width: 100%;
    height: 42px;
    margin: 40px 0;
    line-height: 42px;
    color: white;
    border-radius: 6px;
}
.admin_btn button {
    color: white;
    font-size: 20px;
    font-weight: 700;
    width:100%;
}
p.last {
    text-align: center;
    position: relative;
    bottom: 0;
    font-size: 15px;
}
.user i:after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 41px;
    background-color: #e6e6e6;
    top: -13px;
    left: 24px;
}
/*------mobile-menu ---------*/
.mobile_manu {
   display: none;
   background-color: #00155F;
   box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 10%);
   padding: 10px 0px;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 999;
}
.mobile_manu .row{
   align-items: center;
}
.sidepanel {
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  transition: 0.5s;
}
.m_menu{
    position: relative;
    float: right;
    width: 55%;
    height: 100%;
    background-color: #231f20;
    padding-top: 60px;
    overflow-x: hidden;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.sidepanel a {
    padding: 15px 0px 15px 30px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    color: white;
    display: block;
    transition: 0.3s;
    text-align: left;
}
.sidepanel a:hover {
  color: white;
  text-decoration: none;
}
.link1{
    border-bottom: 1px solid #a99797;
}
.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 25px;
}
.openbtn {
    font-size: 36px;
    cursor: pointer;
    background-color: transparent;
    color: black;
    border: none;
    width:60px;
    height:60px;
    border-radius: 50%;
    line-height: 47px;
}
.admin-profile {
    display: flex;
    FLEX-WRAP: WRAP;
    ALIGN-ITEMS: CENTER;
    justify-content: flex-end;
}

/*------------------profile list-------------------*/
.table td, .table th {
    vertical-align: middle !important;
}
.clo{
    color: blue;
    margin-left: 14px;
}
.product-filter1{
   margin: 40px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.page-item {
    margin: 0px 6px;
}
.page-link{
    color: black!important;
    background-color: #8080802b!important;
    border-radius: unset!important;
}
.page-link.active {
    color: white!important;
    background:#1b3e41!important;
}
.page-link:hover {
    color: white!important;
    background:#1b3e41!important;
}
.page-link i{
    font-size: 19px;
  
}
.page-link:focus{
    outline: none;
    box-shadow: unset!important;
}
.pro-table.table-responsive>.table-bordered {
    border: 0;
  
}

.pro-table .table tr{
    border:none !important;
}
.pro-table .table .text {
        --bs-table-accent-bg: none;
}


.pro-table.table-responsive {
    margin-top: 10px;
}
.sear-main {
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}
.sear-main label {
    margin-bottom:0 !important;
    margin-right: 56px;
}
.form-control:focus {
    box-shadow:unset !important;
}
.pro-table thead {
    background-color: #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
     background-color:#fff !important;
     /*background-color:#fff;*/
}
button.btn1.past {
    position: relative;
    left: 0;
}
button.btn1.active {
    position: relative;
}
button.btn1.delete {
    position: absolute;
    right: 179px;
}


/*---------------add -------------------*/
.details_sub input {
    width: 25%;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid lightgray;
    padding: 12px;
    margin-bottom: 10px;
}
.details_image{
    margin-bottom:20px;
}
.fileUpload{
    position: relative;
    overflow: hidden;
  }
  .input-upload{
    position: relative;
  }
  .fileUpload{
    position: absolute;
    right: 0%;
    width:40%;
    background: #00155E !important;
    color: white !important;
    text-transform: capitalize;
    font-size: 18px !important;
    border-radius: 0 !important;
  }

  .fileUpload .upload {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
  }
  
  .input-upload {
    position: relative;
    width: 35%;
    margin: auto;
}
  
  .f-input {
    height: 42px;
    background-color: white;
    border: 1px solid gray;
    width: 100%;
    float: left;
    padding: 0 14px;
  }
  
.part {
    width: 100%!important;
    padding:0px 16px;
}
.main-flex-inner{
    text-align:center;
}
.profile-inner{
    width:100%!important;
    padding:0px 18px;
}
.profile-inner .part-1{
    padding:0px!important;
}

.uplode-btn {
    padding: 0px 18px;
}
.profile-inner .part-1 .label label{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align:center!important;
}
.profile-inner .part-1 .label{
    text-align:center!important;
}

 .part-1{
    text-align:center!important;
}
.details_sub input{
    width:25%;
}
 .details_inner .label{
    text-align:start!important;
}
 .data textarea{
    width:100%;
}
 .data input{
    border:1px solid rgb(133 138 142 / 40%)!important;
    border-radius:4px;
}
 .data input:focus{
    border:1px solid #00155F!important;
}

 .data textarea:focus{
    border:1px solid #00155F!important;
}

.uplode-btn a:hover{
    text-decoration:none!important;
    color:white;
}

.details_image img{
    border-radius:50%;
    margin-bottom:0!important;
    margin:0 auto;
}

 .data input:hover{
    box-shadow:unset!important;
}
 .data textarea:hover{
    box-shadow:unset!important;
}
 .data textarea{
    border:1px solid rgb(133 138 142 / 40%)!important;
    border-radius:4px;
}

.details_main {
    padding:25px;
    position: relative;
}
.data input {
    width:100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #858a8e;
    position: relative;
}

.details_inner{
    width:49%;
    display:inline-block;
    margin:10px auto;
}

.part .row{
    align-items: center;
}
.data1 textarea {
    width: 79%;
}
.uplode-btn {
    position: relative;
    text-align: left !important;
    margin-left: 4px;
}
.uplode-btn button {
    padding: 10px 20px;
    background-color: #df453e;
    color: white;
    margin: 20px 0 0px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 4px;
}
/*.uplode-btn a {
    color: #1b3e41;
    font-weight: 600;
}*/

.uplode-btn a {
    color: white;
    font-weight: 600;
    margin-left: 20px;
    background-color: #089fca8a;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: capitalize;
}
.remove-flex{
    display: flex;
}
.part-1 {
   /* text-align: center;*/
   text-align: left;
    width: 100%;
 /*   padding: 40px 2px;*/

 padding: 18px 1px;
}
.details_image img{
    width: 150px;
    height:150px;
    object-fit: cover;
    margin-bottom: 20px;
}
.details_sub {
    padding-top: 20px;
   /* padding-left: 100px;*/

   padding-left: 0;
}
/*-------------------------home banner page -------------------*/
.detail .table tr {
    background-color: #dee2e6;
}
.icon__1 i {
    padding-right: 10px;
}
.icon__1 i {
    padding-right: 10px;
    color:#1b3e41;
}
.icon__2 i{
    color:#df453e;
}
.page-with {
    width: 70% !important;
    margin: 0 auto;
}

/*............................edit-profile page css..........................*/

   .co_edit {
       padding: 20px 0 80px;
   }
   .in_manu {
       background: #f5f6f9;
       margin: 30px 0;
   }
   .in_manu .container{
      max-width: 1250px!important;
   }
   .in_manu .breadcumbs1 {
       padding: 13px 72px;
   }
   .box-button {
       text-align: right;
       padding-top: 40px;
       position: relative;
       right: -15px;
   }
   .edit_image img {
       width:10%;
       border-radius: 10px;
       margin: 0 auto;
   }
   .nav1 {
       display: block!important;
       width: 40%;
       margin: 0 0 0 auto !important;
   }
   .edit_image {
       padding-bottom: 20px;
       text-align: center;
   }
   .edit_inner {
       padding-bottom: 20px;
   }
   .edit1 {
      width: 20%;
       padding-bottom: 20px;
   }
   .edit2 {
      width: 40%;
       padding-bottom: 20px;
   }
   .edit3 {
       width: 100%;
       padding-bottom: 20px;
   }
   /*.col-md-12.data {*/
   /*    padding-left: 0;*/
   /*}*/
   /*.col-md-12.label {*/
   /*    padding-left: 0;*/
   /*}*/
   .edit1 input {
       padding: 8px 10px;
       width:100%;
       border: 1px solid #adb5bd;
       border-radius: 7px;
   }
   .edit_d-flex {
       display: flex;
       justify-content: center;
   }
   .edit1 label {
       font-weight: 600;
   }
   .edit_btn button {
       border: none;
       padding: 8px 60px;
       background-color: #df453e;
       color: white;
       font-size: 20px;
       font-weight: 600;
       border-radius: 7px;
   }
   .edit_sub {
      text-align: center;
      padding-left: 90px;
   }
   .edit_btn {
       padding-top: 20px;
       text-align: center;
   }
   .edit_main {
       padding-top: 40px;
   }
   ul.tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
      text-align: center;
   }
   ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 40px;
      cursor: pointer;
   }
   ul.tabs li.current {
       background: #1b3e41;
       color: #f5f6f9;
   }
   .edit_main .tab-content{
      display: none;
      padding: 15px;
   }
   .tab-content.current{
      display: inherit;
   }
   .e_main{
      width: 50%;
      margin: 0 auto;
   }
   .e_main {
       width: 25%;
       margin: 0 auto;
       padding-top: 40px;
   }
   .co_edit textarea {
       overflow: auto;
       resize: vertical;
       width: 100%;
       height: 100px;
       border-radius: 7px;
       border: 1px solid #adb5bd;
   }






.bg-notification .offcanvas-header{
    background-color:#004a6c;
}
.bg-notification .offcanvas-header .offcanvas-title{
    font-size:20px;
    font-weight:600;
    text-transform:capitalize;
    color:White;
}

.btn-close{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.inner-body {
    border-radius: 6px;
    padding: 20px 18px;
    box-shadow: 0px 0px 10px #0000001c;
    margin-bottom: 1rem;
    border-left: 4px solid #004a6c;
}
.inner-body h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.inner-body p{
    font-weight: 600;
    color: gray;
    font-size: 15px;
}


/*apply-leave css*/


  .leave_type{
         display: flex;
/*         flex-wrap: wrap;*/
         align-items: center;
         justify-content: center;
   }
   .leave_type input{
      width: 25px;
   }
   .leave_type_box{
      display: flex;
      /*justify-content: center;*/
      align-items: center;
      margin-top: 15px;
      gap: 20px;
   }
   .leave_type label{margin: 0;}







/*-------------------------RESPONSIVE-------------------------*/
@media only screen and (min-width:1024px) and (max-width:1260px){
    .b-btn button {
        padding: 14px 45px;
        font-size:18px;
    }
    .b-btn1 button{
        padding: 14px 50px;
        font-size:18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
   header.page-header {
       display: none;
   }
   .mobile_logo img {
      width: 40%;
      display: block;
      object-fit: cover;
   }
   .page-content {
      width: 100%!important;
      left: 0;
   }
   .search-and-user {
       display: none;
   }
   .mobile_manu {
      display: block;
   }
   /*.dropdown-content1 {*/
   /*   left: -18px;*/
   /*}*/
    .b-btn button {
        padding: 14px 40px;
        font-size:18px;
    }
    .b-btn1 button{
        padding: 14px 50px;
        font-size:18px;
    }
}

@media only screen and (max-width: 767px){
   .page-header {
       display: none;
   }
   .mobile_manu{
      display: block;
   }
   .mobile_logo img {
      width: 65%;
      display: block;
      object-fit: cover;
   }
   .page-content {
      width: 100%!important;
      left: 0;
   }
   .search-and-user {
       display: none;
   }
   .dropbtn1 {
      padding: 11px;
      font-size: 15px;
   }
   .openbtn {
      font-size: 28px;
   }
   .page {
       padding: 0px 15px;
   }
   .m_menu {
      width: 60%;
   }
   .dropdown-content1 {
      right:0;
      top:60px;
   }
   
   .user-form-logo img {
    width: 110px;
 }
 .b-btn {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
}

 .b-btn button {
    padding: 15px 16px;
    width: 100%;
    font-size: 17px;
}
.b-btn1 {
    width: 100%;
}
.b-btn1 button {
    padding: 8px 20px;
    width: 100%;
    font-size:17px;
}
.small-box>.inner {
    padding: 20px;
}
.small-box p{
    font-size:20px;
}
}
@media only screen and (max-width:320px){
    .small-box>.inner {
        padding:14px;
    }
    .small-box p {
    font-size:18px;
    }
    .d_first h3 {
    font-size: 18px;
}
.d_first h3 i {
    font-size: 18px;
}
.sales-icon{
    font-size:22px;
}
}



/*-----------------------------add page----------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1260px){
   .two{
      width: 20%;
   }
   .btn-add1 {
      left: 17%;
   }
   .data select {
      width: 100%;
   }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  .mobile-view{
        display: block;
      }
  .mobile-menu{
        display: block;
        font-size: 26px;
      }
  .two{
        display: none;
      }
  .logo1 img {
         width: 24%;
      }
  .nav-btn {
        font-size: 20px;
      }
  .menu-content a {
        font-size: 19px!important;
        text-transform: capitalize;
      }
  #more-details {
        margin-bottom: 20px;
        font-size: 22px;
      }
  #more-details .fa {
        margin-right: 17px;
        font-size: 27px;
     }
  .btn-add1 {
        left: 19%;
     }
  }

@media only screen and (max-width: 767px){
  .mobile-view{
      display: block;
      padding: 0px 40px 10px;
    }
  .mobile-menu{
      display: block;
      font-size: 20px;
    }
  .two{
      display: none;
    }
  .page {
        padding: 0px 25px;
    }
    .nav-btn {
        font-size: 17px;
        padding: 9px 18px;
    }
    .logo1 img {
        width: 53%;
        padding-top: 10px;
    }
    .m_menu {
        width: 65%;
    }
    .sidepanel .closebtn {
        position: absolute;
        top: -8px;
        right: 28px;
        font-size: 23px;
    }
    .openbtn {
        font-size: 28px;
    }
    .title1 h4 {
        font-size: 18px;
        padding: 22px 20px;
    }
    .btn1 {
        padding: 10px 8px;
        right: 10px;
    }
    .main-menu-content a {
        font-size: 18px!important;
    }
   .detail .form {
        padding: 20px;
    }
    .part{
      width: 100%;
    }
    .data select {
        width: 100%;
    }
    .data input {
        width: 100%;
    }
    .data textarea {
        width: 100%;
    }
    .btn-add1 {
        left: 41%;
    }
    .upload{
        width: 100%;
        margin: 40px 73px 0px;
    }
}

@media only screen and (max-width: 320px){
  .page {
        padding: 0px 15px;
    }
    .title1 h4 {
        font-size: 17px;
        padding: 20px 10px;
    }
    .btn1 {
        padding: 8px 8px;
    }
    .btn-add1 {
        left: 47%;
    }
    .upload{
        width: 100%;
        margin: 40px 66px 0px;
    }
 }

 p.error_mes {
    color: #bf2222 !important;
    margin-left: 10px !important;
    font-weight: 600 !important;
}



/*gallary view*/

.gallery{

      float: left;
      margin-top:22px;
      margin-right: 22px;
     }

   .gallery img{

     height:300px;
     width: 300px;

   }

   @media only screen and (min-width: 1024px) and (max-width: 1264px){

     .gallery img{

     height:220px;
     width: 220px;

   }

  
}
@media only screen and (min-width: 768px) and (max-width: 1023px){

       .gallery img{

     height:209px;
     width: 209px;

   }
   
   .greeting{
       color:white;
   }
   
   
    .openbtn  i{
        color:White;
    }
    .admin-profile{
        gap:10px;
    }
    .admin-profile .btn i{
        color:white!important;
    }
    .admin-profile .btn {
        border: 1px solid white ! IMPORTANT;
    }
    .mobile_logo img {
        width: 40%;
        }
   

  }
  @media only screen and (max-width: 767px){
    .greeting{
        display:none;
    }
     .gallery img{

     height:300px;
     width: 320px;

   }
    .openbtn  i{
        color:White;
    }
    .admin-profile{
        gap:10px;
    }
    .admin-profile .btn i{
        color:white!important;
    }
    .admin-profile .btn {
        border: 1px solid white ! IMPORTANT;
    }
   

   .page-with {
     width: 100% !important; 
    }
 
}

@media only screen and (max-width:375px){
    .greeting{
        display:none;
    }
    .openbtn{
        width:45px;
        font-size:24px;
    }
    .mobile_logo img{
        width:85%;
    }
}


/*........................edit-profile page css........................*/


@media only screen and (min-width:1201px) and (max-width:1400px){
    .edit1{
        width:25%;
    }
    .edit2{
        width:50%;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px){
    .edit1{
        width:30%;
    }
    .edit2{
        width:60%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .edit1{
        width:35%;
    }
    .edit2{
        width:70%;
    }
}

@media only screen and (max-width:767px){
    .details_inner{
        width:100%;
    }
    .leave_type input{
        width:25px;
    }
    .uplode-btn {
     position: relative;
     text-align: unset !important; 
     margin-left:0px; 
     display: flex;
     margin-top: 20px;
     padding: 0;
     justify-content:center;
    }
    .uplode-btn button{
        margin:0px!important;
    }
}




    .note-modal-content {
            top: 20% !important;
        }
        .checkbox label{
            display:flex!important;
            align-items: center!important;
        }
        .checkbox  input{
            width: 5%!important;
            height:20px!important;
            margin-right: 12px!important;
        }
        .note-modal-footer{
            height:60px!important;
            text-align:start!important;
            padding:10px 28px!important;
        }
        .note-modal-footer input{
            width: 25%!important;
            background-color: red!important;
            color: white!important;
        }
        .note-modal-footer .note-btn {
            float: unset!important;
        }
          





        /*25-02-2023   */



        .table_description {
            height: 126px;
            overflow: scroll;
            text-align: justify;
        }

        .table_description::-webkit-scrollbar-track{
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
            border-radius: 10px;
            display: none;
        }

        .table_description::-webkit-scrollbar{
            width: 10px;
            background-color: #F5F5F5;
            display: none;
        }

        .table_description::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #ffba33;
            display: none;
        }


        @media only screen and (max-width: 1200px){

        .table_description {
            width: 300px;
        }

  }
