/* Author: Hardeep Singh Villkhu */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
  

a,a:hover,a:visited{text-decoration:none !important;color:inherit;cursor:pointer;}
a:focus{color:inherit;outline:none;}


.active>.page-link, .page-link.active {
    background-color: #414ad0;
    border-color: #414ad0;
}
.page-link {
    color: #414ad0;
}
.sidebar li i{
    margin-right: 15px;
    width: 15px;

  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close i.arrow{
  display: none;
}
.sidebar li a{
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: normal;
}
.sidebar li a .link_name{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar li .sub-menu{
    background: #3e425a;
    display: none;
}
.sidebar li.showMenu .sub-menu{
  display: block;
      list-style: none;
         
}
.sidebar.active li.showMenu .sub-menu{
   padding: 0;
}
.sidebar.active li .iocn-link {
  display: block;
}
.sidebar.active li i {
  margin-right: 0;
}

.sidebar li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
      font-weight: 300;
}
.sidebar li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar li .sub-menu .link_name{
  display: none;
}
.sidebar.close li .sub-menu .link_name{
  font-size: 16px;
  opacity: 1;
  display: block;
}
.sidebar li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}

.sidebar li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}













.text-primary {color: #3e44d5 !important;}
.btn {
    padding: 10px 14px;
    font-size: 14px;
}
.btn-outline-primary {
    --bs-btn-color: #3e49cd;
    --bs-btn-border-color: #3e49cd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3e49cd;
    --bs-btn-hover-border-color: #3e49cd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3e49cd;
    --bs-btn-active-border-color: #3e49cd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3e49cd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3e49cd;
    --bs-gradient: none;
}
.btn-primary {
  color: #fff !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #3c46ca;
    --bs-btn-border-color: #3c46ca;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c46ca;
    --bs-btn-hover-border-color: #3c46ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3c46ca;
    --bs-btn-active-border-color: #3c46ca;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3c46ca;
    --bs-btn-disabled-border-color: #3c46ca;
}
.btn-primary-black {
    background: #3e425a;
    border-color: #3e425a;
    color: #fff;
}
.btn:hover {
    color: #fff;
    background-color: #3c46ca;
    border-color: #3c46ca;
    box-shadow: 0px 10px 13px 0px rgb(21 129 230 / 15%);
}

.btn-sm {
      font-size: 12px;
    padding: 5px 10px;
}
.dropdown .dropdown-menu {
     -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    top: 30px !important;
    padding: 0.5rem;
    min-width: 8rem;
    border: 0;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f9ff;
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
  }
}

@keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0
  }
}

.addAttach {
    text-align: center;
    border: 3px dotted #e9edf1;
    border-radius: 10px;
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #2f3349;
    cursor: pointer;
    }
.addAttach i {}

.invoiceTable {

}


.invoiceTable td {
  padding: 0 .5rem;
}
.invoiceTable .form-control {
    border-bottom: 1px solid #ced4da !important;
    padding-left: 0;
    border-radius: 0;
    font-size: 13px;
}

.invoiceTable .form-label {
  display: block;
  margin: 0;
}
.display-6 {
    font-size: 2rem;
}
.dropify-wrapper .dropify-message p {display: none;}
.borderLeftRed {
  border-left:10px solid #ff6f6f !important;
}
.borderLeftGreen {
  border-left:10px solid #11a32a !important;
}
.documentTrigger {
    padding: 15px 10px 0px 10px; 
    position: relative;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}
