/* @im
ort url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */

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

@import url('iconly.css');
@import url('stako-app.css');

@import url('custom.css');

/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html {
    font-family: 'Figtree', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Figtree', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background: #FFFFFF;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #2C2C2C;
    font-weight: 500;
}

h4 {
    font-size: 24px;
}

p {
    font-size: 13px;
    color: #2C2C2C;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a { color: #70499D }
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #6A0030 !important;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.f-11 {
    font-size: 11px !important
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important;
    line-height: 20px
}

.f-14 {
    font-size: 14px !important
}

.f-16 {
    font-size: 16px !important
}

.f-18 {
    font-size: 18px !important
}

.f-14 {
    font-size: 14px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-60 {
    font-size: 60px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-60 {
    font-size: 60px !important;
}

.no-bg {
    background: none !important
}

.text-blue {
    color: #11B6DE !important
}

.text-orange {
    color: #70499D !important
}

.text-black {
    color: #2C2C2C !important
}

h1 {
    font-size: 36px;
    font-weight: 800
}

h2 {
    font-size: 30px;
    font-weight: 800
}

.font-weight-medium {
    font-weight: 500 !important
}

.textM-right {
    text-align: right;
}

.text-red,
.text-danger {
    color: #ff0000  !important
}

.text-success {
    color: #2DCE98 !important
}

.font-weight-light {
    font-weight: 300;
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.custom-control-input:active~.custom-control-label:before,
.custom-control-input:checked~.custom-control-label:before,
.custom-control-input:focus~.custom-control-label:before,
.custom-file-input:focus~.custom-file-label,
.custom-select:focus,
.form-control:focus,
.page-link:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent;
}

.form-check-input {
    position: absolute;
    margin-top: 4px;
    margin-left: -1.25rem;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}

.eyebtn {
    position: absolute;
    right: 13px;
    bottom: 19px;
}

.btn-sm {
    border-radius: 7px;
    padding: .25rem .7rem;
    font-size: 12px;
    font-weight: 500;
}

.btn-md {
    border-radius: 7px;
    padding: .4rem 1.2rem;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-right: 5px;
	border: none !important;
}

.btn {
    /* min-width: 130px; */
    padding: .575rem .75rem;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
	box-shadow: 0 7px 10px 0px rgb(0 0 0 / 20%);
}

.btn-primary {
    font-weight: 500;
    font-size: 15px;
    background: #70499D;
    border: #70499D thin solid;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #6630a7;
    border-color: #6630a7;
}

.btn-dark:hover { color: #fff !important}

.btn:disabled {
    background-color: #acaaaa;
    border-color: #acaaaa;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #70499D;
    border-color: #70499D;
    box-shadow: none, 0 0 0 0 #70499D;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #70499D;
    border-color: #70499D;
}

.btn-add {
    color: #ffffff;
    background: #70499D;
    border: #70499D 0 solid;
}

.btn-add:hover {
    color: #fff;
    background-color: #70499D;
    border-color: #70499D;
}

.btn:disabled {
    background-color: #acaaaa;
    border-color: #acaaaa;
}

.btn-add.focus,
.btn-add:focus {
    color: #fff;
    background-color: #70499D;
    border-color: #70499D;
    box-shadow: none, 0 0 0 0 #70499D;
}

.btn-add:not(:disabled):not(.disabled).active,
.btn-add:not(:disabled):not(.disabled):active,
.show>.btn-add.dropdown-toggle {
    color: #fff;
    background-color: #70499D;
    border-color: #70499D;
}


/*** Button CSS ****/

.btn-light {
    color: #1F2D3D;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}

.btn-light:hover {
    color: #1F2D3D;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light:focus,
.btn-light.focus {
    color: #1F2D3D;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none, 0 0 0 0 rgba(215, 218, 222, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #1F2D3D;
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 0.5;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #1F2D3D;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(215, 218, 222, 0.5);
}

.fileInput {
    padding: 9px 15px 8px !important;
}


/*** Login Area *****/

.loginArea {
    padding: 30px 0rem 0rem 0rem;
}

.uplogo {
    padding: 40px 0 20px 40px;
}

.investlogo {
    padding: 0px 0px 20px 0px;
    text-align: right;
    clear: both;
}



.login-box {
    background: url('../img/grey-bg.svg') no-repeat left top #fff;
    box-shadow: 0px 3px 80px #0000001A;
    width: auto;
}

.login-box .left-img {
    box-shadow: 0px 70px 80px rgb(23 43 77 / 0.3)
}

.yogiimg {
    position: absolute;
    top: 30%;
    left: 7px;
    width: 90%
}


.loginTabs {
    margin: 50px 0 12px;
    padding-right: 30px;
}

.loginTabs ul {
    background: #FAFAFA;
    border: 0;
}

.loginTabs .nav-tabs .nav-item.show .nav-link,
.loginTabs .nav-tabs .nav-link.active {
    color: #FF7F30 !important;
    background-color: #FAFAFA;
    border-bottom: 5px solid #FF7F30;
}

.loginTabs .nav-tabs .nav-link {
    border: 0px solid #FF7F30;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #FAFAFA;
    display: inline-block;
}

.loginTabs .nav-tabs .nav-link:hover {
    color: #FF7F30 !important;
}

.loginTabs .nav-link {
    padding: 0px 0;
    color: #C3C3C3;
    font-weight: 500;
}

.loginTabs .nav-item {
    padding: 10px 0;
}

.loginTabs .tab-content {
    padding: 10px 0 20px;
}

.loginTabs .form-control {
    border: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #ced4da;
}

.form-control[type=file] {
     padding-bottom: 6px
}

.loginTabs .form-control[type=file] {
     padding-bottom: 6px
}


.loginTabs .form-control[type=date] {
     padding-bottom: 10px
}

.loginTabs .form-control

.loginTabs .form-control:focus {
    border-bottom: 1px solid #80bdff;
}


/* The custom chekbox */

.logCheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	height: 20px;
	margin-bottom: 0;
	display: inline-block;
}


/* Hide the browser's default checkbox */

.logCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.logCheck:hover input~.checkmark {
    background-color: #ffffff;
    border: 1px solid #ccc;
}


/* When the checkbox is checked, add a blue background */

.logCheck input:checked~.checkmark {
    background-color: #11B6DE;
    border: 1px solid #11B6DE;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.logCheck input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.logCheck .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logCheck input +  div { font-size: 16px; font-weight: bold; color: #6B6B6B}
.logCheck input:checked +  div {  color: #000}

.rightreserved {
    color: #ffffff
}

.content-wrapper {
    background: #ffffff;
}


/*** Left Nav  ***/

@media (min-width: 768px) {
    body:not(.sidebar-mini-md) .content-wrapper,
    body:not(.sidebar-mini-md) .main-footer,
    body:not(.sidebar-mini-md) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 280px;
    }
}

.sidebar {
    width: 100%;
    margin: auto;
	padding: 0;
}

.nav-link {
    padding: 10px 0px;
}

.layout-fixed .main-sidebar {
    background: #6A0030;
    left: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 20px #00000026;
    padding: 0px 10px;
	overflow: inherit !important
}

/* .sidebar-dark-primary {
    margin: 20px 20px 20px 0;
} */



.navbg img {
    width: 100%;
}

.layout-fixed .wrapper .sidebar {
/*     height: calc(107vh - (3.5rem + 1px)); */
/*    height: 450px;*/
	/* height: auto;
	overflow: inherit !important; */
  min-height: 100vh;
  overflow: scroll;
}

.layout-fixed .wrapper .sidebar::-webkit-scrollbar { display: none; }

.nav-sidebar .nav-link.active img {
    filter: brightness(0) invert(1);
}

.nav-sidebar .nav-link p {
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px !important;
    margin-top: 4px;
    color: #FFC8C8;

}

.nav-sidebar .nav-link p

[class*=sidebar-dark-] .sidebar a {
    color: #000;
}

.nav-sidebar .nav-link:hover p {
    color: #fff !important;
}

.nav-sidebar .nav-treeview .nav-link:hover p {
        color: #f6b51d !important;
    font-weight: 400;
}

.nav-sidebar .nav-treeview .nav-link p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
	line-height: 20px
}

.nav-sidebar .nav-treeview .nav-link p span {
    font-size: 13px;
}

.nav-sidebar .nav-treeview {
	margin-left: 0;
	position: fixed;
	bottom: 0;
	left: 100px;
	width: 260px;
	background: #7E023A !important;
	box-shadow: 0px 0px 41px #00000033;
	border-radius: 0px 20px 20px 0px;

}

 .nav-sidebar .nav-treeview .nav-link {
	 text-align: left !important;
	 padding: 0;
	 padding: 0 26px 26px !important;
}

.nav-sidebar .nav-treeview .nav-link:hover, .nav-sidebar .nav-treeview .nav-link:focus {
	 background: none !important
}



.nav-sidebar .nav-treeview .nav-link.dropsethead p {
	 font-size: 22px;
	color: #fff !important;
	font-weight: 300 !important;
	cursor: auto
}



/*
.nav-sidebar .nav-treeview li { background: url(../img/list-view-min.jpg) no-repeat 1px 10px;
    padding-left: 13px;
    background-size: 8px; }
*/



.nav-sidebar .nav-treeview li p { margin-left: 0px !important; }


.nav-sidebar .nav-treeview li  .nav-treeview { margin-left: 0px; }
.nav-sidebar .nav-treeview li  .nav-treeview  li { background: url(../img/li-disc.jpg) no-repeat 0 11px;
    padding-left: 10px;
    background-size: 6px; }

    .nav-sidebar .nav-treeview li  .nav-treeview  li .nav-treeview li { background: url(../img/li-disc-w.jpg) no-repeat 1px 10px;
        padding-left: 10px;
        background-size: 7px; }

.nav-sidebar>.nav-item {
    margin-bottom: 5px;
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0;
}

.nav-sidebar .nav-link>p>.right {
    top: 10px;
}

.nav-sidebar>.nav-item .nav-icon {
    width: 32px;
    float: left;
    font-size: 34px !important;
    color: #9095A0
}

.nav-sidebar>.nav-item .nav-icon:before {
    border-bottom: #eee thin solid;
    padding-bottom: 9px
}

.sidebar .os-content {
    padding: 0 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover {
    background: transparent;
    /* box-shadow: 0px 5px 15px #ACB2C1 !important;
    border-radius: 0px 5px 5px 0px; */
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active i,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active i,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover i,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover i {
    color: #fff;
    opacity: 1;
}

.nav-treeview .nav-link {
    padding: 3px 0px;
    margin-left: 3px;
}

.nav-treeview .nav-link:hover p {
    color: #fff
}

dropdown-menu dropdown-menu-md tableaction useraction-dropdown .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover p {
    color: #2B2D4A;
    opacity: 1.0;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #9095A0;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    color: #2B2D4A;
    box-shadow: none;
	background: #920042;
    border-radius: 20px;
}

.menuexpico {
    display: none
}

.sidebar-collapse .leftmenuaction .menucloico {
    display: none
}

.sidebar-collapse .leftmenuaction .menuexpico {
    display: none
}

.dashTitle {
    font-size: 50px;
}

.dashTitle i {
    font-size: 45px;
}

.dashTitle span { font-size: 14px; font-weight: 500 }

.dashmainHead {
    text-align: right;
    text-transform: uppercase;
}

.dashmainBoximg {
    position: absolute;
    right: 0;
    bottom: -15px;
    height: 200px;
}

.card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    box-shadow: none;
}

.card-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    /* padding: 0px 12px 0; */
}

.dashtrend h4 {
    font-weight: 500;
    font-size: 16px;
}

.dashtrend h6 {
    font-weight: 500;
    font-size: 12px;
}

.dashtrend {
    margin-bottom: 20px
}

.dashtrend .heart-img {
    margin-left: -13px;
    margin-bottom: -10px;
    margin-top: -4px;
}

.top-notification {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    color: #F25F84;
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    margin: auto;
    text-align: center;
}

.userData {
    /* margin-top: 20px; */
    display: inline-block;
    min-width: 155px;
    text-align: right;
    position: relative;
}

.user-profile {
    margin-top: 0px;
}

.user-profile p {
    font-weight: 500;
    font-size: 14px;
    float: none;
    text-align: left;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #000000;
}

.user-profile p span {
    display: block;
    font-weight: 500;
    color: #242424;
    font-size: 12px;
    font-weight: normal;
}

.user-profile img {
    float: none;
    margin: 0 5px
}

.user-profile .dropdown-menu.useraction-dropdown {
    top: 20px !important;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 18px;
    padding: 15px 15px;
}

.tableaction:after {
    border-bottom-color: transparent !important;
    border-width: 0px !important;
}

.user-newimg { height: 16px; padding-right: 8px; }



.notificationbar {
    /* margin-top: 3px; */
}

.searchhrt {
    text-align: right
}

.searchhrt select {
    border: none
}

.dashmainbor:after {
    border-radius: 5px;
    width: 30px;
    height: 3px;
    background: #2896E9
}

.dashmainbor p {
    margin-bottom: 10px
}



.btn-secondary {
    background: #8898AA;
    border: #8898AA thin solid;
    font-weight: 500;
    font-size: 14px;
    padding: .575rem .75rem;
}

.btn-radius {
    border-radius: 50px !important
}

.btn-outline-secondary {
    border-radius: 10px !important;
    border: none;
    font-weight: 800;
    text-decoration: underline;
    color: #172B4D;
    min-width: auto;
}

.btn-outline-secondary:hover {
    color: #11B6DE;
    background: none;
    text-decoration: underline;
}

.custom-search .input-group-text {
    background: #F7FAFC;
    border: #F7FAFC thin solid;
    border-radius: 10px 0 0 10px;
    color: #8898AA
}

.custom-search input.form-control {
    background: #F7FAFC;
    height: 40px !important;
    border: #F7FAFC thin solid;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    padding-left: 0;
    color: #8898AA
}

.admintable tr th,
.admintable tr td {
    color: #253757;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 10px;
    /* border: none */
}

.admintable tr td:nth-child(2),
.admintable tr td.strong {
    font-weight: 500;
    color: #172B4D
}

.admintable tr td .text-success {
    color: #2DCE98 !important;
    margin-right: 4px;
    font-size: 12px
}

.admintable tr td .text-red,
.admintable tr td .text-danger {
    color: #F57171 !important;
    margin-right: 4px;
    font-size: 12px
}

.admintable tr td i.fa-circle {
    margin-right: 4px;
    font-size: 12px
}

/*.admintable tr td:first-child,
.admintable tr th:first-child {
    padding-left: 22px;
} */

.admintable tr th {
    background: #C9D1D8;
    font-weight: 500;
    padding: 10px;
    /* text-transform: uppercase; */
}

.admintable {
    margin: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F8FA;
}


/*--------Switch Css-------*/

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DCDCDC;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 3px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #4BC56F;
}

input:focus+.slider {
    box-shadow: none;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #fff;
    left: 6px;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*---admintabledrop*/


/*.admintabledrop { background: #F7FAFC; box-shadow: 0px 3px 6px #2C28281C; width:30px; height:30px; border-radius:50%; display: inline-block; text-align: center; line-height: 37px; }*/

.admintabledrop {
    display: inline-block;
    text-align: center;
}

.admintabledrop i {
    font-size: 20px;
    color: #172b4d
}

.tableaction {
    border: none;
    position: relative;
    width: 180px;
}

.tableaction ul {
    text-align: left;
    margin: 0;
    padding: 0 15px
}

.tableaction li {
    border-bottom: none;
    list-style: none;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 500;
}

.tableaction li.strong {
    font-weight: 500
}

.tableaction li:last-child {
    border: none
}

.tableaction li a {
    color: #000000;
}

.tableaction li a:hover {
    color: #11B6DE
}

.tableaction:after {
    bottom: 100%;
    right: 3%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

td .tableaction:after { display: none}


/* paginaltion css*/

.pagination_rounded,
.pagination_square {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center;
}

.pagination_rounded ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    display: inline-block;
    margin-left: 5px
}

.pagination_rounded ul li.active a {
    background: #FC5E60;
    color: #fff !important;
}

.pagination_rounded ul li a:hover {
    background: #FC5E60;
    color: #fff !important;
}

.pagination_rounded .prev {
    margin-left: 0px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: transparent;
}

.pagination_rounded ul li a {
    float: left;
    color: #52575D;
    border-radius: 12px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    /* margin-bottom: 10px;
    margin-top: 20px; */
    background: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.pagination_rounded .prev i,
.pagination_rounded .next i {
    font-size: 12px;
    line-height: 25px;
}

.pagination_rounded .next {
    line-height: 30px;
    height: 30px;
    width: 30px;
    background: transparent;
    transform: rotate(180deg);
}

.add-edit-checkbox label {
    font-size: 14px;
    color: #172b4d;
    font-weight: 500 !important;
    margin-bottom: 23px;
}

.add-edit-checkbox [type="checkbox"].filled-in:not(:checked)+label {
    font-weight: 500 !important;
}

.bg-light {
    background: #F2F4F4 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    border-radius: 5px;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .5em solid;
    border-left: .4em solid transparent;
    border-radius: 5px;
}

.form-control {
    border-radius: 10px;
    padding: 12px 11px;
    height: auto;
    font-size: 14px !important;
    border: 1.5px solid #ffffff;
}

.form-control:focus {
    border-color: #C9D1D8;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #c9d1d8;
    opacity: 1;
    border-color: #f8f9f9;
    opacity: 0.5;
}

.searchInput, .searchinput {
    background: url('../img/search.svg') no-repeat #ffffff;
    background-position: 15px 50%;
    padding-left: 50px;
}

.container-fluid .searchInput, .container-fluid .searchinput  {
    background: url('../img/search.svg') no-repeat #ffffff;
    background-position: 15px 50%;
    padding: 10px 8px 10px 50px;
}

.searchLabel {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.searchLabel a {
    font-size: 12px;
    color: #11B6DE;
    margin-left: 10px;
}

.searchLabel a:hover {
    font-size: 12px;
    color: #2B2D4A;
}


/*-----modal Right------*/


/* .modal-dialog-topslideout {
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
} */

.rectangle_curve {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000000D;
    border: 1px solid #7070701A;
    border-radius: 10px;
    padding: 20px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 0 !important;
}

.modal-header .close {
    padding: 0.5rem;
    margin: 0;
}

.close-btn {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    top: 5px;
    right: 12px;
    cursor: pointer;
    font-weight: 300;
    color: #101010;
    border: 0;
    background: none;
}

.modalPad {
    padding: 30px;
    border-radius: 15px;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-content {
    box-shadow: none;
}

.rightModal .bg-white {
    background: #fff !important
}

.rightModal .form-control {
    border: 1px solid #ced4da !important
}

.rightModal .modal-header .close.addaddressbtn {
    opacity: 1;
    top: 20px;
    right: 20px;
}

.dashbed-border-bottom {
    border-bottom: 1px dashed #dee2e6 !important
}

#NoFreight h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 9px 10px 9px 0;
}

#NoFreight h5 {
    font-size: 17px;
    margin: 5px 10px 5px 0;
    font-weight: 500;
}

#NoFreight h6 {
    font-size: 14px;
    margin: 5px 10px 5px 0;
    font-weight: 400;
}

.text-dark-primary {
    color: #0843AA !important
}


/*------Order step -----*/

.stepwizard-step p {
    margin-top: 10px;
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 25%;
    height: 3px;
    background-color: #BCC4CC;
    z-index: 1;
}

.step-confirmed.stepwizard-step:before {
    background-color: #81C341;
}

.stepwizard-step:last-child:before {
    display: none;
}

.stepwizard-step {
    float: left;
    text-align: center;
    width: 25%;
}

.stepwizard-step .btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: #BCC4CC;
    display: inline-block;
    margin-bottom: 0 !important;
}

.step-confirmed .btn-circle {
    box-shadow: 0px 0px 6px #81C341;
    background: #81C341;
}

.commentsubmit-group .input-group-text {
    background: none;
    border-left: none
}

.commentsubmit-group textarea.form-control {
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.commentsubmit-group .form-label-group {
    width: 83%
}

.close-tag-margin img {
    margin-top: -5px;
}

.customerBox {
    background: #fff;
    box-shadow: 0px 3px 6px #2C28281C;
    border-radius: 10px;
    color: #172B4D;
    padding: 7px 15px 12px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.customerBox p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
}

.customerBox h5 {
    font-weight: 400;
    font-size: 55px;
    margin-bottom: 0;
}

.customerBox:hover {
    background: #172B4D;
    color: #fff;
}

.customerBox:hover p,
.customerBox:hover h5 {
    color: #fff;
}

.profileLink a {
    background: #FFF;
    box-shadow: 0px 3px 6px #2C28281C;
    border-radius: 10px !important;
    padding: 15px 10px;
    text-align: center;
    display: block;
    color: #172B4D;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    position: relative
}

.profileLink a i {
    font-size: 35px;
    line-height: 27px;
    color: #172B4D;
    display: block;
    margin: 9px 0;
}

.profileLink:hover a,
.profileLink:hover a i {
    /* color: #172B4D; */
}

.profileLink.opacityLow {
    opacity: 0.4;
}

.profileLink.opacityLow:hover {
    opacity: 1;
}

.profileLink.completed a i {
    color: #06d6a0
}

.profileLink a img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px
}

.uploadDocsCust p {
    line-height: 20px;
}

.customer-tab-profile {
    margin-right: -7.5px;
    margin-left: -7.5px;
    width: 100%;
    border: none;
}

.customer-tab-profile li {
    width: 20%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.customer-tab-profile li a.opacityTab {
    opacity: 0.4;
}

.customer-tab-profile li a:hover {
    opacity: 1;
	color: #FF7F30 !important
}

.profileLink a.active i {
    color: #ffffff;
    opacity: 1 !important;
}

.profileLink a.active {
    /* background: url(../img/uploaded.svg) no-repeat #fff 97% 4%; */
    opacity: 1 !important;
    border: none;
    background-size: 16px 16px;
    color: #ffffff !important;
    background-color: #FF7F30 !important;
}

.profileLink a.active:hover {

    color: #ffffff !important;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 7.3em !important;
        margin-right: 0px;
    }
}

@media (min-width: 768px) {}

@media screen and (max-width: 500px) {
    .btn-secondary {
        font-weight: 500;
        font-size: 13px;
        margin-left: 0;
    }
    .btn {
        min-width: auto
    }
    .btn-outline-secondary {
        font-size: 15px;
        margin: 10px 0;
    }
    .textM-right {
        text-align: left;
    }
    .stepwizard-step .btn-circle {
        width: 15px;
        height: 15px;
    }
    .stepwizard-step:before {
        top: 16px;
        height: 2px;
    }
    .stepwizard-step p {
        font-size: 12px;
    }
    .commentsubmit-group textarea.form-control {
        border-right: #ccc thin solid;
        border-radius: 5px
    }
    .commentsubmit-group .input-group-text {
        background: none;
        border: none
    }
    .commentsubmit-group .form-label-group {
        width: 100%
    }
    .customer-tab-profile li {
        width: 50%;
    }
}

i::before {
    background: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #11B6DE;
    background-color: #11B6DE;
    box-shadow: none;
}


/**** Dashboard CSS ****/

.curveBox {
    background: #E9FBFF;
	border-radius: 20px 20px 50px 20px;
    margin-bottom: 20px;
	text-align: center;
	padding: 25px;
}

.curveBox.teach { background: #F9E5EA; border-radius: 20px 50px 20px 20px; }
.curveBox.course { background: #E7E6FB; border-radius: 20px 20px 20px 50px; }

.curveBox h3 { font-size: 33px; font-weight: 900; margin-top: 10px }
.curveBox p { font-size: 14px; font-weight: 500; margin-bottom: 0 }



.curveBoxpad {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px;
}

.curveBoxpad_lightGrey {
    background: #C9D1D8 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px;
}

.iconSetting {
    height: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    padding: 15px 0 0 0;
}

.bluecolor {
    background: #25DAE6;
}

.greencolor {
    background: #63C276;
}

.pinkcolor {
    background: #F25F84;
}

.orangecolor {
    background: #F4A335;
}

.dot-blue i {
    color: #25DAE6;
    filter: drop-shadow(0px 0px 10px #25DAE6);
    margin-right: 5px;
}

.dot-green i {
    color: #4AD198;
    filter: drop-shadow(0px 0px 10px #4AD198);
    margin-right: 5px;
}

.dot-pink i {
    color: #F25F84;
    filter: drop-shadow(0px 0px 10px #F25F84);
    margin-right: 5px;
}

.dot-orange i {
    color: #F4A335;
    filter: drop-shadow(0px 0px 10px #F4A335);
    margin-right: 5px;
}

.dot-seagreen i {
    color: #1EA0A1;
    margin-right: 5px;
}

.dot-grey i {
    color: #C9D1D8;
    margin-right: 5px;
}

.boxtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin: 5px 0 10px 20px;
    letter-spacing: 1.8px;
    color: #2B2D4A;
}

.mainTitle {
    background: #2B2D4A 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 8px 25px;
    color: #ffffff;
    font-size: 12px;
    min-width: 250px;
    display: inline-block;
    margin-bottom: 15px;
}

.mainTitle span {
    text-transform: capitalize;
    float: right;
}

.allList_bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px 20px;
    font-size: 12px;
    color: #9095A0;
    margin-bottom: 10px;
    word-break: break-all;
}

.allList_bg strong {
    font-size: 12px;
    display: block;
    color: #2B2D4A;
    font-weight: 500;
}

.norecordList_bg {
    background: #e4e8e8 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 20px 20px;
    font-size: 14px;
    text-align: center;
    color: #595e69;
    margin-bottom: 10px;
}

.editbtn {
    display: block;
}

.dropdown-menu {
    top: 5px !important;
}


/**** Nofity Badges *****/

.notifylist {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    margin-bottom: 10px;
}



.notify {
    padding: 6px 10px;
    max-width: 56px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #ffffff;
}

.notify-turquoise {
    background: #25DAE6 0% 0% no-repeat padding-box;
}

.notify-green {
    background: #63C276 0% 0% no-repeat padding-box;
}

.notify-primary {
    background: #11B6DE 0% 0% no-repeat padding-box;
}

.notify-secondary {
    background: #FDC830 0% 0% no-repeat padding-box;
}

.notify-red {
    background: #F25F84 0% 0% no-repeat padding-box;
}

.notify-dark {
    background: #2B2D4A 0% 0% no-repeat padding-box;
}

.notify-dark-green {
    background: #1EA0A1 0% 0% no-repeat padding-box;
}

.switchSection {
    margin-top: 30px;
}

.dropdown-menu {
    font-size: 14px;
}

.selectBtn {
    font-size: 14px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 12px 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.selectBtn:focus {
    border: 1px solid #cccccc;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #11B6DE;
    text-decoration: none;
    background-color: #F0F0F0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #F0F0F0;
}


/*** Custom Dropdown Select with Link ****/

.switchDropdown {
    /* position: absolute;
    left: 42%;
    top: 40%; */
    position: relative;
}

.switchDropdown .selected a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 12px 15px;
    color: #2B2D4A;
    background: url('../img/arrow-down.svg') no-repeat 98% 50% #ffffff;
}

.switchDropdown .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.switchDropdown .option {
    position: relative;
}

.switchDropdown .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    min-width: 170px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.switchDropdown .selected span.value,
.switchDropdown .options span.value {
    display: none;
}

.switchDropdown .options ul li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #2B2D4A;
    font-size: 14px;
}

.switchDropdown .options ul li a:hover {
    color: #11B6DE;
    text-decoration: none;
    background-color: #F0F0F0;
    transition: 0.2s ease;
}

.mdpadding {
    padding: 8px 15px 8px 15px !important;
}

.mdpaddingSel button.selectBtn {
    padding: 8px 15px 8px 15px !important;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar>.nav-header {
    white-space: inherit;
    overflow: visible;
}

.badge {
    display: inline-block;
    padding: .35em .6em;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table td,
.table th {
    vertical-align: middle;
}

.selectBtn.disabled {
    background-color: #e2e2e2  !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px solid #aaa !important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e3e8e8 !important;
    border: 0px solid #aaa !important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px solid #aaa !important;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 20px;
    min-width: auto;
}

.select2-container {
    position: relative;
}

.select2-selection--multiple::after, .select2-selection--single::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    border-radius: 5px;
    position: absolute;
    right: 16px;
    top: 46%;
    color: #9aa4b1;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none !important;
}

.searchpad {
    padding: 15px 15px 15px 50px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none !important;
    border-radius: 4px;
    height: 32px;
    padding-left: 0;
    padding-top: 4px;
    outline: none;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-selection__choice {
    color: #70499D !important;
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle { background-color:rgba(0, 0, 0, 0.1); }
.os-scrollbar-track { background: #eee !important;}

.os-theme-dark>.os-scrollbar, .os-theme-light>.os-scrollbar {
    padding: 0;
    box-sizing: border-box;
    background: 0 0;
}

.os-theme-dark>.os-scrollbar-vertical, .os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 6px;
}

.help-block, .control-label, .error_msg {
    color: #ff1717 !important;
    font-weight: 400 !important;
    font-size: 12px;
}

.min-width-hundred {
    min-width: 100px;
}

.min-width-two-hundred-fifty {
    min-width: 250px;
}

.custmbtn-measurement {
    min-width: 24px;
    min-height: 25px;
    border-radius: 5%;
    color: white !important;
}

.disable-div {
    pointer-events: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e2e2e2 !important;
    opacity: 1;
    border-color: #f8f9f9;
    opacity: 1;
    color: #1F2D3D;
	    cursor: no-drop;
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
    cursor: not-allowed;
    opacity: 0.9;
}


.user-permission { position: relative; }
.user-permission label { position: absolute; top: 14px; left: 15px; }
.user-permission i { margin-right: 10px; }




.dash-newdesign-table td, .dash-new-table th {
    border: none;
    background: #fff;
	padding: 20px 12px !important;
    font-size: 12px;
    color: #9095A0;
}
.dash-newdesign-table td strong {
    color: #2B2D4A;
    display: block;
        font-weight: 500;

}


.dash-newdesign-table td:nth-child(2) strong { font-weight: 700}

.dash-newdesign-table td {
    background: #fff;
}
.dash-newdesign-table tr { background: none}

.dash-newdesign-table tbody::before {
    height: 1em;
    display: table-row;
    content: "";
}

.dash-newdesign-table tbody tr:nth-of-type(odd) {
    background-color: none;
}

.dash-newdesign-table td:first-child {
    border-radius: 15px 0 0 15px;
    padding-left: 20px !important
}

.dash-newdesign-table td:last-child {
    border-radius: 0 15px 15px 0;
    padding-right: 20px !important
}





.table.dataTable thead th, table.dataTable thead td { border-bottom: none; }
.select2-container .select2-selection--single {  height: 32px !important; }

.table-responsive::-webkit-scrollbar { width: 5px; margin-right: 51px; height: 12px; margin-top: 10px; }
.table-responsive::-webkit-scrollbar-track { box-shadow: none; background: #eee; border-radius: 10px; }
.table-responsive::-webkit-scrollbar-thumb { background-color:rgba(0, 0, 0, 0.1); border-radius: 10px; }

@media (min-width: 332px) {
	.sidebar-mini  .main-sidebar, .sidebar-mini  .main-sidebar::before {
    width: 6.3rem !important;
}

      .sidebar-mini .main-sidebar.sidebar-focused, .sidebar-mini .main-sidebar:hover {
        width: 6.3rem !important;
    }

	 .sidebar-mini  .nav-sidebar .nav-item>.nav-link {
        border-bottom: #d4d3d3 thin solid;

    }

    .sidebar-mini .nav-sidebar .nav-item>.nav-link {
        margin-bottom: 0;
        font-size: 21px !important;
        margin-left: 0px;
        text-align: center;
        color: #fff !important;
        border-bottom:none !important;
    }

	.nav-sidebar .nav-treeview .nav-link.dropsethead {
		padding-top: 26px !important;
		margin-bottom: 26px;
		border-bottom: 1px solid #981B54 !important;
		border-radius: 0
	}

/*
    .sidebar-mini .nav-sidebar .nav-treeview li {
        display: none;


    }
*/

    .sidebar-mini .main-sidebar.sidebar-focused  .nav-sidebar .nav-treeview li, .sidebar-mini .main-sidebar:hover  .nav-sidebar .nav-treeview li{
        display: block;

    }





    .sidebar-mini .nav-sidebar .nav-item>.nav-link i {
        width: auto;
    }

    .sidebar-mini .main-sidebar.sidebar-focused  .nav-sidebar .nav-item>.nav-link, .sidebar-mini .main-sidebar:hover  .nav-sidebar .nav-item>.nav-link {
        font-size: 14px;
        text-align: center;
        color: #000;
        height: auto;

    }
    .sidebar-mini .main-sidebar.sidebar-focused  .nav-sidebar .nav-item>.nav-link i, .sidebar-mini .main-sidebar:hover  .nav-sidebar .nav-item>.nav-link i {
        width: auto;
        display: block

    }

    .nav-sidebar .nav-item .nav-link i {
        width: 10px;
        display: inline-block !important;
    }
    .sidebar-mini .nav-sidebar .nav-link p {
        width: auto !important;
        display: block !important;
		margin:-3px 0 0 !important;
		animation-name: inherit !important;
        visibility: visible !important;
		animation-fill-mode: inherit !important;


    }

}

@media (max-width: 1040px) {

    .gov-logo { width:200px !important; margin-top: 15px; }

}

.closemenu-big { position: absolute; top: 15px; left: 18px; color: #fff; font-size: 22px; }
.closemenu-big i { color: #fff;}

.closemenu-bigopen { position: absolute; top: 55px; left: 25px; color: #fff; font-size: 22px; }

select {
    background: url(../img/arrow-down.png) no-repeat right 10px center #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-toggle::after {
    color: #9aa4b1;
}

.p-height{
    min-height: 45px;
}

.view-pheight {
        overflow-y: scroll;
        max-height: 50px;

}

.content-wrapper .content {
    padding: 0 .5rem;
}

.modal-body td .logCheck { margin-top: -10px; }

.bootstrap-select.disabled, .bootstrap-select>.disabled {
    cursor: not-allowed;
    opacity: 0.9 !important;
}

.modal-footer { justify-content: end;}


.modal-body table.dataTable tbody th, .modal-body table.dataTable tbody td { max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.mt-2.mb-2 .dashbed-border-bottom { margin-bottom: 20px; }

.nav-treeview .nav-link.active p {
    color: #11B6DE;
}


.select2 { width: 100%  !important; padding: 0px; }



.tdRowcontentbreak { max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }


.dash-scrollpage { max-height: 428px; overflow-y: auto; scrollbar-color: rgba(24, 47, 81, 0.2) #e4e2e2;  scrollbar-width: thin; }
.dash-scrollpage::-webkit-scrollbar { width: 5px; margin-right: 51px; }
.dash-scrollpage::-webkit-scrollbar-track { box-shadow: none; background-color:#e4e2e2; border-radius: 10px; }
.dash-scrollpage::-webkit-scrollbar-thumb { background-color:rgba(24, 47, 81, 0.2); border-radius: 10px; }


.content-header .row>.col-sm-8>p { font-size: 14px; margin-top: 2px; margin-bottom: 10px }
p.page-sub-head { font-size: 14px; margin-top: 2px; margin-bottom: 10px }

.notificationtab { width: 400px;
     /* min-height: 436px; */
     }

.notificationtab .notifylist { padding: 14px 20px; margin-bottom: 0}

/*
.tooltip-inner {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    color: #000;
  }


  .bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

.tooltip.show { opacity: 1;} */



table.table-bordered.dataTable { margin: 0 !important; border-collapse: collapse !important; }
table.dataTable tr td, table.dataTable tr th { padding: 8px 10px !important; border: 1px solid #dee2e6 !important}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b;
}

.page-link { color: #3e3e3e; }
.page-item.disabled .page-link { color: #b5b5b5; }


.permission-tablenew tbody { border: #eee thin solid; box-shadow: 0px 3px 6px #2c28281c;}
.permission-tablenew tbody::before { height: 6px;}
.permission-tablenew tr td { padding:20px .75rem !important;}
.permission-tablenew thead tr td { padding:0 .75rem 18px !important;}
.permission-tablenew td:first-child {
    padding-top: 9px !important;
    padding-left: .75rem !important;
}
.permission-tablenew thead tr td { border: none; }
.permission-tablenew td:last-child {
    border-radius: 0;
    padding-right: .75rem !important;
}
.permission-tab-new-label label.logCheck {
    color: #464a4a;
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    padding-left: 24px;
  }

  .permission-tab-new-label .checkmark { width: 16px; height: 16px;}
  .permission-tab-new-label .logCheck .checkmark:after { left: 5px; top: 1px; }
  .permission-tablenew tr.permission-tab-new-label td { padding-top: 11px !important;
    border: #eee thin solid;
    padding-bottom: 15px !important; }

  .permiss-sub-sub-menu-tab label.logCheck { color: #a5a5a5 }
  tr.permiss-sub-sub-menu-tab td.left-margin-sub { padding-left: 37px !important; }


.contract-formprofile .form-control { border: 1.5px solid #ced4da; padding: 12px 11px; border-radius: 10px; }
.contract-formprofile .selectBtn { border: 1px solid #ced4da; }



.reportTabing li { width: 25%; }
.reportTabing .profileLink a { padding: 30px 7px; height: 150px; font-size: 16px }
.reportTabing li a.opacityTab { opacity: 1}
.reportTabing li a:hover, .reportTabing .profileLink a:hover i {
    background: #11B6DE; color: #fff
}




.dash-new-table tr th { background:#f2f4f4; font-size: 12px;
    color: #9095A0; font-weight: normal; }
.dash-new-table td, .dash-new-table th {
    border: #f2f4f4 thin solid;
    background: #fff;
	padding: 4px 12px !important
}

.dash-new-table td {
    background: #fff; border: #eee thin solid
}
.dash-new-table tr {border-bottom: #f2f4f4 3px solid; background: none}

.dash-new-table tbody tr:nth-of-type(odd) {
    background-color: none;
}

.dash-new-table td:first-child {
    border-radius: 15px 0 0 15px;  box-shadow: none
}

.dash-new-table td:last-child {
    border-radius: 0 15px 15px 0;  box-shadow: none
}

.newaccordionepc .card { box-shadow: none; border: 1px #eee solid; margin-bottom: 0; padding-bottom: 0 }
.newaccordionepc .card-body { padding-bottom: 0 }
.newaccordionepc .card-header { background: #eee; padding: 10px;  }
.newaccordionepc .card-title { font-size: 14px; }

.epcnewtableaccording .admintable tr th {
	background: #e0e0e0 !important; }




.EPCmainhead th { font-size: 14px !important; padding: 7px !important }
.sub-headingEPC td { font-size: 13px !important; font-weight: bold !important; padding: 7px !important }

.epcsub-head td { font-size: 15px !important; text-transform: uppercase !important; font-weight: 800 !important; padding: 7px !important; color: #000 !important}
.epcsub-itehead td { font-size: 15px !important;  font-weight: bold !important; padding: 7px !important; color: #484848 !important; }
.epcsub-itehead2 td { font-size: 13px !important;  font-weight: 500 !important; padding: 7px !important; color: #616161 !important; }

.epcsub-itemhead td { font-size: 13px !important;  font-weight: 400 !important; padding: 7px !important; color: #5a5a5a !important; }
.epcsub-itehead td:nth-child(2), .epcsub-itemhead td:nth-child(2), .epcsub-itehead2 td:nth-child(2) { text-align: center}

.table-striped tbody tr.epcsub-head.footer:nth-of-type(odd) { background: #d2d2d2 !important; }



.epcedittable textarea { width: 100%; height: 30px; color: #495057; font-size: 14px; border: #c5c5c5 thin solid; border-radius: 4px;   padding: 4px;   }
.epcedittable input { width: 50px; height: 30px; color: #495057; font-size: 14px; border: #c5c5c5 thin solid; border-radius: 4px;     padding: 4px; text-align: center  }



.epcedittable .epcsub-head td textarea { font-size: 14px !important; text-transform: uppercase !important; font-weight: 700 !important }
.epcedittable .epcsub-itehead td textarea, .epcedittable .epcsub-itehead td input { font-size: 14px !important;  font-weight: 700 !important;}
.epcedittable .epcsub-itehead2 td textarea, .epcedittable .epcsub-itehead2 td input { font-size: 13px !important;  font-weight: 500 !important; }
.epcedittable .epcsub-itehead2 td input, .epcedittable .epcsub-itemhead td input, .epcedittable .epcsub-itehead td input { margin-top: -5px }
.epcedittable .epcsub-itemhead td textarea, .epcedittable .epcsub-itemhead td input { font-size: 13px !important; }



.loadpopup-list  tr td, .loadpopup-list  tr td:first-child { padding: 0 5px !important; cursor: pointer}
.loadpopup-list tbody::before {
    height: 0;
    display: table-row;
    content: "";
}

@media only screen and (min-width: 767px) {

.min-Loginheight { min-height: 97vh}

}

.btn-info {
    background-color: #11B6DE;
    border-color: #11B6DE;
}

.btn-info:hover {
    background-color: #11B6DE;
    border-color: #11B6DE;
	color: #fff !important
}


.btn-warning {
	color: #fff;
    background-color: #FF7F30;
    border-color: #FF7F30;
}

.btn-warning:hover {
    background-color: #FF7F30;
    border-color: #FF7F30;
	color: #fff !important
}


.orpromocodeline {
    position: relative;
}

.orpromocodeline:before {
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 9px;
    border: #eee thin dashed;
    left: 0;
    right: 0;
}

.orpromocodeline span {
    background: #fff;
    padding: 5px;
    position: relative;
    z-index: 2;
}

.loginTabs  label { margin-bottom: 0}
.cc-avatxt { width: 24px; text-align: center; line-height: 24px; height: 24px; font-size: 13px; display: inline-block; background: #70499D; color: #fff; border-radius: 50%}

.text-info { color: #11B6DE !important }

.btn-secondary { background-color: #acaaaa; border-color: #acaaaa; }

.tablemaxheighassign { max-height: 262px; overflow-y: scroll}

.modal .loginTabs .form-control {
border-radius: 10px;
    padding: 12px 11px;
    height: auto;
    font-size: 14px !important;
    border: 1.5px solid #ffffff;
	background: #fff
}

.modal .loginTabs .form-group label { margin-bottom:0.5rem }

.otp-input input {
    width: 45px;
    margin-right: 13px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 15px;
    border: #F7F7F7 1px solid;
    background: #F7F7F7;
    outline: none;
	color: #031912;
	margin-top: 10px
}

.otp-input input:focus  { border: 1px solid #70499D;  }
.otp-input input::placeholder { color: transparent }
.otp-input input:not(:placeholder-shown)  { border: 1px solid #70499D;  }
.registerverify-otp input { background: #ededed }

.text-underline { text-decoration: underline}

.comp-logo { height: 40px; margin-top: -6px !important;}

.user-profile .dropdown-menu.notificationtab { top: 13px !important; }
.notificationtab { width: 400px;}
.notificationtab .notifylist { padding: 14px 16px; margin-bottom: 0}

.notifylist { color: #1f2d3d!important; }
.notifylist:hover { color: #11B6DE !important; }
.notifylist:hover span { color: #1f2d3d !important; }

.notify-detil { height: 320px; overflow-y: scroll; overflow-x: hidden; }

.notify-detil::-webkit-scrollbar { width: 5px; margin-right: 51px; height: 12px; margin-top: 10px; }
.notify-detil::-webkit-scrollbar-track { box-shadow: none; background: #eee; border-radius: 10px; }
.notify-detil::-webkit-scrollbar-thumb { background-color:rgba(0, 0, 0, 0.1); border-radius: 10px; }

.cursor-pointer { cursor: pointer}
.progress { height: 7px; border-radius: 10px; }
.progress-bar { height: 7px; border-radius: 10px; background-color: #753cbe;}
.profcomple { color: #753cbe !important; font-weight: 500; }
.profcomple:hover { color: #753cbe !important; }

a.btn:focus, a.btn-md:focus { color: #fff !important}
.btn-secondary:hover { color: #fff !important}


.package-image { width: 80px; height: 70px; border-radius: 10px; padding: 15px; border: #753cbe thin solid; }
.package-image img { width: 100%; height: 100%; object-fit: contain }

.cc-image { width: 90px; height: 90px; border-radius: 50%; margin-top: -40px; margin-bottom: 25px; border: #fff 3px solid; box-shadow: 0 0 7px 5px rgb(0 0 0 / 10%);  }
.cc-image img { width: 100%; height: 100%; border-radius: 50%;  object-fit: cover }



.package-section { padding: 20px }
.cc-section { margin-top: 25px; padding-top: 15px}

.package-section h5 { font-size: 17px; font-weight: 500; text-overflow: ellipsis; padding-right: 60px; overflow: hidden; white-space: nowrap; color: #70499D; }
.package-section h6 { color: #6E6D6D; font-size: 12px; }
.package-section p { color: #000; font-size: 17px; font-weight: bold; margin-top: 10px }
.package-section p strike { color: #999; font-size: 13px; }


.pack-details p { color: #8a8a8a; font-size: 13px; font-weight: normal; margin: 0; line-height: 20px;}
.pack-details h5 { font-size: 13px; font-weight: 500; margin-bottom: 15px; padding-right: 0; color: #000; line-height: 18px; white-space: inherit;}

.card-btn { padding: 4px 15px; border-radius: 7px !important; margin-right: 0}
.card-btn.btn-outline-primary { background: #fff; color: #70499D; border: #70499D thin solid !important; }
.card-btn.btn-outline-primary:hover { background: #70499D; color: #fff !important; border: #70499D thin solid !important;}

.card-btn.btn-outline-secondary { background: #fff; text-decoration: none; color: #6c757d; border: #6c757d thin solid !important; margin: 0 !important }
.card-btn.btn-outline-secondary:hover { background: #6c757d; color: #fff !important; border: #6c757d thin solid !important;}
.pack-action { background: #eee; padding: 10px; border-radius: 10px;}

.card-btn.btn-outline-danger { background: #fff; text-decoration: none; color: #F25252; border: #F25252 thin solid !important; margin: 0 !important }
.card-btn.btn-outline-danger:hover { background: #F25252; color: #fff !important; border: #F25252 thin solid !important;}
.pack-action { background: #eee; padding: 10px; border-radius: 10px; }


.grid-status { position: absolute; top: -5px; right: 0}
.bad-status {
    border-radius: 25px;
    padding: 6px 12px;
    font-weight: 700;
    font-size: 11px;
}

.bad-status.badge-danger {
    background: #F252521A;
    color: #F25252;
}

.bad-status.badge-success {
    background: #089D121A;
    color: #089D12;
}

.bad-status.badge-warning {
    background: #E697001A;
    color: #E69700;
}

.titlepad { margin-bottom: 15px }

.select2-container--default .select2-selection--multiple .select2-selection__choice { margin-bottom: 0px; margin-top: 0 !important ; font-size: 10px; min-height: 20px
}
.select2-container--default .select2-selection--multiple { padding:0 !important}

.publsih-sticky { position: sticky; top: -20px; z-index: 10; background:#F2F4F4}
.staturightghead { min-width: inherit; font-size: 17px; font-weight: 500;}


.heart-icon { position: absolute; top: 10px; z-index: 10; right: 0}
.heartchkbox { display: inline-block; margin-bottom: 18px;}
.heartchkbox  .checkmark { font: normal normal normal 14px/1 FontAwesome; background: none; border: none;  }
.heartchkbox:hover input~.checkmark {  background: none; border: none }
.heartchkbox .checkmark:after {  content: "\f08a"; transform: rotate(0deg); color: #000; font-size: 20px; border: none; display: block; }
.heartchkbox input:checked ~ .checkmark  { background: none; border: none }
.heartchkbox input:checked ~ .checkmark:after { content: "\f004"; color: #11B6DE; }

.search-address { position: absolute; top: 20px; right: 20px; max-width: 300px }


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.uploadBtn {
    background: #70499D; border-color: #70499D; color: #FFFFFF; border: none; outline: none; text-align: center; font-size: 13px;  border-radius: 10px; padding: 6px 15px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: -124px;
    top: 0;
    opacity: 0;
	cursor: pointer;
    height: 500px;
    font-size: 20px;
	width: 900px;
}

.up-loposition { position: absolute; right: 20px; top: 37px}
.uploaded-doc { width: 100%; height: 80px; border-radius: 10px; position: relative; background: #eee;  }
.uploaded-doc i { font-size: 40px; display: block; text-align: center; line-height: 80px; }
.uploaded-doc>img  { width: 100%; height: 100%; border-radius: 10px; object-fit: contain; object-position: center}
.uploaded-doc a { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; line-height: 19px; border-radius: 50%;  text-align: center }


.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    /* background: #fff; */
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;

}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}





    .received_withd_msg p {
        background: #fff none repeat scroll 0 0;
        border-radius: 3px;
        color: #333333;
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 5px 10px 5px 12px;
        width: auto;
        display: inline-block;
    }

    .time_date {
        color: #747474;
        display: block;
        font-size: 12px;
        margin: 0px 0 0;
    }


    .mesgs {
        width: 100%;
    }

    .sent_msg p {
        background: #E3E7E8 none repeat scroll 0 0;
        border-radius: 3px;
        font-size: 14px;
        margin: 0 0 10px 0;
        color: #333333;
        padding: 5px 10px 5px 12px;
        width: auto;
        display: inline-block;
    }

    .outgoing_msg {
        overflow: hidden;
        margin: 26px 10px 26px 0;
    }

    .sent_msg {
        float: right;
        /* width: 46%; */
    }

    .chat-send-box .uploadBtn { margin: 0; margin-right: 6px; padding: 13px 12px;  }
        .chat-send-box img { width: 20px }
        .chat-send-box .form-control { border: 1px solid rgba(119,119,119,0.5) !important; font-size: 14px; font-family: "Georgia" !important; padding: 7px 10px; border-right: none !important; }
        .chat-send-box .input-group-text { background: #fff; border: 1px solid rgba(119,119,119,0.5) !important; border-left: none !important}

.chatheightfix { height:calc(100vh - 186px); overflow-y: auto; scrollbar-color: rgba(51, 51, 51, 0.7) #E3E7E8;  scrollbar-width: thin; }


.chatheightfix::-webkit-scrollbar { width: 5px; margin-right: 51px; height: 12px; margin-top: 10px; }
.chatheightfix::-webkit-scrollbar-track { box-shadow: none; background: #eee; border-radius: 10px; }
.chatheightfix::-webkit-scrollbar-thumb { background-color:rgba(0, 0, 0, 0.1); border-radius: 10px; }


/*Super Admin css*/
.lab-superlogo { width: 40px; height: 40px; border-radius: 50%; background: #eee; padding: 4px }
.lab-superlogo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

.superadminlablogo { background: #fff; padding: 5px }
.superadminlablogo img { object-fit: contain; border-radius: 0}

.full-detilastxt h5 { text-overflow: inherit; overflow:inherit; white-space: normal }

.pack-details .cc-avatxt { line-height: 24px}

.onlinestatus { position: absolute; right: 4px; bottom: 3px; width: 15px; height: 15px; background: #38cb2e; border: #fff thin solid; border-radius: 50%; box-shadow: 0 0 10px 0px rgb(0 0 0 / 40%); }
.onlinestatus.offline {  background: #F25F84;  }




.student-invite { background: #11B6DE; box-shadow: 0px 5px 10px #00000029; border-radius: 8px; font-weight: 500; font-size: 14px }
.student-invite img { margin-top: -20px; width: 80px; margin-right: -10px }


.table-leaderboard img.student-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover;     max-width: inherit;}
.table-leaderboard td { font-size: 12px; color: #999999; font-weight: 500; border: none }
.table-leaderboard td.student-name { font-size: 13px; color: #000; font-weight: 700 }

.table-leaderboard tr:hover { background: #F2F3FF; border-radius: 10px }


.callrequbox { background: #FFFFFF; box-shadow: 0px 10px 20px #0000001A; border: 1px solid #E1E0E1; border-radius: 14px; padding: 15px }

.calimagestudent { width: 100%; height: 88px;}
.calimagestudent img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 10px}
.teacherdetail img { width: 25px; height: 25px; object-fit: cover; object-position: top; border-radius: 50%}
.teacherdetail { margin-top: 12px}
.callrequbox h4 { font-size: 18px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical;}

.teacherdetail h3 { font-size: 15px; margin-left: 7px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; margin-top: 4px}
.student-timer { font-size: 13px; font-weight: 500; color: #666666; display: flex; align-items: center}
.student-timer span { color: #70499D; margin-left: 4px}
.student-timer i { font-size: 4px; margin: 0 3px }


.inner-btn { box-shadow: none; padding:9px 10px; font-size: 14px}
.inner-btn:hover { box-shadow: 0 7px 10px 0px rgb(0 0 0 / 20%);}


.owl-dots {  bottom: 5px; width: 100%; margin-top: -10px; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.owl-dot { height: 5px; width: 5px; display: inline-block; background: none; border: 2px solid #fff; margin-left: 2px; margin-right: 2px; background: #444444; border-radius: 20px }
.owl-dot.active { background: #ff5e14; border: 2px solid #ff5e14; }
.owl-carousel.owl-drag .owl-item { padding: 8px; overflow: hidden}

.oneCollection .owl-dots { text-align: center; }
.oneCollection .owl-dot { border: 2px solid rgba(68 68 68 / 15%); background: rgba(68 68 68 / 15%); }
.oneCollection .owl-dot.active { background: #11B6DE; border: 2px solid #11B6DE; width: 15px }


.calendarimguser img.stuslideimage { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; max-width: inherit }

.calendarimguser h4 { font-size: 20px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical;}
.calendarimguser h3 { font-size: 15px; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical;}

.content-header { padding-bottom: 20px !important; padding: 15px 22px; position: sticky; top: 0px; z-index: 999; background: #FFF; }

.search-top-box { background: #EAEBFD; width: 35px; height: 35px; border-radius: 50%; font-size: 18px;
     /* margin-top: -4px !important; */
      margin-left: 10px; line-height: 35px; text-align: center; color: #666666}


.user-sectiontd { display: flex; align-items: center}
.user-sectiontd img { width: 40px; height: 40px; border-radius: 50%;  }
.user-sectiontd h2 { font-size: 13px; margin-left: 10px; font-weight: 900 }
td img { max-width: inherit}
.worklogo img { object-fit: contain; background: #fff}

.noflexwrap-pop {
  flex-wrap: inherit;
  overflow-x: scroll;
}

.noflexwrap-pop::-webkit-scrollbar { width: 4px; display: none;  }




/*==================GLAD=========================*/
.btn:hover { box-shadow: 0 6px 18px -4px rgba(0,0,0,0.5) !important; }
.loginbg { background: url('../img/sign-bg.png') no-repeat ; position: relative; width: 100%; background-size: cover; }
.inner-login-box { background: url(../img/sign-rightbg.svg) no-repeat top right; padding: 40px 35px 15px 35px; }
.login-box { background: #FFFFFF;  border-radius: 30px; }
.login-box h1 { color: #000000; font-weight: 600; font-size: 22px; margin-bottom: 0px; }
.sign-input { background: #FFFFFF; border: 1px solid #AEAEAE; border-radius: 14px; color: #999999; font-weight: 500; font-size: 16px; padding: 18px 20px; }
.sign-input:focus { background: #FFFFFF; border: 1px solid #AEAEAE; border-radius: 14px; outline: none; box-shadow: none; }
.sign-input::placeholder { color: #999999; }
.input-img { position: absolute; right: 20px; top: 17px; }
.right-padding { padding-right: 50px; }
.login-box p { color: #000000; font-size: 12px; margin-bottom: 0px; text-align: center; padding-top: 60px; }
.login-box h6 { color: #000000; font-size: 14px; font-weight: 600; margin-bottom: 0px; }
.login-box h6 a { color: #000000;  text-decoration: underline !important; }

.login-btn { background: #6A0030; border-radius: 190px; color: #FFFFFF; font-weight: 500; font-size: 14px; display: flex;
 align-items: center; padding: 14px 35px; border: none; }
 .login-btn:hover { background: #730e3c; }

.login-btn h4 {  width: 30px; height: 1px; background: #fff; margin-left: 15px; }

.new-notification { width: 35px; height: 35px; background: #FBF9F9; line-height: 35px; border-radius: 50%; text-align: center; }
.new-notification img { margin: 0; }

.hero-rightbg { position: absolute; right: 0; }
.top-head h1 { color: #000000; font-weight: 500; font-size: 28px; margin-bottom: 0px;}
.top-head h1 span { color: #727272; font-size: 20px; }

.top-head p { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; line-height: 20px; }

.inner-head p { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }

.enquiries-innerbox { background: #F6B51D; border-radius: 20px;  }
.enquiries-box { background: url(../img/bottom-shade.svg) bottom no-repeat; padding-bottom: 10px; background-size: 88%; }

.farmers-box { background: #FFF3F4; border-radius: 20px; padding: 20px 12px; text-align: center; position: relative; }

.farmers-box h5 { color: #000000; font-weight: 600; font-size: 26px; margin-bottom: 0px; padding-top: 15px; }
.farmers-box h6 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 10px; }
.average-box { background-color: #FC5E60; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px;
 margin: 0 auto; }
 .farmers-box2 { background: #FFF0CC; }
 .average-box2 { background: #F6B51D; }
 .farmers-box3 { background: #E4FFE3; }
 .farmers-box4 { background: #EFCADB; }

 .average-box3 { background-color: #4BC56F; }
 .average-box4 { background: #6A0030; }

 .Enquiries-box h5 { color: #000000; font-weight: 600; font-size: 24px; margin-bottom: 0px; padding-top: 5px; }

 .notificationbar-new-text { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
 .mark-allreadtext { color: #6A0030; font-weight: 500; font-size: 14px; }
 .new-notificationcontentbox { background: #FFFFFF; margin-top: 10px; border: 1px solid #F6B51D; border-radius: 8px; padding: 22px 15px; border-left: 8px solid #F6B51D; }
 .new-notificationcontentboxgray {  border: 1px solid #DCDCDC; border-left: 8px solid #DCDCDC; }
 .new-notificationcontentbox h5 { color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; }
 .new-notificationcontentbox h6 { color: #999999; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 15px; }
 .new-notificationcontentbox h6 i { color: #000000; font-size: 7px;  padding: 0px 10px;}
 .bell-box { background: #FFF3F4; height: 32px; width: 32px; border-radius: 50%; text-align: center; line-height: 32px; float: right; }
 .view-alltext { color: #6A0030; font-weight: 600; font-size: 16px; text-decoration: underline; padding-top: 15px; }
 .more-icon { color: #000000; font-size: 28px; }
 .new-progress { height: 8px; background: #FFFFFF; border-radius: 6px; }
 .new-progress .progress-bar { background: #6A0030; border: 1px solid #6A0030; border-radius: 6px; height: 8px; }
 .progress-text { color: #000000; font-weight: normal; font-size: 16px; padding-bottom: 3px; }
 .progress-value { font-weight: 600; font-size: 16px; margin-bottom: 0px; color: #000000; line-height: 15px; }
 .three-dots { height: 25px; }
 .chart-margintop { margin-top: -34px; }
 .chart-content p { color: #000000;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 36%;
  text-align: center;
}

 .chart-content h6 { position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 49%; padding-top: 5px; color: #000000; font-weight: 500; margin-bottom: 0px; font-size: 12px;  }


 .card-titleinner { padding-left: 12px; color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; padding-top: 5px; }
 .suppliers-box h6 { color: #727272; font-weight: 500; font-size: 16px; margin-bottom: 0px; display: flex; align-items: center; padding-top: 8px; }
 .suppliers-box h6 b { font-weight: 600; color: #000000; font-size: 16px; padding-left: 3px; }
 .active-box { background: #4BC56F; border-radius: 26px; width: 9px; height: 16px; position: relative; margin-bottom: 0px;
padding-left: 5px; margin-right: 5px; display: inline-block; }
.inactive-box { background: #DCDCDC; }
.target-achieved { background: #E4FFE3; border-radius: 10px; margin-top: 5px; padding: 10px 15px; color: #000000; font-weight: 500;
font-size: 16px; }
.target-achieved span { color: #000000; font-weight: bold; }
.target-missed { background: #FFF3F4; }
.new-card { min-height: 275px; }
.kyc-btn { background: #FFFFFF; border: 1px solid #FC5E60; border-radius: 10px; padding: 7px 15px; font-weight: 500; color: #242424; font-size: 15px; }
.kyc-btn span { color: #FC5E60; font-weight: 600;  }
.kyc-btn:hover { background: #FC5E60; color: #fff; }
.kyc-btn:hover span  {  color: #fff; }
.loans-boxs { background: #FCF3F4; border-radius: 8px; padding: 10px 15px; margin-top: 6px; }
.badge-pill { background: #FFFFFF; border-radius: 30px; color: #000000; font-weight: bold; font-size: 14px; width: 30px; height: 22px; }
.loans-boxs p { color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; }
.loans-boxs2 { background: #FBEBEC; }
.loans-boxs3 { background: #EFCADB; }
.loans-boxs4 { background: #C982A3; }
.target-achieved2 { background: #F8EBFB; }
.active-boxcompleted { background: #6A0030; }
.target-achieved3 { background: #FFFBE6; }
.active-boxcompleted2 { background: #F6B51D; }
.target-achieved4 { background: #FFF7EF; }
.active-boxcompleted3 { background: #FC5E60; }
.card-middle { color: #000000; font-weight: 600; font-size: 24px; margin-bottom: 0px; padding-top: 8px; }
.background-none { background: transparent; padding: 5px 0px; }
.active-pink  { background: #C10057; }
.active-pinklight { background: #E35A99; }

.farmers-new1 { border-radius: 60px 20px 20px 20px; background: #E4FFE3; }
.farmers-new2 { border-radius: 20px 60px 20px 20px; background: #FFF3F4; }
.farmers-new3  { border-radius: 20px 20px 60px 20px; background: #ECECFF; }

.total-amount { background: #FFFFFF; align-items: center; border: 1px dashed #DCDCDC; border-radius: 10px; display: flex; justify-content: space-between;
padding: 10px 30px; margin: 25px 20px 0px 20px;  }
.total-amount h4 { color: #000000; font-weight: 500; font-size: 30px; margin-bottom: 0px; }
.total-amount p { color: #000000;  font-weight: normal; font-size: 18px; margin-bottom: 0px; }

.copy-right { color: #000000; font-size: 12px; margin-bottom: 0px; font-weight: normal; }


 /*  */
 .top-search-bar .search-form .form-group input.form-control::-webkit-input-placeholder{display:none;}
 .top-search-bar .search-form .form-group input.form-control::-moz-placeholder{ display:none;}
 .top-search-bar .navbar-right{ min-width:450px; /*or I can probably just use columns*/}
 .top-search-bar .navbar-right form{ width:100%;}
 .top-search-bar .form-group{ position:relative; width: 0%; min-width:45px; height:45px; overflow:hidden; transition: width 1s; backface-visibility:hidden; margin-bottom: 0px;}
 .top-search-bar .form-group input.form-control { color: #727272 !important; font-size: 14px !important; position:absolute; top:0; right:5px; outline:none; background: #FBF9F9; width: 60%; height:40px; margin:0; z-index:10; border-radius: 200px; border: none;}
 .top-search-bar input[type="text"].form-control{ -webkit-appearence:none; /* -webkit-border-radius:0; */ border: 0px !important;}
 .top-search-bar .form-control-submit,.search-label{width: 40px; height:40px; position:absolute; right:0; top:0; padding:0; margin:0; text-align:center; cursor:pointer; line-height:39px; background: #FBF9F9; border-radius: 200px;}
 .top-search-bar .form-control-submit { background: #FBF9F9; opacity: 0; color:transparent; border:none; outline:none; z-index:-1;}
 .top-search-bar .search-label{z-index:90;}
 .top-search-bar .form-group.sb-search-open,.no-js .sb-search-open{width:350px;}
 .top-search-bar .form-group.sb-search-open .search-label,
 .no-js .sb-search .search-label {background: #FBF9F9;	color: #fff; z-index: 11; border-radius: 40px;}
 .top-search-bar .form-group.sb-search-open .form-control-submit,
 .no-js .form-control .form-control-submit {z-index: 90;}
 .top-search-bar .search-label img{height: 18px;}

 /* search */




   /*  */

.plus-btn { background: #4BC56F; text-align: center !important; border-radius: 200px; width: 40px !important; height: 40px !important ; border: none; }
.breadcrumb {  background: transparent; padding: 3px 0px; }
.breadcrumb .breadcrumb-item a { color: #6A0030;  }
.breadcrumb .breadcrumb-item { font-size: 14px; font-weight: normal; }
.breadcrumb .breadcrumb-item.active { color: #000000; }
.breadcrumb-item+.breadcrumb-item::before { color: #000000; }

/* .dairy-table {  } */

.dairy-table thead { background: #E4FFE3; }
.dairy-table thead th { border-top: none; border-bottom: none; color: #727272; font-weight: 500; font-size: 13px; text-transform: uppercase; }
.dairy-table thead th:first-child { border-top-left-radius: 12px; border-bottom-left-radius: 12px; }
.dairy-table thead th:last-child { border-top-right-radius: 12px; border-bottom-right-radius: 12px; }
.dairy-table td { border-top: none; border-bottom: 1px dashed #DCDCDC; color: #000000; font-weight: normal; font-size: 14px; }
.dairy-table td .active-dotgray { background: #DCDCDC !important; }
.dairy-table td .active-notgreen { border-radius: 50%; margin-bottom: 0px; background: #4BC56F; box-shadow: 0px 3px 6px #00000029; border: 2px solid #FFFFFF; width: 13px; height: 13px; }
.dairy-table td img.table-user { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; max-width: inherit; }
.dairy-table td .gold-star { height: 15px; padding-right: 2px; }
.dairy-table td.contact-table { color: #000000; font-weight: 500; }
.dairy-table td.contact-table span { color: #727272; font-weight: normal; font-size: 12px; }

.dairy-table td .table-username { background: #FFF3F4; width: 40px; height: 40; border-radius: 50%; line-height: 40px; text-align: center; }
.dairy-table td.achieved-text { color: #4BC56F; font-weight: 500; font-size: 14px; }
.dairy-table td.achieved-text-red { color: #e66666; font-weight: 500; font-size: 14px; }
.dairy-table td.missed-text { color: #FC5E60; font-weight: 500; font-size: 14px; }
.eye-box { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 8px; padding: 6px 7px; }
.edit-box { background: #FFF3F4; border: 1px solid #B7889D; border-radius: 8px; padding: 6px 7px; }
.edit-box  img { height: 11px; }
.eye-box img { height: 11px; }
.dairy-table tr:last-child td { border-bottom: none; }

.dairy-table td.Published-text { color: #6A0030; font-weight: 500; font-size: 14px; text-align: right; }
.dairy-table td.draft-text { color: #F6B51D; font-weight: 500; font-size: 14px; text-align: right; }


.box-select { background-color: #FFFFFF !important; border: 1px solid #DCDCDC;  border-radius: 8px; position: relative; }
.select-innerpadding { padding: 5px 5px 8px 15px;}

.none-bg { display: none; }
.select-content { padding: 0px; border: none; color: #000000; font-weight: 500; font-size: 15px; background: url(../img/arrow-downnew.svg) no-repeat right 10px center; }
.select-content:focus { border: none; }
.select-label { color: #727272; font-weight: 500; font-size: 13px; }

 .page-link { border: none !important; }

 .border-sm-right { border-right: 1px solid #dee2e6; }

 .cancel-btn { background: #DCDCDC; border-radius: 178px; padding: 10px 30px; color: #000000; font-weight: 500; font-size: 14px; }
 .cancel-btn:hover { color: #000000; background: #a59999; }
 .draft-btn { padding: 10px 30px; background: #FFF3F4; border: 1px solid #6A0030; border-radius: 178px; color: #242424; font-weight: 500;
font-size: 14px; }
.draft-btn:hover { background : #e7dadc; }

.save-btn { background: #6A0030; border-radius: 178px; padding: 10px 30px; color: #ffffff; font-weight: 500; font-size: 14px; }
/* .add-new_role { background: #6A0030; border-radius: 178px; padding: 10px 30px; color: #ffffff; font-weight: 500; font-size: 14px; } */
.save-btn:hover { background: #470b26; color: #ffffff !important; }

.user-editbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 25px 35px; }
.edit-input { border: 1px solid #999999 !important; border-radius: 8px; padding: 15px 14px; font-size: 14px !important; font-weight: normal !important;}
.edit-input:focus { border: 1px solid #999999; border-radius: 8px; outline: none; box-shadow: none; }
.edit-input::placeholder { color: #727272; }
.edit-label {  color: #000000; font-weight: normal !important; font-size: 14px; }
.amount-text { color: #008000c7; font-size: 14px; }
.new-modalwidth .modal-dialog { max-width: 580px; }

.edit-input:disabled, .form-control[readonly] { background-color: transparent !important; }

.edit-select { background: url(../img/arrow-downnew.svg) no-repeat right 12px center; background-color: #FBF9F9; }
/* .calender-img { background: url(../img/calendar.svg) no-repeat right 20px center; } */

.edit-userprofile { width: 180px; height: 180px; margin: 0 auto 20px; }
.edit-userprofile img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; box-shadow: 0px 5px 15px #0000001A; }


.Supplier-box { width: 230px; height: 230px; border-radius: 50%; line-height: 136px; background: #FBF9F9; margin: 0 auto; text-align: center; }
.Supplier-box h3 { color: #000000; font-weight: 500; font-size: 13px; margin-bottom: 0px; }


.user-editbox h6 { margin-bottom: 0px; font-weight: normal; font-size: 14px; line-height: 15px; padding-left: 4px; }
.star-img img  { height: 17px; }

.boder-dashed { border-bottom:  1px dashed #DCDCDC; }
.edit-map { border: none; width: 100%; height: 100%; border-radius: 20px; }

.edit-searchinput { border: none; background: #FFFFFF; border-radius: 60px; padding: 10px 20px; color: #000000; font-size: 16px; position: relative; }
.edit-searchinput:focus { outline: none;  box-shadow: none; border: none;  background: #FFFFFF; }
.edit-searchinput::placeholder { color: #000000; }
.position-input { position: absolute; top: 15px; right: 90px; left: 50px; z-index: 2; }
.edit-searchimg { position: absolute; right: 20px; top: 11px; }

.new-append { width: 100px; }
.new-select { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.new-select:focus { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }

/*--------Switch Css-------*/

.toogleSwitch .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 35px;
    margin-bottom: 0;
    margin: 0 7px 0 0px;
  }


  .toogleSwitch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: relative !important;
  }


.toogleSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    border: #ffffff thin solid;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }


.toogleSwitch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    top:4px;
    /* // bottom: 0px; */
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }


.toogleSwitch input:checked + .slider {
    background-color: #4BC56F;
  }


.toogleSwitch  input:focus + .slider {
    box-shadow: none;
  }


.toogleSwitch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #fff;
    left: -10px;
  }


.toogleSwitch .slider.round {
    border-radius: 20px;
    /* border: 1px solid #D6D6D6; */
    background: #ECECFF;
  }


.toogleSwitch .slider.round:before {
    border-radius: 50%;
  }


.toogleSwitch .slider.round span { display: none; }
.toogleSwitch input:checked + .slider span.swactive { display: inline-block; color: #ffffff; font-size: 12px;  margin-left: 15px; margin-top: 7px; font-weight: 600; }

.toogleSwitch input:checked + .slider:before { background-color: #ffffff; left: 40px;}
.toogleSwitch input:not(:checked) + .slider span.swinactive { display: inline-block; font-size: 13px;
     color: #000000; font-weight: 600; margin-left: 36px; margin-top: 6px; }


  /*-----switch Css ends------*/

.upload-btn-wrapper {position: relative; overflow: hidden; display: block; }
.uploadBtn { color: #FC5E60; font-weight: 500; font-size: 15px; outline: none; background: transparent; padding: 0px; }
.uploadBtn span { color: #000000; }

.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: -124px; top: 0; opacity: 0; cursor: pointer; height: 500px;
font-size: 20px; width: 900px;}

.size-img { color: #999999;  font-weight: 500; font-size: 14px; }

.check-outerlabel { color: #000000; font-weight: 500; font-size: 14px; }
.check-label { color: #000000 !important; font-size: 16px !important; font-weight: normal !important; }

.new-daysbox { background: #FBF9F9; border: 1px solid #999999; border-radius: 0px 8px 8px 0px; }
.new-daysbox .input-group-text { background: transparent; border: none; color: #727272; font-size: 14px; padding: 0.375rem 35px;  }

.supplier-tab { margin: 0; padding: 0; }
.supplier-tab li { margin-right: 60px; font-weight: 500; font-size: 14px; display: inline; list-style: none; border-bottom: 2px solid #DCDCDC;
    padding-right: 60px;  padding-bottom: 12px; }
.supplier-tab li.active { border-bottom: 2px solid #4BC56F; }
.supplier-tab li.active .tab-circle { background: #4BC56F; }

.tab-circle { margin-right: 4px; background: #DCDCDC; width: 24px; height: 24px; border-radius: 50%; text-align: center; line-height: 24px; display: inline-block; }
.tab-circle i { color: #fff; font-weight: normal; height: 7px; }

.clear-filter { color: #FC5E60 !important; font-weight: 600; font-size: 15px; text-decoration: underline !important; }
.applied-filter { color: #4BC56F; font-weight: 600; font-size: 15px; }

.average-badge { background: #FFFFFF; padding: 10px 15px; border: 1px solid #999999; border-radius: 98px; color: #000000; font-weight: 500; font-size: 14px; }
.average-badge-selected { background: #FFFFFF; padding: 10px 15px; border: 3px solid #920042; border-radius: 98px; color: #000000; font-weight: 500; font-size: 14px; }

.average-badge span { color: #FC5E60; }
.orange span { color: #F6B51D; }
.green span { color: #12CE57; }
.red span { color: #6A0030; }

.matts-francesca h5 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 5px;   display: -webkit-box; -webkit-line-clamp: 1;
overflow: hidden;  -webkit-box-orient: vertical; }
.matts-francesca h6 { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 4px;   display: -webkit-box;
-webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; }
.matts-francesca h6 i { padding: 0px 5px; font-size: 7px; }
.matts-francescauserimg { width: 70px; height: 70px; border-radius: 50%; }
.matts-francescauserimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.matts-francesca p { color: #808080; font-size: 15px; font-weight: normal; margin-bottom: 0px; margin-right: 10px;}
.matts-francesca p span { color: #000000; }

.dam-constructionbox { background: #FFF3F4; border-radius: 10px; padding: 10px 15px; }
.dam-constructionbox h4 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
/*Project status tag color*/
.suggested-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.interested-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.not_interested-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.deffered-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.applied-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.doc_verified-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.survey_requested-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.survey_accepted-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.survey_completed-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.verified-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.approved-btn { background: #FFFFFF; border: 1px solid #4dab4d !important; border-radius: 30px; color: #4dab4d !important; font-weight: 500; font-size: 11px !important; }
.active-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.task_pending-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.task_in_progress-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.task_completed-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.task_approved-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.task_rejected-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.not_approved-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.milestone_approved-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }
.completed-btn { background: #FFFFFF; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030 !important; font-weight: 500; font-size: 11px !important; }

.dam-constructionbox h2 { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.dam-constructionbox h3 { color: #808080; font-size: 14px; font-weight: normal; margin-bottom: 0px; padding-top: 3px; }

.matts-francesca h1 { color: #6A0030; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
.matts-francesca h1 a { color: #6A0030; }
.farmer-bottomborder::before { content: " "; position: absolute; bottom: 0; background: #FC5E60; height: 2px; width: 245px; left: 0; right: 0; margin: 0 auto; }
.farmer-bottomborder-average::before { content: " "; position: absolute; bottom: 0; background: #FFB300; height: 2px; width: 245px; left: 0; right: 0; margin: 0 auto; }
.farmer-bottomborder-satisfactory::before { content: " "; position: absolute; bottom: 0; background: #4BC56F; height: 2px; width: 245px; left: 0; right: 0; margin: 0 auto; }
.green-bottom::before { background: #06d6a0; }
.orange-bottom::before { background: #FFB300; }

.new-dropbox { padding: 7px 20px; background-color: #FFFFFF !important; border: 1px solid #D2D2D2; border-radius: 8px; box-shadow: none !important; font-size: 14px; color: #000000; font-weight: 500; }
.new-dropbox span { color: #727272; margin-right: 5px; }
.new-dropbox {  background: url(../img/arrow-downnew.svg) no-repeat right; background-position: 95%; }

.new-dropbox.dropdown-toggle::after {
    content: " ";
    background: url(../img/arrow-downnew.svg) no-repeat right;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.price-drop .dropdown-menu {  background: #FFFFFF; box-shadow: 0px 20px 16px #00000029; border-radius: 12px; }
.price-drop .dropdown-menu .dropdown-item { border-bottom: 1px solid #DCDCDC; padding: 10px 20px;  }
.price-drop .dropdown-menu .dropdown-item:last-child { border-bottom: none; }

.farmers-newdetailleftbox { background: #FBF9F9; width: 100%; height: 626px !important; overflow-x: hidden; overflow-y: scroll; }
.farmers-newdetailleftbox::-webkit-scrollbar { display: none; }
.projects-scroll {  width: 100%; height: 626px !important; overflow-x: hidden; overflow-y: scroll; }
.projects-scroll::-webkit-scrollbar { display: none; }

.ongoing-projects h4 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.ongoing-projects p { color: #727272; font-weight: normal; font-size: 14px; margin-bottom: 0px; }

.ongoing-projects h5 { color: #000000; font-weight: 600; font-size: 14px; margin-bottom: 0px; }
.ongoing-projects h6 { color: #727272; font-weight: normal; font-size: 14px; margin-bottom: 0px; }

.corner-text { background: #E4FFE3;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 4px 5px;
    width: 42px;
    height: 45px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 20px 0px 20px;
}

.pencil-box { background: #FFFFFF; border: 1px solid #ECECFF; border-radius: 8px; padding: 10px 10px; }
.deatails-box { background: #FFFFFF; border-radius: 14px; padding: 15px 15px; }

.details-users { width: 165px; height: 200px; border-radius: 18px;  }
.details-users img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.deatails-box h1 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 7px;  }
.deatails-box p { color: #23262A; font-weight: 400; font-size: 14px; margin-bottom: 0px; }
.deatails-box h1 span { font-size: 12px; }
.deatails-box h6 { color: #727272; font-size: 14px; margin-bottom: 0px; font-weight: normal; padding-top: 5px; }
.deatails-box h6 i { font-size: 7px; color: #000000; padding: 0px 5px; }

.deatails-box h5 { font-weight: 500; font-size: 16px; margin-bottom: 0px; color: #808080; padding-top: 30px; }
.deatails-box h5 span { color: #000000; }

.manage-box { background: #FFF3F4; border-radius: 40px; padding: 5px 15px; }
.manage-box h4 { color: #000000; font-weight: 500; font-size: 12px; margin-bottom: 0px; }
.manage-box h4 span { color: #727272; }
.manage-box h4 i { font-size: 7px; padding: 0px 10px; }

.supply-box { background: #F6B51D; border-radius: 14px; padding: 30px 30px; }
.supply-box h2 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }

.supply-box h5 { color: #000000; font-weight: bold; font-size: 18px; margin-bottom: 0px; }
.supply-box h6 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 7px; }

.border-dashhed { border-right: 1px dashed #DCDCDC; }

.cow-farmsbox { background: #FFFFFF;  border-radius: 14px; padding: 20px 30px; }

.milking-cowsbox { background: #FFF3F4; border-radius: 14px;
  padding: 20px 20px;
 }

.milking-cowsbox h5 { color: #000000; font-weight: 600; font-size: 20px; margin-bottom: 0px; }
.milking-cowsbox h6 { color: #242424;  font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 7px; }
.dotted-borderbottom { border-bottom: 1px dashed #DCDCDC; }

.cow-farmsbox h3 { color: #242424; font-size: 14px; margin-bottom: 0px; font-weight: 500; padding-top: 10px; }
.cow-farmsbox h3 span { font-weight: 600; font-size: 18px; color: #000000; }
.cow-farmsbox h2 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 15px; }
.cow-farmsbox h2 span { color: #23262A; font-weight: 500; font-size: 14px; }
.cow-farmsbox h2 i { font-size: 7px; padding: 0px 10px; color: #000000; }

.cow-map { border: none; height: 332px; border-radius: 20px; width: 100%; margin-top: 20px; }

.cow-addressbox { background: #FFFFFF; border-radius: 14px; padding: 10px; width: 200px; position: absolute;
  height: 260px;
  position: absolute;
  top: 59px;
  left: 10px; }
.cow-imgbox { width: 180px; height: 130px; border-radius: 20px; }
.cow-imgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
 .cow-addressbox h6 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 10px; }
 .cow-addressbox p { color: #000000; font-size: 14px; font-size: 14px; margin-bottom: 0px; padding-top: 5px; display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical; }

.water-box h6 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; text-align: center; padding-top: 10px; }

.topperforming-farmersbox { background: #FFFFFF; border-radius: 14px; padding: 20px 30px; }

.performing-box { background: #F9F9F9; border-radius: 14px; padding: 20px 10px; }

.performing-box h1 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 18px; }
.performing-box h2 { color: #727272; font-weight: normal; font-size: 12px; margin-bottom: 0px; padding-top: 5px; }

.performing-box h3 { color: #727272; font-weight: normal; font-size: 13px; margin-bottom: 0px; padding-top: 18px; }
.performing-box h3 span { color: #23262A; font-weight: 600; }
.performing-box h3 i { font-size: 7px; padding: 0px 5px; }

.blank-userimg { width: 68px; height: 68px; border-radius: 50%; margin: 0 auto; margin-top: -55px !important;   }
.blank-userimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.more-cow { margin-left: -5px; }

.compare-btn { background: #FFFFFF; border: 1px solid #6A0030; padding: 8px 20px; border-radius: 66px; color: #6A0030; font-weight: 600; font-size: 14px; }
.compare-btn:hover {  background: #6A0030; color: #fff; }

.new-selectcore { border: none; padding: 9px 35px 9px 15px; background-color: #F6F6F6 !important; border-radius: 6px;
    background-size: 10% !important; background: url(../img/arrow-downgray.svg) no-repeat right 10px center; }
.new-selectcore:focus { border: none; outline: none; box-shadow: none; }

.guernsey-btn { background: #F9F9F9; border-radius: 66px; color: #000000; border: none;  font-weight: normal; font-size: 14px; padding: 8px 18px; }
.new-savebtn  { padding: 8px 18px; font-size: 14px; font-weight: normal; }

.water-box { width: 132px; display: inline-block; margin-right: 20px; vertical-align: top; text-align: center; }
.water-box:last-child { margin-right: 0px; }
.water-box img { border-radius: 15px}

.range-slider { margin-top: 20px}
.range-slider .slider { position: relative}
.range-slider .slider.slider-horizontal { background: none; width: 100%}
.range-slider .slider.slider-horizontal .slider-track { height: 4px;}
.range-slider .slider-track-low, .range-slider .slider-track-high { background: #DCDCDC}

.range-slider .slider-handle.round { background: #6A0030; box-shadow: 0px 3px 6px #00000029; }
.range-slider .slider.slider-horizontal .slider-track { margin-top: -2px }

.range-slider .slider-selection { background: #6A0030 }
.range-slider .slider .tooltip.bs-tooltip-top { margin-top: 15px; }
.range-slider .tooltip-inner { background: none; color: #000; font-family: 'Figtree', sans-serif !important; font-weight: 600; font-size: 14px }
.range-slider .tooltip .arrow { display: none }

.serviceslidertxt { font-weight: 600; font-size: 16px }

/* new-sliderswip */
.switchnew { position: relative; display: inline-block; width: 76px; height: 5px;}
.switchnew input {  opacity: 0; width: 0; height: 0; }
.slidernew { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;  -webkit-transition: .4s; transition: .4s;
background: transparent linear-gradient(90deg, #4BC56F 0%, #FEEB53 50%, #FC5E60 100%) 0% 0% no-repeat padding-box; }
.slidernew:before { position: absolute; content: ""; height: 22px; width: 22px; left: 0px; bottom: -7px; background: #FC5E60 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 7px #00000029; border: 2px solid #FFFFFF;  -webkit-transition: .4s; transition: .4s; }

input:checked + .slidernew { background-color: #2196F3;  }
input:focus + .slidernew { box-shadow: 0 0 1px #2196F3; }
input:checked + .slidernew:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); left: 28px; }
  /* Rounded sliders */
.slidernew.round { border-radius: 2px; }
.slidernew.round:before { border-radius: 50%; }

/* end-newslider */

.new-kyctext { color: #242424; font-size: 18px; margin-bottom: 0px; font-weight: 600; }
.pinkkyc-pendingbox { background: #FFF3F4 !important; }
.kyc-pendingbox { background: #E4FFE3; border-radius: 10px; padding: 15px 10px; }
.kyc-pendingbox h5 { color: #242424; font-weight: 600; font-size: 22px; margin-bottom: 0px; }
.kyc-pendingbox h6 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.new-kyctext { font-size: 16px; }



.settings-accord { position: relative; }
.settings-accord .card-header  {  background: #fff; }
/* .settings-accord .card-header .collapsed { background: #fff !important; } */
.settings-accord .card { background: #ffffff !important; border: 1px solid #DCDCDC !important; border-radius: 14px !important;  }
/* .settings-accord .card .collapsed {   background: #FBF9F9 !important;  } */

.settings-accord .card button { box-shadow: none !important; padding: 0px; width: 100%; text-align: left; }
.settings-accord .card button p { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; line-height: 22px; }
.settings-accord .card button span { color: #727272; font-weight: 500; font-size: 14px; }
.settings-accord .card button:hover { box-shadow: none !important; }
.settings-accord .card .card-header { border-bottom: none; }



.settings-accord .card-header .fa-plus { display: none; }
.settings-accord .card-header .collapsed .fa-minus { display: none; }
.settings-accord .card-header .collapsed .fa-plus { display: block; }

/* .settings-accord .card-header .fa-plus { display: none; font-weight: normal !important; font-size: 14px; color: #000000 !important; }
.settings-accord .card-header .collapsed .fa-minus { display: none; font-weight: normal !important; font-size: 14px; color: #000000 !important; }
.settings-accord .card-header .collapsed .fa-plus { display: block; font-weight: normal !important; font-size: 14px; color: #000000 !important; } */

.plastic-badge { background: #FBF9F9; border: 1px solid #B7889D; border-radius: 90px; color: #000000; font-size: 14px; font-weight: normal;
padding: 7px 33px 7px 8px; position: relative; margin-top: 8px;  margin-right: 6px; }
.cross-plastic { background: #DCDCDC;  width: 23px; height: 23px; border-radius: 50%; line-height: 23px; position: absolute; top: 2.8px; right: 2px; }
.settings-accord .cross-plastic i { color: #fff; }

.water-facilitybox { background: #E4FFE3; border-radius: 20px; padding: 16px 30px; }
.water-facilitybox h6 { color: #000000; font-size: 16px; font-weight: normal; margin-bottom: 0px; }
.water-facilitybox h5 { color: #000000; font-weight: 600; font-size: 20px; margin-bottom: 0px; padding-top: 10px; }

.facility-input { text-align: right; padding: 11px 20px; }
.green-update { color: #4BC56F; font-weight: 500; font-size: 14px; padding-right: 20px; }
.not-updatetext { color: #FC5E60; }

.new-usereditbox { padding: 15px 20px; }
.inner-head h6 { color: #727272; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-left: 0px; }


.dam-constructionleftimg { width: 246px; height: 275px; }
.dam-constructionleftimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.projects-detailsright h2 { color: #000000; font-weight: 500; font-size: 28px; margin-bottom: 0px; display: flex; align-items: center; }
.projects-detailsright h2 span { font-size: 12px; }
.projects-detailsright h6 { color: #727272; font-weight: normal; font-size: 16px; margin-bottom: 0px; }
.projects-detailsright h4 { color: #242424; font-weight: normal; font-size: 15px; margin-bottom: 0px; padding-top: 12px; }
.projects-detailsright h4  i { color: #000000; font-size: 7px; padding: 0px 8px; }
.projects-detailsright h4 small { color: #727272; text-decoration: underline; font-size: 15px; font-weight: normal; }
.projects-detailsright h4 span { color: #000000; font-weight: 700; }
.projects-detailsright p { color: #000000; font-weight: 500; font-size: 17px; margin-bottom: 0px; padding-top: 7px; line-height: 25px; }
.projects-detailsright h3 { padding-top: 10px; color: #000000; font-weight: normal; font-size: 18px; margin-bottom: 15px; }
.new-chatbox { position: relative !important; right: 0px !important; bottom: 0px !important; }

.active-badge { background: #4BC56F; border-radius: 158px; color: #FFFFFF; font-weight: 600; font-size: 13px; padding: 10px 20px; }

.accord-label { color: #000000; font-weight: 500 !important; font-size: 18px; }


.project-detailsaccord .card { background: #FFFFFF; border: 1px solid #DCDCDC !important; border-radius: 14px !important; }
.project-detailsaccord .card .card-header { border-bottom: none; }
.project-detailsaccord button { text-align: left; width: 100%; box-shadow: none !important; padding: 0px; }
.project-detailsaccord button:hover { box-shadow: none !important; }

.project-detailsaccord .card button p { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px;  white-space: nowrap;
overflow: hidden; text-overflow: ellipsis; }
.project-detailsaccord .card button h6 { color: #000000; font-weight: 500; font-size: 13px; margin-bottom: 0px; }

/* .project-detailsaccord .card-header  .fa-angle-up { font-size: 20px; }
.project-detailsaccord .card-header .fa-angle-down { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.project-detailsaccord .card-header .collapsed .fa-angle-up { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.project-detailsaccord .card-header .collapsed .fa-angle-down { display: block; font-weight: normal !important; font-size: 20px; color: #000000 !important; } */

.arow-boxprojectdetails { background: #FFFFFF; border: 2px solid #DCDCDC; border-radius: 8px; width: 34px;
height: 34px; text-align: center; padding-top: 4px; float: right;  }
.project-detailsaccord .card button h4 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; }
.project-detailsaccord .card button h4 span { font-weight: 600; font-size: 17px; padding-left: 5px; }

.projectdetails-accordcontent p { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.projectdetails-accordcontent h3 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 20px; }
.projectdetails-accordcontent h3 span { color: #6A0030; font-weight: 600; font-size: 18px; }
.attributes-box { background: #FBF9F9; border-radius: 6px; padding: 7px 20px; }

.attributes-box h6 { color: #242424; font-weight: 500; font-size: 15px; margin-bottom: 0px; }
.deliverables-box { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 14px; padding: 3px 4px; }

.deliverables-boxinner { background: #FFF3F4; width: 48px; height: 48px; text-align: center; line-height: 48px; border-radius: 14px; }
.deliverables-boxinner { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.deliverables-box h5 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-left: 15px; }
.projects-detailsright p a { color: #6A0030; }

.payments-termsbox { background: #E4FFE3; border-radius: 10px; padding: 12px 30px; }
.payments-termsbox h3 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.payment-valuebadge { background: #FFFFFF; border: 1px solid #999999; border-radius: 30px; color: #000000; font-size: 14px;
font-weight: 700; padding: 7px 15px; }

.farmers-dropdown { color: #000000; font-weight: 500; font-size: 14px; background: url(../img/arrow-downnew.svg) no-repeat right 10px center; }
.farmers-dropdown .dropdown { width: 100%; }

.farmers-dropdown .notificationtab {
   transform: translate3d(-22px, 25px, 0px) !important;
    width: 294px; background: #FFFFFF; box-shadow: 0px 20px 16px #00000029; border-radius: 0px 0px 10px 10px; }

.farmers-dropdown  .Financial-drop {  transform: translate3d(-128px, 25px, 0px) !important; }


.farmeers-dropcontent h4 { color: #23262A; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.farmeers-dropcontent h5 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 3px; }

.farmeers-dropcontent h2 { color: #23262A; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.farmeers-dropcontent p { color: #727272; font-weight: 600; font-size: 13px; margin-bottom: 0px; }

.drop-label { color: #23262A; font-size: 13px; font-weight: 600; margin-bottom: 0px; }
.drop-input { background-color: #FBF9F9; border: 1px solid #AEAEAE; border-radius: 6px; padding: 10px 10px; }
.drop-input:focus { background: #FBF9F9; border: 1px solid #AEAEAE; }
.farmeers-dropcontent p { font-size: 12px; }
.drop-input { padding: 8px 10px; }


/*====================*/
.project-tab { justify-content: space-between; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 146px; padding: 6px 6px; }
.project-tab .nav-link { padding: 10px 23px; color: #000000; font-weight: 500; font-size: 14px;

  /* display: flex;
  align-items: center; */

   }
.project-tab .nav-link i { color: #6A0030; font-size: 17px; margin-left: 6px; }
.project-tab .nav-link.active { background: #6A0030; border-radius: 56px; color: #FFFFFF; }
.project-tab .nav-link.active:hover { color: #fff !important; }
.project-tab .nav-link.active:focus { color: #fff !important; }
.project-tab .nav-link.active i { color: #fff; }
.project-tab .nav-link:focus, .project-tab .nav-link:hover { border: none; }
.project-tab .nav-link, .project-tab .nav-link { border: none; }


.select-drop button { padding: 0px; box-shadow: none; width: 100%; text-align: left;  background: url(../img/arrow-downnew.svg) no-repeat right 10px center; }
.select-drop button:hover { box-shadow: none !important; }
.select-drop .dropdown-toggle::after { border-top: none; border-right: none; border-bottom: 0; border-left: none; }
.select-drop .dropdown-menu { background: #FFFFFF; box-shadow: 0px 20px 16px #00000029; border-radius: 0px 0px 10px 10px;
     /* transform: translate3d(-46px, 26px, 0px) !important; */
border: none; width: 220px; }
.select-drop .dropdown-item:focus, .dropdown-item:hover { text-decoration: none; background-color: transparent; }
.check-new { margin-bottom: 13px; }
.results-foundtext { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 10px; }
.maroon span { color: #6A0030; }

.project-leftimgbox { width: 70px; height: 70px; border: 1px solid #8080804d; border-radius: 20px; }
.project-leftimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.project-detailsbox h2 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.project-detailsbox h3 { font-size: 14px; font-weight: 500; color: #727272; margin-bottom: 0px; padding-top: 4px; }
.project-detailsbox p { color: #000000; font-size: 16px; margin-bottom: 0px; font-weight: normal; display: -webkit-box;
-webkit-line-clamp: 2;  overflow: hidden;  -webkit-box-orient: vertical; padding-top: 10px; line-height: 20px; }

.project-dambox { background: #FFF3F4; border-radius: 10px; padding: 15px 30px; margin-top: 15px; }
.project-dambox h6 { color: #808080; font-weight: 500; font-size: 15px; margin-bottom: 0px; }
.project-dambox h6 span { color: #000000; font-weight: 600; }

.project-detailsbox h4 { color: #808080; font-weight: 500; font-size: 14px; margin-bottom: 0px; margin-top: 14px; }
.project-detailsbox h4 span { color: #000000; font-weight: 600; font-size: 15px; }
.project-detailsbox h4 i { font-size: 7px; padding: 0px 12px; color: #242424; }



/* circle-bar */

.newchanges-progress { width: 55px !important; height: 55px !important; position: absolute !important;
  top: -10px;
  right: 0px; }
.newchanges-progress:before { height: 45px !important; width: 45px !important; }
.newchanges-progress .progress-txt { top: 52% !important; }

.progress-circle { position: relative; display: inline-block;  width: 63px; height: 63px; border-radius: 50%; background-color: #ECECFF; }
.progress-circle:before { content: ""; position: absolute;  width: 55px; height: 55px; border-radius: 50%; background: #fff;  top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5 }
.progress-circle:after { content: ""; display: inline-block; width: 100%; height: 100%; border-radius: 50%; background-color: #63B8FF; -webkit-animation: colorload 2s; animation: colorload 2s; z-index: 4 }
.progress-txt { line-height: 10px; position: absolute; top: 55%; width: 100%; text-align: center; font-size: 16px; font-weight: 600; color: #000000; z-index: 6; left: 50%; transform: translate(-50%, -50%)}
.progress-txtgray { color: #808080; font-weight: 500; font-size: 8px; }

.progress-circle.progress-0:after {
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(90deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-1:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(93.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-2:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(97.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-3:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(100.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-4:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(104.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-5:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(108deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-6:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(111.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-7:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(115.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-8:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(118.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-9:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(122.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-10:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(126deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-11:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(129.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-12:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(133.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-13:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(136.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-14:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(140.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-15:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(129.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-16:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(133.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-17:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(136.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-18:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(140.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-19:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(144deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-20:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(151.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-21:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(158.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-22:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(161.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-23:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(165.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-24:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(169.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-25:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(180deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-26:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(183.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-27:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(187.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-28:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(190.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-29:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(194.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-30:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(198deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-31:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(201.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-32:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(205.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-33:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(208.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-34:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(212.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-35:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(216deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-40:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(234deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-36:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(219.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-37:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(223.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-38:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(226.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-39:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(230.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-41:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(237.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-42:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(241.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-43:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(244.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-44:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(248.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-45:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(252deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-46:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(255.6deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-47:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(259.2deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-48:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(262.8deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-49:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(266.4deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-50:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-90deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-51:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-86.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-52:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-82.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-53:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-79.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-54:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-75.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-55:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-72deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-56:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-68.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-57:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-64.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-58:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-61.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-59:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-57.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-60:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-54deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-61:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-50.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-62:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-46.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-63:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-43.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-64:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-39.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-65:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-36deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-66:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-32.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-67:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-28.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-68:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-25.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-69:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-21.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-70:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-18deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-71:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-14.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-72:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-10.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-73:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-7.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-74:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(-3.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-75:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(0deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-76:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(3.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-77:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(7.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-78:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(10.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-79:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(14.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-80:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(18deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-81:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(21.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-82:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(25.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-83:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(28.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-84:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(32.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-85:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(36deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-86:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(39.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-87:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(43.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-88:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(46.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-89:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(50.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-90:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(54deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-91:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(57.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-92:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(61.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-93:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(64.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-94:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(68.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-95:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(72deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-96:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(75.6deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-97:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(79.2deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-98:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(82.8deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-99:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(86.4deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }

.progress-circle.progress-100:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
  background-image: linear-gradient(90deg, #12CE57 50%, transparent 50%, transparent), linear-gradient(270deg, #12CE57 50%, #ECECFF 50%, #ECECFF); }


@-webkit-keyframes colorload {
  0% {
    opacity: 0;
    transform: rotate(0deg);
	}
  100% {
    opacity: 1;
    transform: rotate(360deg);
	}
}

.project-userimg { width: 50px; height: 50px; }
.project-userimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.project-detailsbox h1 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.landline-numberaddress { color: #000000; font-weight: normal; font-size: 12px; }

.chat-value { color: #FFFFFF; font-weight: 600; font-size: 12px; position: absolute; top: 2px; left: 6px; }
.orange-cahtbg { position: absolute; top: 2px; left: 173px; }

.chat-botbox { background: transparent linear-gradient(180deg, #B10050 0%, #6A0030 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 5px 15px #0000001A; width: 75px; height: 75px; border-radius: 50%; text-align: center; line-height: 75px; position: fixed;
right: 40px; bottom: 25px;  z-index: 10; }

/* .chat-box { width: 27px; background: #FC5E60; height: 25px; position: relative; } */

.paid-img { width: 70px; height: 70px; position: relative; }
.paid-img img { width: 100%; height: 100%; object-fit: cover; }
.paid-text { position: absolute; text-transform: uppercase; color: #fff; font-size: 19px; line-height: 18px; top: 23px; left: 14px; transform: rotate(-15deg);
 font-weight: 700; border-top: 3px solid #fff; border-bottom: 3px solid #fff; }



/* yellow-progresscirlcle */

.yello-progresscircle.progress-0:after {
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(90deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-1:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(93.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-2:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(97.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-3:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(100.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-4:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(104.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-5:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(108deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-6:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(111.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-7:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(115.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-8:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(118.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-9:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(122.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-10:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(126deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-11:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(129.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-12:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(133.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-13:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(136.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-14:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(140.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-15:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(129.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-16:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(133.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-17:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(136.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-18:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(140.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-19:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(144deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-20:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(151.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-21:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(158.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-22:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(161.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-23:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(165.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-24:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(169.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-25:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(180deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-26:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(183.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-27:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(187.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-28:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(190.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-29:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(194.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-30:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(198deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-31:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(201.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-32:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(205.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-33:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(208.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-34:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(212.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-35:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(216deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-40:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(234deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-36:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(219.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-37:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(223.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-38:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(226.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-39:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(230.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-41:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(237.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-42:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(241.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-43:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(244.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-44:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(248.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-45:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(252deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-46:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(255.6deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-47:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(259.2deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-48:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(262.8deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-49:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #ECECFF 50%, transparent 50%, transparent), linear-gradient(266.4deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-50:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-90deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-51:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-86.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-52:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-82.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-53:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-79.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-54:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-75.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-55:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-72deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-56:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-68.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-57:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-64.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-58:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-61.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-59:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-57.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-60:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-54deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-61:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-50.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-62:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-46.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-63:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-43.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-64:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-39.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-65:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-36deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-66:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-32.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-67:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-28.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-68:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-25.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-69:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-21.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-70:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-18deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-71:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-14.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-72:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-10.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-73:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-7.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-74:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-3.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-75:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(0deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-76:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(3.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-77:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(7.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-78:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(10.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-79:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(14.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-80:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(18deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-81:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(21.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-82:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(25.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-83:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(28.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-84:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(32.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-85:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(36deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-86:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(39.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-87:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(43.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-88:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(46.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-89:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(50.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-90:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(54deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-91:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(57.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-92:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(61.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-93:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(64.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-94:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(68.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-95:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(72deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-96:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(75.6deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-97:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(79.2deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-98:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(82.8deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-99:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(86.4deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

  .yello-progresscircle.progress-100:after { box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #F6B51D 50%, transparent 50%, transparent), linear-gradient(270deg, #F6B51D 50%, #ECECFF 50%, #ECECFF); }

/* yellow-rangeslider */
.new-rangeslideryellow .slider-handle.round { background: #FFFFFF; border: 3px solid #F6B51D; }
.new-rangeslideryellow .slider-selection { background: #FFB300; }
.active-detailscontent p { color: #000000; font-size: 17px; font-weight: 500; margin-bottom: 0px; }
.active-detailscontent p a { color: #6A0030; }

.active-detailscontent h3 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }

.commission-box { background: #F6B51D; border-radius: 14px; padding: 20px 40px; }
.commission-box h2 { color: #000000; font-weight: 500; font-size: 17px; margin-bottom: 0px; display: flex; align-items: center; }
.commission-box h2 span { font-weight: 600; }

.dashed-borderright { border-right: 1px dashed #242424; }
.dashed-borderleft { border-left: 1px dashed #242424; }
.value-badge { background: #FFF3F4; border-radius: 40px; color: #000000; font-weight: 600; font-size: 12px; }

.account-statmentbox h1 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.account-statmentbox h2 { color: #000000; font-weight: 500; font-size: 16px; display: flex; align-items: center; justify-content: end; }
.account-statmentbox h2 span { font-size: 14px; padding-top: 3px; margin-left: 2px;  }

.statement-users { width: 70px; height: 70px; }
.statement-users img { width: 100%; height: 100%; object-fit: cover; border-radius: 168px; }

.account-statmentbox h3 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.account-statmentbox h4 { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; }
.account-statmentbox p { color: #23262A; font-weight: 600; font-size: 12px; margin-bottom: 0px; }
.green-box { background: #4BC56F; width: 18px; height: 18px; border-radius: 50%; line-height: 18px; text-align: center; display:inline-block; }
.green-box i { color: #fff; font-size: 6px; font-size: 10px; }

.statment-card { min-height: 184px; }

.part-badge { background: #8e3f18 !important; color: #fff !important; }

.farmer-kpibox { min-height: 148px; border: 1px solid #DCDCDC; border-radius: 14px; background: #FFF; padding: 15px 15px; margin-bottom: 10px; }
.farmer-kpibox.active { background: #fff5de; }
.farmer-kpibox h3 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 20px; }
.farmer-kpibox h4 { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.stauts-belowtext { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; line-height: 18px; }

.timeline-activebox { background: #6A0030; width: 42px; height: 42px; border-radius: 50%; text-align: center; line-height: 42px; }
.timeline-boxcontent { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px 30px 0px 20px; padding: 15px 15px; min-height: 117px; }

.timeline-boxcontent h4 { color: #23262A; font-size: 18px; font-weight: 500; margin-bottom: 0px; }
.timeline-boxcontent h6 { color: #23262A; font-size: 12px; font-weight:  normal; margin-bottom: 0px; }
.timeline-boxcontent p { color: #727272; font-weight: normal; font-size: 12px; margin-bottom: 0px; }
.timeline-boxcontent h3 { color: #6A0030; font-weight: 500; font-size: 12px; margin-bottom: 0px; }
.timeline-boxcontent h3 a { color: #6A0030; text-decoration: underline !important; }
.timeline-activebox2 { background: #910042;  }
.timeline-activebox3 { background: #C10057; }
.timeline-activebox4 { background: #D8327D; }
.timeline-activebox5 { background: #E35A99; }
.timeline-activebox6 { background: #DF88AF; }
.timeline-boxcontent h2 { color: #FC5E60; font-size: 12px; font-weight: normal; margin-bottom: 0px; padding-top: 5px; }
.timeline-new::before {
bottom: 0; content: ''; left: 27px; margin: 0; position: absolute; top: 0; border-left: 1px dashed #999999; }
.progress-tracktext { color: #6A0030; font-weight: 600; font-size: 18px; margin-bottom: 0px; text-decoration: underline !important;
padding-left: 57px; }
.water-tankcheckinnerbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 14px; padding: 15px 20px; }
.water-tankcheckinnerbox h2 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.water-tankcheckinnerbox h3 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; display: flex;
  align-items: center;  display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; }
.water-tankcheckinnerbox h3 span { padding-left: 5px; }
.water-tankcheckinnerbox h3 span a { color: #6A0030; text-decoration: underline !important; }
.water-tankcheckinnerbox h5 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; }
.water-tankcheckinnerbox h6 { color: #242424; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.red-text { color: #6A0030 !important; }
input:checked + label .water-tankcheckinnerbox { background: #FFF3F4; border: 1px solid #6A0030; border-radius: 14px; }

.water-tankcheckinnerbox1 { border: 1px solid #DCDCDC; border-radius: 14px; padding: 15px 20px; }
.water-tankcheckinnerbox1 h2 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.water-tankcheckinnerbox1 sh3 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; display: flex;
align-items: center;  display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; }
.water-tankcheckinnerbox1 h3 span { padding-left: 5px; }
.water-tankcheckinnerbox1 h3 span a { color: #6A0030; text-decoration: underline !important; }
.water-tankcheckinnerbox1 h5 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; }
.water-tankcheckinnerbox1 h6 { color: #242424; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.red-text { color: #6A0030 !important; }

input:checked + label .water-tankcheckinnerbox1 { border: 1px solid #6A0030; border-radius: 14px; }

/*======================*/
.filter-popup { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%; height: 100%; outline: 0; padding: 0 !important; }
.filter-popup .modal-content  { background: #f9f9f9; border-radius: 40px 0px 0px 40px; }
.filter-popup .close { opacity: 1; }
.filter-popup .modal-dialog { position: relative; width: auto; pointer-events: none; }
.filter-popup.fade.modal-dialog-slideout .modal-dialog {
    -webkit-transform: translate(100%) scale(1);
     /* transform: translate(-100%) scale(1);  */
    margin: 0 0 0 auto;
    height: auto;
}
.filter-popup .modal-header { border-bottom: none; }
.filter-popup.fade.show.modal-dialog-slideout .modal-dialog {
    /* -webkit-transform: translate(0); */
     transform: translate(0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    min-height: 100%;
}

.cross-dash { height: 20px; }
.filter-popup .modal-body { padding: 10px 35px 10px 25px; }

/*==================*/

.pop-head h2 { color: #000000; font-weight: 500; font-size: 28px; margin-bottom: 0px; }
.inner-popcontent p { color: #000000; font-weight: 500; font-size: 16px; padding-top: 5px; margin-bottom: 0px; }
.inner-popcontent h6 { margin-bottom: 0px; font-size: 14px; color: #242424; padding-top: 10px; }
.inner-popcontent h5 { color: #242424; font-weight: 600; font-size: 18px; margin-bottom: 0px; padding-bottom: 10px; padding-top: 5px; }
.label-pop { color: #000000; font-weight: 500; font-size: 18px; }
.attributes-contentbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 14px; padding: 10px 15px; }
.attributes-boxbg { background: #FBF9F9; border-radius: 6px; padding: 7px 15px; }
.attributes-boxbg h6 { color: #242424; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.attributes-contentbox h4 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.upload-poplabel { color: #000000; font-weight: 500; font-size: 20px; }

.pop-uploadimgbox { width: 100%; height: 176px; position: relative; }
.pop-uploadimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.badge-position { position: absolute; bottom: 10px; right: 10px; }

.view-ratingsbadge { padding: 8px 15px; background: #FFF3F4; border: 1px solid #6A0030; border-radius: 170px; color: #000000; font-weight: 600; font-size: 16px; }
.emanuel-badge { background: #FFF3F4; border-radius: 40px; color: #000000; font-weight: 500; font-size: 14px; padding: 8px 17px; margin-top: 15px; }
.emanuel-badge span { color: #727272; }
.farmers-managedbox { background: #FFFFFF; border: 2px solid #DCDCDC; border-radius: 20px; padding: 22px 15px; min-height: 160px; }
.farmers-managedbox h3 { color: #000000; font-weight: 600; font-size: 28px; margin-bottom: 0px; padding-top: 10px; }
.farmers-managedbox h4 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-top: 10px; }
 .newgreen-box { border: 2px solid #4BC56F; }
 .newyellow-box { border: 2px solid #F6B51D; }
 .newblue-box { border: 2px solid #5BA2FF; }
 .newbrown-box { border: 2px solid #6A0030; }
 .newred-box { border: 2px solid #FC5E60; }

 .setting-map {  border: none; width: 100%; border-radius: 20px; height: 332px; }
 .map-addressbox { background: #FFFFFF; border-radius: 14px; width: 238px; height: 100px; padding: 15px 15px; position: absolute; top: 137px;
     left: 20px; }
 .map-addressbox h6 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
 .map-addressbox p { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 10px; }
 .show-mapbox { text-align: center;  width: 104px; height: 32px; line-height: 30px; background: #FFFFFF; box-shadow: 0px 3px 6px #00000029; border-radius: 8px; position: absolute; top: 20px; right: 20px; }
 .show-mapbox p { font-weight: 500; color: #000000; font-size: 14px; margin-bottom: 0px; line-height: 29px; }
 .kpi-dotsicon { color: #999999; font-size: 17px; }

 .tooltip-danger .tooltip-inner {
    color: #000000;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    padding: 10px 14px;
    border-radius: 8px;
    line-height: 15px !important;
    width: 170px;
    background: #F6B51D;
    box-shadow: 0px 3px 16px #00000029;
  }
  .tooltip.tooltip-danger .arrow:before {
    border-bottom-color: #F6B51D !important;
    border-top-color: #F6B51D !important;
  }

  .account-statmentbox h6 { color: #6A0030; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
  .account-statmentbox h5 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; }

  .loan-agreementbox h4 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
  .loan-agreementbox { background: #E4FFE3; border-radius: 16px; padding: 15px 35px; }
  .loan-agreementbox h5 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-top: 3px; }

  .new-badge { font-size: 16px; padding: 8px 25px; }
  .cancel-text { color: #727272; font-weight: 500; font-size: 18px; text-align: center; text-decoration: underline; }

.savedraft-btn { background: #FFFFFF; border: 1px solid #999999; border-radius: 178px; padding: 10px 20px; color: #242424; font-weight: 500;
font-size: 14px; }

.water-boxcursor { cursor: pointer; }

.water-mangeimgbox { background: url(../img/black-shadow.svg) bottom no-repeat; padding-bottom: 21px; }
.water-mangeimgboxinnerbox { width: 100%; height: 231px; border-radius: 18px; }
.water-mangeimgboxinnerbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }

.survey-detailscontent h2 { color: #000000; font-size: 18px; font-weight: 500; margin-bottom: 0px; }
.survey-detailscontent p { color: #23262A; font-size: 15px; font-weight: normal; margin-bottom: 0px; line-height: 20px; padding-top: 5px }

.survey-detailsbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 14px; padding: 10px 40px; }
.survey-detailsbox p { color: #727272; font-weight: normal; font-size: 12px; margin-bottom: 0px; }
.survey-detailsbox h6 { color: #23262A; font-weight: 500; font-size: 16px; margin-bottom: 0px; }

.water-timelinecontent h3  { font-weight: normal; font-size: 16px; margin-bottom: 0px; color: #727272;  }
.water-timelinecontent h3 span { color: #23262A; font-weight: 500;  }


.water-timelinecontent {  border-bottom: 1px solid #DCDCDC; padding: 20px 0px 20px 35px; position: relative; }
.water-timelinecontent:last-child { border-bottom: none; }
.water-timeline::before {
    bottom: 0;
    content: '';
    left: 7px;
    margin: 0;
    position: absolute;
    top: 0;
    border-left: 1px solid #DCDCDC;
}
.water-timelinecontent::after { position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #DCDCDC;
    content: "";
    top: 50%;
    top: 47%;
    left: -4px;
   }

.improvement-areatext { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.improvement-areatext span {  font-weight: 700; }
.above-text { color: #000000; font-weight: 500; font-size: 13px; margin-bottom: 0px; }
.plastic-badge i { color: #fff; }
.thank-youpop .close { opacity: 1; }

.thank-youpop .modal-header { border-bottom: none; }
.thank-youpop .modal-content { border-radius: 40px; }
.thank-youcontentpop h3 { color: #000000; font-weight: 500; font-size: 28px; margin-bottom: 0px; }
.thank-youcontentpop p { color: #000000; font-size: 16px; font-weight: normal; margin-bottom: 0px; }

.confrimed-box {   /* background: #4BC56F; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; text-align: center; */
     margin: 0 auto; }
.confrimed-box i { color: #fff; }

.rejected-box { width: 70px; height: 70px; border-radius: 50%; text-align: center; line-height: 70px; background: #FC5E60; margin: 0 auto; }


.dairy-table td.enquiries-graytext { color: #727272; }
.close-popcontentbox { background: #E4FFE3; border-radius: 50px 20px; padding: 20px 20px; margin-top: 20px; }
.close-popcontentbox h1 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.close-popcontentbox p { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 3px; }
.close-popcontentbox h3 { color: #727272; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 15px; }
.close-popcontentbox h4 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-bottom: 20px; padding-top: 5px; }


.pop-mapbox iframe { width: 100%; border: none; height: 382px; }
.pop-addressbox { background: #FFFFFF; border-radius: 20px; padding: 10px 10px; width: 320px;  position: absolute; bottom: 50px;
left: 0px; right: 0px; margin: 0 auto; }

.pop-addressbox h6 { color: #000000; font-size: 18px; font-weight: 500; margin-bottom: 0px; }
.pop-addressbox h5 { color: #000000; font-weight: normal; font-size: 16px; margin-bottom: 0px; padding-top: 4px; }

.pop-sendbox { background: #FFFFFF; border: 1px solid #ECECFF; border-radius: 8px; width: 34px;
height: 34px; text-align: center; line-height: 34px; position: absolute; top: 15px; right: 15px; }

.closed-badge { font-size: 12px; padding: 6px 12px; background: #FFF3F4; border: 1px solid #6A0030; border-radius: 30px; color: #6A0030; font-weight: normal; }

.charles-contentbox { background: #FFF3F4; border: 1px solid #C788A5; border-radius: 40px 40px 40px 0px; padding: 18px 18px; }
.charles-contentbox h2 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.charles-contentbox p { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; line-height: 20px; padding-top: 3px; }
.charles-contentbox h6 { color: #727272; font-size: 14px; margin-bottom: 0px; font-weight: normal; padding-top: 8px; }

.newcharles-contentbox { background: #FFFFFF; border: 1px solid #999999; border-radius: 40px 40px 0px 40px; }

.pop-inputbottom { padding: 30px 109px 30px 25px;  font-weight: 500; font-size: 20px; background: #FFFFFF; box-shadow: 0px -10px 10px #0000000D; border: 1px solid #DCDCDC; border-radius: 24px 24px 0px 0px; }
.pop-inputbottom::placeholder { color: #727272; }
.pop-inputbottom:focus { background: #FFFFFF; box-shadow: 0px -10px 10px #0000000D; border: 1px solid #DCDCDC; outline: none; }

.camera-img { position: absolute; right: 25px; top: 32px; }
.attachment-img { position: absolute; right: 70px; top: 32px; }


.financials-main-box { padding-top: 90px; }
.financials-box { position: relative; background: transparent linear-gradient(180deg, #A9FFC3 0%, #B4FFCA 100%) 0% 0% no-repeat padding-box; border-radius: 20px;
/* width: 217px; */
 padding: 30px 20px; text-align: center;
  /* margin-right: 15px; display: inline-block; */
 }
.financials-box:last-child { margin-right: 0px; }
.financials-box h2 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; padding-top: 12px; }

.financials-imgboxouter { background: #4bc56f1a; box-shadow: 0px 10px 20px #00000003; width: 100px; height: 100px; border-radius: 50%;
 padding: 10px; display: block; margin-top: -74px !important; margin: 0 auto; }
.financials-imgbox { background: #4BC56F; box-shadow: 0px 10px 20px #00000003; width: 80px; height: 80px; border-radius: 50%; line-height: 80px; text-align: center; }

.financials-box2 { background: #FFE4A4; }
.financials-imgbox2 { background: #F6B51D; }
.financials-imgboxouter2 { background: #f6b51d1a; }

.financials-box3 { background: #ECECFF; }
.financials-imgbox3 { background: #999999; }
.financials-imgboxouter3 { background: #9999991a; }

.financials-box4 { background: #E5D0E8; }
.financials-imgbox4 { background: #6A0030; }
.financials-imgboxouter4 { background:  #6A00301a; }
.financials-box5 { background: #FFC8C9; }
.financials-imgbox5 { background: #FC5E60; }
.financials-imgboxouter5 { background:  #FC5E601a; }

.loans-deployedcontentbox { background: #FFFFFF; border: 1px solid #4BC56F; border-radius: 14px; padding: 10px 15px;
   /* width: 217px; */
margin-top: 15px;
 /* display: inline-block; */
  /* margin-right: 15px; */
   min-height: 84px; }
.loans-deployedcontentbox:nth-child(5n+0) { margin-right: 0px; }

.loans-deployedcontentbox h6 { color: #242424; font-weight: normal; font-size: 16px; margin-bottom: 0px; }
.loans-deployedcontentbox p { color: #242424; font-weight: normal; font-size: 12px; margin-bottom: 0px; padding-top: 5px; }
.loans-deployedcontentbox h2 { color: #000000; font-weight: 500; font-size: 24px; margin-bottom: 0px; }

.loans-deployedcontentbox2 { border: 1px solid #F6B51D; }
.loans-deployedcontentbox3 { border: 1px solid #999999; }
.loans-deployedcontentbox4 { border: 1px solid #BB5985; }
.loans-deployedcontentbox5 { border: 1px solid #FF7A7B; }

.commission-box p { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding: 3px; }
.commission-box h6 { color: #6A0030; font-weight: 600; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }

.financials-card { background: #FFFFFF; border: 1px solid #F6B51D; border-radius: 14px; }
.financials-cardtopcontent h2 { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.financials-cardtopcontent p { color: #727272; font-weight: normal; font-size: 14px; margin-bottom: 0px;  }
.financials-cardtopcontent h6 { color: #6A0030; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
.financials-cardtopcontent { padding: 15px 30px; }
.dashed-borderrightnew { border-right: 1px dashed #DCDCDC; }

.currect-box { width: 22px; margin-right: 6px; height: 22px; background: #4BC56F; border-radius: 50%; display: inline-block; line-height: 20px; text-align: center; }
.currect-boxred { background: #FC5E60; }
.new-marksopacity { opacity: 0.5; }


/* ====================== */
.fc .fc-scrollgrid table { width: 100% !important; }
.fc .fc-daygrid-body { width: 100% !important; }
.calendar-box { background: #FFFFFF; border-radius: 20px; margin-top: 20px; cursor: pointer;  }
.fc .fc-view-harness { min-height: 270px !important; }
.display-nonebox { display: none !important; }
.fc-theme-standard td { border: none; }
/* #calendar { height: 350px; } */
.fc-theme-standard .fc-scrollgrid { border: none; }
.fc-theme-standard th { border: none; color: #000000; font-weight: 500; font-size: 14px; background: #DCDCDC; padding: 5px 0px; }
.fc-daygrid-day.fc-day.fc-day-sun.fc-day-past { height: 35px !important;   }
.fc-scroller-harness.fc-scroller-harness-liquid { margin-top: 10px; }
/* .fc-daygrid-day.fc-day.fc-day-sun.fc-day-future  { height: 40px; } */
.fc-daygrid-day-number { color: #222222 !important; }
.fc-day-future .fc-daygrid-day-number { color: #999 !important; cursor: not-allowed; font-weight: normal;}


.fc .fc-daygrid-day { padding: 0px !important; }

/* .fc .fc-daygrid-day-bottom {font-size: 0; padding: 0; background: url(../app-assets/images/clock1.svg);} */
/* .fc-daygrid-more-link .fc-more-link { background: url(../app-assets/images/clock1.svg) !important; } */

.fc-day-today  { border-radius: 12px !important; }
.fc-daygrid-day.fc-day.fc-day-mon.fc-day-today {  border-radius: 12px !important; background: #E5E5E5 !important;}
.fc-daygrid-day-top { justify-content: center !important; }
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner { height: 35px !important; }

.fc .fc-daygrid-event-harness .fc-event { background: none; border: none; padding: 0 }

.dotcirclatt { width: 5px; height: 5px; background: #5F459A; border-radius: 50%; margin: 0 auto; }
.dotcirclatt.present { background: #0C8443; }
.dotcirclatt.absent {  background: #F82D2D;  }

.dotcirclatt.present:after { content: ""; position: absolute; top: -30px; left: 0; right: 0; border: none; height: 45px; border-radius: 10px; z-index: -1; width: 95%; margin: 0 auto; }

.dotcirclatt.absent:after { content: ""; position: absolute; top: -30px; left: 0; right: 0; border: #fff thin solid; height: 45px; border-radius: 10px; z-index: -1; width: 95%; margin: 0 auto; }
.fc-day-other .fc-daygrid-day-events { display: none }

.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active { display: none !important; }
.fc-timeGridWeek-button.fc-button.fc-button-primary { display: none !important; }
.fc-timeGridDay-button.fc-button.fc-button-primary { display: none !important; }
.fc-listMonth-button.fc-button.fc-button-primary { display: none !important; }
.fc-button-group { position: absolute !important; right: 10px !important; }

.fc .fc-toolbar .fc-button-group .fc-button { top: -20px !important; }

.fc .fc-day-today {  background-color: #F6B51D !important; border-radius: 10px !important; }

.fc .fc-day-today:hover { color: #000000 !important; }
.fc .fc-toolbar .fc-toolbar-title { font-weight: bold; font-size: 17px; }
.calendar a:hover { color: #000000 !important; }
.fc-daygrid-day-number:hover { color: #000000 !important; }
.fc .fc-toolbar.fc-header-toolbar { margin-bottom: 0px; background: #FFF3F4; border: 1px solid #00000000;
  border-radius: 10px 10px 0px 0px; }
.instructor-text { color: #000000; font-weight: normal; font-size: 13px; margin-bottom: 0px; padding-top: 3px; margin-bottom: 0px; }
.instructor-text span { color: #ACADB3; }
/* .new-delete { cursor: pointer; } */

.calendar-box { background: #FBF9F9; border: 1px solid #00000000; border-radius: 10px 10px 0px 0px; }

/* ========== */
.manage-label { color: #727272 !important; font-weight: normal; font-size: 16px !important; }
.dairy-table td.resend-text { color: #6A0030; font-weight: 600; text-decoration: underline; }
.dairy-table td.table-emailtext { color: #727272; }
.id-textuser { color: #727272 !important; font-weight: normal !important; }

.menu-label { color: #000000; font-weight: 600; font-size: 16px; margin-bottom: 0px; }
.role-boxcontent h6 { color: #000000; font-weight: normal; font-size: 16px; margin-bottom: 0px; }

.role-boxcontent { background: #FBF9F9; border-radius: 8px; padding: 12px 20px; }

.role-editbox { background: #FFFFFF; border: 1px solid #B7889D; display: inline-block; border-radius: 8px; width: 30px; height: 30px; line-height: 30px; text-align: center; }
.events-tab { border-bottom: none; }
.events-tab .nav-link { color: #000000; border: 1px solid #DCDCDC; border-radius: 50px; padding: 7px 15px; }
.events-tab .nav-item { color: #000000; font-weight: 500; font-size: 15px; margin-bottom: 0px; margin-right: 15px; }

.events-tab .nav-link.active { background: #FFF3F4; border: 1px solid #6A0030; border-radius: 50px; color: #6A0030; }
.events-box { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 7px 7px; }
.events-boximg { width: 223px; height: 200px; border-radius: 20px; position: relative; }
.events-boximg .events-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px;  }
.events-contentbox p { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; line-height: 25px; padding-top: 10px; }
.events-contentbox h6 { color: #727272; font-weight: normal; font-size: 16px; margin-bottom: 0px; padding-top: 10px; }
.hotjar-box { background: #FFF3F4; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; position: absolute;
top: 8px; right: 10px; }
.atteched-filebox { background: #FBF9F9; border: 1px solid #999999; border-radius: 8px; padding: 5px 20px; position: relative; }
.size-imgnew { font-size: 12px !important; }
.events-atteched { position: absolute; right: 3px; top: 10px; height: 24px; }

.kyc-atteched { position: absolute; right: 37px; top: 10px; height: 24px; }
.black-camera { position: absolute; right: 17px; top: 14px; height: 27px; }


.upload-imbox { width: 80px; height: 80px; position: relative; margin-right: 15px;}
/*.upload-imbox img { width:100%; height:100%; object-fit:cover; }*/

.upload-imbox .uploaded-showing { border: 1px solid #DCDCDC; width: 100%; height: 100%; border-radius: 20px; object-fit: cover; }
.close-boxnew { cursor: pointer; background: #FC5E60; border: 3px solid #FFFFFF; width: 24px; height: 24px; border-radius: 50%; text-align: center;
display: block; position: absolute; line-height: 18px; top: 3px; right: 4px; }
.content-showpdf { background: #FBF9F9; border: 1px solid #999999; border-radius: 18px; padding: 3px 15px; }

.content-showpdf h3 { color: #727272; font-size: 13px; font-weight: 500; margin-bottom: 0px; }
.content-showpdf p { color: #999999; font-size: 12px; margin-bottom: 0px; font-weight: 500; line-height: 15px; }
.close-boxnew2 { top: 8px; right: 12px; }
.text-or { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; text-align: center; }
.text-or::after { content: ' '; position: absolute; background: #DCDCDC; height: 1px; width: 250px; left: 0px;  top: 13px; }
.text-or::before { content: ' '; position: absolute; background: #DCDCDC; height: 1px; width: 248px; right: 5px; top: 13px; }

.training-box { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; }

.training-boximg { width: 100%; height: 280px; position: relative; }
.training-boximg .training-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.training-boxcontent h6 { color: #000000; font-weight: 500; font-size: 22px; margin-bottom: 0px; display: -webkit-box;
-webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical; }

.training-boxcontent p { color: #242424; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.training-boxcontent p i { font-size: 7px; color: #000000; padding: 0px 7px; }

.faq-tab { border-bottom: 1px solid #DCDCDC; }
.faq-tab .nav-item { color: #000000; font-size: 20px; font-weight: 500; margin-right: 50px; }
.faq-tab .nav-item .nav-link { color: #000000; padding: 13px 30px; border: none; position: relative; }
.faq-tab .nav-item .nav-link.active { color: #6A0030; background-color: transparent; }
.faq-tab .nav-item .nav-link.active::after { content: ' ';
  position: absolute;
  background: #6A0030;
  width: 100%;
  height: 5px;
  border-radius: 70px;
  left: 0px;
  top: 51px;
}

.search-input { padding: 8px 15px; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 200px; color: #727272; font-size: 14px; font-weight: 500; }
.search-input {  background: #FFFFFF; border: 1px solid #DCDCDC; box-shadow: none; outline: none; }
.search-input::placeholder { color: #727272; }

.search-img { position: absolute; top: 11px; right: 15px; height: 18px; }

.dairy-table td .table-cow { width: 78px; height: 70px; border-radius: 20px; object-fit: cover; max-width: inherit; }
.approved-btn { background: #FBF9F9; border: 1px solid #6A0030; border-radius: 8px; color: #6A0030; font-size: 14px; font-weight: normal;
padding: 6px 10px; }

.other-card { padding: 30px 45px; }
.kyc-documetsbox { background: #FFFFFF; border: 1px solid #819891; border-radius: 20px; width: 70px; height: 70px; position: relative; }
.kyc-documetsbox .kycdocuments-showimg { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.kyc-closeboxnew { top: -6px; right: -5px; }


.improvement-areasbox { width: 155px; display: inline-block; margin-right: 20px; vertical-align: top; text-align: center; }
.improvement-areasbox:last-child { margin-right: 0px; }
.improvement-boximg { width: 100%; height: 130px; }
.improvement-boximg img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; cursor: pointer; }
.source-wateravailabilitybox { background: #FBF9F9; padding: 15px 20px; border-radius: 18px; }


.improvement-areasbox p { color: #000000; font-size: 14px; margin-bottom: 0px; font-weight: normal; padding-top: 15px; }
.add-moretext { color: #6A0030; font-weight: 500; font-size: 16px; margin-bottom: 0px; text-decoration: underline; }

.cow-accord .card { border: 2px solid #DCDCDC; border-radius: 12px; }
.cow-accord .card .card-header { border-bottom: none; background: #F6B51D; border-radius: 14px; }
.cow-accord .card .card-header button { color: #000000; font-weight: 500; font-size: 16px; }
.cow-accord .card-header .accordup { display: none; float: right }
.cow-accord .card-header .accorddown { float: right }
.cow-accord .card-header .collapsed .accorddown { display: none; float: right }
.cow-accord .card-header .collapsed .accordup { display: block; float: right }

.cow-select {background: url() !important; background-color: none !important; border: none !important; width: 135px; color: #000000; font-size: 18px;
font-weight: 500; }
.main-boxcow { background: #FFF3F4; border-radius: 0px 0px 12px 12px; }
.inner-boxcow { background: #FFFFFF; border: 1px solid #DCDCDC; border-top: none !important; border-right: none; border-left: none !important;
 border-radius: 0px 0px 12px 12px; }
.cow-table {  border-collapse: separate;
   border-spacing: 0px;
   }
.cow-table td select { color: #000000 !important; font-size: 16px !important; font-weight: normal !important; }
.cow-table td { border: 1px solid #DCDCDC; padding: 15px 15px; margin-bottom: 20px; }
.cow-table tr { padding-bottom: 20px; }
.cow-table td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.cow-table td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px; }

.cow-tablenew td { border: none; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;  }
.cow-tablenew td:first-child { border-left: 1px solid #DCDCDC; }
.cow-tablenew td:last-child { border-right: 1px solid #DCDCDC; }

.table-add { width: 46px; height: 46px; border-radius: 50%; background: #4BC56F; border: 2px solid #fff; text-align: center; color: #fff;
line-height: 46px; font-size: 20px; }

.table-milkvalue td { color: #000000; text-align: center; font-size: 16px; font-weight: normal; border-top: none; border-right: 1px solid #DCDCDC;  }
.table-milkvalue td h5 { color: #000000; font-size: 23px; font-weight: bold; padding-top: 10px; margin-bottom: 0px; }
.table-milkvalue td:last-child { border-right: none; }

.milk-boxvalue { width: 150px; margin: 0 auto; background: #FFFFFF; text-align: center; border: 1px solid #999999; border-radius: 8px; font-size: 18px; font-weight: 600; color: #000000; padding: 8px 10px; }

.pop-headred { margin: 0 auto; }
.supplied-popbox { background: #6A0030; border-radius: 0px 0px 0px 70px; }
.pop-headred h5 { color: #FFFFFF; font-size: 28px; font-weight: 500; margin-bottom: 0px; text-align: center; padding-top: 20px; }
.pop-headred h6 { color: #FFFFFF; font-weight: 600; font-size: 16px; margin-bottom: 0px; text-align: center; padding-top: 5px; }

.new-poptab .nav-link { padding: 10px 17px; }
.produtcion-innerbox { background: #F6B51D; border-radius: 18px; padding: 15px 20px; }
.produtcion-innerbox h4 { color: #000000; font-weight: 600; font-size: 28px; margin-bottom: 0px; }
.produtcion-innerbox h3 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-top: 5px; }

.production-box { background: url(../img/Subtraction-new.svg) bottom no-repeat; padding-bottom: 6px; background-size: 96%;  }
.supplied-popcontent h3 { color: #000000; font-size: 20px; font-weight: 500; margin-bottom: 0px; }
.supplied-popcontent h4 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; }

.bg-box { background: #FFF3F4;  border-top: 1px dashed #DCDCDC; border-bottom: 1px dashed #DCDCDC;}
.box-content { padding: 15px 20px; }


.milk-supplycontent p { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; text-align: center; }
.milk-supplycontent h3 { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.milk-supplycontent h4 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.supply-contentbox {  padding: 12px 20px; }
.supply-contentboxbg { background: #FBF9F9; border-radius: 14px; }

.supply-borderbottom { border-bottom: 1px dashed #999999; padding-bottom: 10px; }
.start-text { color: #000000; font-size: 18px; margin-bottom: 0px; font-weight: normal; }
.start-text img { height: 22px; }
.new-viewratingbadge { font-size: 13px; padding: 7px 15px; }

.rating-valuepop { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.popup-ratingboxcontent { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 20px 20px; margin-top: 20px; }
.popup-ratingboxcontent p { color: #000000; font-size: 16px; font-weight: 500; margin-bottom: 0px; padding-top: 10px; }
.popup-ratinguser { width: 50px; height: 50px; border-radius: 50%; }
.popup-ratinguser img { width: 100%; height: 100%; object-fit: cover; }

.popup-ratingboxcontent h2 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.popup-ratingboxcontent h4 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.popup-ratingboxcontent h5 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-align: center; margin-top: 25px; }
.popup-ratingboxcontent h5 i { color: #242424; font-size: 6px; padding: 0px 7px; }

.supplier-detailsboxleft { background: #FBF9F9; border-radius: 18px; width: 246px; height: 275px; display: flex; flex-direction: column;
justify-content: center; align-items: center; }
.supplier-detailsboxleft h3 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 15px; }

.dfr-servicesimg { width: 100px; height: 100px; border-radius: 50%; }
.dfr-servicesimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.sullier-contactperson { color: #727272; font-weight: 500 !important; font-size: 16px !important; margin-bottom: 0px; padding-top: 12px; }
.sullier-contactperson i { color: #23262A; font-size: 6px; padding: 0px 7px; }
.sullier-contactperson span { color: #000000; }
.pop-head h5 { color: #000000; font-size: 35px; font-weight: normal; margin-bottom: 0px; margin-top: 35px; }
.pop-head h5 span { font-weight: 700; }
.earning-content h5 { color: #000000; font-weight: 600; font-size: 22px; margin-bottom: 0px; }
.earning-content h6 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 5px; }

.earning-contentbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 20px 15px; }
.earning-contentbox h6 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.earning-contentbox h5 { color: #000000; font-size: 15px; font-weight: 500; margin-bottom: 0px; }

.earning-userimg { width: 45px; height: 45px; border-radius: 50%; }
.earning-userimg img { width: 100%; height: 100%; object-fit: cover; }
.earning-contentbox p { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; line-height: 18px; }
.earning-valuebadge { background: #FFF3F4; border: 1px solid #F6B51D; border-radius: 40px; color: #000000; font-weight: 700;
font-size: 18px; margin-bottom: 0px; padding: 5px 10px; }
.dashed-borderbottom { border-bottom: 1px dashed #DCDCDC; }

.earning-contentbox h1 { margin-top: 20px; color: #6A0030; font-weight: 600; font-size: 18px; margin-bottom: 0px; text-decoration: underline;
text-align: center; }

.pop-head h6 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 5px; }

.loan-statmentvalue { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 12px 8px; }
.loan-statmentvalue h3 { color: #000000; font-weight: 600; font-size: 14px; margin-bottom: 0px; }
.loan-statmentvalue h4 { color: #727272; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-top: 5px; }

.loan-statmentvalueyellow { border: 1px solid #F6B51D; }
.loan-statmentvaluemaroon { border: 1px solid #6A0030; }
.loan-statmentbox { border: 1px solid #DCDCDC; border-radius: 20px; padding: 0px 0px 0px 0px; }
.paid-box { border: 1px solid #4BC56F; border-radius: 40px; color: #4BC56F; font-weight: 500; font-size: 12px; padding: 2px 8px; }
.due-box { border: 1px solid #F6B51D; border-radius: 40px; color: #F6B51D; font-weight: 500; font-size: 12px; padding: 2px 8px; }

.landing-drop { border: 1px solid #DCDCDC; border-radius: 8px; width: 180px; text-align: left; padding: 6px 10px; font-weight: 500; color: #000000; font-size: 16px; }
.landing-drop.dropdown-toggle::after {
  margin-top: 8px !important;
  float: right !important;
  vertical-align: middle;
  color: #000000 !important;
}

.landing-dropmain .dropdown-menu { background: #FFFFFF; box-shadow: 0px 10px 16px #0000001A; border: 1px solid #DCDCDC;
border-radius: 10px; width: 100%;  }

.landing-dropmain .dropdown-menu .dropdown-item { color: #000000; font-weight: 500; font-size: 16px; padding: 7px 18px; }
.landing-dropmain .dropdown-menu .dropdown-item:hover { background: #FBF9F9;  border-radius: 10px; }
.line-chartlabel { color: #000000; font-weight: 500; font-size: 17px; margin-bottom: 0px; }
.chart-labelbox { background: #FC5E60; border-radius: 30px; color: #000000; font-weight: 500; font-size: 17px; padding: 8px 25px; }
.chart-labelboxnew { background: #4BC56F; }

.line-cahrt { height: 420px !important; }
.assigned-progresstext { color: #6A0030; font-weight: 600; font-size: 18px; margin-bottom: 0px; text-decoration: underline; cursor: pointer; }

.progress-trackerpopcontent h2 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.progress-trackerpopcontent h6 { color: #23262A; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.activity-text { color: #000000; }
.assigned-text { color: #727272; }

.progress-trackerpopcontent p { color: #000000; font-weight: 500; font-size: 17px; padding-top: 12px; margin-bottom: 0px; line-height: 24px; }
.progress-trackerpopcontent h4 { color: #6A0030; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.rating-valuemature { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; display: flex; align-items: center; justify-content: end; }
.rating-valuemature span { font-weight: 500; font-size: 14px; color: #727272; padding-left: 3px; }

.reject-btn { background: #999999; border-radius: 88px; padding: 9px 25px; color: #FFFFFF; font-weight: 500; font-size: 17px; }
.reject-btn:hover { color: #fff; }
.pre-approve { background: #F6B51D; }

.kyc-userpic { width: 154px; height: 154px; }
.kyc-userpic img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.documents-box { border: 1px solid #819891; border-radius: 20px; padding: 5px; width: 90px; height: 90px; position: relative; }
.documents-box .document-img { width: 100%; height: 100%; object-fit: cover; }

.reject-text { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; text-decoration: underline; }

.edit-popcontent h6 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.edit-popcontent p { color: #727272; font-size: 16px; font-weight: 500; margin-bottom: 0px; }

.invite-label { font-weight: 500; font-size: 14px; color: #000000; }
.invite-label span { color: #999999; }
.searchname-input { border: 1px solid #999999; border-radius: 118px; color: #999999; font-weight: 500; font-size: 16px !important;
padding: 13px 25px; }
.searchname-input::placeholder { color: #999999; }
.searchname-input:focus { border: 1px solid #999999; border-radius: 118px; outline: none; box-shadow: none; }
.name-searchimg { position: absolute; right: 19px; top: 16px; }

.invite-statmentcard { min-height: auto; }

.invitesupplier-boxmain [type="checkbox"].filled-in:not(:checked)+label:after{
 height: 195px !important;
}

.invitesupplier-boxmain [type="checkbox"]+label:after{
  height: 200px !important;
 }

.right-paddinginput { padding-right: 60px; }
.invitesupplier-box { padding: 15px 15px; }
/* .invitesupplier-box:hover { background: #FFF3F4; border: 1px solid #6A0030; border-radius: 20px; } */

.invite-user { width: 60px;  height: 60px; border-radius: 50%; }
.invite-user img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.invitesupplier-box h1 { color: #000000; font-size: 18px; font-weight: 500; margin-bottom: 0px; }
.invitesupplier-box h2 { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; }
.invitesupplier-box h3 { color: #000000; font-size: 14px; font-weight: normal; margin-bottom: 0px; padding-top: 5px; }
.invitesupplier-box h3 i { color: #242424; font-size: 6px; padding: 0px 7px; }
.invitesupplier-inner { background: #FBF9F9; border-radius: 8px; padding: 8px 15px; text-wrap: wrap; word-wrap: break-word; }
.invitesupplier-box:hover .invitesupplier-inner { background: #FFFFFF;  }
.flag-text p { color: #FFFFFF; font-size: 14px; font-weight: normal; margin-bottom: 0px; position: absolute; top: 1px; right: 6px; }

.thank-youuserimg { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto; margin-top: -57px;  }
.thank-youuserimg img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover;}


.new-progress-trackerbox { background: #FBF9F9; border: 1px solid #DCDCDC; border-radius: 20px; }
.new-progress-trackerboxgray { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; }

.company-datails { color: #242424; font-weight: 500; font-size: 18px; margin-bottom: 0px; margin-bottom: 0px; padding-top: 15px; }
.new-tophead { margin: 0 auto; }
.account-moretext { color: #6A0030 !important; text-decoration: underline; font-weight: 500 !important; font-size: 14px !important; margin-bottom: 0px; }

.popup-ratingboxcontent h3 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 3px; }



.compare-boxyellow { background: #F6B51D; border-radius: 0px 20px 20px 0px; }
.compare-boxyellow h1 { color: #000000; font-weight: 600; font-size: 28px; margin-bottom: 0px; }
.compare-boxyellow h2 { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; padding-top: 10px; }
.compare-boxyellow p { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; line-height: 40px; }

.compare-boxyellow .dashed-borderbottomyellow { border-bottom: 1px dashed #FFDE91; }

.compare-box { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 15px 35px; min-height: 541px; }

.compare-box h1 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; padding-top: 10px; }
.compare-box h2 { color: #242424; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }

.compare-box p { color: #242424; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.compare-box p span { color: #000000; }
.compare-box h6 { color: #23262A; font-weight: 700; font-size: 16px; margin-bottom: 0px; margin-left: 7px; }
.compare-boxcowimgmargin { margin-left: -7px; }
/* .compare-box h6 { color: #23262A; }  */

.compare-boxuserimg { width: 85px; height: 85px; margin: 0 auto; border-radius: 50%; margin-top: -60px; }
.compare-boxuserimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.compare-boxcowimg { width: 35px; height: 35px; border-radius: 50%; }
.compare-boxcowimg img { width: 100%; height: 100%; border-radius: 50%;}

.compare-boxbg { background: #FFFCF3; }
.compare-tab { border-bottom: none; }
.compare-tab .nav-link { background: #FFFFFF; border: 1px solid #727272; border-radius: 110px; padding: 10px 20px; color: #000000; font-weight: 500;
font-size: 16px; }
.compare-tab .nav-link:hover { border: 1px solid #727272; }
.compare-tab  .nav-item { margin-right: 15px; }
.compare-tab .nav-link.active { background: #FFF3F4; box-shadow: 0px 3px 6px #00000029; border: 1px solid #6A0030; border-radius: 110px; color: #6A0030; }
.compare-tabbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 15px 15px; }
.compare-tabbox p { color: #000000; font-weight: 500; font-size: 16px; margin-bottom: 0px; border-bottom: 1px dashed #727272; padding: 15px 0px; padding-left: 25px; }
.compare-tabbox p:last-child { border-bottom: none; }
.compare-tabboxbg { background: #FFFCF3; }

.compare-tabredbox { background: #6A0030; border-radius: 0px 20px 20px 0px; padding: 15px 0px; }
.compare-tabredbox p { color: #FFFFFF; font-weight: 500; font-size: 16px; margin-bottom: 0px; border-bottom: 1px dashed #B42E6B;
padding: 15px 0px 15px 25px; }
.compare-tabredbox p:last-child { border-bottom: none; }

.landing-dropmainnew {
  border: 1px solid #DCDCDC !important;
  border-radius: 8px !important;
  width: 180px !important;
  text-align: left;
  padding: 6px 10px !important;
  font-weight: 500 !important ;
  color: #000000;
  font-size: 16px !important;
  float: right;
}
.sort-icon{
  cursor: pointer;
}

.noflexwrap { flex-wrap: inherit !important;
  overflow-x: scroll !important; }

.noflexwrapinpt {
  flex-wrap: inherit !important;
  overflow-x: scroll !important;
 }

 .noflexwrapinpt::-webkit-scrollbar { width: 2px; height: 8px; display: block; }
 .noflexwrapinpt::-webkit-scrollbar-track { box-shadow: none; background: #ECECEC; border-radius: 10px; }
 .noflexwrapinpt::-webkit-scrollbar-thumb {  background-color: #FFC8C8 ; outline: none; border-radius: 10px;}

 /* .dam-constructiontable {  } */

  .dam-constructiontable thead th { border-bottom: none; border-top: none; padding-bottom: 0px; }
  .dam-constructiontable td { border-top: none; padding: 5px; }
  .edit-inoutnew { padding: 15px 10px; width: 150px; }
  .unit-selectnew { width: 240px; }

  .combobox {
    position: relative;
    }

    /* #inputField {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    } */

    .suggestionList {
      background-color: honeydew;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-height: 150px;
      overflow-y: auto;
      /* border: 1px solid #ccc; */
      border-top: none;
      border-radius: 0 0 5px 5px;
      list-style-type: none;
      padding: 0;
      margin: 0;
      z-index:999;
    }

    .suggestionList li {
    padding: 8px;
    cursor: pointer;
    }

    .suggestionList li:hover {
    background-color: #f0f0f0;
    }

  .improvement-boximg.active { border: 2px solid #6A0030; border-radius: 18px; box-shadow: 2px 2px 19px #6A0030; }

  .new-popbody .modal-dialog {
    max-width: 800px; }

  .new-popbody .modal-body { padding: 15px 30px; }

  .draft-badge {
    background: lightcoral;
    color: white;
    border-radius: 158px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 20px;
  }
  .published-badge {
    background: #6A0030;
    color: white;
    border-radius: 158px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 20px;
  }

  /* .milestoneBoxArea .oneCollection-nav-right { background-color: red;}  */
  .milestoneBoxArea .owl-nav { position: absolute; right: 0px; top: -30px; display: flex; align-items: center;}
  .milestoneBoxArea .owl-nav .owl-prev { margin-right: 20px;}

  .like-commentbox { background: #6A0030; border-radius: 10px; padding: 18px 45px; }
  .like-commentbox p { color: #FFFFFF; font-size: 14px; margin-bottom: 0px; display: flex; align-items: center; }
  .sadaf{
    display: flex;
  }
  .invite-supplier-lable input { height: 380px; width: 100%;}

  .uploadedLoanAttachment {
    width: 63px;
    height: 58px;
  }
  .uploadedLoanAttachmentCol{
    max-width: 11% !important;
  }

  .ongoing-projects h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.loan-statmentvalue.highlight {
  background-color: #ffcc00; /* Set your desired highlight color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a box-shadow for emphasis */
  transition: background-color 0.3s ease; /* Optional: Add a smooth transition effect */
}

.newchanges-border { border-radius: 20px; padding: 22px 10px;  }

/* .new-navbar {  height: 530px; overflow-x: hidden; overflow-y: scroll; }
.new-navbar::-webkit-scrollbar { display: none; } */

.rating-star{
  height:14px;
}
.view-ratingsbadge-farmer{
  padding: 3px 7px;
  background: #FFF3F4;
  border: 1px solid #6A0030;
  border-radius: 170px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
}

.loan-applicationsbox { background: #FBEBEC; border-radius: 13px; padding: 25px 15px; min-height: 130px; }
.loan-applicationsbox h6 { color: #000000; font-weight: 500; font-size: 24px; margin-bottom: 0px; text-align: center; }
.loan-applicationsbox p { line-height: 18px; padding-top: 16px; color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; text-align: center; }
.loan-applicationsbox.active { background: #C982A3; }

.projects-detailsright h2 img { height: 18px; }

/* Live Stock */

.live-tabletext { color: #000000; font-size: 16px; font-weight: normal; margin-bottom: 0px; line-height: 20px; }
.live-tabletext span { color: #999999; font-size: 16px !important; }
.dairy-table td.livetext-table { font-weight: 500; font-size: 16px; }
.dairy-table td.livetext-table span { color: #000000; font-size: 12px; font-weight: normal; }
.pop-head h6 span { color: #727272; }
.red-chatbox { position: relative;  background: #FFFFFF; border: 2px solid #FC5E60; border-radius: 88px; padding: 18px 22px; }
.cow-popimgbox { height: 350px; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; width: 100%; }
.cow-popimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.ankole-cowstext h6 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.ankole-cowstext h6 span { color: #727272; }
.ankole-cowstext p { color: #242424; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.ankole-cowstext p span { color: #727272; }
.ankole-cowstext p i { color: #727272; font-size: 7px; padding: 0px 5px; }
.ankole-cowstext h5 { color: #000000; font-weight: 600; font-size: 24px; margin-bottom: 0px; }
.specifications-label { color: #727272; font-weight: 500; font-size: 16px; }
.specifications-contentbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 8px; padding: 4px 5px; }
.specifications-contentbox p { color: #727272; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.specifications-contentbox p span { color: #242424; }

.litre-daybox { background: #FFF3F4; border: 1px solid #C788A5; }
.description-contentbox p { color: #000000; font-size: 16px; font-weight: 500; margin-bottom: 0px; }

.date-box h4 { color: #000000; font-weight: 500; font-size: 18px; margin-bottom: 0px; }
.date-box p { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }
.orange-dots { position: absolute; top: 10px; right: 18px; background: #FC5E60; border: 2px solid #FFFFFF; width: 12px; height: 12px; border-radius: 50%; }
.table-liketext { color: #242424; font-weight: 600; font-size: 14px; }
.video-playimg { position: absolute; }
.video-palyimgbox { display: flex; justify-content: center; align-items: center; }
.border-newradius { border-radius: 20px 20px 0px 20px; }
.border-new { border: 1px solid #DCDCDC; }
.like-userbox { width: 50px; height: 50px; border-radius: 50%; }
.like-userbox { width: 100%; height: 100%; object-fit: cover; }

.borderbottom-dashed { border-bottom: 1px dashed #999999; }
.like-commentbox { background: #6A0030; border-radius: 10px; padding: 18px 45px; }
.like-commentbox p { color: #FFFFFF; font-size: 14px; margin-bottom: 0px; display: flex; align-items: center; }

/*===new-card======*/
.loan-applicationsbox { background: #FBEBEC; border-radius: 13px; padding: 25px 15px; min-height: 130px; }
.loan-applicationsbox h6 { color: #000000; font-weight: 500; font-size: 24px; margin-bottom: 0px; text-align: center; }
.loan-applicationsbox p { line-height: 18px; padding-top: 16px; color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 0px; text-align: center; }
.loan-applicationsbox.active { background: #C982A3; }



.threeCollectioncow .owl-dots { text-align: center; }
.threeCollectioncow .owl-dot { border: 2px solid rgba(68 68 68 / 15%); background: rgba(68 68 68 / 15%); }
.threeCollectioncow .owl-dot.active { background: #730e3c; border: 2px solid #730e3c; width: 8px }

.newcow-images { width: 100%; height: 180px; }
.newcow-images img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }

.newupload-imbox { width: 90px; height: 80px; }
.newclose-boxnew { top: 5px; right: 5px; }

.attachments-box { width: 92px; height: 92px; border-radius: 10px; margin-right: 15px; }
.attachments-box img { width: 100%; height: 100%; border-radius: 10px; }

.pop-head p { font-size: 15px; font-weight: 500; margin-bottom: 0px; color: #000000; }

.active-badge.yellow { background: #FFB300; }
.active-badge.red { background: #6A0030; }

.loan-statement{
  font-size: 15px;
  /* color: #2C2C2C; */
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 -13px 0;
  display: flex;
  justify-content: space-between;
  color: #727272;
}

.loan-statement span{
  color: #000000;
}

.chat-userimgbox { width: 55px; height: 55px; border-radius: 50%; }
.chat-userimgbox img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.chat-userimgbox .modal-header .close { opacity: 1 !important; }

.chatmodalcontent .modal-header { background: #F6B51D; border-radius: 40px 40px 0px 0px; }
.close { opacity: 1 !important; }
.chatmodalcontent .modal-content { border-radius: 40px 40px 0px 0px; background: #F9F9F9; border: none; min-height: 100vh; }
.chatmodalcontent .modal-dialog { margin: 70px 0px 0px auto; border: none; }

.chatmodal-height .modal-body  { height: 410px; overflow-x: hidden; overflow-y: scroll;  }

.chatmodalcontent h5 { line-height: 20px; color: #000000; font-weight: 500; font-size: 22px; margin-bottom: 0px; }
.chatmodalcontent h5 span { font-size: 14px !important; }
.day-detailsbox { padding: 6px 12px; border: 1px solid #DCDCDC; border-radius: 20px; color: #000000; font-weight: 500; font-size: 14px; }

.chat-whitebox { background: #fff; border-radius: 0px 24px 24px 24px; padding: 7px 14px; margin-top: 10px; }
.chat-whitebox h6 { color: #6A0030; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.chat-whitebox p { color: #000000; font-weight: normal; font-size: 16px; margin-bottom: 0px; padding-top: 5px; }
.chat-whitebox span { color: #000000; font-weight: normal; font-size: 14px; text-align: right; }

.newred-chatbox { background: #6A0030; border-radius: 24px 24px 0px 24px; padding: 10px 14px; margin-top: 10px; text-align: right;}
.newred-chatbox h6 { color: #FFFFFF; font-weight: normal; font-size: 16px; margin-bottom: 0px; }
.newred-chatbox  span { color: #fff; font-weight: normal; font-size: 14px; text-align: right; }

.chat-boximg { width: 225px; height: 120px; border-radius: 14px; margin-top: 15px; }
.chat-boximg img { width: 100%; height: 100%; border-radius: 14px; object-fit: cover; }
.pop-inputbottom {  padding: 30px 109px 30px 25px; font-weight: 500;  font-size: 20px; background: #FFFFFF; box-shadow: 0px -10px 10px #0000000D;
  border: 1px solid #DCDCDC;  border-radius: 24px 24px 0px 0px; }
.chatsend-img { position: absolute; right: 22px; top: 36px; }

.chat-wrapper { position: absolute; overflow: hidden; display: block; top: 32px;  right: 70px;}
.chat-wrapper .uploadBtn { background: #FFFFFF; outline: none; border: none; }
.chat-wrapper input[type=file] {font-size: 100px; position: absolute; left: -124px; top: 0; opacity: 0; cursor: pointer; height: 500px;
font-size: 20px; width: 900px;}
.chatmodal-height { min-height: 500px; }


/* Message Board */
.massage-boxhead { color: #000000; font-weight: 500 !important; font-size: 28px !important; margin-bottom: 0px; text-align: center; }
.massage-boxheader { justify-content: unset !important; align-items: center; display: unset !important; }

.chat-boxinput { border: 1px solid #DCDCDC; border-radius: 70px; padding-left: 47px; }
.search-iconinput { position: absolute; top: 15px;  left: 18px; }

.chat-boxcontentmain { background: #fff; border: 1px solid #DCDCDC; padding: 15px 15px; border-radius: 20px 20px 0px 20px; }
.chat-boxcontentmain h6 { color: #000000; font-weight: normal; font-size: 20px; margin-bottom: 0px;  }
.chat-boxcontentmain p { color: #727272; font-weight: normal; font-size: 14px; margin-bottom: 0px;  }
.chat-boxcontentmain p i { color: #242424 !important; font-size: 7px; margin: 0px 5px; }


.user-newchat { width: 50px; height: 50px; }
.user-newchat img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.chat-boxcontentmain h3 { color: #000000; font-weight: normal; font-size: 14px; margin-bottom: 8px; }
.red-badge { background: #FC5E60; color: #FFFFFF; font-weight: 500; border-radius: 30px; font-size: 14px; padding: 5px 8px; }
/* .arow-boxprojectdetails .fa-angle-up { font-size: 20px;}
.arow-boxprojectdetails .fa-chevron-down { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.arow-boxprojectdetails .collapsed .fa-angle-up { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.arow-boxprojectdetails .collapsed .fa-chevron-down{ display: block; font-weight: normal !important; font-size: 20px !important; color: #000000 !important; } */

/* .arow-boxprojectdetails .fa-chevron-down { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.arow-boxprojectdetails .collapsed .fa-chevron-up { display: none; font-weight: normal !important; font-size: 20px; color: #000000 !important; }
.arow-boxprojectdetails .collapsed .fa-chevron-down { display: block !important; font-weight: normal !important; font-size: 20px; color: #000000 !important; }   */


.project-detailsaccord .card-header .fa-chevron-down { display: none }
.project-detailsaccord .card-header .collapsed .fa-chevron-up { display: none }
.project-detailsaccord .card-header .collapsed .fa-chevron-down { display: block; padding-top: 4px; }
/* .project-detailsaccord .card-body { padding: 14px; font-size: 12px } */


.info-circleimgnew { height: 22px; margin-left: 6px; cursor:pointer;}

.preview-imgbox { position: absolute; width: 60px; height: 60px; right: 115px; top: 14px; }
.preview-imgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; display: none;}
.reset-passwordbtn { padding: 15px 20px; background: #FFF3F4; border: 1px solid #FFC8C8; border-radius: 8px; color: #242424; font-size: 16px; font-weight: normal; }

.new-tableborder { border: 1px solid #DCDCDC !important;}

.img-circle { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }


.chatmodalscroll-height .modal-body { height: 498px; overflow-x: hidden; overflow-y: scroll; }



.live-stocknewmodal .modal-dialog { margin: 0px 0px 0px auto; }
.live-stocknewmodal .modal-body { height: 563px; }


/* extra card css */
.extra-cards { height: 225px; }
.extra-cards .loans-boxs {  padding: 5px 7px; }
.extra-cards .card-body { padding: 14px 10px; }
.extra-cards .card-title { font-size: 15px; }
.extra-cards .loans-boxs p { font-size: 15px; line-height: 16px; }
.extra-cards .loans-boxs p span { font-size: 10px; }

.no-chat-message {
  margin-top:50px; /* Adjust the top margin value as needed */
}

/* notification  css */
.mark-readtext { color: #6A0030; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.yellow-notificationbox { background: #FFFFFF; border: 1px solid #F6B51D; border-radius: 14px; padding: 18px 15px;  border-left: 8px solid #F6B51D; }
.yellow-notificationbox h5 { color: #000000; font-weight: 500; font-size: 17px; margin-bottom: 0px; }
.yellow-notificationbox h6 { color: #999999; font-weight: 500; font-size: 15px; margin-bottom: 0px; padding-top: 10px;}
.yellow-notificationbox h6 i { color: #000000; font-size: 7px; padding: 0px 10px; }
.bell-boxnew { background: #FFF3F4; height: 40px; width: 40px; border-radius: 50%; text-align: center; line-height: 40px; float: right; }
.yellow-notificationbox.gray { border: 1px solid #DCDCDC;  border-left: 8px solid #DCDCDC; }

.notificationtab2 { min-height: auto; }

.cc-icon { position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px; }

  /* ==================================== */
  .received-amount p {
    color: #0ed464;
    font-size: 11px;
    font-weight: 500;
    margin: 0px;
    display: flex;
    align-items: baseline;
  }
  .received-amount p .add-received { color: #000000 !important; font-size: 14px !important;}
  .received-amount p span { color: red ;}


  .grand-totalbox { border: 1px solid #9d9494; padding: 12px; border-radius: 8px; background: #fff; }
  .grand-box .input-group-text { padding: 0.375rem 16px; }
  .add-morenew { font-size: 16px;  }


  /* ===================new*/
  .top-menuhome ul { margin: 0; padding: 0; display: flex; }
.top-menuhome ul li { margin-right: 20px; color: #727272; font-weight: normal; font-size: 18px; list-style: none; }
.top-menuhome ul li a { color: #727272; }
.top-menuhome ul li a:hover { color: #727272 !important; }

.farmer-kpibox h4 span { font-weight: bold; }
.new-investorsbox:hover { border: 1px solid #6A0030; box-shadow: #0000001A 0px 25px 25px; }

.investors-badge { background: #F6B51D; border-radius: 60px; color: #000000; font-weight: 600; font-size: 16px; padding: 2px 12px; }

.investors-label { color: #727272; font-weight: normal !important; font-size: 16px; margin-bottom: 0px; }
.investors-chartcontent p { color: #242424; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.investors-chartcontent p.green { color: #4BC56F; }
.investors-chartcontent p.red { color: #E35A99; }
.investors-chartcontent p.maroon { color: #6A0030; }
.investors-chartcontent p.yellow { color: #F6B51D; }

.investors-projects h6 { color: #000000; font-weight: 600; font-size: 22px; margin-bottom: 0px; }
.investors-projects p { color: #727272; font-weight: 500; font-size: 16px; margin-bottom: 0px; }
.funded-box { line-height: 57px; background: #F6F6FF; width: 60px; height: 60px; border-radius: 20px; text-align: center; }
.investors-projects p span { color: #242424; font-weight: bold; }
.funded-box.green { background: #E4FFE3; }
.funded-box.yellow { background: #FFF6E2; }
.funded-box.maroon { background: #FFD9D9; }
.investors-projects h6.yellow { color: #F6B51D; }
.investors-projects h6.green { color: #4BC56F; }
.investors-projects h6.maroon { color: #6A0030; }

.chat-iconhead i { font-size: 20px; margin-top: 9px; cursor: pointer;}
.filled-outline-icon {
  color: #f8f9fa; /* Set the fill color  #ffffff, */
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 1.5)); /* Add a drop shadow for depth */
}

/*===============17/05/2024=============*/

.check-box { width: 30px; height: 30px; border-radius: 50%; background: #E4FFE3; display: block; text-align: center; line-height: 30px; }
.displayed-text { color: #000000; font-weight: normal; font-size: 16px; margin-bottom: 0px; }
.statement-accounttext { color: #242424; font-weight: 500; font-size: 16px; margin-bottom: 0px; text-decoration: underline; }
.statement-accounttext a { color: #242424; }
.statement-accounttext a:hover { color: #242424 !important; }
.investment-detailscontent h6 { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.investment-detailscontent p { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.settled-fundsbox { background: #F6F6FF; padding: 22px 15px; border-radius: 16px; }
.settled-fundsbox h6 { color: #000000; font-weight: 600; font-size: 18px; margin-bottom: 0px; }
.settled-fundsbox p { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; }
.settled-fundsbox p span { color: #000000; font-weight: bold; }
.settled-fundsbox.green { background: #E4FFE3; }
.settled-fundsbox.pink { background: #FFF3F4; }
.invest-edit { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; text-decoration: underline; }
.invest-edit .fa-eye { color: #000000; margin-right: 3px; }
.invest-edit .fa-pencil { color: #000000; margin-right: 3px; }
.invest-edit.yellow { color: #B1560E; }
.invest-edit.red { color: #6A0030; }

.border-none td { border-bottom: none; }
.dairy-table td.semi-boldtext { font-weight: 600; color: #000000; }
.dairy-table tr:last-child td { border-spacing: 0 20px; }
.table-footer td { background: #FFF3F4; color: #000000; font-weight: 600; font-size: 17px; }
.table-footer td:first-child { border-top-left-radius: 14px; border-bottom-left-radius: 14px; }
.table-footer td:last-child { border-top-right-radius: 14px; border-bottom-right-radius: 14px; }

/* .investor-bankcontent { display: flex; align-items: center; } */
.investor-bankcontent h5 { color: #242424; font-weight: 500; font-size: 16px; margin-bottom: 0px;     line-height: 20px; }
.invest-img { width: 65px; height: 65px; margin-right: 12px; }
.invest-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.investors-banklabel { color: #242424; font-weight: 500; font-size: 18px; margin-bottom: 0px; }

.platform-overviewbox {
    background: #F6F6FF;
    border-radius: 20px;
    padding: 25px 25px;
}

.platform-overviewbox h2 {
    color: #242424;
    font-weight: 600;
    font-size: 28px;
    margin: 0px;
}
.platform-overviewbox p {
    color: #242424;
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
    padding-top: 13px;
    line-height: 22px;
}

.platform-overviewbox.green {
    background: #E4FFE3;
}
.platform-overviewbox.gray {
    background: #FBF9F9;
}
.platform-overviewbox.pink {
    background: #FFF3F4;
}

.community-postsdetails {
    margin-top: 28px;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding-top: 20px;
    padding-bottom: 20px;
}

.community-postsdetails h6 {
    color: #242424;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}
.community-postsdetails span {
    color: #242424;
    font-weight: 500;
    font-size: 15px;
    margin-left: 12px;
}
.community-postsdetails h6 i {
    font-size: 8px;
    color: #F6B51D;
    margin: 0px 34px;
}

/*============== Testimonials website ==================*/
.testimonials-cards {
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    padding: 0px 40px 40px 40px;
    background: #fff;
    margin-top: 80px;
    min-height: 300px;
}
.testimonials-imgbox {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
}

.yellow-playcircle {
    position: absolute;
    bottom: 28px;
    right: -26px;
    background: #F6B51D;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.text-graydots {
    margin-top: -25px;
}

.testimonials-cards p {
    color: #000000;
    font-weight: normal;
    font-size: 19px;
    margin: 0px;
    line-height: 24px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;

}

.testimonials-cards h2 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    margin: 0px;
    padding-top: 30px;
}

.testimonials-cards h6 {
    color: #242424;
    font-weight: normal;
    font-size: 13px;
    margin: 0px;
    padding-top: 5px;
}

.testimonials-cards h6 span {
    color: #727272;
}

.testimonials-cards h6 i {
    color: #000000;
    font-size: 6px;
    margin: 0 6px;
}






/*web csss*/

/* header { position: relative; background: #fff;}
.tophead {  padding-bottom: 0.7rem !important; padding-top: 0.7rem !important; }
.tophead ul { padding: 0; list-style: none; margin: 0; text-align: right; }
.tophead ul li { font-weight: 500; display: inline-block; font-size: 16px; padding-right: 32px; color: #727272; }
.tophead ul li a { color: #727272; text-decoration: none; }

.tophead .tophead-right li { margin-right: 0px; }
.tophead .tophead-right li:last-child { padding-right: 0px; }
.tophead-right li.active a { color: #6A0030; }

.btn-login { background: #6A0030; border: 1px solid #6A0030; border-radius: 18px; color: #FFFFFF; font-weight: 500; font-size: 16px; padding: 10px 16px; }
.btn-login:hover { border: 1px solid #6A0030; background: #fff; color: #000000; }

.hero-section{
    background: url(../images/top-banner.png); background-repeat: no-repeat; background-size: cover; background-position: center;
   height: 100vh; display: flex;  flex-direction: column;  justify-content: center; }

.top-head h1 { color: #FFFFFF; font-weight: bold; font-size: 60px; margin-bottom: 0px; text-align: center; }
.value-box h6 { color: #FFFFFF; font-weight: 600; font-size: 40px; margin-bottom: 0px; }
.value-box p { color: #fff; font-weight: 500; font-size: 18px; margin-bottom: 0pc; } */

.multi-selectnew .select2-container--default .select2-selection--multiple .select2-selection__choice { margin: 0px !important; padding: 0px !important; }

/* .select2-container { white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis; } */

     /* .select2-container {
        position: relative;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    } */

/*
    .select2 {
        width: 100% !important;
        padding: 0px;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    } */

    .head-selcet { font-size: 12px; margin-right: 10px; }
  .head-selectmain { border: 1px solid gray; border-radius: 10px; padding: 4px 6px; padding-left: 8px !important;  display: flex; }
  .head-selectmain select { background-size: 14% !important; width: 78px; background: url(../img/arrow-downnew.svg) no-repeat right 8px center;

   }

    .btn-new  { border-radius: 12px; }

    /* new  */

     /* style.css */
  .quarter-content { background: #F6B51D; color: #000; font-size: 16px; font-weight: 400; border-radius: 12px; padding: 12px 10px !important; text-align: center !important; }
  .quarter-content span { font-weight: 600; color: #000 !important; }
  .herd-detailstable td { border-top: none; }
  .herd-detailstable td input { text-align: center; }
  .herd-detailstable th { padding: 4px .75rem; background: #FBF9F9; font-size: 14px; color: #000000; font-weight: 400; border-top: none; }

  .hear-edit { border: 1px solid #6A0030; border-radius: 14px; padding: 11px 13px; color: #6A0030; }
  .hear-edit.green { background: #4BC56F; color: #fff; border: 1px solid #4BC56F; }
  .herd-sizebox {
      background: #FFF3F4;
      border-radius: 8px;
      padding: 10px 16px;
      font-weight: 600;
      font-size: 14px;
      width: 100%;
      display: inline-block;
      text-align: center;
   }
   .hear-edit.lightedit { opacity: 0.4; }
   .quarter-text { width: 200px; }
   .herd-detailstable th.table-hidebg { background: transparent; }
   .herd-detailstable th:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
   .herd-detailstable tr th:nth-child(7) { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }

   .farmerimgbox { width: 48px; height: 48px; display: flex; align-items: center; }
   .farmerimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; margin-right: 10px; }
    .select2-container .select2-selection--multiple { padding-left: 10px !important; line-height: 30px; border-radius: 8px !important; min-height: 42px !important; border: 1px solid #aaa !important; }


    .newmail { width: 37px; height: 37px; line-height: 37px; cursor: pointer; }
.country-drop {
  color: #000;
  padding: 6px 40px 7px 15px; border: 1px solid #DCDCDC; border-radius: 178px; background-color: #fff !important;
  background: url(../img/flag-down.svg) no-repeat right 14px center;
}

.dropdwon-flag .dropdown-menu { border-radius: 10px; background: #FFFFFF; box-shadow: 0px 10px 12px #00000029; border: 1px solid #ECECEC; }
.dropdwon-flag .dropdown-item { padding: 6px 10px; }

.tab-cardimgbox { width: 159px; height: 140px; padding-bottom: 10px; }
 .tab-cardimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }

 .accord-tabcard .nav-item { margin-right: 20px; background: transparent; }
 .accord-tabcard .nav-item:last-child { margin-right: 0px; }
 .accord-tabcard .nav-link { position: relative; border: none; background: transparent; color: #999999; font-weight: 400; font-size: 14px; text-align: center !important; }
 .accord-tabcard .nav-link.active { color: #000000; font-weight: 500; position: relative; }

 .accord-tabcard { border-bottom: none; }

 /* arrow card tab */
.source-wateravailabilitybox.new { border: 1px solid #DCDCDC; position: relative; z-index: 1; }
.accord-tabcard .nav-link.active:after, .accord-tabcard .nav-link.active:before {
  bottom: -15%; left: 48%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; z-index: 100; }
.accord-tabcard .nav-link.active:after { border-color: rgba(136, 183, 213, 0); border-bottom-color: #FBF9F9; border-width: 18px; margin-left: -30px; }
.accord-tabcard .nav-link.active:before { border-color: rgba(194, 225, 245, 0); border-bottom-color: #DCDCDC; border-width: 20px; margin-left: -32px; }

.head-cardbox h6 { color: #000000; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
