/* ------------------------
    Author: Imran Siddiqui
	Project:FlipKart Clone


/* ------------------------
    
------------------------*/

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  16. Background Effect
  17. Line Drop Animation
  18. Shop Page
  19. Extra

/* ------------------------
    General
------------------------*/
body{    color: #7a7a7a; }
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
body {font-family: 'Nunito', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 26px; color: #7a7a7a; overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; margin-bottom: 0px; color: #413f47;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; font-style: normal; line-height: 80px; font-weight: 700; letter-spacing: 0; }
h2 { font-size: 40px; font-style: normal; line-height: 50px; font-weight: 600; margin-bottom: 10px; position: relative; }
h3 { font-size: 30px; font-style: normal; line-height: 40px; font-weight: 600; }
h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 34px;  }
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 26px; }
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; }
ul { margin: 0px; padding: 0px; }




/* ------------------------
    Helper class
------------------------*/



p { line-height: 1.7; }

/* ------------------------
    Header start
------------------------*/

.mainlogo img {
    width: 118px;
}

/* ------------------------
    Header end
------------------------*/

/* Sidebar Start */
.sidebarbg{background-color:#413f47;
    position: absolute;
    height: 100%;
    width: 320px;
    top: 40px;
    bottom: 0;
    left: 0;
}
/* Sidebar end */