.documentTrigger .fa-sort-down {
      font-size: 12px;
    position: absolute;
    top: 22px;
    right: -2px;
}
.documentTrigger .cart-item-count {
       width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
      top: 4px;
    right: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.1);
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    background-color: #212529;
    z-index: 2;
}
.textBigg {
    font-size: 24px;
    font-weight: 700;
    color: #eceef6;
}
.deleteIcon i {
    font-size: 16px;
    padding: 10px;
}
.w-5 {
    width: 5%!important;
}
.w-10 {
    width: 10%!important;
}
.w-15 {
    width: 15%!important;
}
.w-20 {
    width: 20%!important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #3c46ca;
    outline: 0;
    box-shadow: none;
}
.badge-light-danger {
    color: #fff;
    background-color: #ff0000;
}
.badge-light-success {
    color: #fff;
    background-color: #72bf44;
}
.badge-light-pending {
    color: #fff;
    background-color: #ffc418;
}
.badge {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
}
.table.gy-5 th {
    text-transform: uppercase;
    font-size: 12px;
    
    font-weight: 700;
}
.table.gy-5 th, .table.gy-5 td {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #2f3349;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #f4f4f4;
}
.table td {
    font-size: 13px;
    vertical-align: middle;
}
.form-control, .form-select {
    padding: 10px 15px;
    font-size: 14px;
}
.uploadBackground {}
.dropify-wrapper {width: 100px !important;height: 100px !important;max-width:100px !important;}

.crossRed {    position: absolute;
    z-index: 1;
    right: -5px;
    font-size: 22px;
    top: -8px;
    color: #bbb;
    cursor: pointer;
  }

.crossRed:hover {
  color: #ff4545;
}



/**********************************************************************************************************************/


/*********************************************  LOGIN PAGE CSS STARTS  *************************************************************************/

.straightLine {
      position: absolute;
    width: 6px;
    height: 125px;
    display: inline-block;
    background: #414ac1;
    right: 0;
    top: 33%;
}
.loginPage {
      background: url(../images/bg-truck-logim.jpg) center center no-repeat;
    background-size: cover;
        overflow: hidden;
}
.wrapLogin {
  min-height: 480px;
}
.leftSideLoginContent {
    background: #eceef6;
    border-radius: 15px;
    min-height: 480px;
    position: relative;

}
.leftSideLoginContent h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #2f3349;
    font-weight: 700;
}
.leftSideLoginContent p {}
.leftSideLoginContent .bigTextt {      bottom: 40px;
  position: absolute;}
.bigTextt h3 {
    font-size: 70px;
    font-weight: 700;
    color: #dadeea;
}
.bigTextt h4 {
      text-transform: uppercase;
    font-size: 24px;
    color: #dadeea;
    font-weight: 700;
    letter-spacing: 5px;
}

.flexbox-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.vs-checkbox-con {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0.25rem 0;
}
.wrapLoginBody {

}


.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
     width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto 30px;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 80px #7ac142;
    }
}



/*********************************************  LOGIN PAGE CSS ENDS  *************************************************************************/














body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
  font-weight: normal;
  background: #fafafa;
  color: #002b56; }

.dropAction {}
.dropAction .dropdown-item {
      padding: 7px 10px;
    font-size: 12px;
    border-radius: 6px;
}










#content .navbar {
  padding: 1rem;
    border-radius: 15px;
    background: #fff;
    margin:0 0 1.5rem 0;
}

.navbar-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.wrapper {
  width: 100%; }

#sidebar {
  min-width: 270px;
  max-width: 270px;
  background: #2f3349;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center; }
    #sidebar.active ul.components li {
      font-size: 14px; 
    position: relative;}
      #sidebar.active ul.components li a {
        padding: 15px 0; }
        #sidebar.active ul.components li a span {
          margin-right: 0;
          display: block;
          font-size: 18px; 
        width: auto;}
    #sidebar.active .logo {
      padding: 0; }
    #sidebar.active .footer {
      display: none; }
      .logo img {
        width: 80px;
      }
  #sidebar .logo {
    display: block;
    color: #fff;
    font-weight: 900;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .logo {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar ul.components {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  #sidebar ul li {
    font-size: 16px;
  position: relative; }
  
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 10px 15px;
      display: block;
      color: #e5e5e5;
    width: 100%; }
      #sidebar ul li a span {
       margin-right: 15px;
    /* display: inline-block; */
    /* text-align: center; */
    width: 15px;  }
        @media (max-width: 991.98px) {
          #sidebar ul li a span {
            display: block; } }
      #sidebar ul li a:hover {
        color: #fff; }
    #sidebar ul li.active > a {
      background: transparent;
      color: #fff; }
  @media (max-width: 991.98px) {
    #sidebar {
      min-width: 80px;
      max-width: 80px;
      text-align: center;
      margin-left: -80px !important; }
      #sidebar.active {
        margin-left: 0 !important; } }

