/* @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;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;

}

body {
    font-family: 'Figtree', sans-serif;
    -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;*/
	min-height: 100vh;    /* ========= */
	overflow: scroll;    /* ========= */
}

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


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

}

[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;
    position: relative;
}

.card-title {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 0px 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.6em !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; }



.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; }

.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: 400px; overflow-y: scroll }

.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: 5px; margin-top: 0 !important}
.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; }

.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}



/*==================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 h5 { color: #000000; font-weight: 600; font-size: 26px; margin-bottom: 0px; padding-top: 15px; }

.average-box { background-color: #FC5E60; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px; margin: 0 auto;  }
.farmers-box { background: #FFF3F4; border-radius: 20px; padding: 20px 12px; position: relative; text-align: center; }
.farmers-box h6 { color: #000000; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 10px; }

 .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: 20px 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; font-weight: normal; }
 .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; }
 .card-titleinner { 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: normal;
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: 5px 15px; margin-top: 5px; }
.badge-pill { background: #FFFFFF; border-radius: 30px; color: #000000; font-weight: bold; font-size: 16px; width: 37px; height: 26px; }
.loans-boxs p { color: #000000; font-weight: 500; font-size: 14px; 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:0; outline:none; background: #FBF9F9; width: 91%; 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: 14px;}


   /*  */

.plus-btn { background: #4BC56F; border-radius: 200px; width: 40px; height: 40px; 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.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 10px 15px;}

.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; }
.save-btn:hover { background: #470b26; color: #ffffff; }

.user-editbox { position: relative; background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 25px 35px; }
.edit-input { border: 1px solid #999999; border-radius: 8px; padding: 15px 20px; 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; }

.edit-select { background: url(../img/arrow-downnew.svg) no-repeat right 20px 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: 16px; 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: 200px; right: 50px; 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; font-weight: 600; font-size: 15px; text-decoration: underline; }

.average-badge { background: #FFFFFF; padding: 10px 15px; border: 1px solid #999999; 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; }
.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; }
.suggested-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; }
.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; }

.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; height: 304px; position: absolute;
     top: 30px; left: 20px; }
.cow-imgbox { width: 180px; height: 160px; 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 15px; }
.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; 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: 5px; }
.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 { width: 100%; box-shadow: none; text-align: left; 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 { position: relative !important; 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 { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 146px; padding: 6px 6px; }
.project-tab .nav-link { padding: 10px 18px; 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; }
.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 */

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

.farmer-kpibox { border: 1px solid #DCDCDC; border-radius: 14px; background: #FFF; padding: 15px 15px; }
.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; }


/*======================*/
.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: #fff; 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: 139px; }
.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: 15px; 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: 134px; height: 120px; position: relative; }
.upload-imbox .uploaded-showimg { width: 100%; height: 100%; border-radius: 20px; object-fit: cover; }
.close-boxnew { background: #FC5E60; border: 3px solid #FFFFFF; width: 24px; height: 24px; border-radius: 50%; text-align: center;
display: block; position: absolute; line-height: 18px; top: 10px; right: 10px; }
.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: 205px; display: inline-block; margin-right: 20px; vertical-align: top; text-align: center; }
.improvement-areasbox:last-child { margin-right: 0px; }
.improvement-boximg { width: 100%; height: 144px; }
.improvement-boximg img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.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-color: transparent !important; border: none !important; width: 160px; 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 15px; }
.loan-statmentvalue h3 { color: #000000; font-weight: 600; font-size: 20px; 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: 15px 15px 25px 15px; }
.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: #FFF3F4; border-radius: 30px; color: #000000; font-weight: 500; font-size: 17px; padding: 8px 25px; }
.chart-labelboxnew { background: #E4FFE3; }

.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: 10px 25px; color: #FFFFFF; font-weight: 500; font-size: 18px; }
.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; }

.right-paddinginput { padding-right: 60px; }

.invitesupplier-box { border: 1px solid #DCDCDC; border-radius: 20px; padding: 15px 15px; }
.invitesupplier-box:hover { background: #FFF3F4; border: 1px solid #6A0030; border-radius: 20px; }

/* .invitesupplier-box { padding: 15px 15px; } */

.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; }
.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; }

.photograph-box { background: #FFFFFF; box-shadow: 0px 5px 15px #0000001A; border: 1px solid #999999; border-radius: 20px; width: 154px;
  height: 154px; text-align: center; line-height: 150px; }

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

.table-card { height: 350px; overflow: auto; }
.table-card ::-webkit-scrollbar { overflow: hidden; }
.dairy-table thead { position: sticky; top: 0;  z-index: 11; }


/* header.scroll-on {
  position:sticky;
  top:0;
  left:0;
  width:100%;
  background: #fff;
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
  transition:all .15s ease-in-out 0s;
  z-index: 9999;
  padding-left: 15px;
  padding-right: 15px;
} */



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


/*===================================*/
.oneCollection .owl-dots { text-align: center; bottom: 5px; margin-top: 5px; width: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.oneCollection .owl-dot { height: 8px; width: 8px; display: inline-block; border: 2px solid #DCDCDC; margin-left: 2px; margin-right: 2px; background: #DCDCDC; border-radius: 20px }
.oneCollection .owl-dot.active { background: #920042; border: 2px solid #920042; width: 10px; }
.oneCollection .owl-carousel.owl-drag .owl-item { padding: 8px; overflow: hidden}

/* .oneCollection .owl-dots { text-align: center; } */
/* .oneCollection .owl-dot { } */
/* .oneCollection .owl-dot.active { background: #11B6DE; border: 2px solid #11B6DE; } */


/*==================*/
.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; }
.chatmodalcontent .modal-dialog { margin: 70px 0px 0px auto; border: none; }

.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; }

.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; }



.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; }

