

 body {
     margin: 0;
     /*font-family: 'Quicksand', sans-serif;*/
     	font-family: calibri,sans-serif !important;
     /*font-size: 12px !important;*/
     font-size: 14px !important;
     font-weight: normal;
     line-height: 1.5;
     color: #333;
     overflow-x:hidden !important;
     text-align: left;
     background-color: #efefef;
}
.navbarHeader1 {
    padding-top:1px !important;
    top:55px !important;
}

.bgColor h3{
    background: linear-gradient(90deg, #535353 0, #706f70 100%)!important;
    color: #fff;
    font-size: 14px !important;
    padding: 8px 12px;
    text-align: left;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 0px !important;
}
.flexDateTime{
    border: 1px solid white;
    background-color: #fff !important;
    padding: 6px 12px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.group-control .labelText{
        margin-top: 14px;
}
.group-control .date{
    border: 1px solid lightgrey;
    padding: 5px 10px;
}
/*welcomepage css starts*/
/* #particles-js{*/
/*     width: 100%;*/
/*     height: 100vh;*/
/*     background-size: cover;*/
/*     background-position: 50% 50%;*/
/*     position: fixed;*/
/*     top: 0px;*/
     /*background: linear-gradient(to right, #3FDAE4 0%,#5C48CE 100%);*/
/*     background: linear-gradient(to right, #f72119 0%,#5C48CE 100%);*/
/*}*/
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #03071a;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
 .wrapper {
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     width: 100%;
     min-height: 100%;
}
 #formContent {
     border-radius: 5px;
     /*background: #ffffff;*/
     /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
     width: 90%;
     max-width: 350px;
     position: relative;
     padding: 10px 10px 22px 10px;
     text-align: center;
}
 .fadeIn.first {
     padding-top: 30px;
     padding-bottom: 30px;
}
 input[type=email],input[type=password] {
     padding: 6px 6px 6px 6px;
     text-decoration: none;
     display: inline-block;
     font-size: 12px;
     margin: 5px;
     width: 75%;
     border: 1px solid #f1f1f1;
     border-radius: 5px 5px 5px 5px;
     font-family: 'Quicksand', sans-serif;
     float: none;
     outline: none;
     border-radius: 4px;
}
/*img#icon {
     width: 80px;
     border-radius: 50%;
}
*/
 img#icon {
     /*width: 55%;*/
     width:220px;
}
 input[type=email],input[type=password]:focus {
     background-color: #f7f7f7 !important;
}
 input[type=email],input[type=password]:placeholder {
     color: #cccccc;
}
#inner-img {
  transition: 0.3s;
}

#inner-img:hover {
  transform: scale(1.1);
}

 .btn {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     margin: 20px 30px 20px 20px;
     float: right;
     width: 100px;
     padding: 8px;
}
.btn-primary{
    background-color:#585858 !important;
     color: #fff !important;
     border:none !important;
}
.btn-primary:hover{
    background-color:#585858 !important;
     color: #fff !important;
     /*border-color:#585858 !important ;*/
}
 button.btn.btn-primary {
     /*background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
     /*border: 1px solid #5c48ce;*/
     background-color:#585858;
     color: #fff;
     cursor: pointer;
     font-size: 12px;
     font-family: 'Quicksand', sans-serif;
     letter-spacing: 0.02rem;
}
/*welcome css ends*/
/*header css starts*/
 .navbar {
    /* overflow: hidden;*/
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 99;
     background: #ffff;
     display: initial;
     padding: 4px;
   box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
}
 .nav-left input {
     float: left;
     margin-left: 22px;
}
 .nav-left li {
     float: left;
     margin-left: 10px;
}

 .headerlogo {
     float: left;
     height: 40px;
     width: auto;
}
 .nav-right {
     float: right;
}
 .userprofile1 img {
     /*border: solid 1px #dedede42;*/
     border:2px solid #d83531;
     /*height: 46px;*/
     width:50px;
     border-radius: 50%;
}
.userprofile{
      width:50px;
      /*height: 46px;*/
      border-radius: 50%;
}
/*.userprofile1 img:hover{*/
/*border:2px solid #E78341;*/
/*}*/