/* .rght-content start */
.rght-content{background:#e6f7ff;     padding: 22px 25px;}
/* .rght-content end */

/* footer start */
.footer{ text-align: center; 

    background: #0d2237;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 1px;
	color:#fff;
}
/* footer end */

body {
    position: relative;
    overflow-x: hidden;
    background-color: #CFD8DC;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/* Prodctlist responsive start */
@media(max-width:767px){

  .addnewbtn {
   margin: 0 0px 7px 3px !important;
  }

  .addnewbtn a {
    padding: 3px 3px 7px 3px !important;
    font-size: 9px !important;
    display: block;
}
}


/* Prodctlist responsive end */

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;



    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

::-webkit-scrollbar {
  display: block;
}

#wrapper.toggled  {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:hover{
  background: skyblue !important;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-header {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.sidebar-brand {
    height: 65px;
    position: relative;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
   padding-top: 1em;
}
.sidebar-brand a {
    color: #ddd;
}
.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.dropdown-menu.show {
        top: 47px;
		
}

.dropdown-menu {min-width: 18rem; left:0; padding:0px;}
.notidropdown{position: absolute; inset: 0px auto auto 0px; transform: translate3d(-888px, 45px, 0px);}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    content: "\f12e";
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
}
a[href*="#home"]::before {
  content: "\f015" !important;
}
a[href*="#about"]::before {
  content: "\f129" !important;
}
a[href*="#events"]::before {
  content: "\f073" !important;
}
a[href*="#events"]::before {
  content: "\f073" !important;
}
a[href*="#team"]::before {
  content: "\f0c0" !important;
}
a[href*="#works"]::before {
  content: "\f0b1" !important;
}
a[href*="#pictures"]::before {
  content: "\f03e" !important;
}
a[href*="#videos"]::before {
  content: "\f03d" !important;
}
a[href*="#books"]::before {
  content: "\f02d" !important;
}
a[href*="#art"]::before {
  content: "\f1fc" !important;
}
a[href*="#awards"]::before {
  content: "\f02e" !important;
}
a[href*="#services"]::before {
  content: "\f013" !important;
}
a[href*="#contact"]::before {
  content: "\f086" !important;
}
a[href*="#followme"]::before {
  content: "\f099" !important;
  color: #0084b4;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";body{font-family: 'Poppins', sans-serif;background: #fafafa}
p{font-size: 1.1em;font-weight: 300;line-height: 1.7em;color:#999}a, a:hover, a:focus{color:inherit;text-decoration: none;transition: all 0.3s}
.navbar{padding:4px 10px;background: #2e5984 !important; background-color:#2e5984; border:none;border-radius: 0;margin-bottom: 40px;box-shadow: 1px 1px 3px rgba(0,0,0,0.1)}
.navbar-btn{box-shadow: none;outline:none !important;border:none}
.line{width:100%;height:1px;border-bottom: 1px dashed #ddd}.wrapper{display: flex;width:100%;align-items:stretch}
#sidebar{min-width:250px;max-width: 250px;background: #005086;color:#fff;transition: all 0.3s}
#sidebar.active{margin-left:-250px}
#sidebar .sidebar-header{padding:20px;background: #005086}
#sidebar ul.components{padding:20px 0px;border-bottom:1px solid #47748b}
#sidebar ul p{padding:10px;font-size:15px;display: block;color:#fff}
#sidebar ul li a{padding:8px 19px;font-size: 14px; display: block; color:#fff !important; text-decoration: none;}
#sidebar ul li a:hover{color:#fff;background: #0084b4}
#sidebar ul li.active>a, a[aria-expanded="true"]{color:#fff; border-radius: 2px;
     }a[data-toggle="collapse"]{position: relative}
.dropdown-toggle::after{display: block;position: absolute;top:50%;/* right:20px; */ right:-5px;transform: translateY(-50%)}
ul ul a{font-size:0.9em !important;padding-left: 30px !important;background: #0d6efd}
ul.CTAs{padding:20px}
ul.CTAs a{text-align: center;font-size:0.9em !important;display: block;border-radius: 5px;margin-bottom:5px}
a.download, a.download:hover{background:#0d6efd;color:#fff}
#content{width:100%;padding:20px;min-height: 100vh;transition: all 0.3s}
.content-wrapper{padding:15px; position: relative;
    bottom: 50px;}
.content .btn-info {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    border-radius:0 4px 4px 0 !important;
    padding: 5px 6px;
    
}
.sidebar-header h3{color:#fff;}
@media(max-width:768px){
#sidebar{margin-left:-250px}
#sidebar.active{margin-left:0px}
#sidebarCollapse span{display:none}
.login-box{margin-top:0px;}
}

/*=========================== TopNav satrt ========================*/
.user-notification .btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: none !important;
  border-color: none !important;
  box-shadow: 0 !important;
}

.user-notification .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 !important;
}

.user-notification .btn.focus, .btn:focus {
  outline: 0;
 box-shadow: 0 !important; 
}

.user-notification {
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  margin-top: 18px;
}
img.usericon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
}


button#dropdown-basicuser {
  border-radius: 50%;
  padding: 1px 2px;
}

/* username start */
svg.profile-icon {
  color: #666;
  margin: -2px 8px 0 0px;
  font-size: 15px;
}

.user-name h6 {
  background: #005086;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px 8px 18px;
  margin-bottom: 0px;
}
.user-name .bg-success {
  --cui-bg-opacity: 1;
  background-color: #22b040 !important;
  left: 17px;
  bottom: 3px !important; 
}

.user-name .avatar-status {
  position: absolute;
  bottom: 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 50em;
}

.user-name .avatar-status {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
}



.user-name .dropdown-menu.show {
  padding: 0;
}

.user-name .dropdown-item.active, .dropdown-item:active {
  color: #333;
  text-decoration: none;
  background-color: none;
}

.user-name a.active{text-decoration: none; color:#333;
    padding: 0 14px;
    font-size: 14px;
}

.user-name strong {
  font-weight: 500;
  color: #333;
  font-size: 14px;
  margin-left: 3px;
}
.top-userhead.notificationtop.dropdown {

 
  margin-right: 41px;
  text-align: center;
}

.top-userhead.notificationtop button#dropdown-basicuser {
  background: none;
  border-radius: 50%;
  border:none;
  text-align: center;
 
}

.top-userhead.notificationtop .dropdown-toggle::after {
 right: 17px !important;

}

.top-userhead.user-name.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.user-name button#dropdown-basicuser {
  border-radius: 50%;
  padding: 1px 2px;
  background: none;
  border: none;
  margin-right: 14px;
}
/* username end */

/* notification start */
.notificationtop .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

svg.bell-icon {
  font-size: 23px;
  color: #212529;
}

.notidropdown h5{background: #005086;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px 8px 15px;
  margin-bottom: 0px;
}

.notidropdown h5 strong{background: #3577f1;
  float: right;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  color:#fff;
  line-height: 17px;
  margin-top: 2px;
 }


 .top-userhead.notificationtop.show.dropdown .dropdown-menu.show {
  display: block;
  padding: 0;
}
.notidropdown span img {border-radius: 50%; border:2px solid #ccc;     width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-top: 4px;
  float: left;
}

  .notidropdown strong {
    font-weight: 500;
    text-decoration: none !important;
    font-size: 15px;
    color: #333;
}

.notidropdown p {
  font-size: 13px;
  padding-left: 38px;
  margin-bottom: 0;
  line-height: 0.7em;
  padding-bottom: 5px;
  color:#666;
}
.notidropdown a.active {
  text-decoration: none; color:fff;
}

.notidropdown a{padding:2px 4px; display: block;}

.notidropdown a:hover{
    text-decoration: none;
    color: #fff;
    background: #ccc;
    }



.notidropdown .dropdown-item:focus, .dropdown-item:hover {
  color: #0084b4;
  background-color: #ccc; text-decoration: none !important;
}

.notidropdown .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ccc !important;
}

.topbar-badge {
  right: -16px;
  top: 0px!important;
}

.top-userhead.notificationtop.dropdown .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bg-danger {
    background-color: #dc3545!important;
}

.rounded-pill {
  border-radius: 50rem!important;
}
.fs-10 {
  font-size: 10px!important;
}

.translate-middle {
  -webkit-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
}

.position-absolute {
  position: absolute!important;
}
/* notification end */
/* ============================= TopNav end ======================== */



/* ============================= sidebar start ============================= */
.sidebarCollapse{color:#fff;}
.humber-icon{color:#fff;    font-size: 28px;}
#sidebar button#dropdown-basic-button {
  width: 100%; text-align: left;
  border-radius: 0;
  background: none;
  border: none;
  font-size: 14px;
  padding: 7px 19px;
}
#sidebar button#dropdown-basic-button:hover {background: #0084b4; color:#fff;}
#sidebar .dropdown-menu.show {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0px;
  border: 0;
}

.services-secondmenu.dropdown button#dropdown-basic-button {
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
} 