.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; }

/* profile */
.reset-passwordbtn { padding: 15px 20px; background: #FFF3F4; border: 1px solid #FFC8C8; border-radius: 8px; color: #242424; font-size: 16px; font-weight: normal; }

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

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


/*date*/


/*new pages css*/

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


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


/*===============================================web css===========================================================*/

.noflexwrap { flex-wrap: inherit; overflow-x: scroll; }
.noflexwrap::-webkit-scrollbar { display: none; }


header.scroll-on { background: #fff;
     /* box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.15);  transition:all .15s ease-in-out 0s; */
     transform: translateY(0);
      box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
     }
header { position: fixed; top: 0; z-index: 999; left: 0; right: 0;
    transition: transform .3s ease;
    -webkit-backface-visibility: hidden;
     /* -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out; */
     }

header.scroll-on .tophead ul li a { color: #727272; }
header.scroll-on .tophead {  padding-bottom: 0.9rem !important; padding-top: 0.9rem !important; }

.section-margintop { margin-top: 75px; }


.home .tophead ul li a { color: #fff; text-decoration: none; }
.home.scroll-on .tophead ul li a { color: #727272 ; text-decoration: none; }

header.scroll-on .tophead-right li.active a { color: #6A0030; }


.tophead {  padding-bottom: 0.9rem !important; padding-top: 0.9rem !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: 1.5px solid #6A0030; border-radius: 10px; color: #FFFFFF; font-weight: 500; font-size: 15px;
 padding: 7px 16px; position: relative;  }
.btn-login:hover { background: transparent;  color: #000000;  border: 1.5px solid #6A0030; }

.btn-login::after { content: " "; position: absolute; background: #F6B51D;  border-radius: 10px;  width: 101%; height: 106%; left: 0;
 top: 100%;  visibility: hidden; }

.btn-login:hover::after { visibility: visible; top: 2px; left: 3px;  z-index: -1;}

.slide-top .carousel-indicators li { width: 14px; border-top: none; border-bottom: none; border-radius: 10px; height: 6px; }
.slide-top .carousel-indicators .active { width: 32px !important; }

.slide-top .carousel-indicators {
  /* position: absolute;
  right: 0;
  bottom: 151px;
  left: auto;
  margin-right: 13%;
  margin-left: 0%;
  transform: rotate(90deg);
  top: 20%; */
  bottom: 30px;
}

/* .slide-top .carousel-caption { text-align: unset; top: 0%; width: 100%; left: 0%; right: 0%; } */
.slide-top .carousel-inner .carousel-item img {  width: 100% !important; height: 96vh !important;  }

/*start css*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }

  .carousel-fade .carousel-item.active {
    opacity: 1;
  }

  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 0;
    transform: none;
  }

  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    transform: none;
  }

/*End*/

/* .slide-top .carousel-item  { height: 115vh; position: relative; } */

/*  */

.banner-layer { width: 100%; height: 100%; background: #00000033; position: absolute; top: 0; }
.slide-top .carousel-caption { position: absolute; top: 35%; left: 50%; transform: translate(-50%, -50%);  width: 100%; text-align: left; }
.slide-top .carousel-inner { transition: transform 0.8s ease-in-out;  }

/*  */

.half-img img { height: 50px; }

/* .hero-section { background: url(../img/top-banner.png) no-repeat; background-size: cover; height: 100vh; } */
.value-boxmain { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 230px; margin-top: auto; margin-bottom: 15px; }

/* .banner-head { text-align: center; padding-top: 100px; margin-top: auto; }
.banner-head h1 { color: #FFFFFF; font-weight: 700; font-size: 50px; margin-bottom: 0px;  } */

.banner-head { text-align: center; padding-top: 160px; margin-top: auto;

    overflow: hidden;    /* new add css */

   }

 .banner-head h1 { color: #FFFFFF; font-weight: 600; font-size: 58px; margin-bottom: 0px;

   position: relative; /* For positioning animation */
   animation: slideIn 2s ease-out forwards; /* new css */

  }

  @keyframes slideIn {
   0% {
       transform: translateY(-100%); /* Start from above */
       opacity: 0; /* Start invisible */
   }
   100% {
       transform: translateY(0); /* End at normal position */
       opacity: 1; /* End visible */
   }
 }




.value-box h6 { color: #FFFFFF; font-weight: 600; font-size: 38px; margin-bottom: 0px; }
.value-box p { color: #fff; font-weight: 500; font-size: 16px; margin-bottom: 0pc; line-height: 18px; }

.gald-aboutcontentbox h2 { color: #000000; font-weight: normal; font-size: 38px; margin-bottom: 0px; padding-top: 15px; }
.gald-aboutcontentbox p { color: #000000; font-weight: normal; font-size: 16px; line-height: 22px; margin: 0px; padding-top: 25px; }
.gald-aboutcontentbox h6 { color: #000000; font-weight: 500; font-size: 20px; margin: 0px; padding-top: 15px; }

.grow-content span { color: #6A0030; font-weight: normal; font-size: 14px; }
.grow-content i { color: #6A0030; font-size: 8px; margin: 0px 15px; }

.red-line { display: block; width: 85px; background: #6A0030; height: 1px; }

.about-section { background: url(../img/about-bg.svg) right top no-repeat #fff; background-size: 43%; position: relative; z-index: 1; }

.read-morebtn { border: 1.5px solid #6A0030; border-radius: 10px; color: #000000; font-weight: 500; font-size: 16px; padding: 7px 16px; position: relative; }
.read-morebtn:hover { background: transparent;  color: #000000;  border: 1.5px solid #6A0030; }

.read-morebtn::after { content: " "; position: absolute; background: #F6B51D;  border-radius: 10px;  width: 101%; height: 106%; left: 0;
 top: 100%;  visibility: hidden; }
 .read-morebtn:hover::after { visibility: visible; top: 2px; left: 3px;  z-index: -1;}


.main-headcontent h4 { margin: 0px; color: #6A0030; font-weight: normal; font-size: 14px; }
.main-headcontent h5 { margin: 0px; color: #000000; font-weight: normal; font-size: 42px; margin-bottom: 0px; padding-top: 10px; }
.main-headcontent p { color: #000000; font-size: 16px; line-height: 22px; margin: 0px; font-weight: normal; padding-top: 16px; }
.main-headcontent h6 { color: #000000; font-size: 24px; margin: 0px; font-weight: normal; padding-top: 18px; }
.main-headcontent h2 { color: #000000; font-weight: normal; margin: 0px; font-size: 20px; padding-top: 5px; }

.main-headcontent h3 { color: #000000; font-weight: 500; font-size: 20px; margin: 0px; padding-top: 15px; }

.gald-workcontent h2 { color: #000000; font-size: 22px; margin: 0px; font-weight: normal; padding-top: 20px; }
.gald-workcontent p { color: #000000; font-size: 15px; margin: 0px; font-weight: normal; padding-top: 16px; line-height: 22px; }


 /* .work-img { height: 75px; } */
 /* .work-img { object-fit: contain; } */

 .work-img img { height: 70px; }

 .work-section { background: url(../img/work-leftimg.svg) left center no-repeat; min-height: 80vh; background-size: 24.5%;
  padding: 100px 0px; position: relative; z-index: 2; }
 .work-paddingtop { padding-top: 100px; }
 .work-topimg { position: absolute; top: -75px; left: 0px; }
 .work-topimg img { height: 150px; }

 .explore-section { background: linear-gradient(to left, #E4FFE3 24%, #fff 20%); padding: 50px 0px; z-index: 0; position: relative; }

 .expore-imgboxmain { position: relative; z-index: 1; overflow: hidden; }
 .exploreimgbox1 { width: 100%; height: 476px; }
 .exploreimgbox1 img { width: 100%; height: 100%; object-fit: cover; transition: all 300ms ease-out; }
 .expore-imgboxmain:hover .exploreimgbox1 img {  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

 .explore-layer { position: absolute; width: 100%; height: 100%; padding: 25px 25px;  z-index: 1;
  display: flex; flex-direction: column; justify-content: end; background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0000006C 42%, #00000080 100%); }

 .explore-layer h2 { color: #FFFFFF; font-weight: bold; font-size: 30px; margin: 0px; }
 .explore-layer p { color: #FFFFFF; font-weight: normal; font-size: 16px; margin: 0px; line-height: 20px;
 padding-top: 12px; }
.expore-imgboxmain2 .exploreimgbox1 { height: 280px; }
.expore-imgboxmain3 .exploreimgbox1 { height: 180px; }

/* .expore-imgboxmain h2 { visibility: hidden; }
.expore-imgboxmain:hover h2 { visibility: visible; }

.expore-imgboxmain p { visibility: hidden; }
.expore-imgboxmain:hover p { visibility: visible; } */

.feature-topimg { position: absolute; top: -60px; left: 0px; }
.feature-topimg  img { height: 150px; }


.forum-badge { display: inline-block; background: #FFF3F4; border-radius: 40px; width: 35px; height: 35px; line-height: 35px;
padding-right: 4px; color: #6A0030; font-weight: 600; font-size: 16px; text-align: right; }

.play-img { position: absolute;  }
.feature-rightimg {
     /* display: flex; */
flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 470px; }
.feature-rightimg .cow-img { width: 100%; height: 100%; object-fit: cover; }

.feature-rightimg .test-userimg { width: 100%; height: 100%; object-fit: fill; }

.feature-commentbox { display: flex; align-items: center; background: #00000099; position: absolute; bottom: 15px; right: 20px; border-radius: 102px; padding: 8px 15px; }
.feature-commentbox p { color: #fff; margin: 0px; font-weight: 500; font-size: 14px; }

.feature-rightcontentbox p { color: #000000; font-size: 16px; margin: 0; font-weight: normal; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden;-webkit-box-orient: vertical; }
.feature-rightcontentbox h6 { color: #000000; font-size: 20px; margin: 0px; font-weight: normal; }
.feature-rightcontentbox h5 { color: #727272; font-size: 14px; margin: 0px; font-weight: normal; padding-top: 8px; }
.feature-rightcontentbox h5 i { font-size: 6px; margin: 0px 8px; color: #242424; }

.feature-userimgbox { width: 50px; height: 50px; border-radius: 50%; }
.feature-userimgbox img { width: 100%; height: 100%; border-radius: 50%; }

.feature-leftimg { width: 100%; height: 156px; position: relative;
     /* display: flex; flex-direction: column; align-items: center; justify-content: center; */
}
.feature-leftimg .left-imgfeature { width: 100%; height: 100%; object-fit: cover; }

.play-small { position: absolute; }

.feature-rightcontentbox h3 { color: #727272; font-weight: 500; font-size: 14px; margin: 0px; }
.forum-badge2 { background: #FFC8C8; }

.apple-box { display: inline-block; background: #6A0030; line-height: 65px; border-radius: 154px; width: 65px; height: 65px; text-align: center; }
.apple-box img { height: 36px; }

.apple-box2 { background: #F6B51D; }
.half-circleimg { margin-bottom: -130px; margin-top: -50px; }
.half-circleimg img { height: 150px; }
.building-dairysec { background: #E4FFE3; position: relative; z-index: 0; }

.training-ubtopimgbox { position: absolute; top: -60px; left: 0px; }
.training-ubtopimgbox img { height: 100px; }

.growing-dairysec { padding-bottom: 130px; }
.transform-sec { background: #F6B51D; }
.transform-content h2 { color: #000000; font-weight: 500; font-size: 44px; margin: 0px; }
.transform-content p { color: #000000; font-weight: 500; font-size: 26px; margin: 0px; padding-top: 8px; }

.foot-content p { color: #000000; font-weight: normal; font-size: 16px; margin: 0px; line-height: 22px; }
.foot-content ul { margin: 0px; padding: 0px; }
.foot-content ul li { color: #242424; font-weight: 500; font-size: 16px; margin-bottom: 0px; list-style: none; padding-bottom: 5px; }
.foot-content ul li a { color: #242424; }
.foot-content p span { font-weight: 600; }

.footsocial-icon {  width: 50px; height: 50px; background: #ECECFF; line-height: 50px; border-radius: 50%; display: inline-block; text-align: center; }

.footsocial-icon:hover { background: #6A0030; }
.footsocial-icon:hover img { filter: invert(1); }

.copy-righttext { color: #000000; font-weight: 500; font-size: 12px; margin: 0px; text-align: center;  }

.page-upbox { width: 60px; height: 60px; border-radius: 50%; line-height: 60px; text-align: center; position: fixed;
  right: 40px; bottom: 60px; z-index: 10; border: 1px solid #000000; background: #fff; }
  .page-upbox img { height: 30px; }

   .catalog-key .owl-prev span{
    width: 54px;
    height: 44px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #242424;
    position: relative;
    margin-right: 15px;
   }
  .catalog-key .owl-prev span:hover { background: #6A0030;  border: 1px solid #6A0030; box-shadow: 0px 4px 20px #00000029; }
  .catalog-key .owl-prev span:hover::before { filter: invert(1); }

  .catalog-key .owl-prev span:before { content: " "; background: url(../img/left-arrowblack.svg) no-repeat; background-position: center;
    z-index: 10; position: absolute; bottom: auto; right: 0px; height: 20px; top: 10px; left: 0px; margin: 0 auto; }

  .catalog-key .owl-next span{
      width: 54px;
      height: 44px;
      border-radius: 50px;
      text-align: center;
      line-height: 30px;
      border: 1px solid #242424;
      position: relative;
     }

  .catalog-key .owl-next span:before { content: " "; background: url(../img/left-arrowblack.svg) no-repeat; background-position: center;
      z-index: 10; position: absolute; bottom: auto; right: 0px; height: 20px; top: 10px; left: 0px; margin: 0 auto; transform: rotate(180deg); }
  .catalog-key .owl-next span:hover { background: #6A0030;  border: 1px solid #6A0030; box-shadow: 0px 4px 20px #00000029; }
  .catalog-key .owl-next span:hover::before { filter: invert(1); }

  .catalog-key .owl-nav { display: flex; justify-content: center; margin-top: 20px; }

  /* .top-margin { margin-top: -40px; } */

  .informed-imgbox { width: 265px; height: 350px; overflow: hidden; position: relative; z-index: 1; }
  .informed-imgbox img { width: 100%; height: 100%; object-fit: cover; transition: all 300ms ease-out; }

  .informed-imgbox:hover img  {  -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  .infromed-conetentbox  p { color: #000000; font-weight: normal; font-size: 16px; line-height: 22px; margin: 0px; padding-top: 15px; }
  .infromed-conetentbox h6 { color: #727272; font-weight: 500; font-size: 14px; margin: 0px; padding-top: 8px; }
  .gray-line { background: #DCDCDC; height: 1px; width: 40px; display: inline-block; margin-right: 5px; }

  .informed-imgbox2 { border-top-right-radius: 170px; }
  .informed-imgbox2 img { border-top-right-radius: 170px; }

  .informed-slide .owl-prev span { position: absolute; left: -73px; bottom: 50%; }
  .informed-slide .owl-next span { position: absolute; right: -73px; bottom: 50%; }

  .discover-section { background: #6A0030; position: relative; min-height: 500px; }

  .sec-bottomhalfcircle { position: absolute; bottom: 0px; right: 85px; }

  .dis-halfcricle { position: absolute; left: 0px; top: -80px; }
  .dis-halfcricle img { height: 120px; }

  .discored-tophead p { font-size: 14px; margin: 0px; font-weight: normal; color: #F6B51D; padding-top: 10px; }
  .discored-tophead h6 { font-size: 40px; margin: 0px; font-weight: normal; color: #fff; padding-top: 5px; }

  .yellow-line { display: inline-block; width: 70px; height: 1px; background: #F6B51D; }

  .sec-bottomhalfcircle img { height: 50px; }

  .discover-card { margin-top: 50px; margin-bottom: 20px; position: relative; background: #FFFFFF; box-shadow: 0px -2px 33px #0000001A; border-radius: 20px; padding: 20px 20px 40px 20px; min-height:362px }

  .discover-card p { display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical;
     color: #000000; font-weight: normal; font-size: 16px; margin-bottom: 0px; padding-top: 22px; line-height: 22px; }
  .discover-card h6 { color: #000000; font-weight: normal; font-size: 18px; margin-bottom: 0px; padding-top: 30px; }
  .discover-card h5 { color: #727272; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }

  .discover-cardimgbox { width: 100px; height: 100px; margin: 0 auto;  margin-top: -68px; }
  .discover-cardimgbox img { width: 100%; height: 100%; border-radius: 50%; }

  .drop-img img { width: 62px !important; height: 50px; }

  .yellow-circle { position: absolute; top: -15px; right: 100px; display: inline-block; width: 48px; height: 48px; background: #F6B51D; border-radius: 50%; text-align: center; line-height: 48px; }

  .yellow-circle img { width: 11px !important; height: 13px !important; display: inline-block !important; }

  .discored-bottomsec { margin-top: -230px; }

  .discored-slide .owl-prev span { position: absolute; left: -73px; bottom: 25%; }
  .discored-slide .owl-next span { position: absolute; right: -73px; bottom: 25%; }
  .discored-slide .owl-prev span:hover { background: #F6B51D; border: 1px solid #F6B51D; }
  .discored-slide .owl-next span:hover { background: #F6B51D; border: 1px solid #F6B51D; }

  .discored-slide .owl-next span:hover::before { filter: none; }
  .discored-slide .owl-prev span:hover::before { filter: none; }

  /* .maroon-circle img { height: 240px; width: 100%; } */
  .maroon-circle { display: flex; justify-content: center; align-items: center; background: #6A0030; padding: 0px 20px; min-height: 220px; }
  .maroon-circlerounded { border-radius: 0px 120px 120px 0px;  }

  .white-circle {  width: 80px; height: 80px; background: #fff; display: inline-block;  border-radius: 50%; text-align: center; line-height: 80px; }
  .white-circle img { height: 32px; }


  /* Left Mobile Menu */

#leftmenu.modal.fade .modal-dialog {
  -webkit-transform: translate(-100%) scale(1);
  transform: translate(-100%) scale(1);
  margin: 0 0 0 auto;
  height: 100%;
}

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

#leftmenu .modal-content {
  border-radius: 0px;
border: none;
height: 100%;
}

#leftmenu .modal-body {
  /* padding:0px 8px 8px; */
}

/* Left Menu ENds */

/*about us*/

.about-topbannerbox  { width: 100%; height: 460px; }
.about-topbannerbox .about-topimg { width: 100%; height: 100%; object-fit: cover; filter: blur(0.6px); }

.about-card { background: #F6B51D; padding: 50px 70px 150px 70px; margin-top: -110px; }
.about-card h6 { color: #000000; font-weight: normal; font-size: 20px; margin: 0px; padding-top: 10px; line-height: 26px; }

.about-hlfcircle {  position: absolute; bottom: 60px; right: -14px; }
.about-hlfcircle img { height: 100px;  }
.about-rightboxcontent h2 { color: #000000; font-weight: normal; font-size: 30px; margin: 0px; }
.about-rightboxcontent p { color: #000000; font-weight: normal; font-size: 16px; margin: 0px; line-height: 22px;
padding-top: 13px; }
.empowering-farmerssection { background: #FFF5DE; min-height: 450px; position: relative; }

.about-rightimg { position: absolute; right: 0; bottom: -110px; }
.about-rightimg img { height: 180px; }

.guiding-leftimgbox {
   width: 100%; height: 600px;
    margin-top: -90px; }
.guiding-leftimgbox img { width: 100%; height: 100%; object-fit: cover; }

.satisfaction-section { background: #E4FFE3; padding: 100px 0px; margin-top: -50px; }
/* .satisfaction-imgbox { width: 100%; height: 600px; }
.satisfaction-imgbox img { width: 100%; height: 100%; } */

.goat-leftimg { position: absolute; left: 0px; top: -80px; }
.goat-leftimg img { height: 185px; }

.communities-content p { color: #000000; font-weight: normal; font-size: 16px; margin: 0px; line-height: 22px; }
.communities-content h6 { color: #000000; font-weight: normal; font-size: 36px; margin: 0px; padding-top: 13px; }
.yellow-abouthalfcircle { position: absolute; top: -95px; right: 100px; }
.yellow-abouthalfcircle img { height: 100%; }


/* community-forums */
.community-forumsection { background: #FFF5DE; position: relative; z-index: 0; }
.community-rightimg { position: relative; margin-bottom: -120px; width: 100%;  height: 400px; }
.community-rightimg .community-rightimginner { border-bottom-left-radius: 190px; width: 100%; height: 100%; object-fit: cover; }

.community-head h2 { color: #000000; font-weight: 500; font-size: 40px; margin: 0px; }
.communityforumuser-section { padding: 120px 0px; position: relative; }
.bottom-yellowimgbox { position: absolute; bottom: -48px; right: 80px; }

.forum-topimgbox { position: absolute; left: 0; top: -55px; }
.forum-topimgbox img { height: 150px; }

.forum-card { border: 1px solid #DCDCDC; cursor: pointer; }
.forum-card:hover { box-shadow: 0px 10px 80px #0000001A; }

.forum-userconetntdeatils h6 { color: #000000; font-weight: normal; font-size: 28px; margin: 0px; }
.forum-userconetntdeatils h5 { color: #727272; font-weight: normal; font-size: 14px; margin: 0px; padding-top: 5px; }
.forum-userconetntdeatils h5 i { color: #000000; font-size: 8px; margin: 0px 10px; }


.forum-userimgbox { width: 60px; height: 60px; }
.forum-userimgbox img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.forum-modal .modal-content { background: #FFFFFF; border-radius: 20px; border: none; }

.feature-commentbox2 { left: auto; right: auto; margin: 0 auto; }

.details-modal p { color: #000000; font-weight: normal; font-size: 18px; margin: 0px; line-height: 24px;
  padding-top: 15px; }
.modal-cross { height: 20px; }

.easyrepayment-box { background: #E4FFE3; width: 110px; height: 110px; line-height: 110px; display: block; border-radius: 50%;
text-align: center; margin: 0 auto; }

.easyrepayment-content { text-align: center; }
.easyrepayment-content h6 { color: #000000; font-weight: 600; font-size: 22px; margin: 0px; padding-top: 25px; }
.easyrepayment-content p { color: #000000; font-weight: normal; font-size: 18px; margin: 0px; padding-top: 10px; line-height: 24px; }
.easyrepayment-pink { background: #FFF3F4; }
.easyrepayment-gray { background: #FBF9F9; }

.livestock-marketplacesection { background: #E4FFE3; position: relative; }

.marketplace-imgbox { margin-top: -50px;
   /* width: 100%; height: 600px; */
   }

/* .marketplace-imgbox img { width: 100%; height: 100%;  } */

.livestock-topimgbox { position: absolute; right: 0px; top: -118px;  }
.livestock-topimgbox img { height: 200px; }

.featured-livestockcard { border: 1px solid #DCDCDC; word-wrap: break-word; }

.livestockcard-imgbox { width: 100%; height: 420px; position: relative; }
.livestockcard-imgbox .livestockcard-img { width: 100%; height: 100%; object-fit: cover; }


.livestockcard-content h2 { color: #000000; font-weight: normal; margin: 0; font-size: 24px;  }
.livestockcard-content h2 span { color: #727272; }
.livestockcard-content h3 { color: #6A0030; font-weight: 600; font-size: 26px; margin: 0px; }
.livestockcard-content h6 { color: #727272; font-weight: 500; font-size: 14px; margin: 0px; padding-top: 5px; }
.livestockcard-content h6 span { color: #242424; }
.livestockcard-content h6 i { color: #000000; font-size: 7px; margin: 0px 7px; }

.photo-box { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; }
.photo-box span { color: #FFFFFF; font-weight: 600; font-size: 24px; margin: 0px; margin-right: 15px; }

.photo-box img { width: 40px; height: 40px; }

.locked-slide .owl-prev span { position: absolute; right: 58px; top: -90px; }

.locked-slide .owl-next span { position: absolute; right: 0px; top: -90px; cursor: pointer; }

.cursor-pointer { cursor: pointer; }

.live-modalslide .owl-dots{ width: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;
  backface-visibility: hidden; text-align: center; position: relative; margin-top: -40px; }
.live-modalslide .owl-dot { height: 10px; width: 20px; display: inline-block; background: none; border: 2px solid #DCDCDC; margin-left: 5px; margin-right: 5px;
  background: #DCDCDC; border-radius: 50px; margin-top: 20px; }
.live-modalslide .owl-dot.active { background: #6A0030; border: 2px solid #6A0030; width: 65px; }

.live-stockmodalcontent h2 { color: #000000; font-size: 28px; margin: 0; font-weight: normal; }
.live-stockmodalcontent h2 span { color: #727272; }
.live-stockmodalcontent h6 { color: #6A0030; font-size: 28px; margin: 0; font-weight: 600; }
.live-stocklebal { color: #242424; font-weight: 500; font-size: 20px; margin-bottom: 0px; }
.live-stockspecificationbox { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 8px; padding: 10px 15px; }
.live-stockspecificationbox h5 { color: #242424; font-weight: 500; font-size: 28px; margin: 0px; text-align: center; }
.live-stockspecificationbox p { color: #727272; font-weight: 500; font-size: 14px; margin: 0px; text-align: center; }
.live-stockspecificationbox:hover { background: #FFF3F4; border: 1px solid #C788A5; border-radius: 8px;}

.live-stockmodalcontent h3 { color: #000000; font-weight: normal; margin: 0px; font-size: 16px; padding-top: 5px; }
.live-stocklebal { font-size: 18px; }
.live-stockspecificationbox h5 { font-size: 18px; }
.live-stockspecificationbox p { font-size: 13px; }

.traning-hubcontentbox h2 { color: #000000; font-size: 24px; margin: 0px; font-weight: normal; }
.traning-hubcontentbox p { color: #000000; font-size: 14px; margin: 0px; font-weight: 500; padding-top: 8px; }
.traning-hubcontentbox p i {  color: #000000; margin: 0 10px; font-size: 7px; }

.graythree-dotsrightimg img { height: 25px; }
.traning-hubcontentbox h6 { color: #999999; font-weight: 500; font-size: 14px; margin-bottom: 0px; padding-top: 5px; }

.project-galleryimgbox { width: 100%; height: 330px; overflow: hidden; position: relative; z-index: 1; }
.project-galleryimgbox img { width: 100%; height: 100%; object-fit: cover; transition: all 300ms ease-out; }

.project-galleryimgbox:hover img  { -webkit-transform: scale(1.2); transform: scale(1.2); }

.gallery-slide .owl-prev span { position: absolute; left: -30px; bottom: 50%; background: #fff; }
.gallery-slide .owl-next span { position: absolute; right: -30px; bottom: 50%; background: #fff; }

.gallery-sliderimg { width: 100%; height: 500px; }
.gallery-sliderimg img { width: 100%; height: 100%; object-fit: cover; }
.communities-leftimg { margin-top: -50px; margin-bottom: -30px; }

.login-box h2 { color: #999999; font-weight: 500; font-size: 15px; margin: 0px; padding-top: 4px; }

.login-downloadtext { color: #727272; font-weight: normal; font-size: 15px;  }
.login-downloadtext span { color: #000000; font-weight: 600; font-size: 17px;  }

.footsocialbox { display: flex; }
.guiding-leftimgbox2 { margin-bottom: -50px; width: 100%; height: 520px; }
.guiding-leftimgbox2 img { width: 100%; height: 100%; object-fit: cover; }


/*=======================website admin================*/

.moblogo img { height: 40px; }

.text-color { color: #6A0030 !important; }
.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 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; }

.community-postsdetails { margin-top: 28px; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; padding-top: 20px; padding-bottom: 20px; }

.matts-francesca h3 { color: #23262A; font-size: 14px; margin: 0px; font-weight: 500; padding-top: 25px; }
.matts-francesca h3 span { color: #808080; }
.matts-francesca h3 i { color: #23262A; font-size: 8px; margin: 0px 10px; }
.farmer-cardborder { border: none; border-radius: 18px; }

.pommunity-postcard { background: #FFFFFF; border: 1px solid #DCDCDC; border-radius: 20px; padding: 20px 20px; min-height: 250px; }

.community-postimgbox { position: relative; width: 78px; height: 70px; border-radius: 20px;
     /* display: flex; */
flex-direction: column; justify-content: center; align-items: center; }

.community-postimgbox .communnity-img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.community-play { position: absolute; }

.pommunity-postcard h2 { color: #000000; font-weight: 500; font-size: 22px; margin: 0px; }
.pommunity-postcard h3 { color: #242424; font-weight: normal; font-size: 14px; margin: 0px; padding-top: 5px; }
.pommunity-postcard h3 span { color: #727272; }
.pommunity-postcard h3 i { margin: 0px 6px; font-size: 7px; }

.pommunity-postcard p { display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical; color: #000000; font-weight: normal; font-size: 16px; margin: 0px; padding-top: 15px; }
.pommunity-postcard h6 { color: #727272; font-weight: normal; font-size: 14px; margin: 0px; }
.pommunity-postcard h6 span { font-weight: 600; color: #000000; }

.water-tankcheck [type="checkbox"]+label { height: 100%; }

.date-box p span { color: #727272; }
.date-box p i { font-size: 7px; color: #000000; margin: 0px 8px; }

.pommunity-postcard h4 { color: #6A0030; font-weight: 600; font-size: 20px; margin: 0px; }

.traning-modaltop h2 { color: #000000; font-weight: 500; font-size: 26px; margin: 0px; }
.traning-modaltop p { color: #242424; font-weight: normal; font-size: 14px; margin: 0px; }
.traning-modaltop p span { color: #727272; }
.traning-modaltop p i { font-size: 7px; margin: 0px 8px; }

.testimonials-cards { border: 1px solid #DCDCDC; border-radius: 20px; padding: 0px 40px 40px 40px; background: #fff; margin-top: 80px; min-height: 335px; }

.testimonials-imgbox { width: 100px; height: 100px; margin: 0 auto; margin-top: -50px; position: relative; }
.testimonials-imgbox .test-userimg { width: 100%; height: 100%; border-radius: 50%; }

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

.text-graydots { margin-top: -25px; }
.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; }

.green-circleimg { position: absolute; bottom: -43px; z-index: -1; right: -50px;}
.green-circleimg img { height: 150px;  }

@keyframes zoomOut {
    from {
      transform: scale(1); /* Start slightly zoomed in */
    }
    to {
      transform: scale(1.1); /* Zoom out to original size */
    }
  }

  .slide-top .carousel-item img {
    animation: zoomOut 5s ease-in-out forwards; /* Adjust duration as needed */
    /* width: 100%;
    height: auto; */
  }





  

  .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; }

























