li#list-type {
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #f5efee;
    border-radius: 25px;
}
li#list-type:hover{
    color:red;
}
 .nav-left li input {
     font-size: 12px;
     border-radius: 16px;
     border: 1px solid #cccccc;
}
 .headericons {
     width: 60px;
}
a{
    color:#666666 !important;
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}
 li {
     list-style: none;
}
 dl, ol, ul {
     margin-top: 0;
     margin-bottom: 0rem;
}
/*header css ends*/
/*sidenav css starts*/
 .sidenav {
     height: 100%;
     width: 15%;
     position: fixed;
     z-index: 1;
     top: 0px;
     left: 0;
     background-color: #ffff;
     /*overflow-x: hidden;*/
     padding-top: 20px;
     /*overflow: hidden;*/
     box-shadow:inset 0 1px 1px 0.06px;
}
 .sidenav:hover {
     overflow-y: initial;
}
 .sidenav::-webkit-scrollbar {
     display: block;
     width: 5px;
}
 .sidenav::-webkit-scrollbar-track {
     background: transparent;
}
/* .sidenav::-webkit-scrollbar-thumb {*/
/*     background-color: #818181;*/
/*     border-right: none;*/
/*     border-left: none;*/
/*}*/
 .sidenav a, .dropdown-btn {
     text-decoration: none;
     font-size: 13px;
     color: #333;
     font-weight: 500;
     display: block;
     border: none;
     background: none;
     width: 100%;
     text-align: left;
     cursor: pointer;
     outline: none;
     /*padding: 7px 10px;*/
}
 
 .dropdown-container {
     display: none;
     background-color: #262626;
     padding-left: 8px;
}

 .leftmenu {
     margin-left: 10px;
     padding-top: 20%;
     padding-left: 0px;
     margin-right: 15PX;
}
 .leftmenu a:hover {
     /*background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
     color: #000 !important;
     border-radius: 4px;
    /*    width:164px !important;*/
        background: #ffffff;
    /*color: #000000 !important;*/
  
}
 i.fa.fa-caret-down {
     float: right;
}
 i.fa.fa {
     letter-spacing: 0.3rem;
}
 i.fa.fa-sort-desc {
     float: right;
  margin-right: -12px;
    margin-left: -18px;
}
 .submenu {
     display: none;
     padding-left: 0px;
}
 ul#mainsubmenu {
     margin-left: -18px;
}
/*sidenav css ends*/
/*Body css starts*/
 .table-bordered {
     margin-left: 15.1% !important;
     width: 85%;
     background: #fff;
   /*  text-align: center;*/
     margin-top: 0%;
     margin-bottom: 2%;
}
 .table-bordereds {
     /*margin-left: 15.1% !important;*/
     width: 85%;
     background: #fff;
   /*  text-align: center;*/
     margin-top: 6%;
     margin-bottom: 2%;
}
 .table-bordered td {
     padding: 1px 0.75rem;
     font-size: 14px;
     font-weight: 500;
         font-family: calibri,sans-serif !important;
         color: #333;
}
 .table-bordered th {
     padding: 3px 0.75rem;
    /*border-bottom: 1px solid #d3d3d3; */
     font-size: 13px;
     font-weight: 500;
     /*font-family: 'Quicksand', sans-serif;*/
}
 .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 13px;
     line-height: 1.6;
     color: #333;
     font-weight: 500;
     background-color:#f7f7f7;
     background-clip: padding-box;
     border: 1px solid #f1f1f1;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*Body css ends*/
