.body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #efefef;
}

html {
    scroll-behavior: smooth;
}

 ::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background: #d0d0d0;
}

 ::-webkit-scrollbar-thumb {
    background: linear-gradient(to right, #2a95ff 10%, #4437ce 100%);
    border-radius: 10px;
}




.left-menuicons {
    width: .9rem;
    height: .9rem;
    color: black;
}

#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%);

}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none !important
}

.header {
     background: linear-gradient(to right, #2a95ff 10%, #4437ce 100%); 
  /*  background: linear-gradient(to right, #2311dc 10%, #2a95ff 100%);*/
    color: #fff !important;
    text-align: center;
    /* height: 40px; */
}

.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;
    width: 90%;
    max-width: 350px;
    position: relative;
    padding: 10px 10px 22px 10px;
    text-align: center;
    backdrop-filter: blur(2px);
}

.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%;
}
*/

.container {
    margin-top: 5rem !important;
}

img#icon {
    width: 55%;
}

input[type=email],
input[type=password]:focus {
    background-color: #f7f7f7 !important;
}

input[type=email],
input[type=password]:placeholder {
    color: #cccccc;
}

.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: 5px;
}

button.btn.btn-primary {
    background: linear-gradient(to right, #eb0000 0%, #f70101 100%);
    border: 1px solid #f50101;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.02rem;
}


/*welcome css ends*/


/*header css starts*/

@media screen and (max-device-width:375px),
screen and (max-width:667px) {
    img.headerlogo {
        width: 26%;
    }
    .sidenav {
        display: none;
    }
    .container {
        max-width: 100%;
        margin-left: -1% !important;
        margin-top: 5rem !important;
    }
    .table-bordered {
        margin-left: 0% !important;
        width: 100%;
        background: #fff;
        text-align: center;
        margin-top: 10%;
        margin-bottom: 2%;
    }
}

.navbar {
    /* overflow: hidden;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    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 !important;
    margin-top: 5px !important;
}

.nav-left li {
    float: left;
    margin-left: 10px;
}

.headerlogo {
    float: left;
    width: 11%;
}

.nav-right {
    float: right;
}

.userprofile {
    border: solid 1px #78787861;
    /*  height: 50px;*/
    width: 25px;
    border-radius: 50%;
}

.nav-left li input {
    font-size: 12px;
    border-radius: 16px;
    border: 1px solid #cccccc;
}

.headericons {
    width: 60px;
}

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: #fff;
    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: 12.4px;
    color: #333;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    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: 17%;
    padding-left: 0px;
    /*  margin-right: 15PX;*/
}

.leftmenu a:hover {
    background: linear-gradient(to right, #2a95ff 10%, #4437ce 100%);
    color: #fff !important;
    border-radius: 4px;
}

i.fa.fa-caret-down {
    float: right;
}

i.fa.fa {
    letter-spacing: 0.3rem;
}

i.fa.fa-sort-desc {
    float: right;
}

.submenu {
    display: none;
    padding-left: 0px;
}

ul#mainsubmenu {
    margin-left: -18px;
}


/*sidenav css ends*/


/*Body css starts*/

.table-bordered {
    width: 100%;
    background: #fff;
    /*  text-align: center;*/
    /* margin-top: 6%; */
    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 !important; */
    font-size: 13px !important;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    color: black !important;
}

.table-bordered th {
    padding: 3px 0.75rem !important;
    /*border-bottom: 1px solid #d3d3d3;
    */
    font-size: 14px !important;
    font-weight: 500;
    font-family: calibri;
}

.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: #f7f7f780 !important;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    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 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;
}

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;
    padding: 12px;
}

.addquotationbg {
    background: #4680ff;
    height: 42px;
}

.addquotationbg h3 {
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #2a95ff 10%, #4437ce 100%);
    font-size: 20px;
    height: 42px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.addquotation {
    background-color: #fff;
    margin-top: -10px;
    padding: 1rem;
}

.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%);
    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;
    padding: 2px 7px !important;
}


/*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, #2a95ff 10%, #4437ce 100%); 
    color: #fff !important;
    text-align: center;
}

.selectrqmnt {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

table.table-bordered tbody tr {
    border-bottom: 1px solid #d3d3d3 !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 {
    margin-left: 15.2% !important;
    width: 84.8%;
    text-align: center;
    margin-top: 4rem !important;
}

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;
    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;
    border-bottom: 1px solid #5454543b;
}

.navbarheader ul li {
    display: inline;
    color: #fff;
    padding: 6px 12px !important;
    list-style: none;
    padding-left: 5px;
    font-weight: 500;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    background: #FF0099;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #c02a86, #FF0099);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #c10000, #ff0018);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    cursor: pointer;
    margin: 1px 1px;
}

.navbarheader ul li.active {
    background: linear-gradient(to right, #2a95ff 10%, #1a75cf 100%) !important;
    color: #ffffff;
    border: solid 1px #5743c7;
    padding: 6px 25px !important;
}

.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;
    background: linear-gradient(to right, #2ac4ff 0%, #4437ce 100%);
}

.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%);
    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: 11em;
    transform: translateY(20px);
    padding: 6px 13px 5px 13px;
    margin-right: 16px;
}

ul#mainsubmenu6:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 91px;
    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;
}

a:hover {
    text-decoration: none;
}

table.table.table-bordered thead tr th,
table.table.table-bordered tbody tr td {
    font-size: 12px;
}


/*===================================
            TODO lIST dYNAMIC        
=====================================*/

