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;
}
.aa{
    margin-left:5px;
}
.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;
}
.navBarButton .Rbutton{
    margin-right:8px !important;
}

/*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: #ffffff;
    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;
}

.navbar-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 87px;
    width: -webkit-fill-available;
}

.headerActivities{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;  
}
.navbarheader ul li a {
    color: #b0aeae !important;
}
.nav-left{
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 6px 16px !important;
    border-radius: 35px;
    background-color: #e1d7d76e;
}

.nav-left li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-left li a[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.nav-left li a[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(40px);
}

.nav-right{
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 20px;
    
}

/* .nav-right li form input{
    background:transparent !important;
    background: transparent !important;
    margin: 0px !important;
    width: 300px !important;
    border-radius: 99px;
    padding-left: 13px !important;
} */

.nav-right li form .form-group .icon-wrap .icon {
    display: inline-block;
    width: 1.3em;
    height: 1.5em;
    font-size: 14px;
}

.nav-right li form .form-control {
    width: 0;
    position: absolute;
    top: 50%;
    margin: 0;

    transform: translateY(-50%);
    height: 30px;
    padding-left: 32px;
    padding-left: 56px !important;
    margin-left:5px !important;
    width:90% !important;
    border: none !important;
    
    box-shadow: none !important;
    font-size: 13px;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.nav-right li form .form-control:focus {
    outline: none;
    border: none;
    border-color: transparent;
    box-shadow: none;
}

.nav-right li form {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(-15%, -51%);
    display: flex;
    flex-direction: column;
}

.icon-wrap {
    border-radius: 50%;
    /* box-shadow: 1px 1px 8px 4px rgb(0 0 0 / 7%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 37px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-wrap:focus input{
    box-shadow: 0 0 10px rgba(91,172,212,1);
}

.icon-wrap svg {
    position: absolute;
    left: 20px;
}

.nav-right li form .form-group {
    margin: 0;
    position: relative;
}




.fixedTop {
    margin-bottom: 0px;
    position: sticky;
    top: 42px;
    z-index: 99;
    background-color: #ffffff;
    /* background: linear-gradient(135deg, #1e3c72, #2a5298); */
    /* background-color: rgb(255, 255, 255); */
    padding: 8px 0px;
    width: -webkit-fill-available;
}

.fixedTop input {
    margin: 0px !important;
    width: -webkit-fill-available;
    margin-top: 4px !important;
}

.headerlogo {
    float: left;
    height: 40px;
    width: auto;
    /* margin-top: 3px; */
    margin-left: -5px;
}

/* .nav-right {
    float: right;
} */

.userprofile1 img {
    /*border: solid 1px #dedede42;*/
    border: 2px solid #c9c9c9;
    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 #2687c5;
    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: 45px;
}

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*/
.pcoded-navbar .sidenav a,
.dropdown-btn {
    display: flex !important;
    align-items: center;
    gap: 12px;
    font-size: 14px !important;
    padding: 4px 8px;
    white-space: nowrap;
    margin-bottom:8px;
}

.pcoded-navbar .sidenav {
    overflow: auto;
}

/* i.fa.fa-sort-desc {
    margin-left: 45px !important;
} */

.form-control1,
select.form-control1 {
    padding: 6px;
    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-radius: 0.25rem;
}

.searchInputss {
    margin: -3px !important;
}

.searchInputss .search {
    border: none !important;
}

.navbarHeader1 .lists1 li a {
    background: 0 0 !important;
    color: #666666 !important;
    font-size: 14px !important;
    display: flex;
    gap: 10px !important;
    padding: 7px 10px !important;
}

.sidenav {
    height: 100%;
    width: 15%;
    position: fixed;
    z-index: 4 !important;
    top: 10px;
    left: 0;
    background-color: #ffffff !important;
    /* background: linear-gradient(135deg, #1e3c72, #2a5298); */
    /* background-color: #ffff; */
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 20px !important;
    /*overflow: hidden;*/
    box-shadow: inset 0 1px 1px 0.06px;
}

.sidenav:hover {
    overflow-y: initial;
}

.sidenav::-webkit-scrollbar {
    display: block;
    width: 0px;
}

.sidenav::-webkit-scrollbar-track {
    background: transparent;
}

.sidenav ul li a{
    color: #666666 !important;
}

.sidenav ul li a.active {
    background-color: #585858 !important;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
}


.sidenav ul li a:hover {
    background-color: #6a6a6a !important;
    color: #ffffff !important;
    border-radius: 4px;
    font-weight: bold;
}

/* .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: 0px;
    padding-top: 20%;
    padding-left: 4px;
    padding-right: 9px;
    margin-right: 0PX;
}

.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;
}

.ellipsis-text {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
}

/*sidenav css ends*/
/*Body css starts*/
.table-bordered {
    margin-left: 0.2% !important;
    width: 85%;
    background: #fff;
    /*  text-align: center;*/
    margin-top: 0%;
    margin-bottom: 2%;
    min-width:100%;
}

.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;
    padding-top:13px !important;
}