a[data-toggle="collapse"] {
  position: relative; }


@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none; } }

.footer {
  padding: 0 30px; }
  @media (max-width: 991.98px) {
    .footer {
      display: none; } }

















#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
background-color: #eceef6; 
padding: 1.5rem !important;
}

#content .navbar .navbar-collapse {
      flex-basis: 100%;
          justify-content: center;
}



    .active .admin {
    background: #3e425a;
        padding: 30px 10px;
  }
  .admin {
    padding: 30px;
    background: #3e425a;
}
.admin a {
    font-size: 16px;
    color: #e5e5e5;
}
  .active .admin a {
        color: #e5e5e5;
    font-size: 12px;
  }
  #sidebar.active ul.components li a.play span {
    background: #4249D3;
    border-radius: 30px;
    font-size: 20px !important;
    padding: 7px 10px;
    display: initial !important;
    margin-right: auto !important;
  }
 

  .nav-pills .nav-item {
    margin: 0 5px;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border: 1px solid #3e46d3;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #1dbdf8 0%, #5464fe 33%, #2d4ad5);
    box-shadow: 0px 10px 13px 0px rgb(21 129 230 / 15%);
}



.card {
  border: none;
  width: 100%;
  border-radius: 15px;
}



.card-header {
  border: none;
  background-color: transparent;
}
.navbar .container-fluid {
  padding: 0;
}
.inner-tab-content {
  background: #ffffff;
  margin-top: 20px;
}
.inner-nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}

.nav-item .nav-link {
       color: #002b56;
    border-radius: 50px;
    background-color: #eceef6 !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 25px;
    font-size: 13px;
    text-overflow: ellipsis;
    border: 1px solid #eceef6;
}


.nav-item .nav-link:hover {
      color: #3e46d3;
    border: 1px solid #3e46d3;
    box-shadow: 0px 10px 13px 0px rgb(21 129 230 / 15%);
}

.nav-item .nav-link.active:hover {
  color: #fff;
}



.inner-nav-tabs.nav-tabs .nav-link.active, .inner-nav-tabs.nav-tabs .nav-item.show .nav-link {
     color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #1dbdf8 0%, #5464fe 33%, #2d4ad5);
    box-shadow: 0px 10px 13px 0px rgb(21 129 230 / 15%);
}
.inner-nav-tabs.nav-tabs .nav-item {
  margin-right: 10px;
}
.color-red {
  color: #FF0000 !important;
}
.color-yellow {
  color:  #FFA500 !important;
}
.status-red {
  color: #FF0000 !important;
}
.status-red a {
  background:#fff1f1 !important;
  border-radius: 20px;
  padding: 2px 6px;
  color: #ff1717 !important;


}
a.status-red {
  background:#fff1f1 !important;
  border-radius: 20px;
  padding: 2px 6px;
  color: #ff1717 !important;


}
.color-green {
  color: green !important;
}
.color-green a{
  background: #f0fff0;
    border-radius: 20px;
    padding: 2px 5px;
    color: #008000 !important;
}
a.color-green{
  background: #f0fff0;
    border-radius: 20px;
    padding: 2px 5px;
    color: #008000 !important;



}
.color-blue {
  color: #4249D3 !important;
}
.color-blue a {
  color: #565a70 !important;
}
.color-red a {
  color: #FF0000;
}
.color-green {
  color: #03A000;
}
.tab-pane .tab-content {
  background: #ffffff;
  margin-top: 20px;
}
.outline-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 3px 15px;
  color: #ffffff;
}
.adduser button {
  float: right;
}
@media (max-width: 767.98px) {
th #select-select {
  width: 100px !important;
  border-left: 1px solid #000;
}
.outline-btn {
  width: 100%;
}
.tabbable .nav-pills {
  display: block;
}
.inner-nav-tabs.nav-tabs .nav-item {
  margin-bottom: 2px;
}
.inner-nav-tabs {
  display: block;
  margin-bottom: 5px;
}
.filters .col-sm-2 {
  margin-bottom: 10px;
}
.btn-dark {
  margin: 10px;
}


}