/*createlead css starts*/
 .card {
     margin-left: 17.6% !important;
     width: 82.4%;
     margin-top: 3.7%;
}
 .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
}
 .form-control {
     font-size: 13px;
}
 .control-group label {
    /* padding-top: 12px;
    */
     font-size: 12px;
     font-family: 'Quicksand', sans-serif;
}
/* .createlead {*/
/*     padding: 30px;*/
/*}*/
/*createlead css ends*/
 .leadsreport{
     margin: 200px 198px;
     /*padding: 50px 50px 30px 50px;*/
     border-radius: 6px;
     width: 50%;
     margin-left: 33% !important;
}
 .tableheader {
     background: linear-gradient(to right, #584dcf 0%,#4437ce 100%);
     color: #fff;
     position:sticky;
    top: 92px;
    height: 33px;

    
}
.navbarheader{
    margin-left:1px;
}
 thead.tableheader th {
     text-align: initial;
}
 .tablebody td {
     text-align: initial;
}
 .modal-dialog.modal-sm {
     margin-top: 100px;
}
 input.btn.update {
     background-color: #006df0;
     color: #fff;
}
 .modalpara {
     cursor: pointer;
}
 p{
     margin-bottom: 5px !important;
}
 .page-body {
   margin-left: 15% !important;
    width: 85%;
     margin-top: 5%;
}
 .md-content {
     color: #666666;
     position: relative;
     border-radius: 3px;
     margin-left: 15% !important;
     width: 85%;
     margin-top: 5%;
     padding: 12px;
}
 .addquotationbg {
     background: #4680ff;
}
 .addquotationbg h3 {
     color: #666666;
     text-align: center;
     /*background: linear-gradient(to right, #2ac4ff 0%,#4437ce 100%);*/
     background-color:#e1d7d7;
     font-size: 20px;
     padding-top: 3px;
     padding-bottom: 5px;
}
 .addquotation {
     background-color: #fff;
     margin-top: -10px;
     padding:1rem;
     border: 1px solid #bcbcbccf !important;
}
 .addquotationtable h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
}
 table tr h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
    " 
}
 .addquotationimg {
     width:100%;
     max-width:300px;
     margin-right: -28px;
     margin-top: -15px;
}
 .addquotationpara {
     color: #414bd5;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
}
 td.information {
     font-size: 15px;
     font-weight: 100;
}
 .invoice-box {
     max-width: 100%;
     padding: 10px;
     font-size: 16px;
     line-height: 24px;
     color: #555;
}
 .invoice-box table {
     width: 100%;
     line-height: inherit;
     text-align: left;
     margin-top: -15px;
}
 .invoice-box table td {
     padding: 5px;
     vertical-align: top;
}
 .invoice-box table tr td:nth-child(n + 2) {
     text-align: right;
}
 .invoice-box table tr.top table td.title {
     font-size: 45px;
     line-height: 45px;
     color: #333;
}
 .invoice-box table tr.information table td {
     padding-bottom: 40px;
}
 .invoice-box table tr.heading td {
     background: #eee;
     border-bottom: 1px solid #ddd;
     font-weight: bold;
}
 .invoice-box table tr.details td {
     padding-bottom: 20px;
}
 .invoice-box table tr.item td {
     border-bottom: 1px solid #eee;
}
 .invoice-box table tr.item.last td {
     border-bottom: none;
}
 .invoice-box table tr.item input {
     outline: none;
     border: 0px solid #cdcdcd;
     border-radius: 1px;
     padding: 4px;
}
 .invoice-box table tr.item td:first-child input {
     margin-left: -5px;
     width: 100%;
     border: 0px solid #cdcdcd;
     border-radius: 1px;
     padding: 4px;
}
 .invoice-box table tr.total td:nth-child(2) {
     border-top: 2px solid #eee;
     font-weight: bold;
}
 .invoice-box input[type="number"] {
     width: 60px;
}
 .btn-add-row {
     cursor: pointer;
     padding: 6px;
     border-radius: 3px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     border: 1px solid #5c48ce;
     color: #fff !important;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}
 i.icofont.icofont-ui-close.act-close {
     font-size: 12px;
     color: red;
     cursor: pointer;
}
 i.icofont.icofont-ui-check.act-tick {
     color: green;
     font-size: 12px;
     cursor: pointer;
}
 .remarkstop {
     margin-top: 10px;
}
 .downloadformat a {
     text-decoration: none;
     color: #000;
}
/*view quotation starts*/
 .viewquotationtitle {
     background-color: #4437ce;
     text-align: center;
     color: #fff;
     padding: 5px;
}
 .card-body {
     background-color: #fff;
     margin-top: 0px;
}
 .viewquotationlogo {
     max-width: 300px;
     float: right;
}
 .pull-left h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
}
 .viewquotationtable {
     border-collapse: collapse;
     width: 100%;
     counter-reset: serial-number;
}

 .viewquotationtable th {
     padding: 4px !important;
     background-color: #5c48ce;
     text-align: center;
}
.viewquotationtitle h3 {
     font-size: 20px;
}