/* .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: 84%;
    margin-top: 4%;
    padding: 12px;
}


.addquotationbg {
    background: #4680ff;
    margin-top:0px;
}

.addquotationbg h3 {
    color: #666666;
    text-align: left;
    background-color: #e1d7d7;
    font-size: 20px;
    padding: 6px 12px;
    margin: 0px !important;
}

.addquotation {
    background-color: #fff;
    margin-top: 0px !important;
    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: 0px;
    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;
}
.navBarButton .Rbutton{
    margin-right:8px;
}

/*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;
    white-space:nowrap;
}

/*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: none !important;
    font-weight: 500;
    font-family: calibri, sans-serif !important;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    padding:3px 15px;
    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;
    margin-left:5px;
}

/*.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;
    top: 48px;
    right: 0px;
    visibility: visible;
    width: 12em;
    transform: translateY(20px);
    padding: 6px 13px 5px 13px;
    margin-right: 0px;
    /*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);
}

.username1{
    color: #187fc1;
    font-weight: 600;
}

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: 120px;
    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;
    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;
    border: 1px solid #d6d6d6 !important;
    padding: 6px 12px !important;
}


.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%;
}

.container {
    width: 84% !important;
    margin-left: 15.5% !important;
    margin-top: 63px !important;
    padding: 0px !important;
}

.tableMainDiv{
    width: calc(100%) !important;
    max-inline-size: none !important;
    border: 1px solid #bcbcbccf !important;
    margin-bottom: 0px !important;
    border-collapse: collapse;
}

.activiesFixedTop {
    position: sticky;
    top: 63px;
    z-index: 9;
    padding-top: 0px;
    margin-left: 0%;
}

.tableMainDiv .fixedTableHeader{
    position: sticky;
    top: 95px;
    z-index: 8;
}

.tableMainDiv .tableHeader .tableHeaderRow {
    color: #666666 !important;
    background-color: #e1d7d7 !important;
    border-bottom: solid 1px #dedede !important;
}

.tableMainDiv .tableBody .tableBodyRow{
    border-bottom: solid 1px #dedede !important;
    border-top: solid 1px #dedede !important;
}

.tableMainDiv .tableHeader .tableHeaderRow th{
    font-weight: 600;
     white-space: nowrap; /* Add this line */
}

.tableMainDiv .tableHeader .tableHeaderRow th,
.tableMainDiv .tableBody .tableBodyRow td{
    font-size: 14px !important;
    padding: 5px 5px !important;
    font-family: calibri, sans-serif !important;
    text-align: left;
    text-transform: capitalize;
    border-bottom: none !important;
    white-space: nowrap;
    color: #666666 !important;
}
.tableMainDiv .tableBody .tableBodyRow td select,
.tableMainDiv .tableBody .tableBodyRow td input,
.tableMainDiv .tableBody .tableBodyRow td span,
.tableMainDiv .tableBody .tableBodyRow td p,
.tableMainDiv .tableBody .tableBodyRow td a{
    color: #666666 !important;
}