.tab-content > .tab-pane p {
  padding: 20px;
}
.btn-logout {
    background: linear-gradient(90deg, #1dbdf8 0%, #5464fe 33%, #2d4ad5);
    border: 0;
    float: right;
    border-radius: 50px;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 25px;
    display: flex;
    box-shadow: 0px 10px 13px 0px rgb(21 129 230 / 15%);
    align-items: center;
}

.btn-logout span {margin: 0 0 0 5px;}



.active .subnav a i {
  padding-left: 0;
}
.subnav a i {
  padding-left: 20px;
}
.subnav-content {
    display: none; 
    position: relative;
    background-color: #f00 !important;
    width: 100%;
    z-index: 9999;
    top: -4px;
    text-align: left;
    left: 0px;
    height: auto;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  padding-left: 20px !important;
  background-color: #3E425A  !important;
}
.subnav-content a:hover {
  background-color: rgba(0,0,0,0.5);
  color: black;
  width: 100%;
}
/* .subnav:hover .subnav-content {
  display: block;
} */

.mobile-subnav {
  display: none !important;
}
.desktop-subnav {
  display: block !important;
}

.active .mobile-subnav {
  display: block !important;
}
.active .desktop-subnav {
  display: none !important;
}
@media (max-width: 1000px) {
  .mobile-subnav {
    display: block !important;
  }
  .desktop-subnav {
    display: none !important;
  }
  .user-form input,.user-form select {
    width: 100% !important;
  }
}
.user-per {
  margin-top: 20px;
}
.heading {
  border: 1px solid #8C8C8C;
  border-radius: 20px 20px 0px 0px;
  color: #ffffff;
}
.user-form-main {  
  background-color: #4249D3;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
}
.user-form input,.user-form select {
  width: 20%;
}
.user-table {
  padding: 20px;
  background-color: #fff;
}
.user-table table {
  border:1px solid #dee2e6;
  border-radius: 4px;
}
.user-btn {
  margin: 50px 0 0 0;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:-10rem; /* 10rem is the min-width of dropdown-menu */
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.content {
  background: #ffffff;
  margin: 20px 0;
  border-radius: 15px;
  padding: 20px;
}
.top-data .col-sm-6 {
  width: 50%;
}
#sidebar.active .mobile-logo {
  display: block;
}
#sidebar .mobile-logo {
  display: none;
}
#sidebar.active .desktop-logo {
  display: none;
}
#sidebar .desktop-logo {
  display: block;
}
.desktop-logo .logo img {
  width: 200px;
}
.dashboard-data {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 15px;
      border-bottom: 8px solid #3e425a;
}
.iconInvoice {
      background: #eceef6;
    display: flex;
    padding: 15px;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}
