/*
Template Name: Adminto Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.logo {
  color: #ffffff !important;
  font-size: 32px;
  margin-top: 8px;
   font-family: 'Montserrat', sans-serif;
  float: left;
}
.logo span span {
  color: #10c469 !important;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 62px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
#topnav .navigation-menu li.active > a {
  color: #71b6f9 !important;
}
#topnav .navigation-menu li.active > a i {
  color: #71b6f9 !important;
}
#topnav .topbar-main {
  background-color: #242424ba;
}
#topnav .topbar-main .badge {
  position: absolute;
  top: 12px;
  right: 7px;
}
#topnav .topbar-main .nav > li > a {
  color: #ffffff !important;
  line-height: 93px;
  padding: 0px 15px;
  position: relative;
  background: transparent !important;
}
#topnav .topbar-main .nav > li > a i {
  font-size: 16px;
}
/* #topnav .topbar-main .navbar-nav > .open > a {
  background-color: rgba(255, 255, 255, 0.1) !important;
} */
#topnav .topbar-main .profile img {
  border: 2px solid #edf0f0;
  height: 50px;
  margin-top: 20px;
  width: 50px;
}
#topnav .topbar-main .navbar-nav {
  margin: 0px;
}
#topnav .app-search {
  position: relative;
  margin: 15px 30px 15px 10px;
}
#topnav .app-search a {
  position: absolute;
  top: 5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.7);
}
#topnav .app-search .form-control,
#topnav .app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 30px;
  height: 30px;
  width: 180px;
}
#topnav .app-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
#topnav .app-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
#topnav .app-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
#topnav .app-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
#topnav .navbar-custom {
  background-color: #ffffff;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  background-color: #71b6f9;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav .navbar-toggle:focus span {
  background-color: #71b6f9;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 23px auto 17px auto;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform .5s ease;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #435966;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 20px;
     padding-left: 20px;
    padding-right: 20px;
}
#topnav .navigation-menu > li > a:hover {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a:hover i {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a:focus {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a:focus i {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a:active {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a:active i {
  color: #71b6f9;
}
#topnav .navigation-menu > li > a i {
  font-size: 18px;
  margin-right: 5px;
  color: rgba(67, 89, 102, 0.8);
  vertical-align: middle;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
}
@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px;
  }
  #topnav .navigation-menu > li:hover a {
    color: #71b6f9;
  }
  #topnav .navigation-menu > li:hover a i {
    color: #71b6f9;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: "themify";
    position: absolute;
    right: 20px;
    font-size: 9px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    color: #435966;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #71b6f9;
  }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding-top: 72px;
  }
  .container {
    width: auto;
  }
  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #435966;
    padding: 15px;
  }
  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #435966;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #71b6f9;
  }
  #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
    content: "\e64b";
    font-family: "themify";
    position: absolute;
    right: 30px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
  }
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #71b6f9;
  }
  #topnav .navbar-header {
    float: left;
  }
  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