#sidebar a.dropdown-item {
  color: #000 !important;
  border-bottom: 1px solid #ccc;
  padding: 8px 19px;
}

#sidebar a.dropdown-item:hover {
  color: #fff !important;
}
/* ============================= sidebar end ============================= */

/* ============================= RightContent star t============================= */
.content {
  width: 100%;
}
/* total user start */
.content nav.navbar.navbar-expand-lg {
  margin-bottom: 12px;
}
.totaluser-box{

  background-color: rgb(255, 255, 255);
  color: rgb(38, 38, 38);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow: hidden;
  border: 1px solid rgb(230, 235, 241);
  border-radius: 8px;
  box-shadow: inherit;
  padding: 18px;
  min-height: 114px;
  margin-bottom: 23px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;


}

.totaluser-box h6 {
  margin: 0px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.57;
  font-family: "Public Sans", sans-serif;
  color: rgb(140, 140, 140);
}

.totaluser-box h3 {
  margin: 0px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Public Sans", sans-serif;
  color: #0d6efd;
}
/* total user end */

/* charts start */
.main-uniqehead{    margin: 0px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Public Sans", sans-serif; color:#333;}
/* charts end */




/*=============================  RightContent end ============================= */


/* Login Page start */
.login-bg{background: #212531;
  background: url(../../images/bg/04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}
.login-box {
  background: #52b6e9;
  padding: 23px 16px;
  color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

  border:8px solid #fff;
  margin-top:80px;
}
.login-box .form-control{border-radius: 20px;
  border: 3px solid #488af1;}
.login-box .text-muted {
  --bs-text-opacity: 1;
  color: #fff!important;
}

button.submit-login.btn.btn-primary {
  background: #333;
  padding: 17px 20px 20px 20px;
  line-height: 0;
}

button.submit-login.btn.btn-primary:hover{background: #62656a;}

@media(max-width:767px){
 .login-box{margin-top:12px;}
 .navbar-light .navbar-nav .nav-link {
    color: #333!important;
}
  }
/* Login start
 page end */
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/


.page-wrapper,
 .sidebar-brand > a,
.sidebar-dropdown > a:after,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
 ul li a i,
.page-wrapper .page-content,
.sidebar-search input.search-menu,
.sidebar-search .input-group-text,
 .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -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;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

/* .page-wrapper .theme.chiller-theme {
  background: #1d1d1d;
}

.page-wrapper .theme.ice-theme {
  background: #2b3a42;
}

.page-wrapper .theme.light-theme {
  background: #f1f0ed;
}

.page-wrapper .theme.cool-theme {
  background: #38373d;
} */

/* .page-wrapper .theme.green-theme {
  background: #2c5e2e;
} */

/* .page-wrapper .theme.spicy-theme {
  background: #8e2800;
} */

.page-wrapper .theme.purple-theme {
  background: #372049;
}

/*----------------toggeled sidebar----------------*/
button#sidebarCollapse {
  position: relative;
  z-index: 9998;
  right: 0;
  left: -7px;
}

.page-wrapper.toggled  {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 0px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*-------------------------------*/

/* .newsidebar {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
 left:-300px;
  z-index: 999;
}

.newsidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.newsidebar a {
  text-decoration: none;} */


/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  height:550px;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}


 .chiller-theme .sidebar-search input.search-menu, .chiller-theme .sidebar-search .input-group-text {
  background: none;
}
.chiller-theme .sidebar-menu ul li a i, .chiller-theme  .sidebar-dropdown div, .sidebar-menu{background: none !important;}
span.input-group-text {
  height: 40px;
  background: #fff !important;
}

li.sidebar-dropdown {
  list-style: none;
}

.sidebar-menu dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  /* list-style: none; */
  padding: 0 !important;
}

.chiller-theme .sidebar-menu .header-menu span {
  color: #f1f1f1 !important;
}
/*--------------------sidebar-brand----------------------*/

.sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
  text-decoration: none;
}

.sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-header .user-info {
  float: left;
}

.sidebar-header .user-info > span {
  display: block;
}

.sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: ">";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 18.2%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
}