.iconInvoice i {
      font-size: 30px;
}
.data select,.data input {
  width: 100%;
}
.content-main select {
  max-width: 47%;
}
.head-outer {
  background-color: #fff;
}
.inner-data-dash {
  margin-top: 20px;
}
.activity-data {
  border-bottom: 1px solid #f5f5f5;

}
.content-table td{
  text-align: left;
  border:0;
}
.content-table p{
  color: #000;
  font-size: 16px;
}
.content-table .table-head {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.content-table .table-head span {
  color: #6c757d ;
  font-weight: normal;
}
.activity-data input,.activity-data select {
  width: 100%;
  max-width: 100%;
}
.blue-btn {
  background-color: #4249D3;
  color: #fff;
  border-radius: 5px;
  font-size: 21px;
  padding: 0px 14px;
  border-color: #4249D3;
  box-shadow: none;
}
.head-text {
  color: #000;
  font-weight: 700;
font-size: 16px;
line-height: 19px;
}
.view-blue-btn {
     background-color: #fff;
    color: #4249D3;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px 14px;
    border-color: #4249D3;
    box-shadow: none;
    border: 1px solid #4249d3;
}
.view-blue-btn:hover {
  background-color: #4249D3;
    color: #fff;
}




.invoice-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.first-img1 {
  width: 250px;
}
.second-img {
  width: 334px;
}
.third-img {
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .second-img {
    width: 332px;
}
}
@media (min-width: 768px) and (max-width: 1366px) {
  .second-img {
    width: 100%;
}
}

/* .data img {
  width: 100%;
} */
@media (max-width: 992px) {
  .first-img {
    height: 250px;
  }
  .second-img {
    height: 295px;
  }
  .third-img {
    width: 275px;
  }
  select {
    height: 40px;
  }
  .dashboard-data p:first-child {
    font-size: 16px;
  }
  /* .data select, .data input, .content-main select {
    width: 100%;
    max-width: inherit;
  } */
  /* .activity-data .col-sm-3 {
    padding-right: 0;
    padding-left: 30px;
    margin-bottom: 20px;
  } */
  .content-main .col-sm-12 {
    padding: 0;
  }
  .invoice .col-sm-6:first-child {
    margin-top: 10px !important;
  }
  .invoice .col-sm-6 {
    padding: 0 30px;
    margin: 0 !important;
  }
  .search .col-sm-6:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .data select,.data input {
    margin-top: 4px;
  }
}
.activity-data .col-sm-6.right {
  padding-right: 0;
}
.invoice .col-sm-6 {
  padding: 0 30px;
  margin: 20px 0;
}
.user-header {
  background: #3e425a;
 
}
.user-header .row {
  align-items: center;
}
.user-header .nav-item {
  margin-right: 10px !important;
}
.inner-nav-tabs.nav-tabs.user-tab .nav-link.active, .inner-nav-tabs.nav-tabs.user-tab .nav-item.show .nav-link {
  color: #fff;
  background-color: transparent !important;
  border: 1px solid #fff;
}
.user-header .inner-nav-tabs {
  margin: 0;
}
.user-header .nav-link {
  padding: 2px 1rem;
}
.modal-nav.nav-tabs .nav-link {
  margin-right: 2px;
  background-color: transparent !important;
  color: #000;
}
.modal-nav.nav-tabs {
  background: #F3F3F3;
    padding: 10px;
    margin-bottom: 15px;
}
.modal-nav.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4249D3 !important;
}

@media (max-width: 767px) {
  .carrier-1 .padding-right-data {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .two-div1 {
    padding-left: 15px !important;
  }
  .two-div {
    padding-right: 15px !important;
  }
  .filters {
    padding: 25px 12px 50px;
  }
  .user-header .carrier-2 {
    padding-right:  0 !important;
  }
  .user-header .col-sm-2 {
    padding: 0;
  }
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 100% !important;
  }
  .form-1 {
    display: block !important;
}
.form-10 .carrier-btn {
  padding: 0;
}
  .dashboard-data {
    margin-bottom: 20px;
  }
  .user-header {
    display: block;
  }
  .user-header .nav-item {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .user-header .inner-nav-tabs {
    padding: 0;
  }
  .user-header .adduser {
    padding: 0;
  }
  .first-img {
    width: 315px;
    height: 210px;

}
  .second-img {
    height: 100%;
    width: 280px;
  }
  
  .user-header .carrier-1 , .carrieradduser{
    display: block !important;
    padding: 0;
  }
  .user-header .form-group {
    padding: 0;
    margin-bottom: 10px !important;
  }
  .user-header .text-right.padding-right-data {
    padding-right: 0 !important;
  }
  .user-header .col-sm-6 .col-sm-3, .carrier-btn .outline-btn {
    margin-bottom: 10px;
  }
  .carrier-2 .carrier-dropdown {
    height: 30px;
  }
  .pr-0{
    padding-right: 15px !important;
}
}

@media (max-width: 400px) {
.dropdown-menu.show {
  display: block;
}
.form-10 .form-1 {
  padding: 0;
}
.class-flex {
  display: block !important;
}
}
@media (min-device-width:769px) and (max-device-width:1024px){
  .invoice-main {    
    max-width: 100%;
    flex: 0 0 100%;
  }
  .dropdown-toggle::after {
    right: 3px;
  }
  .first-img {
    width: 222px;
  }
  .second-img {
    height: 100%;
    width: 230px;
  }
  .third-img {
    width: 275px;
  }
  .dashboard-data p:first-child {
    font-size: 16px;
    line-height: 20px;
  }
  .activity-data .col-sm-3,.activity-data .col-sm-6, .filters .col-sm-2:not(:last-child) {
    padding-right: 0;
  }
  .outline-btn {
    padding: 3px 8px;
  }
}
.dashboard-data .search1 {
  padding-right: 0;
}

.user-header .carrier-2 input {
  border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 0;
}
.user-header .carrier-2 {
    padding: 0;
}
.user-header .carrier-1 {
   
}
.carrier-dropdown .dropdown-menu.show {
  display: block;
}
.carrier-btn button {
  width: 100%;
}
.carrieradduser {
  display: flex;
  justify-content: end;
}
.user-header .form-group {
  margin-bottom: 0;
}
.carrieradduser button {
  height: 36px;
}
.edit-modal label {
  font-size: 14px;
}
.form-1 {
  display: flex;
}
.form-2,.form-3 {
  padding: 0;
}
.form-3 .search{
  border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.outline-btn-blue {
  background: #4249D3;
  border-color: #4249D3;
  color: #fff;
  border-radius: .25rem;
}
.form-10 {
  display: block;
  border: 1px solid #949494;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.modal-checkbox .checkbox-inline {
  margin-right: 10px;
}

.modal-checkbox .checkbox-inline input {
  margin-right: 5px;
}
.form-2 {
  height: 33px;
}
.activity-select select {
  height: 36px;
  border-radius: 4px;
}
.class-flex {
  display: flex;
}
.class-flex .form-row {
  display: contents;
}
.assign-row {
  padding: 0 10px;
}
/* .form-10 .form-1 , .form-10 .modal-checkbox{
  padding: 0;
} */
.h-38 {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}
.h-38:focus {
  outline: none;
}
.two-div {
  padding-right: 0;
}
.two-div button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  height: 38px;
  width: 100%;
  background-color: #DCDCDC;
  color: #000000;
}
.two-div button:hover {
  background-color: #DCDCDC;
  color: #000000;
  
}
.two-div1 {
  padding-left: 0;
}
.two-div1 input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
  left: 0;
}
      