table.viewquotationtable tr td {
    border: 1px solid #dedede;
    padding: 3px;
    text-align: center;
}
 .viewqutnsubtotal td {
     border: 1px solid #dbdbdb;
     background: #eeeeee;
     padding: 7px;
}
 .viewqutnsubtotal {
     float: right;
}
 .viewqutnpara {
     text-transform: capitalize;
}
 address p {
     color: #ec3e95;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
/*     margin-top: -17px;*/
     margin-bottom: 0px !important;
}
/*view quotation ends*/
 button.btn.btn-primary.createtask {
     margin-top: 80px;
     margin-right: 5px;
     width: 11%;
}
 .modal-dialog {
     margin-top: 10%;
}
 .smstemplatetxt {
     width: 100%;
     border: 1px solid #ced4da;
}
 .modal-header {
     /*background: linear-gradient(to right, #3926a1 0%,#5c48ce 100%);*/
     background-color:#585858;
     padding: 6px;
     color: #fff;
}
 .datatables {
     margin-left: 15.1% !important;
     width: 85%;
     background: #ffff;
     margin-top: 6%;
     padding: 30px 20px 30px 20px;
}
/*Copy pdf buttons starts*/
 .dt-buttons .dt-button {
     padding: 6px 15px;
     border-radius: 4px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     color: #fff;
     margin-right: 3px;
     text-decoration: none;
}
 .dt-buttons {
     padding-top: 5px;
     margin-bottom: 15px;
}
 .dataTables_info, .dataTables_length, .dt-buttons {
     display: inline-block;
}
 .dataTables_filter {
     float: right;
     margin-top: 10px;
}
 .dataTables_filter input {
     background-size: 0 2px,100% 1px;
     transition: background 0s ease-out;
     float: none;
     box-shadow: none;
     border-radius: 0;
     margin-left: 10px;
}
 .dataTables_filter input, .dataTables_filter input:focus {
     background-image: linear-gradient(#fb9678,#fb9678),linear-gradient(#e9ecef,#e9ecef);
    outline: none;
}
 .dataTables_filter input, .dataTables_length select {
     border: 0;
     background-repeat: no-repeat;
     background-position: center bottom,center calc(100% - 1px);
     background-color: transparent;
}
 [type=search] {
     outline-offset: -2px;
     -webkit-appearance: none;
}
 .dataTables_wrapper .dataTables_paginate {
     float: right;
     text-align: right;
     padding-top: 0.25em;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button {
     box-sizing: border-box;
     display: inline-block;
     min-width: 1.5em;
     padding: 0.5em 1em;
     text-align: center;
     text-decoration: none;
     cursor: pointer;
     color: #212529;
     border: 1px solid #ddd;
}
/*Copy pdf buttons ends*/
 table.table-bordered thead tr th {
     /*color: #fff;*/
     text-transform:uppercase;
         font-family: calibri,sans-serif !important;
         height:25px;
     font-size:14px;
     color:#666666;
}
/*select.form-control:not([size]):not([multiple]) {
     height: calc(0rem + 0px) !important;
}
*/
 table thead th {
     font-weight: 500;
     font-size: 13px;
     font-family: 'Quicksand', sans-serif;
     color: #fff;
     padding: 6px;
     padding: 5px 0.75rem;
}
 i.icofont.icofont-email {
     color: #ec2424;
}
 .icofont-email:before {
     content: "\efe4";
}
 .icofont-ui-check:before {
     content: "\ed27";
}
 .icofont-ui-close:before {
     content: "\ed2b";
}
 @font-face {
     font-family: 'icofont';
     src: url('../fonts/icofont.eot?v=1.0.0-beta');
     src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'), url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'), url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'), url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
     font-weight: normal;
     font-style: normal;
}
 .icofont {
     font-family: 'IcoFont' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 input:focus, textarea:focus, select:focus{
     outline: none;
}
/*Media Queries starts*/
 @media (min-width: 1080px) {
     .container {
         max-width: 100%;
    }
}
 @media (min-width: 768px) {
     .container {
         max-width: 100%;
    }
}
/*Media Queries ends*/
 table.table-bordered thead tr {
    /*background: linear-gradient(to right, #5a46cc 0%,#3a27a4 100%);*/
    background-color:#e1d7d7;

}
 .selectrqmnt {
     margin-top: 1rem;
     margin-bottom: 1rem;
}
 table.table-bordered tbody tr {
     border-bottom: 0px solid #d3d3d36b;
}
 /*table.table-bordered tbody tr:nth-child(even){*/
 /*    background-color: red !important;*/
 /*}*/
/*search project css starts*/
 .multi-select-dropdown {
     display:inline-block;
     border: 1px solid #e7e7e7;
     border-radius: 3px;
     width:100%;
     color: #9f9d9d;
     font-size: 13px;
     padding: 4px;
     cursor: pointer;
}
 .dd-title > input {
     outline:none;
     border:none;
     padding-left:1px;
     padding-right:26px;
     font-family: 'Open Sans';
     font-size: 16px;
     max-width:75%;
}
 .remove-icon i{
     float:right;
     padding-right:5px;
     font-size: 18px;
}
 .arrow-icon{
     position:absolute;
     right:0;
}
 .dd-title-text{
     width:100%;
}
 .dd-title {
     position:relative;
}
 .dd-header {
     padding: 5px;
}
 .dd-list{
    /* border-top: 1px solid black;*/
     list-style:none;
     margin:0;
     padding:5px;
     display:flex;
     flex-direction: column;
     z-index:9;
}
 .dd-list-item {
     padding: 1px;
}
/*search project css ends*/
 h4.mainhead {
     font-size: 17px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     color: #fff;
     padding: 3px 9px 3px 9px;
}
.mandatory {
     color: red;
}
.invoice-box h2 {
    font-size: 19px;
    color: rgb(3, 150, 255);
    font-weight: 600;
}
input.quotationfor {
    border: none;
    outline: none;
}

i.fa.fa-plus.btn-add-more.adbt1,i.fa.fa-minus.btn-remove-detail-row.clbt1 {
    cursor: pointer;
}

.navbarheader {
      text-align: center;
    }
    li.list-item:hover {
    background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
    color: #fff;
    border: 1px solid #5c48ce;
  }

    .navbarheader ul {
      display: flex;
      flex-wrap:wrap;
      padding:5px;
      row-gap:15px;
      background-color:#585858;
      list-style-type: none;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px;
      margin-bottom: 0px;
    }
.navbarheader ul li:hover{
    background:#fff;
    color:#000000 !important;
    padding: 3px 14px 3px 14px !important;
}
    .navbarheader ul li {
    display: inline;
    color: #fff;
    list-style: none;
    padding-left: 9px;
    /*font-weight: 500;*/
    text-transform:uppercase;
     font-weight: 600;
    font-family: calibri,sans-serif !important;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    border-radius: 15px 15px;
    position: relative;
     /*background-color: #585858;*/
    /*background-color: #f53803;*/
    cursor: pointer;
    }
    .navbarheader ul li.active {
   /*background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
   background-color:#fff;
    /*color: #ffffff;*/
    color:#000000;
    padding: 3px 14px 3px 14px;
    /*border: solid 1px #5743c7;*/
    }
    .navbarheader ul a {
    color: #5c48ce;
    text-decoration: none;
}

    /*.navbarheader ul a li.active::after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 12px solid #4532b2;
    top: 55%;
    left: 50%;
    width: 0px;
    height: 9px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: translate(-50%, 100%);
    }*/

    button.close {
    font-size: 25px; 
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.close:focus, .close:hover {
     color: #fff; 
    text-decoration: none;
    opacity: .75;
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 0px 3px 13px;
      border-bottom: 1px solid #e9ecef; 
      border-top-left-radius: 0rem; 
  border-top-right-radius: 0rem; 
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem 0rem -1rem auto;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
   /*background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
}
.modal-content {
     font-family: 'Quicksand', sans-serif !important;
}

input.btn.btn-primary {
     /*background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
     background-color:#585858;
    /*border: 1px solid #5c48ce;*/
}
div#statusdata {
     width: 50%;
}
ul#mainsubmenu6 {
    background: rgb(255, 255, 255);
    /*box-shadow: rgb(0 0 0 / 25%) 0px 0px 35px 0px;*/
    /*border-radius: 5px;*/
    opacity: 1;
    position: absolute;
    right: 0px;
    visibility: visible;
    width: 12em;
    transform: translateY(20px);
    padding: 6px 13px 5px 13px;
    margin-right: 16px;
    
    
/*background: rgba(255, 255, 255, 0.19);*/
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.7px);
-webkit-backdrop-filter: blur(6.7px);
border: 1px solid rgba(255, 255, 255, 0.69);
}
li.list-type {
    padding: 5px;
    margin-top: 8px;
}
li.list-type1 {
    margin-top: 2px;
}
li.list-type:hover{
    /*background: #eee;*/
}

