*{
  margin: 0;
  padding: 0;
  box-shadow: border-box;
}

body{
  color: #9C9C9C;
}
p{
  font-size: 12px;
  color: #9C9C9C;
}

h1{
  color: #696878;
}
h2{
   color: #696878;
}
h3{
   color: #696878;
}
h4{
   color: #696878;
}
h5{
   color: #696878;
}
h6{
   color: #696878;
}

button{
  outline: none;
}
a{
  outline: none;
}
button:focus{
  outline: none;
}
a:focus{
  outline: none;
}





#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: 100vh;   
    /*background-color: #333;*/
    padding: 0px 10px 0px 10px;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    /*width: 230px;*/
    width: auto;
}
.sidebar-collapsed {
    width: 95px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 85px;
    color: black !important;
    border: none;
    width: 95px;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    /*background-color: #333;    */
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

/*custom css below*/
.top-header-cus-cls{
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.custom-card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;

}

.custom-card-header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color:transparent;;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-card-body{
  flex: 1 1 auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.ctm-bg{
  background-color: #f5f4ef !important;
}

a.bg-light:focus{
  background-color: #ffffff !important;
}

a.bg-light:hover{
  background-color: #A8C8B3 !important;
  /*background-color: #a8c8b3 !important;*/
  box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
}
a.bg-light-active{
  background-color: #dae0e5 !important;
  /*background-color: #a8c8b3 !important;*/
  box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
}
button.bg-light:focus{
  background-color: #dae0e5 !important;
} 
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.list-group-item{
  padding: 0;
}

#sidebar-container ul a .menu-link-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  font-size: 12px;
}
.menu-link-container .label-text{
  display: flex !important;
}

.list-group{
  background-color: #f5f4ef;
  height: auto;
}
.logout-button-position-adj{
  margin: 100px 0 0 0;
}




/*dashboard starts*/
.dash-card-1{
  background: #676676;
  color: white;
}
.dash-card-2{
  background: #f5f4ef;
  color: black;
}
.custom-card{
  box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
}

.custom-card-header-label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-card-header img {
    height: auto;
    width: 40px;
    object-fit: none;
    border-radius: 45px;
}
h4.custom-card-header-label-left {
    padding: 0px 10px;
    font-size: 15px;
    margin: auto 0;
}
h4.custom-card-header-label-right {
    padding: 0px 10px;
    font-size: 15px;
    margin: auto 0;
    color: #a7c8af;
    font-weight: bold;
}
.dashboard-heading h2{
  padding: 30px 0;
}

.section-logo img {
    height: auto;
    width: 120px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
}
.custom-card-body .section-logo{
  flex: 1.3;
  text-align: center;
}
.custom-card-body .section-profile{
  flex: 2;
  text-align: center;
}

.custom-card-body .section-address{
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-card-body .section-phone-email{
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;

}
.section-profile .sec-1 h3{
  font-size: 24px;
  color: #fff;
}
.section-profile .sec-1 p{
  font-size: 12px;
}
.section-profile .sec-1{
  border-bottom: 1px solid #767585;
  width: 100%;
  padding: 15px 0 0px 0;
}
.section-profile .sec-2 p{
  margin: 0;
  color: #fff;
}
.section-address p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}
.section-address h4 {
    font-size: 18px;
  margin: 8px 0 0 0;
  color: #fff;
}

.section-phone-email p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

.section-phone-email h4 {
    font-size: 18px;
    margin: 8px 0 0 0;
    color: #fff;
}

.section-profile .sec-2 h2 {
    padding: 0;
    color: #fff;
}


.section-button .sec-row-1 {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dash-card-2 .section-stats{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.dash-card-2 .section-stats .sec-row-1{
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dash-card-2 .section-stats .sec-row-2{
 width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dash-card-2 .custom-card-body{
  flex-direction: column;
}

.dash-card-2 .section-button{
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin: 40px 0 0 0;*/
}

.dash-card-2 .section-button .sec-row-1 a {
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    background: #a8c8b3;
    color: white;
    margin: 15px 0 0 0;
    cursor: pointer;
    text-decoration: none;
}

.custom-btn{
   border: none;
    border-radius: 50px;
    padding: 10px 40px;
    background: #a8c8b3;
    color: white;
    margin: 15px 0 0 0;
    cursor: pointer;
    text-decoration: none;
}


.dash-card-2 .section-button .sec-row-1 a:hover {
  background-color: #34a75c;
  -webkit-box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
    -moz-box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
    box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
}

.dash-card-2 .section-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.dash-card-2 .section-footer .sec-row-1 {
    width: 100%;
}

.dash-card-2 .section-footer .sec-row-1 p{
    padding: 35px 0 0 0;
    text-align: center;
    margin-bottom: 0;
}
.dash-card-2 .section-footer .sec-row-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0px 0 0;
}

.dash-card-2 .custom-card-body .section-footer .sec-row-2 i {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: 5px;
}


button:focus{
  outline: none;
}
.custom-avatar-box{
  height: auto !important;
  width: 35px !important;
  object-fit: contain !important;
}
.custom-card-image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-card-image-box {
  padding: 0px 0px 30px 0;
}
.custom-card-image-box:last-child {
  padding: 0px 0px 0 0;
}
.custom-card-image-box img{
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.75);
}
.custom-card-image-box h6{
  padding-top: 15px;
}

.custom-card-image-blog-heading {
    padding: 25px 0 10px 0;
}
.custom-card-image-blog-heading h5{
    border-bottom: 1px solid #deddd8;
    padding: 0 0 15px 0;
    width: 100%;
}

.custom-card-image-blog-desc {
   
}

.custom-card-image-blog-desc p {
    margin: 0 0 5px 0;
    padding: 0;
}

.card-margin-top-bottom{
  margin: 30px 0px !important;
}

.custom-card-order-container {
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  flex-direction: column;

}

.custom-card-order-img-container {
  height: 120px;
  width: 120px;
  display: flex;
}
.custom-card-order-img-container img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 15px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 15px -8px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 15px -8px rgba(0,0,0,0.75);
}

.custom-card-order-des-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0;
}

.custom-card-ship-container{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}
/*.custom-card-ship-container::after{
  content: "";
  position: absolute;
  height: auto;
  width: 95%;
  top: auto;
  bottom: 0px;
  border-bottom: 1px solid black;
  left: 17px;
}*/
.custom-card-ship-total-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
}
.h-seperator {
  border: 1px solid #d9d8d5;
  margin: 20px 0px;
}