/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */

.note {
  display: grid;
  padding: 0;
}
.head-modal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.head-modal h4 {
  font-weight: 500;
font-size: 16px !important;
line-height: 19px;
}
.head-modal button {
  float: right;
}
.modal-card {
  border: 1px solid #8B8B8B;
  border-radius: 5px;
  margin-top: 20px;
}
.modal-card p{
  margin-bottom: 0;
  padding: 10px !important;
}
.filters .user-header {
  padding: 0;
}
.carrie-right {
  padding-right: 15px !important;
}
.row-data {
  display: flex;
}
.w-100 {
  width: 100%;
}
.table-current {
  border: 1px solid #DCDCDC;
}
.table-current thead {
  background-color: #4249D3;
  color: #ffffff;
  border-top-left-radius: 10px;
}
.table-current .current-headetr {
  background-color: #DCDCDC;
}
.current-date {
  margin-top: 20px;
}

.scroll-table {
  
}
.edit-modal p {
  padding: 0;
  color: #000000;
}
.old-notes tbody{
  float: left;
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.analytics-table tbody{
  /* float: left;
  overflow-y: scroll;
  height: 200px;
  width: 100%;
  margin-bottom: 30px; */
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  height: 300px;
}
.analytics-table tbody tr{
  display: flex;
  justify-content: space-around;
  flex: 0 0 auto;
}
.current-headetr th{
  border-top: 0;
}
.analytics-table tr td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}



.invoice-table {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
height: 315px;
}

.invoice-table::-webkit-scrollbar {
    width: 7px;
}
.invoice-table::-webkit-scrollbar-thumb {
    background: #b1b1b1;
    border-radius: 10px;
}
.invoice-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}