.page-wrapper .page-content > div {
  padding: 0px 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #636269;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #636269;
}
::-webkit-scrollbar-thumb:active {
  background: #636269;
}
::-webkit-scrollbar-track {
  background: #333238;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #333238;
}
::-webkit-scrollbar-track:active {
  background: #333238;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/



.chiller-theme .sidebar-header,
.chiller-theme .sidebar-search,
.chiller-theme .sidebar-menu {
    border-top: 1px solid #2b2b2b;
}

.chiller-theme  .sidebar-search input.search-menu,
.chiller-theme  .sidebar-search .input-group-text {
    border-color: #2b2b2b;
    box-shadow: none;
}

.chiller-theme  .sidebar-header .user-info .user-role,
.chiller-theme  .sidebar-header .user-info .user-status,
.chiller-theme  .sidebar-search input.search-menu,
.chiller-theme  .sidebar-search .input-group-text,
.chiller-theme  .sidebar-brand>a,
.chiller-theme  .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #bdbdbd;
}

.chiller-theme  .sidebar-menu ul li:hover>a,
.chiller-theme  .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme  .sidebar-header .user-info,
.chiller-theme  .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #ffffff;
}

.page-wrapper.chiller-theme.toggled #toggle-sidebar div {
    background: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #toggle-sidebar:hover div {
    background: #ffffff;
}