ul#mainsubmenu6:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 126px;
    right: 20px;
    -webkit-box-shadow: -11px -11px 35px 0 rgb(0 0 0 / 25%);
    box-shadow: -11px -11px 35px 0 rgb(0 0 0 / 25%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}
ul#mainsubmenu6 li {
    line-height: 30px;
    cursor: pointer;
}
ul#mainsubmenu6 li a {
    color: #212529;
    padding:6px;
}
a:hover {
     text-decoration: none; 
}
table.table.table-bordered thead tr th,table.table.table-bordered tbody tr td {
     /*font-size: 12px;*/
       font-size: 14px;
}

.table-bordered td, .table-bordered th {
    border-bottom: 1px solid #d3d3d3!important;
    color:#666666;
    padding: 4px 8px !important;
}
.form-control, select.form-control {
    padding: 0px;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.6;
    color: #666666 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.bgFix{
    position:sticky;
    top:0;
    padding-top:56px;
    margin-left:15.0%;
    background-color:#f1f1f1;
}
.checkbox{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: -18px;
    
}
.checkbox span {
    color: #666666 !important;
    padding:5px;
    font-size: 14px !important;
}
.control-group.mt-2.groupmail {
    font-size: 14px;
    color: #585858;
}
.checkbox1{
    display: inline;
    padding:28px;
    margin-left: -18px;
}
.checkbox1 span {
    color: #666666 !important;
    padding:5px;
    font-size: 14px !important;
}
.input.form-control.search-optn {
    padding: 3px !important;
    display: block;
    width: 100%;
    border: 1px solid #bcbcbccf !important;
    font-size: 14px;
    line-height: 1.6;
    color: #666666 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#icon-chat1 {
	font-size: 30px;
}
.right-container1 .right-container-button1 {
	width: 55px;
	height: 55px;
	border: none;
	/*background-color: #585858;*/
	background: rgb(225 215 215);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
/*border: 1px solid rgba(255, 255, 255, 0.3);*/
outline:none;
	transition: all 300ms;
	cursor: pointer;
	padding: 10px;
}
.right-container1 .right-container-button1 span {
	/*color: #6666;*/
	position: absolute;
	left: 12px;
	top: 10px;
}
.right-container1 .right-container-button1:hover {
	transition: all 400ms cubic-bezier(.62, .1, .5, 1);
	width: 250px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.right-container1 .right-container-button1 .long-text1 {
	transition: opacity 1000ms;
	opacity: 0;
	/*color: white;*/
	white-space: nowrap;
	font-size: 12;
	width: 0;
	margin: 0;
}
.right-container1 .right-container-button1 .long-text1.show-long-text1 {
	transition: opacity 700ms, width 1ms linear 270ms, font-size 1ms linear 270ms;
	opacity: 1;
	margin-left: 45px;
margin-top:8px;
	/*color:#585858;*/
	font-size:14px;
	font-family: calibri,sans-serif !important;
	width: auto;
}
.right-container1 {
    position: relative;
    z-index:85;
    left: 55%;
    bottom: 0%;
}
.download-btn {
  user-select: none;
  appearance: none;
  border: 0;
  background-color: #2196F3;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
  &:disabled {
    opacity: 0.6;
  }
  .loader {
    visibility: hidden;
    width: 38px;
    height: 42.4px;
    position: absolute;
    background-color: #2196F3;
    border-radius: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }    
    .loader-inner {
      width: 12px;
      height: 12px;
      border: 3px solid transparent;
      border-top-color: white;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

  .loaded {
    visibility: hidden;
    width: 38px;
    height: 42.4px;
    position: absolute;
    background-color: #2196F3;
    border-radius: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .loaded-inner {
      fill: white;
    }

  .download-icon {
    fill: white;
  }
  
  .download-text {
    color: white;
    font-size: 16px;
  }
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
i.fa.fa-bell-o {
    margin-top: -8px;
}

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #333333;
  /*background: #dddddd;*/
  background:none !important;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
}
.icon-button:hover {
  cursor: pointer;
}
.icon-button:active {
  background: #cccccc;
}
.icon-button__badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


/*=====================================
        Textures
===================================*/
.texturesButton{
    border: none !important;
    outline: none !important;
}
.texturesButton img{
    border-radius: 99px !important;
}

/*===========================*/
.flex-buttons{
    
}
.actions-buttons{
    width: -webkit-fill-available;
    display: flex;
    gap: 10px;
}
.bny{
    padding: 10px 14px;
    text-align-last: center;
    font-weight: bold;
    font-size: 14px;
    flex-grow: 1;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgb(0 0 0 / 15%) 0px -36px 30px 0px inset, rgb(255 255 255 / 10%) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgb(255 255 255 / 9%) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgb(255 255 255 / 9%) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}


/*=================Edit Product Popup=================*/
/*.popup {*/
/*    display: none;*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    justify-content: center;*/
/*    place-content: flex-end;*/
/*    align-items: center;*/
/*}*/

.popup {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}    

.popup-content {
    height: 448px;
    position: relative;
    top: 242px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    left: calc(30%);
    width: 50%;
    border-radius: 6px;
}

.popup-content .upload-file{
    line-height: 1.6 !important;
    height: auto !important;
}

.close-button {
    position: absolute;
    top: -4px !important;
    right: 20px !important;
    font-size: 28px !important;
    cursor: pointer;
    color: rgb(0 0 0) !important;
    font-weight: 600;
}
.flex-close{
    background-color: #e1d7d7;
    padding: 10px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.flex-close h2{
    margin: 0px !important;
    font-size: 19px;
    color: rgb(0 0 0) !important;
    font-weight: 600;
}


/*================Image-LightBox==================*/
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 60%;
    max-height: 60%;
}