.bg-red {
    background-color: #ff0000;
   padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
}
.bg-green {
    background-color: #72bf44;
     padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
}
.bg-yellow {
    background-color: #ffc418;
    padding: 5px 10px;
    color: #fff;
    border-radius: 50px;
}
.pagination {
  justify-content: center;
  margin: 20px 0;
}
.user-header h4 {color: #ffffff;font-size: 16px;}
.list-head { margin: 20px 0;}
.list-head .input-group .form-group.has-feedback .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.list-head .input-group-btn .btn {
  border-radius: 0;
}
.list-head .input-group-btn .btn1 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.btn-list {
  background-color: #ffffff !important;
  color: #000000;
  border-color: #ced4da !important;
}
.list-contact {
  margin: 20px 0;
}
.list-contact-1 {
  list-style: none;
  padding: 0;
}
.list-contact-1 li{
  float: left;
  padding: 0 10px;
}
.member-list {
  border: 1px solid #949494;
  border-radius: 10px;
  padding: 10px;
}
/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.heading-1 {
  background: #949494;
  padding: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.heading-2 {
  background: #D0D0D0;
  padding: 5px;
  margin-bottom: 10px;
  color: #000000;
}
.dashboard-header {
  background-color: #3e425a;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}
.dashboard-header .row {
     align-items: center;
}
 
.dashboard-header h4 {
  margin: 7px 0 0 5px;
  color: #ffffff;
  font-size: 16px;
}


.dashboard-data .card {
    border: none;
    width: 100%;
    border-radius: 15px;
    /* background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%); */
    box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
    border: 1px solid #f1f1f1;
}
.inner-head p{
  font-size: 24px;
  display: inline-block;
}
.inner-head a {
  float: right;
}
.dashboard-card {
  border: 1px solid #949494;
  padding: 10px;
  border-radius: 10px;
}
.modal-img {
  text-align: center;
}
.modal-img img {
  width: 90px;
}
.modal-img p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.bg-text {
  background-color: #f2f2f2;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.head-dash {
  color: #000000;
  font-size: 16px;
}
.content .nav-link.active .dashboard-list {
  display: none;
}
.delete-row a{
  display: flex;
  margin: -4px !important;
}
.delete-row a i {
margin-right: 10px;
position: relative;
top: 5px;
}
.camp-view p {
  padding: 0 !important;
  margin: 0;
}
.camp-view .camp-head {
  margin-left: 20px;
  color: #000000;
}
.camp-view .edit-btn {
  margin-left: 20px;
  display: flex;
}
.camp-data span {
  padding-left: 5px;
}
.camp-data {
  color: #949494;
}
.camp-view .edit-btn a {
  margin-right: 10px;
}

.edit-drop .dropdown-menu.show {
  display: block;
}
.camp-tab .nav-tabs {
  margin: 30px 0 10px 0;
}
.camp-tab .nav-tabs li {
  padding-bottom: 7px;
}
.camp-tab .nav-tabs a {
  padding: 10px;
}
.camp-tab .nav-tabs a {
  color: #000;
}
.camp-tab .nav-tabs a.active {
  color: #2741C9;
}
.featuredBtn.active {
  background-color: #F3F3F3;
  color: #2741C9;
}
.featuredBtn {
  width: 370px;
  height: 50px;
  color: #000000;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #949494;
  letter-spacing: 2px;
  outline: none;
}
.email-data {
  padding: 0 15px;
  margin-top: 10px;
}
.btn-campaign a,.btn-campaign a:hover {
  color: #ffffff;
}
.all-data {
  border: 1px solid #949494;
  margin-top: 20px;
}
.all-data-inner {
  padding: 20px;
  border-bottom: 1px solid #949494;
}
.all-data-inner:last-child {
  border-bottom: none;
}
.all-data-inner p{
  padding: 0 !important;
  margin: 0;
}
.all-head b {
  color: #000000;
}
.all-detail {
  color: #949494;
  margin-left: 15px !important;
}
.btn-all {
  padding: 10px;
  color: #2741C9;
  background-color: transparent;
  border: 1px solid #949494;
  float: right;
}
.btn-all:hover {
  color: #2741C9;  
}
.edit-from {
  float: left;
}
.edit-drop.edit-from.dropdown .btn-secondary.dropdown-toggle {
  padding: 0 20px 0 0 ;
}
.to-tabs li a {
  padding-right: 20px;
}
.to-data {
  margin: 20px 0;
}
/*.inner-data {
  border: 1px solid #949494;
  padding: 10px;
  border-radius: 5px;
}*/
.to-table .checkbox label {
  margin: 0;
}
.check {
  color: #000000;
}
.to-tabs li a {
  color: #000000;
}
.to-tabs li a.active {
  color: #2741C9;
}