.notification-box {
  margin-right: 10px;
}
.notification-box ul {
  max-height: 60px;
}
.notification-box ul li a {
  font-size: 24px;
  color: #ffffff;
  display: block;
  line-height: 60px;
}
.notification-box .noti-dot {
  position: relative;
  top: -45px;
}
.notification-box .pulse {
   width: 28px;
    height: 28px;
  border: 3px solid #ff5b5b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ff5b5b;
  z-index: 10;
  position: absolute;
  right: 3px;
}
.notification-box .dot {
  border: 4px solid #ff5b5b;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -12px;
  left: -4px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.user-box {
  text-align: center;
}
.user-box .user-img {
  position: relative;
}
.user-box .user-status {
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 0px !important;
}
.user-box .user-status i {
  font-size: 12px !important;
}
.user-box .user-status.away i {
  color: #f9c851;
}
.user-box .user-status.offline i {
  color: #ff5b5b;
}
.user-box .user-status.online i {
  color: #10c469;
}
.user-box .user-status.busy i {
  color: #98a6ad;
}
/* Footer */
.footer {
  border-top: 1px solid rgba(67, 89, 102, 0.1);
  bottom: 0px;
  color: #58666e;
  text-align: left !important;
  padding: 20px 0px;
  position: absolute;
  right: 0px;
  left: 0px;
}
.footer ul li {
  padding-left: 10px;
  padding-right: 10px;
}
.footer ul li a {
  color: #98a6ad;
}
.footer ul li a:hover {
  color: #71b6f9;
}
.wrapper.right-bar-enabled .right-bar {
  right: 0;
  display: block !important;
}
.wrapper.right-bar-enabled .left-layout {
  left: 0;
}
/* Right sidebar */
.side-bar.right-bar {
  float: right !important;
  right: -266px;
  top: 0px;
}
.side-bar {
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  transition: all 200ms ease-out;
  width: 240px;
}
.right-bar {
  background: #ffffff !important;
  z-index: 9999 !important;
}
.right-bar h4 {
  border-bottom: 1px solid rgba(152, 166, 173, 0.5);
  padding: 4px 10px 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.right-bar .right-bar-toggle {
  float: right;
  line-height: 46px;
  font-size: 20px;
  color: #333;
  padding: 0px 10px;
}
.notification-list {
  padding-bottom: 60px;
  height: 100%;
}
.notification-list .list-group-item {
  border-bottom: 1px solid rgba(152, 166, 173, 0.2) !important;
  margin-bottom: 0px;
}
.notification-list .list-group-item.active {
  background-color: rgba(152, 166, 173, 0.1);
}
.user-list .user-list-item .avatar {
  float: left;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.user-list .user-list-item .avatar img {
  border-radius: 50%;
  width: 100%;
}
.user-list .user-list-item .icon {
  float: left;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
.user-list .user-list-item .icon i {
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}
.user-list .user-list-item .user-desc {
  margin-left: 40px;
}
.user-list .user-list-item .user-desc span.name {
  color: #435966;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}
.user-list .user-list-item .user-desc span.desc {
  color: #98a6ad;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}
.user-list .user-list-item .user-desc span.time {
  font-size: 11px;
  color: #71b6f9;
  font-style: italic;
}
/* Invoice logo */
.invoice-logo {
  color: #188ae2 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.underline {
  width: 100px;
  height: 2px;
  background-color: #0f5d70;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filter {
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}

.card-body {
  border: 1px solid lightgrey;
  -webkit-border-radius: 20px;
  border-radius: 5px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  margin-bottom: 7px;
  background-color: white !important;
  height: 100%;
  /* box-shadow: 1px 1px 10px lightgray; */
  padding: 16px;
  margin-top: 15px;
}

.border-left1 {
  border-left: 3px solid;
  height: none;
  height: 60px;
  padding: 10px;
}

.light-blue {
  border-color: #dbf3fa !important;
}

.border-left1 h5 {
  font-weight: 600;
  margin: 0px;
  font-size: 12px;
}

.border-left1 span{
  font-size: 20px;
  font-weight: 600;
}

.card-body img{
  margin-top: 10px;
}

.light-green {
  border-color: #e1f2e1 !important;
}

.light-red {
  border-color: #fbe9ef !important;
}

.light-orange {
  border-color: #fff1ea !important;
}

.light-purple {
  border-color: #e9e9ff !important;
}

.light-yellow {
  border-color: #fff8dc !important;
}

.light-grey {
  border-color: #d3d3d3;
}

.light-second-purple {
  border-color: #cb7cc070;
}

.light-light-red {
  border-color: rgb(212, 162, 162);
}

.light-agent {
  border-color: #ff020433;
}

.light-dis {
  border-color: #f7ff99;
}

.light-non {
  border-color: #08b2bb4a;
}

.light-g{
  border-color: #eaf0d6;;
}

.light-p {
  border-color: #fedaff !important;
}

.light-gr {
  border-color: #b6ffb9 !important;
}

.light-og {
  border-color: #ffc698 !important;
}

.team-box{
  border: 1px solid lightgray;
  padding: 10px;
  height: none;
  /* margin-top: 20px; */
  width: 150px;
}

.team-box img{
  width: 100%;
}



.team-leader{
display: inline;
}

.team-leader li{
  display: inline-block;
  
}

.team-leader h6{
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.team-box p{
  text-align: center;
  margin: 0px;
}

.team-box h6{
  text-align: center;
}

.vert-line{
width: 2px;
height: 20px;
background-color: lightgray;
margin: auto;
}

.team-box1{
  border: 1px solid lightgray;
  padding: 10px;
  height: none;
  margin-bottom: 20px;
  width: 150px;
}

.team-box1 img{
  width: 100%;
}

.team-box1 span{
  color: red;
  font-size: 13px;
  float: right;
}

.search-page h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.search-page h3 span {
  background: #6094a0;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.search-page h5 {
  font-size: 17px;
  margin: 0px;
  padding: 5px 0px;
  font-weight: 700;
  border-bottom: 1px solid #25272e52;
  margin-bottom: 10px;
}

.search-page p {
  color: black;
  font-size: 12px;
  margin: 0;
}

.search-page p i {
  margin-right: 10px;
  color: #0f5d70 !important;
}

.search-page table {
  width: 100%;
}

.search-page table th {
  padding: 5px;
  text-align: center;
  border: 1px solid lightgray;
  color: black;
  background-color: whitesmoke;
}

.search-page table td {
  border: 1px solid lightgray;
  padding: 5px;
  text-align: center;
  color: black;
}

.usernamecss{
  margin-top: 40px;
  color: white;
  font-weight: 600;
  margin-right: 20px;
}

.assign_lead{
  text-align: center;
  font-size: 20px;
    font-weight: 600;
}

.card-assign{
  border: 1px dashed grey;
  padding: 15px;
}

.underline{
  height: 2px;
  width: 100px;
  background-color: red;
  margin: auto;
}

.ems-daily{
  background-color: #e9e8e8a6;
  height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
}

.ems-daily img{
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.search {
  float: right;
  margin-right: 10px;
  margin-top: -5px;
}
@media (max-width:576px) {
  .search {
  margin-right: 0;
}
}.search>div:after {
  content: "";
  background: #fff;
  width: 3px;
  height: 12px;
  position: absolute;
  top: 46px;
  transform: rotate(135deg);
}
.search>div>input {
  color: rgb(255, 255, 255);
  font-size: 12px;
  background: 0 0;
  width: 30px;
  height: 30px;
  padding: 10px;
  border: solid 3px #ffff;
  outline: 0;
  border-radius: 35px;
  margin-top: 30px;
  transition: width .5s;
  cursor: pointer;
}
.search>div>input::placeholder {
  color: #fff;
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.search>div>input:focus::placeholder {
  opacity: 1;
}
.search>div>input:focus, .search>div>input:not(:placeholder-shown) {
  width: 325px;
}

.total-lead {
  background-color: #dbf3fa;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
}

.total-lead i {
  color: #4ac2e4;
  font-size: 25px;
  line-height: 40px;
}


#suggestion-box1 {
  /* position: absolute; */
  z-index: 100;
  background-color: #fff;
  height: 300px;
  overflow-y: auto;
}
#suggestion-box1 li {
  font-size: 12px;
  border-bottom: 1px solid lightgray;
  padding: 3px;
  background-color: #fff;
  /* border: 1px solid #f36c1a17; */
  line-height: 30px;
  /* font-weight: 700; */
}
#suggestion-box1 li:hover {
  background-color: #f5f5f5;
}
#suggestion-box1 ul {
  /* height: none!important; */
  box-shadow: 1px 1px 10px lightgray;
  border-radius: 5px;
  background-color: white;
  height: 300px;
  padding: 0px !important;
  overflow-y: auto;
  position: absolute;
  width: 325px;
}

.profile-box {
  margin-top: 25px;
  margin: 2px 2px 2px 2px;
  min-height: 300px;
  background-color: white;
  box-shadow: 1px 1px 10px lightgrey;
  border: 1px solid lightgray;
}

.pro-box {
  height: 195px;
  overflow: hidden;
  background-color: white;
}

.profile-box i {
  font-size: 17px;
  color: red;
  margin-right: 10px;
}

.process{
  width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.process-back{
  /* background: #d3d3d357;
  height: 144px;
  position: absolute;
  width: 50%;
  z-index: 100;
  right: 0;
  top: 35%; */

  background: #d3d3d357;
    height: 120px;
    position: absolute;
    width: 74%;
    z-index: 100;
    right: 0;
    /* bottom: 0; */
    top: 37%;
}

.process1{
  width: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.process-back1{
  background: #d3d3d357;
    height: 144px;
    position: absolute;
    width: 50%;
    z-index: 100;
    /* bottom: 0; */
    left: 50%;
    top: 12%;
}

.order-detail{
  border: none;
  border-bottom: 1px solid lightgray !important;
  padding: 7px 12px;
  width: 100%;
  font-size: 14px;
    font-weight: 600;
    color: #797979;
}

.order-detail option{
  color: #797979;
}

.dashed_line{
  border-bottom: 1px dashed lightgray;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-line h4{
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.under-head{
  background-color: #0f5d70;
    height: 4px;
    width: 165px;
    margin-bottom: 40px !important;
    margin: auto;
}

.order-detail1{
  border: none;
  border-bottom: 1px solid lightgray !important;
  padding: 7px 12px;
  width: 100%;
  font-size: 20px;
    font-weight: 600;
    color: #797979;
    text-align: center;
}

.display-date {
  text-align: center;
  /* margin-bottom: 5px; */
  font-size: 12px;
  font-weight: 600;
  color: white;
  /* margin-top: 10px; */
}

.display-time {
  /* display: flex; */
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  /* border: 2px solid #ffffff; */
  padding: 0px 14px;
  color: white;
  border-radius: 5px;
}

.date-box{
  border: 2px solid white;
  padding: 5px;
  margin-top: 20px;
  border-radius: 5px;
}

.page-title1{
    line-height: 0;
    padding: 25px;
    /* box-shadow: 1px 1px 10px lightgrey; */
    border: 3px solid black;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.new_design_form p{
  color: black;
  font-size: 17px;
  padding: 5px 0px;
  font-weight: 700;
  border-bottom: 1px solid #25272e52;
  margin: 0;
  margin-bottom: 20px !important;
}

.new_design_form label{
  font-size: 12px;
}

.new_design_form span{
  color: red;
}

.design-form{
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 25px;
  padding: 7px 12px;
  font-size: 12px;
}

.form-group .form-group-label {
  background-color: var(--cirrus-form-group-bg);
  border: 1px solid #dee2e6;
  border-radius: 0.2rem;
  color: var(--cirrus-form-group-fg);
  margin: 0;

  user-select: none;
  padding: 7px 12px;
  position: absolute;
    border-radius: 25px 0px 0px 25px;
    background: #efefef;
}

.design-form1{
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 25px;
  padding: 7px 12px;
  font-size: 12px;
  padding-left: 55px;
}

.design-form[disabled], .design-form[readonly], fieldset[disabled] {
  background-color: #d1e3f9;
  opacity: 1;
  color: black;
}

.design-form1[disabled], .design-form1[readonly], fieldset[disabled] {
  background-color: #d1e3f9;
  opacity: 1;
  color: black;
}

.new_design_form table{
  width: 100%;
}

.new_design_form th{
 
    width: 50%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
}

.new_design_form td{
  width: 50%;
  border: 1px solid lightgray;
  border-radius: 25px;
  padding: 7px 12px;
  font-size: 12px;
}

.qty_value{
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 7px 12px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;

}

.tool i {
  /* text-align: left; */
  position: absolute;
  right: 18px;
  color: orange;
  margin-top: 10px;
}

.per-report{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  border-radius: 5px;
  padding: 10px;
  border-left: 3px solid #fe0506;
  background-color: white;
  margin-top: 20px;
}

.per-report p{
  font-size: 27px;
  margin: 0px;
  font-weight: 700;
  color: black;
  line-height: 40px;
}

.per-report h4{
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