.todo-wraps {
    width: 100%;
    height: 100vh;
    background: #fff !important;
    margin-top: 45px;
}

.todo {
    background: rgb(42, 149, 255);
    background: linear-gradient(90deg, rgba(42, 149, 255, 1) 0%, rgb(45 138 249) 100%) padding: 10px;
    width: 22%;
    float: left;
    margin: 13px;
    border-radius: 10px;
    border: 1px solid #85c7ec;
    height: 55%;
    overflow-y: auto;
    transition: All .5s;
}

.todo:hover {
    transform: translateY(-10px);
    transition: All .5s;
}

.todo-header h2 {
    font-size: 12px !important;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
}


/* Style the list items */

.my_ul li {
    cursor: pointer;
    position: relative;
    padding: 5px 8px 5px 14px;
    list-style-type: none;
    background: #2a95ff14;
    text-transform: capitalize;
    font-size: 12px;
    transition: 0.2s;
    /* make the list items unselectable */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.my_ul li:nth-child(odd) {
    background: #2a95ff33;
}

.my_ul li:hover {
    background: #ddd;
}


/* When clicked on, add a background color and strike out text */

.my_ul li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
    border: solid 1px #989898;
}


/* Add a "checked" mark when clicked on */

.my_ul li.checked::before {
    content: '';
    position: absolute;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    top: 12px;
    left: 16px;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
}

.close:hover {
    color: white;
}

.todo-header {
    padding: 10px 0px;
    text-align: center;
}

.todo-input {
    margin: 0;
    border: 1px solid #f1f1f1;
    width: 95%;
    padding: 3px;
    font-size: 16px;
    border-right: 1px solid transparent
}

.todo-addBtn {
    color: #fff !important;
    padding: 10px;
    width: 25%;
    background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(44, 44, 44, 1) 20%, rgba(0, 0, 0, 1) 46%, rgba(17, 17, 17, 1) 60%, rgba(8, 8, 8, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
    color: #555;
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
}

.todo-addBtn:hover {
    background-color: #bbb;
}

.lead-link {
    display: flex;
    flex-direction: column;
}

.lead-link .fa {
    font-size: 1rem;
}


/* ------------------code for footer ------------*/

.footer {
    z-index: 999;
    background: rgb(241, 241, 241);
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(250, 250, 250, 1) 100%);
    bottom: 0px;
    align-items: center;
    position: fixed;
    border-top: 2px solid #dbdbdb;
    width: 100%;
}

.footer .footer_content {
    height: 100%;
    align-items: center;
}

.footer .footer_content .footer_list {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    float: right;
}

.footer .footer_content .footer_list .footer_listitems {
    position: relative
}

.footer .footer_content .footer_list .footer_listitems::after {
    content: '';
    display: block;
    width: 1.5px;
    height: 3rem;
    color: black;
    background: #9e9e9e;
    position: absolute;
    right: 0;
    top: 2px;
    border-radius: 5px;
}

.footer .footer_content .footer_list .footer_listitems a {
    padding: 10px;
    font-size: 12px;
    height: 100%;
    text-decoration: none;
    color: #333;
}

.footer .footer_content .footer_list .footer_listitems a:hover {
    /* background: linear-gradient(to top, #2a95ff 10%, #4437ce 100%); */
    color: #2a95ff;
}

.count {
    background: linear-gradient(to top, #ff1400 10%, #ff1400 100%);
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px;
    margin-left: 5px;
}

.modal .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

.modal .select2-container {
    width: 13.2rem !important;
    border: 1px solid #ced4da;
    margin-left: 6px;
    border-radius: 5px;
    margin-top: 7px;
}

.select2-container--default .select2-search--dropdown .select2-search__fiel {
    margin-left: -1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f7f7f780 !important;
    border: 1px solid #d9d9d9 !important;
    padding: 0.375rem 0.75rem !important;
    padding: 6px 0px !important;
    border-radius: 4px !important;
    height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px !important;
}


/*------------------ css  code for Select2 plugin --------------------------*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(to right, #2ac4ff 0%, #4437ce 100%) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background: linear-gradient(to right, #2ac4ff 0%, #4437ce 100%);
}

.select2-results__option--selectable:hover {
    background: linear-gradient(to right, #2ac4ff 0%, #4437ce 100%) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    margin-left: -5px !important;
    width: 103% !important;
    margin-top: -5px;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
}

.pagination li {
    border: 0.5px solid #d9d9d9;
    padding: 3px;
}



.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}
.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.dropdown-select.open .option {
    cursor: pointer;
}
.dropdown-select.wide {
    width: 100%;
}
.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}
.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}
.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}
.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}
.dropdown-select .list ul {
    padding: 0;
}
.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}
.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}
.dropdown-select .option.selected {
    font-weight: 600;
    color: #147fea;
}
.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}
.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.dropdown-select a:hover {
    color: #666;
}
.modal .dropdown-select.wide {
    margin-left: 24px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(to right, #2ac4ff 0%, #4437ce 100%) !important;
}
.navbarheader ul li a {
    color: white !important;
}
.fa-trash {
    color: red !important
}
.trshs {
    color: red !important
}