.color-green{
  color: #a7c8af;
}



/*dashboard ends*/
/* login starts */
.inputs-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px 0px 20px;
}
.section-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}
.section-login-container::before{
  content: "";
  position: absolute;
  background-image: url(../graphics/login-bg.jpg);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-form-size-w{
  width: 330px;
  position: relative;
}


.section-login-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 60vh;
}
.section-login-box h2{
  margin:0 0 30px 0;
  font-weight: 700;
}

.msg-container {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 30px 0 30px;
    width: 100%;
    font-size: 12px;
    margin: auto;
}
.msg-container a{
  color: #aac7b3;
  font-weight: bolder;
}
.inputs-radio-container a{
   color: #aac7b3;
}

.inputs-text-container input {
    padding: 12px 15px;
    width: 100%;
    border-radius: 35px;
    border: 1px solid #d8d8d8;
    margin: 12px 0px;
    font-size: 14px;
    outline: none;
}

.inputs-text-container input::-webkit-input-placeholder {
   color: #c5c5c5;
}

.inputs-text-container input::-ms-input-placeholder {
   color: #c5c5c5;
}

.inputs-text-container input::placeholder {
   color: #c5c5c5;
}
.inputs-radio-container {
  width: 100%;
  padding: 5px 30px 25px 30px;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.inputs-radio-container input{
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.inputs-radio-container a{
  float: right;
}

.inputs-radio-container label{
  cursor: pointer; 
}
.inputs-radio-container input{
  cursor: pointer; 
}


.section-login-box .custom-btn{
  width: 80%;
  margin-bottom: 38px;
}
.section-login-box .custom-btn:hover{
  background-color: #34a75c;
  -webkit-box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
  -moz-box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
  box-shadow: 2px 2px 15px -2px rgba(52, 167, 92,0.75);
}

/* login ends */






/*----------------------------------media queries below------------------------------*/
@media (min-width: 480px) {


}

@media (min-width: 768px) {
  .top-header-cus-cls{
    display: none;
  }

  .custom-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: row;
  }


  .custom-card-body .section-logo {
    text-align: left;
  }

  .section-profile .sec-1 {
    border-bottom: 1px solid #767585;
    width: 65%;

  }

  .section-profile .sec-1 p {
    margin-bottom: 3px;
    color: #fff;
  }


  .custom-card-body .section-profile{
    text-align: left;
  }
  .custom-card-body .section-address {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-card-body .section-phone-email {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-card-image-container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }

  .custom-card-image-box {
    padding: 0px 25px 0 0;
  }
  .custom-card-image-box:last-child {
    padding: 0px 0px 0 0;
  }
  .custom-card-image-blog-heading h5{
    /* width: 25%; */
  }
  .custom-card-order-container{
    flex-direction: row;
  }

  .custom-card-order-des-container {
    width: 55%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-card-ship-container{
    width: 70%;
  }
  .custom-card-ship-total-container{
    width: 35%;
  }



 







}


@media (min-width: 1024px) {
/*  .custom-card-order-des-container {
    width: 55%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }


  .custom-card-ship-container {
      width: 75%;
  }
*/








}
@media (min-width: 1366px) {
   .custom-card-order-des-container {
    width: 65%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .custom-card-ship-container {
      width: 80%;
  }

}