.chiller-theme  ul li:hover a i,
.chiller-theme  .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme  .sidebar-search input.search-menu:focus+span,
.chiller-theme  .sidebar-menu .sidebar-dropdown.active a i {
    color: #ffffff;
}

.chiller-theme  .sidebar-menu ul li a i,
.chiller-theme  .sidebar-menu .sidebar-dropdown div,
.chiller-theme  .sidebar-search input.search-menu,
.chiller-theme  .sidebar-search .input-group-text {
    background: #2b2b2b;
}

.chiller-theme  .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #2b2b2b;
    box-shadow: 0px -1px 5px #131212;
    border-top: 1px solid #3a3a3a;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.chiller-theme .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.chiller-theme .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #636363;
}

.chiller-theme .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}



/* Prodctlist start */
section#mainprodctlist {
  margin-top: 15px;
}
.addnewbtn a{background: #0071b3;
  color: #fff;
  padding: 3px 11px 7px 11px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
}

.bluebtn.addnewbtn a{background: #0071b3;}
.perpalebtn.addnewbtn a{background: #625aa4;}

.greenbtn.addnewbtn a{background: #00a661;}
.darkgreenbtn.addnewbtn a{background: #1f9973;}
.redbtn.addnewbtn a{background: #e64e3c;}

  .addnewbtn a:hover{
    background: #2b8cb9;
    color: #f1f1f1;
   }  

   .plusicon {
    margin: 0 3px 0 0;
    height: 10px;
}
.addnewbtn {
  float: left;
  margin: 0 3px 9px 3px;
}

.produclistbtn {
  display: flex;
  justify-content: flex-end;
}

.producrlistform{background: #fff; border:1px solid #ddd; border-radius: 3px;  padding: 8px 12px;}

.tableproductlist{background: #fff; border:1px solid #ddd; border-radius: 3px; padding: 8px 20px;}


.producrlistform label.form-label {
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}

.pruductskurght {
  float: right;
  position: relative;
  right: 0;
  left: 0;
  top: -30px;
}

.producrlistformrght select#exampleForm\.ControlInput1 {
  padding: 0 3px;
  height: calc(1.5em + 0.75rem + -3px);
}

.producrlistformlft select#exampleForm\.ControlInput1 {
  padding: 0 3px;
  height: calc(1.5em + 0.75rem + -3px);
}

.pruductskulft input#exampleForm\.ControlInput1 {
  padding-right: 40px;
}

.pruductskurght button.btn.go-btn {
  background: #0d6efd;
  color: #fff;
  padding: 2px 6px 2px 5px;
  border-radius: 0 5px 5px 0;
}

.producrlistform .form-control-sm,.form-select-sm {
 font-size: 13px !important;
  
}

/* icon search start */

.searchboxmain{ 

  margin-top: 20px !important;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 15px;
  width:100%;
}

.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    
  }

  .search input{

   height: 53px;
   text-indent: 25px;
   border: 2px solid #d6d4d4;
   padding-right: 127px;
   padding-left: 13px;


  }


  .search input:focus{

   box-shadow: none;
   border: 2px solid #0d6efd;


  }

  .search .fa-search{

   position: absolute;
   top: 20px;
   left: 16px;

  }

  .search button{

    position: absolute;
    top: 1px;
    right: 2px;
    height: 52px;
    width: 95px;
    background: #0d6efd;
    border-radius: 0 4px 4px 0;
}

  
/* icon search end */

/* table productlist stat */

/* tr.productlistrepeatthead th :nth-child(odd of Edit) {
  background: lightsteelblue;
} */


/* tr.productlistrepeatthead th:nth-child(even){
 
  background: #000;
}

tr.productlistrepeatthead th:nth-child(odd){
 
  background: #FFB0FF;
} */

section#maintable-productlist {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-bottom: 111px;
}
.credits a{color:#f03636;}
.editpro {
  text-align: center;
  align-items: baseline;
  display: flex;
  justify-content: center;
  align-content: baseline;
}
.editpro a{background: #f4f4f4; color:#000; border:1px solid #dddddd; padding: 4px 8px 6px 8px;}

.editicon {
  padding: 0;
  margin: 0px 4px 3px 0;
}
.editpro a:hover{text-decoration: none;}

.imgproductlist img {
  border: 3px solid #0d6efd;
  padding: 2px 2px;
}
.checkicon{color:#0084b4}

.tableproductlist .form-check-input {
  position: relative;
  /* margin-top: 0.3rem; */
  margin-left: -1.25rem;
}

tr.productlistrepeatthead {
  background: #e3e3e3;
}
tr.productlistrepeatthead th {
  text-align: -webkit-match-parent;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 7px;
}

tr.productlistrepeatthead .form-check {
  padding-left: 0;
}

tr.productlistrepeatthead .form-check.form-switch strong {
  font-weight: bolder;
  float: right;
  padding-right: 4px;
}

.imgproductlist {
  margin: 4px 0px 4px 0px;
  text-align: center;
}

tr.productlistrepeatthead .form-check-input{margin-left:0px;}

tr.productlistrepeattbody {
  margin: 20px 0 0 0;
  padding: 6px 8px 9px 11px;
  background: #f4f4f4;
  clear: both;
  overflow: hidden;
}

tr.productlistrepeattbody:hover{background: #ebebeb; color:#0d6efd;} 
td.tenacontentprolist {
  width: 24%;
}
.tableproductlist table {
  border-collapse: inherit;
}

.tableproductlist table td {
  padding: 3px 6px;
  font-size: 14px;
}
/* table productlist end */


/* Editpage start */

.editpagehead h2 { 
    font-size: 22px;
    color: #333;
    margin-top: 0px;
    font-weight: 400;
    line-height: 27px;
}
.editpage-privewbtn {
  display: flex;
  justify-content: end;
}
.backarrow-icon{margin-right: 3px;}
.editpagehead a:hover{text-decoration: none;}
.viewicon {
  margin-right: 4px; font-size: 15px;
}
.editpage-privewbtn Button{font-size: 14px; color:#fff; margin-left: 6px; border-radius: 4px; border:none;
 padding: 3px 8px 5px 8px;}

.editpage-privewbtn button.btnbg-perpale{background: #605ca8;}
.editpage-privewbtn button.btnbg-perpale:hover{background: #9452d6;}

.editpage-privewbtn button.btnbg-blue{background: #0073b7;}
.editpage-privewbtn button.btnbg-blue:hover{background: #1f56ed;}

.editpage-privewbtn button.btnbg-darkblue{background: #314ff5;}
.editpage-privewbtn button.btnbg-darkblue:hover{background: #3d6beb;}

.editpage-privewbtn button.btnbg-green{background: #26953ce7;}
.editpage-privewbtn button.btnbg-green:hover{background: #33b23e;}

.editpage-privewbtn button.btnbg-red{background: #f03636;}
.editpage-privewbtn button.btnbg-red:hover{background:  #d20e0ee7;}


.editpage-privewbtn button.btnbg-perpale:not(:disabled):not(.disabled).active, .editpage-privewbtn button.btnbg-perpale:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #605C8F;
  border-color: #e06ef7;
}

section#main-editpage-tab {
  margin-top: 20px;
  padding-bottom: 110px;
}

#main-editpage-tab .tabbg{

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
    width:100%;
}

.general-information{background: #fff; border:1px solid #ddd;  margin-bottom: 13px;  border-radius: 5px;}
.general-information h2{background: #f5f5f5;

  padding: 9px 10px;
  font-size: 15px;
  color: #333;}

 .Generalinformationtab{padding: 8px 15px 13px  15px;} 

.inventory{background: #fff; border:1px solid #ddd;  margin-bottom: 13px;   border-radius: 5px;}

.inventory h2{background: #f5f5f5; padding: 9px 10px;
  font-size: 15px;
  color: #333;}

  .idbaseatoz {
    background: #fbfbfd;
    padding: 4px 7px;
    border-radius: 4px;
    border:1px dotted #ccc;
}  
.label-id strong{font-weight: 500; font-size: 14px; color:#666;}
.general-information label.form-label{font-size: 14px; color:#666;
  margin-bottom: 3px;
  font-weight: 500;}

 .grupedform {
    margin-top: 8px;
    margin-bottom: 10px;
}
.mainidgeneral{margin-bottom:10px; float:left; width: 100%;}
.checkboxproinfo {
  font-size: 14px;color:#666;
}
.main-fulldiscription {
  margin-top: 7px;
}
.main-fulldiscription strong{font-weight: 500;color:#666; font-size: 14px; margin:0px; padding: 0px; line-height: 0px;}
.text-editer {
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #f6f6f6;
}

.main-created {
  margin-top: 10px;
}

.main-created span {
  font-size: 14px;
  color: #666;
}

.gbpprice.input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #ced4da !important;
  border: 0;
  border-radius: 0 4px 4px 0 !important;
}

.tireprice span{font-size: 13px;}
.main-coustomerrole {
  margin-top: 22px;
}
thead.customer-role{background: #0d6efd; color:#fff;}

thead.customer-role th{font-size: 14px;
  font-weight: 500;}

  .Poundicon {
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 0px;
    font-size: 21px;
    color:red;
}  

.adnewprice {
  margin-top: 10px;
}
.inventory-box{padding: 8px 15px 13px 15px;}

.related-product p {
  line-height: 19px;
  font-size: 13px;
  color: #000;
}
.refreshbg a {
  background: #fff;
  padding: 5px 11px 10px 14px;
  border: 1px solid #ddd;
}
td.refreshbg {
  text-align: center;
}
.refreshbg a:hover{background: #f1f1f1; border:1px solid #0d6efd;}


/* Seo tab start*/
.seo-tabbox-seo {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 13px;
  border-radius: 5px;
}

.seo-tabbox-seo h2 {
  background: #f5f5f5;
  padding: 9px 10px;
  font-size: 15px;
  color: #333;
}

.seo-tabboxseo {
  padding: 8px 15px 13px 15px;
  display: flex;
  justify-content: center;
}
/* Seo tab end */

/* picture start */
.picture-tabbox-picture {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 13px;
  border-radius: 5px;
}

.picture-tabbox-picture h2 {
  background: #f5f5f5;
  padding: 9px 10px;
  font-size: 15px;
  color: #333;
}

.picture-tabboxpicture {
  padding: 8px 15px 13px 15px;
}

.picturetabnew img {
  border: 2px solid #0d6efd;
  padding: 2px 2px;
}
td.editpicture {
  vertical-align: middle !important;
}

td.deletepicture {vertical-align: middle !important;}
td.refreshbgpicture {vertical-align: middle !important; text-align: center;}

td.refreshbgpicture a {
  background: #fff;
  padding: 5px 11px 10px 14px;
  border: 1px solid #ddd;
}
.upload-picture {
  display: flex;
  justify-content: center;
}

.pctureiconfile {
  margin: -4px 6px 0 0;
  padding: 0;
  line-height: 0px;
  font-size: 17px;
  color: #fff;
}

.mainfileupload input#formFile {
  padding: 3px 0 8px 3px;
  background: none;
  text-indent: -106px;
}

.mainfileupload label.form-label {
    background: green;
    color: #fff;
    padding: 6px 7px;
    border-radius: 4px;
}  
/* picture end */


/* Productattributes tab start*/
.Productattributes-tabbox-Productattributes {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 13px;
  border-radius: 5px;
}

.Productattributes-tabbox-Productattributes h2 {
  background: #f5f5f5;
  padding: 9px 10px;
  font-size: 15px;
  color: #333;
}

.Productattributes-tabboxProductattributes {
  padding: 8px 15px 13px 15px;
  }
  .Productattributes-tabboxProductattributes p {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    font-weight: 500;
} 

.plus-iconatri {
  margin: -4px 4px 0 0;
    padding: 0;
    line-height: 0px;
    font-size: 17px;
    color: #fff;
}
.attributes-attributesb-g{background:#f1f1f1; padding: 5px 8px; border:1px solid #ddd;}

button.addcombibtn {
  margin-right: 9px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0d6efd !important;
  background-color: #fff !important;
  border-color: none;
  border-top: 1px solid #0d6efd !important;
 
}

/* .nav-link:focus, .nav-link:hover {
  color: #0d6efd !important;
  border-color: inherit !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: inherit !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: inherit !important;
  border-bottom:1px solid #ccc;
} */


.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
/* Productattributes tab end */


/* Specificationattributes tab start*/
.Specificationattributes-tabbox-Specificationattributes {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 13px;
  border-radius: 5px;
  margin-top:13px;
}

.Specificationattributes-tabbox-Specificationattributes h2 {
  background: #f5f5f5;
  padding: 9px 10px;
  font-size: 15px;
  color: #333;
}

.Specificationattributes-tabboxSpecificationattributes {
  padding: 8px 15px 13px 15px;
  display: flex;
  justify-content: center;
  
}

.Specificationattributes-tabbox p{
  font-size: 14px;
    color: #333;
    line-height: 21px;
    font-weight: 500;
}

/* Specificationattributes tab end */


/* Purchasedorder tab start*/
.Purchasedorder-tabbox-Purchasedorder {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 13px;
  border-radius: 5px;
}

.Purchasedorder-tabbox-Purchasedorder h2 {
  background: #f5f5f5;
  padding: 9px 10px;
  font-size: 15px;
  color: #333;
}

.Purchasedorder-tabboxPurchasedorder {
  padding: 8px 15px 13px 15px;
  display: flex;
  justify-content: center;
}

.Purchasedorder-tabbox p {
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 500;
}
.ietmformperpagelft {
  float: left;
  width: 62%;
}

.itemperpagerghttext {
  float: left;
  padding: 10px 0 0 9px;
}

.itemperpagerghttext strong{font-weight: 400;}

td.noitems {
  vertical-align: middle !important;
}

td.refreshbg.noitemsss {
  vertical-align: middle !important;
}
/* Purchasedorder tab end */


/* Editpage end */

/* https://bootsnipp.com/snippets/orAAd */


.dropdown-menu.show .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 35%;
    /* right: 20px; */
    right: 11px;
    transform: translateY(-50%);
}

section#top-head{background:#f3f4f9;}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.0rem rgb(38 143 255 / 50%);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.0rem rgb(38 143 255 / 50%);
}

a.nav-link.editpagelink {
    padding: 9px 17px;
    text-transform: uppercase;
    font-size: 14px;
}

h2.heading-editpage {
    font-size: 29px;
   line-height: 34px;
   margin-bottom: 6px;
   
}

.main-pagenation .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 8px 9px;
}

a.nav-link.productattrinav {
    padding: 9px 18px;
}

div#attributescombination {
    padding-top: 12px;
}

.content-wrapper h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main-btnproductlist h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  /* drop down menu start */
  .dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
  /* drop down menu end */
  
  .navbar-nav .dropdown-menu {
    margin-top: 21px !important;
}

.dropdown-menu .sm-nowrap {
    margin-top: 0px !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}

.highlighted{color:#1e9ff2 !important;}

#mainnav .btn-outline-success {
    color: #fff;
    border-color: #fff;
}