.tableMainDiv .tableBody .tableBodyRow td a{
    cursor: pointer !important;
}

.tableMainDiv .tableBody .tableBodyRow:nth-of-type(even) {
    background-color: #f1f1f1 !important;
}

.tableMainDiv .tableBody .tableBodyRow:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.tableMainDiv .tableBody .tableBodyRow:nth-of-type(even) input {
    background-color: #f1f1f1;
    background-clip: padding-box;
}

.tableMainDiv .tableBody .tableBodyRow input {
    background: transparent !important;
}

.tableMainDiv .tableBody .tableBodyRow select {
    background: transparent !important;
}

.tableMainDiv .tableBody .tableBodyRow td .chosen-single{
    background: transparent !important;
}

.tableMainDiv .tableBody .tableBodyRow:nth-of-type(even) select {
    background-color: #f1f1f1;
    background-clip: padding-box;
}

tr:nth-child(even) {
    background: #f7f7f7;
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 45%, #f7f7f7 100%);
    background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 45%, #f7f7f7 100%);
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 45%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1);
    border-bottom: solid 1px #dedede;
    border-top: solid 1px #dedede;
}

.tableMainDiv .tableBody .tableBodyRow td .chosen-container{
    width: -webkit-fill-available !important;
}

.tableMainDiv .tableBody .tableBodyRow td .chosen-container-single .chosen-single span{
    color: #666666 !important;
}


/*style for list of boosting*/
.task-container {
    border-radius: 7px;
    overflow: hidden;
    margin-top: 4%;
    margin-left: 16%;
    width: calc(83%) !important;
}


.task-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #26c281;
    margin-top: 5px;
}

.task-header i {
    margin-right: 5px;
}

.completed-text {
    color: #ff0052;
    font-weight: bold;
    margin-right: 10px;
}

.no-tasks {
    color: gray;
    font-size: 14px;
}


.table-wrapper {
    border-left: 5px solid;
    border-image: linear-gradient(to bottom, #26c281, #a8f0c6) 1;
    border-radius: 8px;
    overflow: hidden;
    border-top-left-radius: 0;
}


.task-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.task-table th, .task-table td {
    padding: 6px 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.task-table th {
    font-weight: bold;
    background: #efe8e8;
    width: 100px;
}

.task-table th i {
    font-size: 12px;
    color: gray;
    margin-left: 3px;
}

.task-table input[type="checkbox"] {
    transform: scale(1.2);
}

.add-task {
    color: gray;
    font-style: italic;
}

 
input:focus {
    border: 1px solid #007bff !important;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    background: #f0f8ff;
}


.dropbtn {
    background: #007bff;
    color: white;
    border: 1px solid black;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}


.separator {
    width: 1px;
    height: 16px;
    background-color: white;
}

.dropdown_btn {
    /*position: relative;*/
    display: inline-block;
    
}

.dropdown_btn .dropbtn {
    background-color: #4CAF50; 
    color: white;
    padding: 5px;
    border: none;
    cursor: pointer;
}

.dropdown_btn .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1000;
    margin-left: -4%;
}

.dropdown_btn .dropdown-content input {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    padding: 5px;
}

.show {
    display: block !important;
}



.submit-btn {
    width: 100%;
    padding: 8px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 4px;
}

.submit-btn:hover {
    background: #0056b3;
}

.separator {
    width: 1px;
    height: 16px;
    background-color: white;
}
.icon {
    width: 25px; 
    height: 25px;
    margin-right: 3px; 
    vertical-align: middle;
}
.dropdown-content.show {
            display: block;
        }
.youtube { color: #FF0000; }
.facebook { color: #1877F2; }
.instagram { color: #E4405F; }
.telegram { color: #0088cc; }
.twitter { color: #1DA1F2; }
.linkedin { color: #0077B5; }
.google-reviews { color: #F4B400; }
.website-backlinks { color: #34A853; }
.website-traffic { color: #FF5733; }

