ul#menu>li.hidden {
  display: none;
}

ul#menu>li a+ul li a {
  padding-left: 16px;
  text-align: left;
  white-space: nowrap;
}



ul#menu>li {
  display: inline-block;
  position: relative;
}

ul#menu>li.more>a .fa {
  color: yellow;
}

ul#menu>li.hidden {
  display: none;
}


ul#menu>li a .fa {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

ul#menu>li a+ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  margin-top: 10px;
  background: #675238;
  padding: 15px;
  margin-right: 0;
}

ul#menu>li a+ul::after {
  position: absolute;
  top: -12px;
  left: 23px;
  background: url(../images/arrow-img.png) no-repeat;
  content: "";
  width: 25px;
  height: 16px;
}

ul#menu>li a+ul li {
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 0px;
}

ul#menu>li a+ul li a {
  padding-left: 0px;
  text-align: left;
  white-space: nowrap !;
  color: #fff;
}



ul#menu>li:hover ul {
  display: block;
}

.custom-nav {
  width: 100%;
}





body {
  background-color: #F6F6F6;
  font-family: 'Roboto', sans-serif;
}

.login-block {
  padding: 15px;
  position: absolute;
  max-width: 650px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginlogo {
  text-align: center;
  padding: 10px 10px 20px;
}

.loginlogo img {
  display: inline-block;
}

.card-custom {
  border: none;
  box-shadow: 0px 3px 6px 0px #00000029;
  background-color: #fff;
}

.login-block h2 {
  font-family: 'Roboto', sans-serif;
  color: #222B37;
  font-size: 42px;
  font-weight: 300;
}

.form-label {
  color: #222B37;
  font-size: 14px;
  margin-bottom: 3px;
  font-family: 'Roboto', sans-serif;
}

.form-control-custom {
  border: #CCCCCC solid 1px;
  border-radius: 3px;
  padding: 0.475rem 0.75rem;
  font-family: 'Roboto', sans-serif;
}

.fs-14 {
  font-size: 14px !important;
}

.width136px {
  width: 116px;
}

.custom-navbar {
  background-color: #fff;
}

.custom-navbar.navbar-light .navbar-nav .nav-link {
  color: #919DA0;
  font-size: 16px;
  font-weight: bold;
  padding-right: 1rem;
  padding-left: 1rem;
}

.custom-navbar.navbar-light .navbar-nav .nav-link.active, .custom-navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #3A71C4;
}

.headingtext hr {
  margin: 0px;
  border-top: #B97A2B solid 2px;
}

.headingtext h2 {
  color: #707070;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 4px;
}

.headingtext {
  min-width: 155px;
  display: inline-block;
}

.okmessage {
  display: none;
}

.search-img {
  position: absolute;
  border: #CCCCCC solid 1px;
  right: 8px;
  top: 1px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.search-img:hover {
  position: absolute;
  right: 8px;
  top: 1px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.search-img:focus {
  box-shadow: none !important;
  border: none !important;
}

.whitecard {
  background-color: #fff;
  border: #E8E8E8 solid 2px;
}

.greycard {
  background-color: #F6F6F6;
}

.map-edit-name{
  font-size: 18px;
  padding-bottom: 5px;
  padding-left: 5px;
  cursor:pointer;
}

.custom-table th {
  color: #000000;
  font-size: 14px;
  background-color: #F6F6F6;
  border-top: 2px solid #D7DBDD;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.custom-table td {
  color: #222B37;
  font-size: 14px;
}

.custom-table td.text-2 {
  color: #3A71C4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.custom-table td, .custom-table th {
  padding: 15px;
}

.custom-table thead {
  border-bottom: 2px solid #D7DBDD;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px
}

.table-foter-card {
  padding: 0px 15px;
}

.navigation-custom .page-item.active .page-link, .navigation-custom .page-item:hover .page-link {
  background-color: #B97A2B;
  border: #B97A2B solid 1px;
  color: #fff;
}

.navigation-custom ul li a.page-link {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #525252;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.bgright-heading {
  background-color: #B97A2B;
}

.arrowblock {
  display: block;
  position: relative;
  padding: 5px 14px 6px;
}

.page-link {
  color: #B97A2B;
}

.page-link:hover, .page-link:focus, .page-link.active {
  color: #fff;
  background-color: #B97A2B !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

ul.custom-nav {
  margin: 0px;
  padding: 0px;
}

ul.custom-nav li:first-child {
  margin-left: 0px;
}

ul.custom-nav li {
  list-style: none;
  margin-right: 15px;
  margin-left: 15px;
}

ul.custom-nav li a {
  color: #F1CEA4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.custom-nav li a:hover {
  color: #fff;
}

ul.custom-nav li a.active {
  color: #fff;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 17px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.bggray-heading {
  background-color: #919DA0;
  box-shadow: 0px 2px 6px #7d8a8d inset;
}

.bggray-heading h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}

.custom-border-bottom {
  border-bottom: 3px solid #B97A2B !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.tringle-img {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top: 6px solid black;
}

.navigation-custom .page-link {
  color: #000000;
}

.custom-modal .modal-header h1.modal-title {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.custom-modal .modal-header, .custom-modal .modal-footer {
  border-top: none;
  border-bottom: none;
}

.custom-modal .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tab-bg {
  background-color: #F6F8F9;
  margin-left: -1rem;
  margin-right: -1rem;
}

.tab-bg .nav-tabs .nav-link {
  border: none;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #919DA0;
  font-size: 16px;
  font-weight: bold;
}

.tab-bg .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #B97A2B;
  /* position: relative; */
}

.tab-bg .nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: auto;
  height: 2px;
  background-color: #B97A2B;
  left: 1rem;
  right: 1rem;
}

.circleChart {
  border: solid 1px #d9d9d9;
}

.calc-column:hover .calc-icon {
  visibility: visible;
}

.calc-icon {
  display: inline;
  margin-top: -3px;
  margin-right: 5px;
  visibility: hidden;
  cursor: pointer;
}

.updateSCV.name-field {
  background: none;
  border: solid 1px transparent;
  width: 100%;
}

.updateSCV.name-field:hover {
  border: solid 1px #7f7f7f;
}

.updateSCV.amount-field {
  background: none;
  border: solid 1px transparent;
  width: calc(100% - 35px);
  display: inline;
}

.updateSCV.amount-field:hover {
  border: solid 1px #7f7f7f;
}

.updateSCV.tax-field {
  background: none;
  border: none;
}

.display-opt-box {
  margin-left: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: -7px;
  margin-top: -5px;
  border-left: solid 1px #e2e4e6;
}

.display-opt-box input[type=radio] {
  accent-color: #B97A2B;
}

.chart-holder {
  background-color: #fff;
  width: 100%;
}

#chart {
  background-color: #fff;
}

.open-button {
  position: absolute;
  top: 8px;
  right: 11px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}

.map-design-options {
  position: relative;
  display: none;
  margin-top: -6px;
  padding: 6px 10px;
}

.map-design-options .map-design-box {
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  width: 280px;
  right: 0px;
  top: 31px;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border: solid 1px #D7DBDD;
  z-index: 1;
}

.mdo-trigger {
  color: #3A71C4;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
}

.mdo-open {
  padding-right: 11px;
}

.mdo-close {
  background: #fff;
  margin-top: -7px;
  padding: 6px 10px;
  border-top: solid 1px #D7DBDD;
  border-right: solid 1px #D7DBDD;
  border-left: solid 1px #D7DBDD;
  position: absolute;
  right: 0px;
  z-index: 11;
}

.checkbox-mdo {
  opacity: 0;
  position: absolute;
}

.checkbox-mdo1 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-right: 2px;
  vertical-align: middle;
  background-color: inherit;
  color: #017b5f;
  border: 1px solid #666;
  cursor: pointer;
}

.checkbox-mdo:checked+.checkbox-mdo1:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background-color: #b97a2b;
}

.checkbox-mdo.checkbox-blue-ct:checked+.checkbox-mdo1:after {
  background-color: #0000FF;
}

.checkbox-mdo:checked+.checkbox-mdo1 {
  border-color: #D6D6D6;
}

.checkbox-mdo1 {
  transform: scale(0.75);
}

.open-box {
  border: solid 1px #3A71C4;
  color: #3A71C4;
  border-radius: 5px;
  padding: 0 4px;
}

.compare-drop-down {
  display: inline-block;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  position: relative;
  width: 39%;
  background-color: #fff;
  cursor: pointer;
}

.compare-dd-select .dd-bull {
  font-size: 38px;
  line-height: 30px;
  vertical-align: top;
}

.compare-dd-select .dd-bull.dd-brown {
  color: #B97A2B;
}

.compare-dd-select .dd-bull.dd-blue {
  color: #0000FF;
}

.compare-dd-select .dd-text {
  line-height: 30px;
  font-size: 13px;
}

.compare-box {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 8px 22px 8px 13px;
  margin-right: 3px;
  white-space: nowrap;
}

.compare-box-chart {
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  background-color: #fff;
  padding: 8px 22px 8px 13px;
  margin-right: 3px;
  white-space: nowrap;
}

.compare-checks-holder {
  z-index: 100;
  position: absolute;
  width: 101%;
  left: -1px;
  border: solid 1px #d9d9d9;
  background: #fff;

  max-height: 250px;
  overflow-y: auto;
}

.calc-bar-container {
  height: 52px;
  vertical-align: middle;
}

.calc-bar {
  height: 25px;
}

.calc-bar .c1 {
  vertical-align: top;
  width: 40px;
  display: inline-block;
  height: 6px;
  line-height: 32px;
}

.calc-bar .c2 {
  width: calc(100% - 45px);
  display: inline-block;
  background: #B97A2B3f;
}

.expense-bar {
  color: #B97A2B;
  line-height: 25px;
  font-weight: bold;
}

.expense-bar .bar {
  color: #FFFFFF;
  background: #B97A2B;
  height: 25px;
  padding-left: 10px;
  font-weight: normal;
}

.expense-bar-blue {
  color: #0000FF;
  line-height: 25px;
  font-weight: bold;
}

.expense-bar-blue .bar {
  color: #FFFFFF;
  background: #0000FF;
  height: 25px;
  padding-left: 10px;
  font-weight: normal;
}

.income-bar {
  color: #707070;
  line-height: 25px;
  font-weight: bold;
}

.income-bar .bar {
  /* color: #707070;
  background: #C9C9C9;
  height: 25px;
  padding-left: 10px;
  font-weight: normal; */

  color: #ffffff;
  background: #5a5a5ad6;
  height: 25px;
  padding-left: 10px;
  font-weight: normal;
}

.custom-modal .modal-footer {
  border-top: #D7DBDD solid 1px;
}

.custom-modal h2 {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.text2 {
  font-size: 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.whitebg {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding: 15px 24px;
}

.whitebg-transparent {
  margin-left: -24px;
  margin-right: -24px;
  padding: 15px 24px;
}

.custom-tab-content {
  background-color: #F6F6F6;
}

.form-switch label {
  color: #222B37;
  font-size: 14px;
}

ul.custom-nav li a {
  position: relative;
}

ul.custom-nav li a.active::after {
  width: 24px;
  height: 6px;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/tringle-img.png) no-repeat;
}

.custom-card {
  border: none;
  border-radius: 0px;
  border-bottom: #B97A2B solid 3px;
}

.card-block {
  text-align: center;
}

.card-block h3 {
  font-size: 22px;
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
}

.card-block p {
  font-size: 15px;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
}

.sidebar-block {
  width: 1000px;
  z-index: 100;
  margin-left: -1000px;
  transition: all 0.4s ease;
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #fff;
}

.sidebar-block .sidebar-header {
  padding: 15px 25px;
  background-color: #F6F8F9;
}

.sidebar-block .sidebar-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}

.sidebar-block .sidebar-body {
  padding: 15px 25px;
  background-color: #fff;
}

.sidebar-block-right {
  width: 900px;
  margin-right: -900px;
  left: auto;
  right: 0px;
  box-shadow: 0px 3px 6px #00000029;
}

.sidebar-block-right.sidebar-block .sidebar-header {
  padding: 7px 25px;
}

.sidebar-block-right.sidebar-block .sidebar-header h2 {
  line-height: 30px;
}

.sidebar-block-right.sidebar-block .sidebar-header strong {
  font-family: 'Roboto', sans-serif;
  color: #B97A2B;
  font-size: 16px;
}

.sidebar-block-small.sidebar-block-left {
  width: 900px;
  margin-right: -900px;
  right: auto;
  left: 0px;
  box-shadow: 0px 3px 6px #00000029;
}

.sidebar-block-left.sidebar-block .sidebar-header {
  padding: 7px 25px;
}

.sidebar-block-left.sidebar-block .sidebar-header h2 {
  line-height: 30px;
}

.sidebar-block-left.sidebar-block .sidebar-header strong {
  font-family: 'Roboto', sans-serif;
  color: #B97A2B;
  font-size: 16px;
}

.redbg {
  background-color: #E85665 !important;
  vertical-align: middle;
}

.lightyellowbg {
  background-color: #ECDDBF !important;
  vertical-align: middle;
}

.orrangebg {
  background-color: #FFA85B !important;
  vertical-align: middle;
}

.greenbg {
  background-color: #D4F2D4 !important;
  vertical-align: middle;
}

.greenbg {
  background-color: #D4F2D4 !important;
  vertical-align: middle;
}

.darkbluewbg {
  background-color: #ECDDBF !important;
  vertical-align: middle;
}

.bluebg {
  background-color: #BFCEEC !important;
  vertical-align: middle;
}

.yellowbg {
  background-color: #FFEC71 !important;
  vertical-align: middle;
}

.pinkbg {
  background-color: #FFC9C9 !important;
  vertical-align: middle;
}

.border-blue {
  border: #7186AF solid 2px;
  border-right: none;
}

.border-blue-none {
  border-right: none;
}

.border-blue-left {
  border-left: #7186AF solid 2px;
}

.border-blue-top {
  border-top: #7186AF solid 2px;
}

.light-blued-bg-2.border-blue-bottom {
  border-bottom: #7186AF solid 2px !important;
}

.bluebg.border-blue-bottom {
  border-bottom: #7186AF solid 2px !important;
}

.border-blue-right {
  border-right: #7186AF solid 2px;
}

.light-blued-bg-2.border-blue-bg-right {
  border-right: #7186AF solid 2px;
  background-color: #BFCEEC !important;
}

.bg-light-blue {
  background-color: #BFCEEC;
  padding: 15px;
  height: 215px;
  display: flex;
  align-items: center;
}

.bg-light-blue label {
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}

.bg-light-blue a {
  color: #000000;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.custom-form-check .form-check-input {
  width: 1em;
  height: 1em;
  border-radius: 0px;
  border: #c6c6c6 solid 1px;
  background-color: transparent;
}

.custom-form-check .form-check-input:checked[type=checkbox] {
  background: url(../images/ractangle-img.png) no-repeat center;
}

.custom-table-block {
  margin-bottom: 0px;
  margin-top: -25px;
}

.custom-table-block td, .custom-table-block th {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

.custom-table-block td {
  background-color: #F2F5FB;
  border-bottom: #ECECEC solid 1px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.custom-table-block tr:first-child th {
  border-bottom: #ECECEC solid 1px;
}

.custom-scroll {
  overflow-x: auto;
  padding-right: 0px;
}

.overlaybg {
  position: fixed;
  left: 0px;
  z-index: 5;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.sidebar-block1 {
  margin-left: -1000px;
}

.custom-active {
  margin-left: 0px;
}

.custom-block {
  display: block;
}

.customradio .form-check-input[type=radio] {
  background-color: #fff;
  border-color: #D8DBE6;
  height: 1rem;
}

.dropdown-header {
  padding: 15px;
}

.customdropdown {
  min-width: 30rem;
  padding: 0px;
}

.customdropdown h2 {
  color: #B97A2B;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

ul.dropdown-list {
  margin: 0px;
  padding: 0px;
}

ul.dropdown-list li {
  list-style: none;
  margin-bottom: 10px;
}

ul.dropdown-list li a {
  color: #919DA0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.dropdown-link a {
  color: #3A71C4;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.customtext-dropdwon {
  color: #222B37;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  white-space: normal;
}

.customdropdown {
  border: none;
  box-shadow: 0px 3px 6px #00000029;
}

.mt-n5 {
  margin-top: -40px;
}

.chart-section h4 {
  color: #222B37;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 0px;
}

.cardblock-div {
  border: #D8D8D8 solid 1px;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 10px;
}

.fs-14 {
  font-family: 'Roboto', sans-serif;
}

.fs-16 {
  font-size: 16px !important;
}

.graycard {
  background-color: #F6F6F6;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.custom-select-option {
  width: 100%;
  display: block;
}

.custom-select-option.dropdown-toggle::after {
  border: solid #D0D0D0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}

.custom-select-option.dropdown-toggle {
  text-align: left;
  font-size: 14px;
  color: #525252;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

ul.custom-dropdown-menu {
  margin: 0px;
  padding: 0px;
  min-width: 245px;
}

ul.custom-dropdown-menu li {
  padding: 7px 15px;
  display: flex;
  ;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.height-122 {
  height: 122px;
}

.table-title th {
  padding: 3px 5px;
}

.table-custom-td td {
  padding: 3px 5px;
  font-size: 14px;
}

.table-custom-td th {
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.lightbg {
  background-color: #FBDDE0 !important;
  border-bottom: #6660601a solid 1px !important;
}

.graybg {
  background-color: #FBF8F2 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-orrange-bg {
  background-color: #FFEEDE !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-green-bg {
  background-color: #F7FDF7 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-yellow-bg {
  background-color: #FFFBE2 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-pink-bg {
  background-color: #FFF4F4 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-blued-bg {
  background-color: #F4F3F9 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-gray1-bg {
  background-color: #FCFCFC !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-blued-bg-2 {
  background-color: #F1F4FB !important;
  border-bottom: #6660601a solid 1px !important;
}

.graybg1 {
  background-color: #EFEFEF !important;
  vertical-align: middle;
}

.customarrow-1 {

  border: solid #222B37;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -8px;
  left: 0;
  position: absolute;
  top: 50%;
  right: auto;
}

.custom-form-check1 .form-check-input {
  border: 3px solid #fff;
  background-color: transparent;
  width: 16px;
  height: 16px;
  box-shadow: 0px 3px 6px #00000042;
}

a.addtext {
  color: #222B37;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.small-custom-active {
  margin-right: 0px !important;
}

.sidebar-block-left.small-custom-active {
  margin-left: 0px !important;
}

.heading h2 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0px;
  color: #222B37;
}

.text-black {
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.redtext {
  color: #FF0000;
}

.gray-color-text {
  color: #919DA0 !important;
}

.light-yellow-bg-2 {
  border-radius: 50px;
  padding: 10px 15px;
  background-color: #F1CEA4;
}

.brownbg {
  background-color: #B97A2B;
  width: 24px;
  color: #fff;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0px 0px;
}

.line-bg {
  background-color: #D5AF80;
  height: 1px;
  width: 100%;
}

.line-curcle {
  background-color: #B97A2B;
  width: 24px;
  color: #fff;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0px 0px;
  position: absolute;
}

.bluebg-circle {
  background-color: #3A71C4;
}

.graybg-circle {
  background-color: #919DA0;
}

.line-one {
  left: 10%;
}

.line-two {
  left: 20%;
}

.line-three {
  left: 25%;
}

.line-fourth {
  left: 35%;
}

.line-five {
  left: 45%;
}

.line-six {
  left: 65%;
}

.line-seven {
  left: 100%;
}

.rate-text {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.view-today-rate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.view-today-rate img {
  width: 205px;
}

.borderbottom {
  border-bottom: #e4e4e4 solid 1px;
}

.custom-nav-tabs {
  border-bottom: none;
}

.custom-nav-tabs .nav-link.active, .custom-nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: #B97A2B solid 3px !important;
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
}

.custom-nav-tabs .nav-link {
  font-family: 'Roboto', sans-serif;
  border: none;
  padding: 7px 0px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #919DA0;
  text-transform: uppercase;
}

.custom-nav-tabs .nav-link:focus {
  outline: none;
  border: none;
}

.custom-nav-tabs li {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-content h3 {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}

.drop-zone {
  max-width: 100%;
  height: 130px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: #222B37;
  border: 2px dashed #707070;
  border-radius: 0px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

#edit-trusts h4 {
  color: #B97A2B;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.dropdown-menu-custom {
  box-shadow: 0px 3px 3px #cccccc;
  border: none;
  display: flex;
  flex-wrap: wrap;
  min-width: 385px;
}

.dropdown-menu-custom-block {
  box-shadow: 0px 3px 3px #cccccc;
  border: none;
  min-width: 385px;
}

.custom-btn-gray {
  margin: 3px;
}


.dropdown-hover:hover>.dropdown-menu {
  display: block;
}

.graybgtext {
  background-color: #F6F6F6;
  margin-top: 8px;
  border: #D7DBDD solid 1px;
  padding: 15px;
}

.custom-heading-text h3 {
  color: #222B37;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.custom-heading-text a {
  color: #3A71C4;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.bg-heading {
  background-color: #D4F1FF;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
  top: -16px;
  right: -128px;
  font-weight: normal;
  font-size: 10px;
  padding: 2px;
  width: 200px;
  text-align: center;
  position: absolute;
}

.footerbg th {
  background-color: #F1CEA4;
  border-top: #B97A2B solid 1px;
  border-bottom: #B97A2B solid 1px;
}

.whitebg-2 {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0px 24px;
}

.sidebar-bg-block {
  background-color: #fff;
  transition: 0.2s;
  position: relative;
  width: 400px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-bg-block h3 {
  color: #B97A2B;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.sidebar-bg-block label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222B37;
}

.bluetext {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3A71C4;
}

.main-container-right {
  margin-left: 30px;
  width: calc(100% - 400px);
  padding-top: 25px;
}

.expand-arrow {
  position: absolute;
  right: -12px;
}

.close-sidebar {
  margin-left: -398px;
}

.expand-arrow-block {
  display: none;
  position: absolute;
  right: -12px;
}

.sidebar-bg-block h3 span {
  color: #3A71C4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #3A71C4;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  border: wheat solid 1px;
  width: 16px;
  border-radius: 50%;
  background: #3A71C4;
  margin-top: -4px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3A71C4;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  background: #3A71C4;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: wheat solid 1px;
  background: #3A71C4;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.custoomheader {
  background-color: #ECECEC;
  padding: 15px;
}

.custoomheader h3 {
  color: #222B37;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  font-weight: 300;
}

.mt-n-3 {
  margin-top: -17px;
}

.top-11 {
  top: -11px !important;
}

.custom-card-block {
  border: none;
}

.custom-card-block>.card-header {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #EEEEEE solid 1px;
}

.custom-card-block>.card-header {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B97A2B;
}

.custom-card-block>.card-body {
  border: #EEEEEE solid 1px;
}

.custom-card-block>.card-body ul.list-items-block {
  margin: 0px;
  padding: 0px;
}

.custom-card-block>.card-body ul.list-items-block li {
  list-style: none;
}

.custom-accordian .accordion-item {
  border: none;
}

.custom-accordian .accordion-item .accordion-button:not(.collapsed) {
  color: none;
  background-color: transparent;
  box-shadow: none;
}

.custom-accordian .accordion-item .accordion-button {
  padding: 0px 0px 0px 65px !important;
}

.custom-accordian .accordion-item .accordion-button::after {
  background: url(../images/close-folder.png) no-repeat;
  background-size: 55px;
}

.custom-accordian .accordion-item .accordion-button:not(.collapsed)::after {

  background: url(../images/open-folder.png) no-repeat;
  background-size: 57px;
  transform: rotate(0deg);
}

.custom-accordian .accordion-item .accordion-button {
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.custom-accordian .accordion-item .accordion-button::after {
  width: 60px;
  height: 19px;
  top: 4px;
  left: 0px;
  position: absolute;
}

.custom-accordian .accordion-collapse .accordion-body {
  padding: 0rem 25px;
}

.custom-form-check {
  float: left;
}

.listlink {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.card-box5 {
  border: #C9C9C9 solid 1px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  padding: 15px;
}

.custom-card-block2 {
  text-align: center;
}

.inllineblock {
  display: inline-block;
}

.beneficiaries-block .card-box5 h3 {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px;
  color: #3A71C4;
  font-family: 'Roboto', sans-serif;
}

.beneficiaries-block .card-box5 h4 {
  font-size: 14px;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

.beneficiaries-block .card-box5 p {
  font-size: 10px;
  color: #919DA0;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
}

.beneficiaries-block .card-box6 h3 {
  color: #B97A2B;
}

.card-box5 {
  display: block;
}

.beneficiaries-block h3 {
  color: #B97A2B;
  font-size: 24px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.text-14 {
  font-size: 14px;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
}

.text-link1 {
  font-size: 14px;
  color: #3A71C4;
  font-family: 'Roboto', sans-serif;
}

.custom-card-block2 {
  background-color: #F6F6F6;
  padding: 25px 15px;
  border: #D7DBDD solid 1px;
}

.dropdown-menu2::before {
  content: "";
  background: url(../images/arrowtop.png) no-repeat;
  width: 27px;
  height: 14px;
  position: absolute;
  top: 0px;
  margin-top: -14px;
}

.dropdown-menu2 {
  position: relative;
  flex-wrap: wrap;
  min-width: 24rem;
  padding: 10px;
  border-radius: 5px;
  border: none;
  max-width: 400px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  top: 10px !important;
}

.dropdown-menu2 li {
  padding: 0px 3px;
}

.dropdown-menu2 li a.badge {
  font-family: 'Roboto', sans-serif;
  background-color: #919DA0;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

.dropdown-menu2 li a.badge:hover {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

.dropdown-menu2.show {
  display: flex;
}

.beneficiaries-block-modal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}

.beneficiaries-block-modal .modal-body {
  padding: 15px 35px;
}

.beneficiaries-block-modal {}

.right-border-img {
  margin-right: 65px;
}

.width250px {
  width: 646px;
}

.line-bg-img {}

.line-bg-left {
  margin-left: 65px;
}

.middle-border-img {
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #707070;
}

.line-bg-left {
  position: relative;
  width: 173px;
}

.line-bg-right {
  position: relative;
  width: 173px;
  margin-right: 65px;
}

.cust-line-right {
  border-right: #707070 solid 1px;
  height: 20px;
}

.cust-line-bottom {
  border-bottom: #707070 solid 1px;
}

.cust-line-left {
  border-left: #707070 solid 1px;
  height: 20px
}

.cust-line-top {
  border-top: #707070 solid 1px;
}

.custom-4-colum-width {
  width: 800px;
  margin: auto;
}

.beneficiaries-block .card-box6 h3.purple-text {
  color: #684187;
}



.custom-card-block2.custom-card-block2-new {
  text-align: left;
}

.border-line-left {
  border-left: #C9C9C9 solid 1px;
}

.ml-n-1 {
  margin-left: -12px;
}

.sub-section {
  margin-left: 28px;
  margin-top: 15px;
}

.sub-section-card {
  position: relative;
}

.sub-section-card::before {
  width: 19px;
  height: 1px;
  background-color: #C9C9C9;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: -19px;
}

.sub-section-new {
  position: relative;
}

.sub-section-new::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #F6F6F6;
  width: 1px;
  height: 42px;
  margin-left: -1px;
}

.border-line-left .sub-section-new:last-child::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 15px;
  margin-left: -38px;
  height: 79%;
  background-color: #F6F6F6;
}

.sub-section {
  border-left: #C9C9C9 solid 1px;
}


.right-border-section .sub-section {
  display: inline-block;
}

.right-border-section {
  width: 238px;
  border-right: #C9C9C9 solid 1px;
}

.left-border-section {
  border-left: #C9C9C9 solid 1px;

  margin-left: 144px;
}

.left-border-section .card-box-sub-card5 {
  width: 193px;
}

.right-border-section .sub-section-new::after {
  display: none;
}

.border-line-left .right-border-section .sub-section-new:last-child::before {
  margin-bottom: -15px;
  height: auto;
  bottom: 0px;
  top: 50%;
}

.left-border-section .card-box5 {
  margin-left: -15px;
}

.right-border-section {
  position: relative;
}

/* .right-border-section::after { content: ""; width: 25px; height: 58px; background-color: #F6F6F6; position: absolute; top: 0px;} */
.right-border-section .sub-section .card-box5 {
  position: relative;
  width: 203px;
}

.right-border-section .sub-section .card-box5::after {
  width: 18px;
  height: 1px;
  background-color: #C9C9C9;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: -18px;
}

.left-border-section .sub-section-card::before {
  width: 15px;
  height: 1px;
  background-color: #C9C9C9;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-left: -15px;
}

.left-border-section {
  position: relative;
}

.border-line-left-new .cardwidth-227px {
  width: 227px;
}

.right-border-section .sub-section {
  position: relative;
}

/* .right-border-section > .sub-section:first-child::after {    content: "";
  width: 5px;

  background-color: #F6F6F6;
  position: absolute;
  right: 0px;
  bottom: 50%;
  margin-top: -15px;
  top: 0px;
  margin-right: -20px;
} */
.border-line-left .right-border-section>.sub-section-new:first-child .line-bggray {

  position: absolute;

  right: 0px;
  bottom: calc(50% - 0px);
  margin-top: -15px;
  width: 5px;
  background-color: #F6F6F6;
  top: 0px;
  margin-right: -20px;

}

.left-border-section .sub-section {
  position: relative;
}

.left-border-section .sub-section:last-child::after {
  position: absolute;
  width: 5px;
  margin-bottom: -15px;
  height: auto;
  content: "";
  left: 0px;
  bottom: 0px;
  top: 51%;
  margin-left: -31px;
  background-color: #F6F6F6;
}

.border-line-left-new-modal>.sub-section-new:last-child>.card-box5::after {
  background-color: #F6F6F6;
  position: absolute;
  width: 15px;
  height: calc(50% - 1px);
  BOTTOM: 0;
  LEFT: 0;
  content: "";
  MARGIN-LEFT: -25PX;
}

.border-line-left-new-modal .sub-section-new>.sub-section:last-child>.card-box5::after {
  background-color: #F6F6F6;
  position: absolute;
  width: 15px;
  height: calc(50% - 1px);
  BOTTOM: 0;
  LEFT: 0;
  content: "";
  MARGIN-LEFT: -25PX;
}

.custom-card-new {
  background-color: #fff;
  border: #707070 solid 1px;
}

.custom-card-new .custom-card-new-header {
  padding-top: 15px;
  position: relative;
}

.rightpos {
  position: absolute;
  right: 0px;
}

.cal-totle {
  border-bottom: #F6F6F6 solid 1px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  text-align: left;
  border-top: #F6F6F6 solid 1px;
  padding: 5px 0px;
}

.cal-totle .totle {
  color: #222B37;
  line-height: normal;
  font-size: 48px;
  font-weight: 300;
}

.cal-totle .copy {
  color: #3A71C4;
  font-size: 14px;
  margin-left: 15px;
}

.addrowbox {
  margin-top: 35px;
  text-align: left;
}

.addrowbox h3 {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
}

.calculatormodal .custom-card-new {
  border: none;
}

.calculatormodal .modal-header {
  background-color: #919DA0;
  padding-top: 10px; padding-bottom: 10px;
}

.calculatormodal.calculatormodal2 .modal-header {
  background-color: #919DA0;
  padding-top: 10px; padding-bottom: 10px;
}

.calculatormodal .modal-header h5 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}
.calculatormodal.calculatormodal2 .modal-body{ padding: 0px;}
.calculatormodal.calculatormodal2 .modal-body .bggray { background-color: #F6F8F9; padding: 10px 20px;}
.calculatormodal.calculatormodal2 .customselect {height: 48px; color: #222B37; font-size: 16px; font-family: 'Roboto', sans-serif;}
.calculatormodal.calculatormodal2 .calc-body {padding: 1px; grid-gap: 1px; max-height: 320px; max-width: 100%;}
.calculatormodal.calculatormodal2 .display {    margin-bottom: 1px;} 
.calculatormodal .modal-header .btn-close {
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.calculatormodal.calculatormodal2 .custom-content {    font-size: 18px;}
.calculatormodal.calculatormodal2 .custom-content .btn-del {font-size: 18px;}
.calculatormodal.calculatormodal2 .cal-totle .totle { font-size: 36px;}
.calculatormodal.calculatormodal2 .cal-totle { margin-top: 20px;}
.calculatormodal.calculatormodal2 .addrowbox { margin-top: 10px;}
.modal-dialog-new2.modal-dialog-new { max-width: 340px;}
.dropdown-menu-box {margin-top: 20px !important; border: none; box-shadow: 0px 2px 6px #00000029; border-radius: 0px; width: 272px; overflow: auto; max-height: 350px;}
ul.dropdown-menu-box li .smalltext{color: #222B37; font-size: 14px; font-family: 'Roboto', sans-serif;}
ul.dropdown-menu-box li { padding: 15px;}
ul.dropdown-menu-box li .boldtext{color: #222B37; font-size: 24px; font-weight: 300; font-family: 'Roboto', sans-serif;}
.custoomheader-block.custoomheader h2 {color: #B97A2B; margin-bottom: 3px; font-size: 20px; line-height: normal; font-weight: 300;}
.custoomheader-block.custoomheader h3 { list-style: none; font-size: 14px;}
.cust-head { display: block;}
.text-5 {color: #222B37; font-size: 14px; margin-right: 15px; font-family: 'Roboto', sans-serif;}
.custom-d-flexbox {display: flex; align-items: center; flex-wrap: wrap;}
.light-text-5  { font-family: 'Roboto', sans-serif; color: #919DA0; font-size: 14px; font-style: italic;}
.sidebar-block-new-3.sidebar-block .sidebar-body .accordion .accordion-item { border-top: none; border-bottom: none;}
/* .customaccordian-5 .accordion-item {overflow: auto;} */
/* .customaccordian-5 .accordion-item {overflow: auto;} */
.customaccordian-5 .accordion-item > table{min-width: 550px;}

/**** General ****/
:root {
  --bg-color: hsla(215, 85%, 20%, 1);
  --display-color: #3A71C4;
  --off-white: hsla(215, 85%, 95%, 1);
  --light-green: hsla(130, 90%, 65%, 1);
}





.custom-content {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 36px;
}

.calc-body {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template: 1.5fr 1fr 1fr 1fr 1fr 1fr / 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  max-height: 600px;
  max-width: 450px;
  padding: 17px;

  border: 1px solid var(--off-white);
  background: hsl(0deg 0% 71.97%);
}



.display {
  grid-row: 1;
  grid-column: 1 / 5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid var(--off-white);
}

/**** Buttons ****/
.calc-body button {


  border: none;

}

.modal-dialog-new {
  cursor: move;
}

.calc-body button:active {
  background-color: var(--light-green);
}

.btn-pay-arrow{
  background:transparent;
  border:none;
  font-size: 18px;
  padding-left:12px;
}

.crosshair-arrow{
  width:18px;
}

.btn-equals {
  grid-row: 6;
  grid-column: 3 / 5;
  background: var(--light-green);
}

.btn-equals:active {
  background: hsla(135, 90%, 60%, 1);
}

.btn-plus {
  grid-row: 5;
  grid-column: 4;
}

.btn-minus {
  grid-row: 4;
  grid-column: 4;
}

.btn-times {
  grid-row: 3;
  grid-column: 4;
}

.btn-divide {
  grid-row: 2;
  grid-column: 4;
}

.btn-clear {
  grid-row: 2;
  grid-column: 1;
  background: hsla(1, 75%, 60%, 1);
  color: var(--off-white);
}

.btn-clear:active {
  background: hsla(1, 75%, 50%, 1);
}

.btn-del {
  grid-row: 2;
  grid-column: 2;
  font-size: 1.5rem;
}

.btn-dot {
  grid-row: 6;
  grid-column: 2;
}

.btn-zero {
  grid-row: 6;
  grid-column: 1;
}

.btn-one {
  grid-row: 5;
  grid-column: 1;
}

.btn-two {
  grid-row: 5;
  grid-column: 2;
}

.btn-three {
  grid-row: 5;
  grid-column: 3;
}

.btn-four {
  grid-row: 4;
  grid-column: 1;
}

.btn-five {
  grid-row: 4;
  grid-column: 2;
}

.btn-six {
  grid-row: 4;
  grid-column: 3;
}

.btn-seven {
  grid-row: 3;
  grid-column: 1;
}

.btn-eight {
  grid-row: 3;
  grid-column: 2;
}

.btn-nine {
  grid-row: 3;
  grid-column: 3;
}

.btn-pos-neg {
  grid-row: 2;
  grid-column: 3;
}

/* new css 02-11-2023 */
.line-section {
  border-left: #D7DBDD solid 1px;
  padding-left: 20px;
  height: 44px;
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
  align-items: center;
}

.cust-form-check .form-check-input {
  height: 1em;
  background-color: #fff;
}

.cust-form-check .form-check-input:checked {
  background-color: white;
  border-color: #bcbcbc;
}

.sortable-list {

  padding: 0;

}

.sortable-list .item .form-check {
  margin-bottom: 0px;
}

.sortable-list .item {
  list-style: none;

  cursor: move;
  background: #fff;
  align-items: center;
  border-radius: 5px;
  padding: 0px 0px;

  /* box-shadow: 0 2px 4px rgba(0,0,0,0.06); */

  justify-content: start;
}

.blue-text {
  color: #3A71C4;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: normal;
}

.red-text {
  color: #E85665;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: normal;
}

.width98 {
  width: 96%;
}


.linebgborder {
  border-right: #D7DBDD solid 1px;
  height: 100%;
  position: relative;
  margin-right: 13px;
}

.linebgborder a {
  margin-top: 15px;
}

.right-card-box-285 {
  width: 265px;
  height: 450px;
}

.sidebar-block.sidebar-block-new {
  width: 660px;
}

.right-card-box-286 {
  height: auto;
}

.compare-box2 {
  padding-top: 15px;
}

.compare-box2 h5 {
  color: #222B37;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
}


.dropdown-check-list {
  display: inline-block;
  width: 100%;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 5px 31px 5px 30px;
  border: #D8D8D8 solid 1px;
  border-radius: 3px;
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding: 3px;
  right: 10px;
  top: 37%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 10px;
  top: 37%;
}

.dropdown-check-list ul.itemss li {
  width: 100%;
}

.dropdown-check-list ul.itemss li input {
  margin-right: 5px;
}

.dropdown-check-list .form-check .form-check-input {
  margin-left: 0px;
}

.dropdown-check-list .anchor.darkyellow-circle::before {
  width: 12px;
  height: 12px;
  background-color: #B97A2B;
  border-radius: 50px;
  position: absolute;
  content: "";
  left: 9px;
  top: 50%;
  margin-top: -6px;
}


.dropdown-check-list .anchor.darkblue-circle::before {
  width: 12px;
  height: 12px;
  background-color: #3A71C4;
  border-radius: 50px;
  position: absolute;
  content: "";
  left: 9px;
  top: 50%;
  margin-top: -6px;
}

.slideritems {
  padding: 0px 10px;
}

.incomeboxblock {
  margin-right: -300px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}
.form-modal-box p{font-size: 14px; margin-bottom: 10px; color: #222B37;}
.doller-block { position: relative;}
.dollerprice { position: absolute; left: 13px; top: 9px; font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 14px;}
.doller-block input { padding-left: 26px; font-size: 14px; }
.sidebar-block .sidebar-header.custom-sidebar-header h2 {color: #222B37;   font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 300; }

.sidebar-block.sidebar-block-new.sidebar-block-new-3 {
  max-width: 780px;  width: 100%;
}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .custom-table th { background-color: #fff;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .graytext { color: #919DA0;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .purplebg th { background-color: #68418733; border-top: #684187 solid 1px; border-bottom: #684187 solid 1px;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .purplebg th:first-child{ border-left: #684187 solid 1px;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .purplebg th:last-child{ border-right: #684187 solid 1px;}



.customaccordian-5 .purplebg th { background-color: #68418733; padding: 10px; border-top: #684187 solid 1px; border-bottom: #684187 solid 1px;}
.customaccordian-5 .purplebg th:first-child{ border-left: #684187 solid 1px;}
.customaccordian-5 .purplebg th:last-child{ border-right: #684187 solid 1px;}


.customaccordian-5 .darkyellowbg th { background-color: #F1CEA4; border-top: #B97A2B solid 1px; border-bottom: #B97A2B solid 1px;}
.customaccordian-5 .darkyellowbg th:first-child{ border-left: #B97A2B solid 1px;}
.customaccordian-5 .darkyellowbg th:last-child{ border-right: #B97A2B solid 1px;}
.customaccordian-5 .accordion-item .darkyellowbg th:first-child {
  padding-left: 25px;
}

.sidebar-block.sidebar-block-new.sidebar-block-new-3 .darkyellowbg th { background-color: #F1CEA4; border-top: #B97A2B solid 1px; border-bottom: #B97A2B solid 1px;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .darkyellowbg th:first-child{ border-left: #B97A2B solid 1px;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .darkyellowbg th:last-child{ border-right: #B97A2B solid 1px;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .custom-table td, .sidebar-block.sidebar-block-new.sidebar-block-new-3 .custom-table th { padding: 7px; font-size: 14px;}
.customaccordian-5 .custom-table th .accordion-button2:not(.collapsed) { width: 17px; height: 17px; background: url(../images/minus-img.png) no-repeat;}
.customaccordian-5 .custom-table th .accordion-button2 { width: 17px; height: 17px; background: url(../images/plus-img.png) no-repeat;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .custom-table th .accordion-button2:not(.collapsed) { width: 17px; height: 17px; background: url(../images/minus-img.png) no-repeat;}
.sidebar-block.sidebar-block-new.sidebar-block-new-3 .custom-table th .accordion-button2 { width: 17px; height: 17px; background: url(../images/plus-img.png) no-repeat;}
.fs-14 { font-size: 14px;}
.fs-12 { font-size: 12px;}
.radius2 { border-radius: 3px;}
.custom-editable-input {  width: 100%; border: none; color: #222B37;}
.custom-editable-input:focus{ border: none; outline: none;}
.custom-editable-input.graytext { color: #919DA0;} 

.customaccordian-5 .accordion-item { border: none;}
.customaccordian-5 .accordion-item th:first-child { padding-left: 0px;}
.customaccordian-5 .accordion-item th:last-child { padding-right: 0px;}
.customaccordian-5 .custom-table td,.customaccordian-5 .custom-table th { padding: 10px 5px;}

.customaccordian-5 .accordion-item .purplebg th:first-child {
  padding-left: 25px;     
}
.customaccordian-5 .accordion-item .purplebg th{
  padding-left: 5px;
  padding-right: 5px;
}

.custom-dropdown-box { 
  box-shadow: 0px 3px 6px #00000029;
border: 1px solid #D7DBDD;
}
ul.custom-dropdown-box li { text-align: right;}
ul.custom-dropdown-box li a { color: #3A71C4;  padding: 5px 25px;}

.customaccordian-5 .custom-table tr td:first-child { padding-left: 25px;}
.text-normal-14 { color: #222B37;   font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400;}
.custom-gray-colum   { color: #BEBEBE;}
.custom-gray-colum .tringle-img { border-top: 6px solid #BEBEBE;}
.headingtext-new { color: #222B37; font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 300;}
/**** Responsive Design ****/
.graybg-circle-bg { background-color: #dee1e2; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 700; width: 24px; display: flex; align-items: center; justify-content: center; height: 24px; border-radius: 50px; color: #fff;}
.light-dark-bg-row .graybg-circle-bg {background-color: #919da0;}
.light-purple-bg-row td { background-color: #68418733;}
.light-purple-bg-row {    outline: #684187 solid 1px;
  outline-offset: -1px;}
.light-purple-bg-row .graybg-circle-bg {background-color: #684187;}
.custom-input-5 {     height: 45px;
  width: 165px;}
.customtext-1 { font-family: 'Roboto', sans-serif; line-height: normal; padding: 2px 0px; font-size: 14px; font-weight: 400; color: #222B37;}
.custom-input-width {width: 100px;}
.dropdown-customm-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -5px;

  /* transform: translateX(-50%); */
  border-width: 0 5px 5px;
  border-style: solid;

  border-color: transparent transparent #fff;
}
#Consolidation { font-size: 14px;}
.errortext { color: #FF0000;}
.addicon { position: relative;}
.addicon .icon-doler{ position: absolute; left: 10px; top: 50%; transform: translateY(-50%);} 
.addicon .icon-doler img {width: 8px;}
.addicon input { padding-left: 25px !important;}
.graybgtab ul.custom-nav-tabs{ background-color: #F6F8F9; margin-left: -35px; padding-top: 7px; margin-right: -35px; padding-left: 35px; padding-right: 35px;}
.dropdown-customm-dropdown-menu p { color: #222B37; font-size: 14px; font-family: 'Roboto', sans-serif; }
.dropdown-customm-dropdown-menu { margin-top: 15px; border: none; padding: 15px; box-shadow: 0px 0px 20px 0px #7a7a7a63; border-radius: 3px;}
.w-165 { width: 165px;}
.beneficiaries-block-modal h4 {color: #B97A2B;
  font-size: 18px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;}

.gold-light-bg {  background: #F6F8F9;
  border: 1px solid #D7DBDD; padding: 10px;}
  .gold-light-bg.active { border: #B97A2B solid 1px; background-color: #F1CEA4;}

.custom-dropdown-auto-filed {position: absolute; left: 0px; right: 0px; top: 40px; z-index: 99; padding: 20px; border: #D8D8D8 solid 1px; background-color: #fff;}
.custom-dropdown-auto-filed ul { padding: 0px; margin: 0px;}
.custom-dropdown-auto-filed ul li { list-style: none; padding: 2px 0px;}
.custom-dropdown-auto-filed ul li a { color: #919DA0; font-size: 14px; font-family: 'Roboto', sans-serif;}
.custom-dropdown-auto-filed ul li a:hover { color: #000;}
.custom-dropdown-auto-filed strong { color: #222B37; font-size: 14px; font-weight: bold; font-family: 'Roboto', sans-serif;}
.custom-card-purple { box-shadow: 0px 3px 6px #00000029; background-color: #EDE8F0; position: relative; border: #684187 solid 1px; border-radius: 10px;}
.custom-card-white { background-color: #FFFFFF; border: #919DA0 solid 1px; border-radius: 10px; margin-right: 56px;}
.custom-card-gray { background-color: #F3F3F3; border: #CCCCCC solid 1px; border-radius: 10px; margin-right: 56px;}
.custom-form-control {height: 35px; border: #D8D8D8 solid 1px; border-radius: 3px; width: 88px;}
.custom-form-control-label { color: #222B37; font-size: 14px; font-family: 'Roboto', sans-serif;}
.custom-form-control.disable { border: #919DA0 solid 1px; background-color: #EEEEEE; color: #919DA0; font-style: italic;}
.smallgray-btn { background-color: #919DA0; border-radius: 50px; padding: 3px 15px; font-size: 12px; color: #fff; font-weight: bold; font-family: 'Roboto', sans-serif;}
.smallgray-btn:hover { color: #fff;}
.custom-card-content h3 {margin: 0px; color: #222B37; font-weight: bold;  font-family: 'Roboto', sans-serif; font-size: 18px;}
.sm-text{ color: #222B37; font-weight: 400; font-family: 'Roboto', sans-serif;  font-size: 14px;}
.edit-link {color: #3A71C4; font-weight: 400; font-family: 'Roboto', sans-serif;  font-size: 14px;}
.custom-card-content strong { color: #222B37; font-family: 'Roboto', sans-serif;  font-size: 14px;}
.custom-card-content hr {margin-left: -16px; margin-right: -16px; margin-top: 10px; margin-bottom: 10px;}
.custom-card-content .card-body { padding-bottom: 5px;}
.purlbg-circle { position: absolute; font-family: 'Roboto', sans-serif; font-size: 12px; color: #fff; width: 22px; background-color: #684187; border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-left: -12px; margin-top: 15px; height: 22px; color: #fff; left: 0px; top: 0px; font-family: 'Roboto', sans-serif;  font-weight: bold;}
.graybg-circleblock { position: absolute; font-family: 'Roboto', sans-serif; font-size: 12px; color: #fff; width: 22px; background-color: #919DA0; border-radius: 50px; display: flex; align-items: center; justify-content: center; margin-left: -12px; margin-top: 15px; height: 22px; color: #fff; left: 0px; top: 0px; font-family: 'Roboto', sans-serif;  font-weight: bold;}
.custom-card-white .custom-form-control  {background-color: #EEEEEE; border: #D8D8D8 solid 1px;}
.graybg-circleblock2 {  font-family: 'Roboto', sans-serif; font-size: 12px; color: #fff; width: 22px;background-color: #DEE1E2; color: #fff;border-radius: 50px; display: flex; align-items: center; justify-content: center; height: 22px; color: #fff; font-family: 'Roboto', sans-serif;  font-weight: bold;}

.custom-card-white .white-input {background-color: #fff;}
.graybg-circleblock-doller {    background-color: #DEE1E2; color: #fff;}
.custom-card-gray .card-body { padding-bottom: 10px; padding-top: 10px;}
.policy-section { padding: 15px ; margin-right: 56px;}
.policy-section  .title {color: #222B37; font-weight: bold; font-size: 14px; font-family: 'Roboto', sans-serif; }
.unlocated-fund-section { background-color: #F1CEA4; color: #222B37; font-size: 14px; font-family: 'Roboto', sans-serif; margin-right: 56px; border: #F1CEA4 solid 1px; border-radius: 4px; padding: 5px 25px;}
.unlocated-fund-section strong { color: #222B37; font-size: 18px; font-family: 'Roboto', sans-serif;}
.whitebg-card-block { background-color: #fff; border: #D7DBDD solid 1px;}
.whitebg-card-block .whitebg-card-block-header, .whitebg-card-block .whitebg-card-block-body { padding: 10px 16px;}
.whitebg-card-block .whitebg-card-block-header .whitebg-card-block-header-title {color: #222B37; font-weight: 300; font-size: 20px; font-family: 'Roboto', sans-serif; }
.whitebg-card-block .whitebg-card-block-header  a{font-size: 14px; font-family: 'Roboto', sans-serif;}
.form-select-width {width: 156px;}
.price-range-slider .irs--round .irs-line {background: rgb(58,113,196);
  background: -moz-linear-gradient(90deg, rgba(58,113,196,1) 0%, rgba(216,231,252,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(58,113,196,1) 0%, rgba(216,231,252,1) 100%);
  background: linear-gradient(90deg, rgba(58,113,196,1) 0%, rgba(216,231,252,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a71c4",endColorstr="#d8e7fc",GradientType=1);}
  
  .price-range-slider .irs--round .irs-bar { background-color: transparent;}
  .price-range-slider .irs--round .irs-handle {border: 1px solid #fff; background-color: #3A71C4; height: 18px; width: 18px; top: 1px;} 
  .price-range-slider .doller-icon input { width: 100%; border: 0px; background-color: transparent; color: #000000; font-weight: bold; font-size: 14px;}
  .price-range-slider .doller-icon input:focus { outline: none;}
  .price-range-slider .irs--round .irs-line {    top: 8px;}
  .price-range-slider .irs-to, .price-range-slider .irs-max,.price-range-slider .irs-from, .price-range-slider .irs-min{ display: none;}
  .price-range-slider .irs--round {
      height: 1px;
  } 
  .price-range-slider .irs-single {display: none;}
  .price-range-slider2.price-range-slider .irs--round .irs-line {background: rgb(145,157,160);
  background: -moz-linear-gradient(90deg, rgba(145,157,160,1) 0%, rgba(208,208,208,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(145,157,160,1) 0%, rgba(208,208,208,1) 100%);
  background: linear-gradient(90deg, rgba(145,157,160,1) 0%, rgba(208,208,208,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#919da0",endColorstr="#d0d0d0",GradientType=1);}
  
  .price-range-slider2.price-range-slider .irs--round .irs-handle {border: 1px solid #fff; background-color: #919DA0; height: 18px; width: 18px; top: 1px;} 
  .textsmallblock { font-weight: 400; font-size: 14px; color: #222B37; font-family: 'Roboto', sans-serif;}


.collapse-button:not(.collapsed) { width: 17px; height: 17px; background: url(../images/minus-img.png) no-repeat;}
.collapse-button { width: 17px; height: 17px; background: url(../images/plus-img.png) no-repeat;}

.PaymentSchedule .boldtext  {color: #222B37; font-size: 16px;}

.showblock { display: block;}
.unshowblock { display: none;}
.table-scroll {
	position: relative;

	z-index:1;
	margin: auto;
	overflow-y:scroll;
	height: 550px;
}


.table-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.table-scroll::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.table-scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.table-scroll table {
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
}
.table-wrap {
	position:relative;
}
.table-scroll th, .table-scroll td {
	padding: 5px 10px;

	background: #fff;
	vertical-align: top;
}
.table-scroll thead th {
background-color: white;
border-top: #D7DBDD solid  1px ;
border-bottom: #D7DBDD solid  1px ;
	position: -webkit-sticky;
  position:sticky;
	top:0;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,.table-scroll tfoot th, .table-scroll tfoot td {
	position:-webkit-sticky;
	position:sticky;
	bottom:0;

}

.main-table.custom-table > :not(:last-child) > :last-child > * {
  border-bottom-color: #D7DBDD ;
}
.main-table.custom-table thead tr th { border-right: #D7DBDD solid 1px;}
.main-table.custom-table tbody tr td { border-right: #D7DBDD solid 1px;}
.main-table.custom-table thead tr td { border-right: #D7DBDD solid 1px;} 
.plus { display: block;}
.minus{display: none;}
.customcollapse[aria-expanded="true"] .plus{display: none;}
.customcollapse[aria-expanded="true"] .minus{display: block;}

.customaccordian-5 .accordion-button2:not(.collapsed) { width: 17px; height: 17px; background: url(../images/minus-img.png) no-repeat;}
.customaccordian-5 .accordion-button2 { width: 17px; height: 17px; background: url(../images/plus-img.png) no-repeat;}

.table-striped.table-striped-new>tbody>tr:nth-of-type(odd) {
  background-color: #F1F1F1 !important;
}
.table-striped.table-striped-new>tbody>tr:nth-of-type(odd) td {
  background-color: #F1F1F1 !important;
}
.custom-form-check2.custom-form-check .form-check-input { border: #D8DBE6 solid 1px !important; margin-top: 0.15em; background-color: #fff;}
.customaccordian-5.customaccordian-8 .accordion-item th:first-child,
.customaccordian-6.customaccordian-8 .custom-table tr td:first-child {
padding-left: 10px;}
.customaccordian-5.customaccordian-8 .custom-table td, .customaccordian-5.customaccordian-8  .custom-table th { padding: 10px 10px;}
.customaccordian-5.customaccordian-8  .custom-table th  { background-color: #fff;}
.form-control-custom-width {width: 95px;}
.form-control-custom-width120 {width: 120px;}
.form-control-custom-width-75 {width: 75px;}
.restructure-block .form-control { font-size: 14px;}
.restructure-block .form-select {padding: 0.445rem 0.75rem 0.295rem 0.75rem;}
.customaccordian-5.customaccordian-8 .accordion-item { overflow: visible;}
.dropdown-customm-dropdown-menu[data-popper-placement="top-start"]::before {
  top: auto;
  bottom: -5px;
  content: '';
  position: absolute;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}


@media screen and (max-width: 420px), screen and (max-height: 420px) {
  .display {
    font-size: 8.5vmin;
  }
}


@media only screen and (max-width: 1520px) {
  ul.custom-nav li {
    margin-right: 11px;
    margin-left: 11px;
  }

  ul.custom-nav li a {
    font-size: 14px;
  }

  ul.custom-nav li a.active::after {
    top: 47px;
  }
}

@media only screen and (max-width: 1400px) {
  ul.custom-nav li a.active::after {
    top: 36px;
  }
  .graph-img { max-width: 545px;}
}

@media only screen and (max-width: 1199.5px) {
 
  .custom-4-colum-width {
    width: 540px; 
    margin: auto;
  }

}

@media only screen and (max-width: 1100px) {
  .custom-navbar.navbar-light .navbar-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .navbar-toggler {
    float: right;
  }

}

@media only screen and (max-width: 992px) {

  .line-bg-right {
    position: relative;
    width: 73px;
    margin-right: 55px;
  }

  .line-bg-left {
    position: relative;
    width: 73px;

  }

  .card-box5 {
    padding: 8px;
  }

  .width250px {
    width: 376px
  }

  .beneficiaries-block .card-box5 h3 {
    font-size: 10px;
  }

  .beneficiaries-block .card-box5 p {
    font-size: 9px;
  }

  .custom-4-colum-width {
    width: 320px;
  }

  .line-bg-left {
    margin-left: 60px
  }

  .line-bg-right {
    margin-right: 60px
  }

  .beneficiaries-block .card-box5 h4 {
    font-size: 10px;
  }

  .navbar-collapse {
    flex-basis: 100%;
    position: absolute;
    flex-grow: 1;
    align-items: center;
    z-index: 9999;
    background: #B97A2B;
    padding: 45px !important;
    left: 0;
    right: 0;
    margin-top: 65px !important;
  }

  .custom-nav-tabs li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .custom-navbar.navbar-light .navbar-nav .nav-link {
    color: #Fff;
    text-transform: uppercase;
  }

  .custom-navbar.navbar-light .navbar-nav .nav-link.active, .custom-navbar.navbar-light .navbar-nav .nav-link:hover {
    color: #ffdaac;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .nav-tabs.custom-nav.custom-navnew .nav-link.active::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-block.sidebar-block-new {
    width: 420px;
  }

  .line-section {
    padding-left: 0px;
    border-left: 0px;
  }

  .fs9 {
    font-size: 9px;
  }

  .bggray-heading h2 {
    font-size: 30px;
  }

  .middle-border-img {
    height: 30px;
  }

  .cust-line-right, .cust-line-left {
    height: 15px;
  }

  .beneficiaries-block-modal .modal-body {
    padding: 0px 15px 0px;
  }

  .width250px {
    width: 253px;
  }

  .line-bg-right {
    margin-right: 20px;
  }

  .line-bg-left {
    margin-left: 20px;
  }

  .custom-4-colum-width {
    width: 220px;
  }

  .card-box5 {
    padding: 3px;
  }

  .beneficiaries-block .card-box5 h3 {

    word-break: break-all;
  }
}

@media only screen and (max-width: 615px) {


  .navbar-collapse {
    margin-top: 57px !important;
    padding: 25px !important;
  }

  .tab-bg .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.5rem 0.5rem;
  }

  .tab-bg .nav-tabs .nav-link.active:after {
    left: 0.5rem;
    right: 0.5rem;
  }

  .beneficiaries-block .card-box5 h3 {
    font-size: 9px;
  }
}

@media only screen and (max-width: 479px) {
  .sidebar-block.sidebar-block-new {
    width: 300px;
  }
}

body {
  background-color: #F6F6F6;
  font-family: 'Roboto', sans-serif;
}

.login-block {
  padding: 15px;
  position: absolute;
  max-width: 650px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginlogo {
  text-align: center;
  padding: 10px 10px 20px;
}

.loginlogo img {
  display: inline-block;
}

.card-custom {
  border: none;
  box-shadow: 0px 3px 6px 0px #00000029;
  background-color: #fff;
}

.login-block h2 {
  font-family: 'Roboto', sans-serif;
  color: #222B37;
  font-size: 42px;
  font-weight: 300;
}

.form-label {
  color: #222B37;
  font-size: 14px;
  margin-bottom: 3px;
  font-family: 'Roboto', sans-serif;
}

.form-control-custom {
  border: #CCCCCC solid 1px;
  border-radius: 3px;
  padding: 0.445rem 0.75rem 0.295rem 0.75rem;
  font-family: 'Roboto', sans-serif;
}

.fs-14 {
  font-size: 14px !important;
}

.width136px {
  width: 116px;
}

.custom-navbar {
  background-color: #fff;
}

.custom-navbar.navbar-light .navbar-nav .nav-link {
  color: #919DA0;
  font-size: 16px;
  font-weight: bold;
  padding-right: 1rem;
  padding-left: 1rem;
}

.custom-navbar.navbar-light .navbar-nav .nav-link.active, .custom-navbar.navbar-light .navbar-nav .nav-link:hover {
  color: #3A71C4;
}

.headingtext hr {
  margin: 0px;
  border-top: #B97A2B solid 2px;
}

.headingtext h2 {
  color: #707070;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 4px;
}

.headingtext {
  min-width: 155px;
  display: inline-block;
}

.search-img {
  position: absolute;
  border: #CCCCCC solid 1px;
  right: 8px;
  top: 1px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.search-img:hover {
  position: absolute;
  right: 8px;
  top: 1px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

.search-img:focus {
  box-shadow: none !important;
  border: none !important;
}

.whitecard {
  background-color: #fff;
  border: #E8E8E8 solid 2px;
}

.custom-table th {
  color: #000000;
  font-size: 14px;
  background-color: #F6F6F6;
  border-top: 2px solid #D7DBDD;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.custom-table td {
  color: #222B37;
  font-size: 14px;
}

.custom-table td.text-2 {
  color: #3A71C4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.custom-table td, .custom-table th {
  padding: 9px 15px;
}

.custom-table thead {
  border-bottom: 2px solid #D7DBDD;
}

.table> :not(caption)>*>* {
  border-bottom-width: 0px
}

.table-foter-card {
  padding: 0px 15px;
}

.navigation-custom .page-item.active .page-link, .navigation-custom .page-item:hover .page-link {
  background-color: #B97A2B;
  border: #B97A2B solid 1px;
  color: #fff;
}

.navigation-custom ul li a.page-link {
  border: none;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #525252;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.bgright-heading {
  background-color: #B97A2B;
}

.arrowblock {
  display: block;
  position: relative;
  padding: 5px 14px 6px;
}

.page-link {
  color: #B97A2B;
}

.page-link:hover, .page-link:focus, .page-link.active {
  color: #fff;
  background-color: #B97A2B !important;
}

.pe-5 {
  padding-right: 2rem !important;
}

ul.custom-nav {
  margin: 0px;
  padding: 0px;
}

ul.custom-nav li:first-child {
  margin-left: 0px;
}

ul.custom-nav li {
  list-style: none;
  margin-right: 15px;
  margin-left: 15px;
}

ul.custom-nav li a {
  color: #F1CEA4;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.custom-nav li a:hover {
  color: #fff;
}

ul.custom-nav li a.active {
  color: #fff;
}

.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 17px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.bggray-heading {
  background-color: #919DA0;
  box-shadow: 0px 2px 6px #7d8a8d inset;
}

.bggray-heading h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
}

.custom-border-bottom {
  border-bottom: 3px solid #B97A2B !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #fff;
}

.tringle-img {
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top: 6px solid black;
}

.navigation-custom .page-link {
  color: #000000;
}

.custom-modal .modal-header h1.modal-title {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.custom-modal .modal-header, .custom-modal .modal-footer {
  border-top: none;
  border-bottom: none;
}

.custom-modal .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tab-bg {
  background-color: #F6F8F9;
  margin-left: -1rem;
  margin-right: -1rem;
}

.tab-bg .nav-tabs .nav-link {
  border: none;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #919DA0;
  font-size: 16px;
  font-weight: bold;
}

.tab-bg .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #B97A2B;
  /* position: relative; */
}

.tab-bg .nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: auto;
  height: 2px;
  background-color: #B97A2B;
  left: 1rem;
  right: 1rem;
}

.open-button {
  position: absolute;
  top: 6px;
  z-index: 1;
  right: 11px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button button {
  border: none;
  background: transparent;
}

.custom-modal .modal-footer {
  border-top: #D7DBDD solid 1px;
}

.custom-modal h2 {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.text2 {
  font-size: 30px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.whitebg {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding: 15px 24px;
}

.whitebg-transparent {
  margin-left: -24px;
  margin-right: -24px;
  padding: 15px 24px;
}

.custom-tab-content {
  background-color: #F6F6F6;
}

.form-switch label {
  color: #222B37;
  font-size: 14px;
}

ul.custom-nav li a {
  position: relative;
}

ul.custom-nav li a.active::after {
  width: 24px;
  height: 6px;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/tringle-img.png) no-repeat;
}

.custom-card {
  border: none;
  border-radius: 0px;
  border-bottom: #B97A2B solid 3px;
}

.card-block {
  text-align: center;
}

.card-block h3 {
  font-size: 22px;
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  margin-top: 15px;
}

.card-block p {
  font-size: 15px;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
}

.sidebar-block {
  /* width: 1000px; */
  width: 65%;
  z-index: 100;
  margin-left: -100%;
  
  transition: all 0.4s ease;
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #fff;
}

.sidebar-block .sidebar-header {
  padding: 15px 25px;
  background-color: #F6F8F9;
}

.sidebar-block .sidebar-header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #222B37;
  margin-bottom: 0px;
}

.sidebar-block .sidebar-body {
  padding: 15px 25px;
  background-color: #fff;
}

.sidebar-block-small {
  width: 900px;
  margin-right: -900px;
  left: auto;
  right: 0px;
  box-shadow: 0px 3px 6px #00000029;
}

.sidebar-block-small.sidebar-block .sidebar-header {
  padding: 7px 25px;
}

.sidebar-block-small.sidebar-block .sidebar-header h2 {
  line-height: 30px;
}

.sidebar-block-small.sidebar-block .sidebar-header strong {
  font-family: 'Roboto', sans-serif;
  color: #B97A2B;
  font-size: 16px;
}

.redbg {
  background-color: #E85665 !important;
  vertical-align: middle;
}

.lightyellowbg {
  background-color: #ECDDBF !important;
  vertical-align: middle;
}

.orrangebg {
  background-color: #FFA85B !important;
  vertical-align: middle;
}

.greenbg {
  background-color: #D4F2D4 !important;
  vertical-align: middle;
}

.greenbg {
  background-color: #D4F2D4 !important;
  vertical-align: middle;
}

.darkbluewbg {
  background-color: #ECDDBF !important;
  vertical-align: middle;
}

.bluebg {
  background-color: #BFCEEC !important;
  vertical-align: middle;
}

.yellowbg {
  background-color: #FFEC71 !important;
  vertical-align: middle;
}

.pinkbg {
  background-color: #FFC9C9 !important;
  vertical-align: middle;
}

.border-blue {
  border: #7186AF solid 2px;
  border-right: none;
}

.border-blue-none {
  border-right: none;
}

.border-blue-left {
  border-left: #7186AF solid 2px;
}

.border-blue-top {
  border-top: #7186AF solid 2px;
}

.light-blued-bg-2.border-blue-bottom {
  border-bottom: #7186AF solid 2px !important;
}

.bluebg.border-blue-bottom {
  border-bottom: #7186AF solid 2px !important;
}

.border-blue-right {
  border-right: #7186AF solid 2px;
}

.light-blued-bg-2.border-blue-bg-right {
  border-right: #7186AF solid 2px;
  background-color: #BFCEEC !important;
}

.bg-light-blue {
  background-color: #BFCEEC;
  padding: 15px;
  height: 215px;
  display: flex;
  align-items: center;
}

.bg-light-blue label {
  font-weight: bold;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}

.bg-light-blue a {
  color: #000000;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.custom-form-check .form-check-input {
  width: 1em;
  height: 1em;
  border-radius: 0px;
  border: #c6c6c6 solid 1px;
  background-color: transparent;
}

.custom-form-check .form-check-input:checked[type=checkbox] {
  background: url(../images/ractangle-img.png) no-repeat center;
}

.custom-table-block {
  margin-bottom: 0px;
  margin-top: -25px;
}

.custom-table-block td, .custom-table-block th {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

.custom-table-block td {
  background-color: #F2F5FB;
  border-bottom: #ECECEC solid 1px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.custom-table-block tr:first-child th {
  border-bottom: #ECECEC solid 1px;
}

.custom-scroll {
  overflow-x: auto;
  padding-right: 0px;
}

.overlaybg {
  position: fixed;
  left: 0px;
  z-index: 5;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.sidebar-block1 {
  margin-left: -1000px;
}

.custom-active {
  margin-left: 0px;
}

.custom-block {
  display: block;
}

.customradio .form-check-input[type=radio] {
  background-color: #fff;
  border-color: #D8DBE6;
  height: 1rem;
}

.dropdown-header {
  padding: 15px;
}

.customdropdown {
  min-width: 30rem;
  padding: 0px;
}

.customdropdown h2 {
  color: #B97A2B;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

ul.dropdown-list {
  margin: 0px;
  padding: 0px;
}

ul.dropdown-list li {
  list-style: none;
  margin-bottom: 10px;
}

ul.dropdown-list li a {
  color: #919DA0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.dropdown-link a {
  color: #3A71C4;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

.customtext-dropdwon {
  color: #222B37;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  white-space: normal;
}

.customdropdown {
  border: none;
  box-shadow: 0px 3px 6px #00000029;
}

.mt-n5 {
  margin-top: -40px;
}

.chart-section h4 {
  color: #222B37;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 0px;
}

.cardblock-div {
  border: #D8D8D8 solid 1px;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px 10px;
}

.fs-14 {
  font-family: 'Roboto', sans-serif;
}

.fs-16 {
  font-size: 16px !important;
}

.graycard {
  background-color: #F6F6F6;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.custom-select-option {
  width: 100%;
  display: block;
}

.custom-select-option.dropdown-toggle::after {
  border: solid #D0D0D0;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
}

.custom-select-option.dropdown-toggle {
  text-align: left;
  font-size: 14px;
  color: #525252;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0px;
}

ul.custom-dropdown-menu {
  margin: 0px;
  padding: 0px;
  min-width: 245px;
}

ul.custom-dropdown-menu li {
  padding: 7px 15px;
  display: flex;
  ;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.height-122 {
  height: 122px;
}

.table-custom-td td {
  padding: 3px 5px;
  font-size: 14px;
}

.table-custom-td th {
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.lightbg {
  background-color: #FBDDE0 !important;
  border-bottom: #6660601a solid 1px !important;
}

.graybg {
  background-color: #FBF8F2 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-orrange-bg {
  background-color: #FFEEDE !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-green-bg {
  background-color: #F7FDF7 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-yellow-bg {
  background-color: #FFFBE2 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-pink-bg {
  background-color: #FFF4F4 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-blued-bg {
  background-color: #F4F3F9 !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-gray1-bg {
  background-color: #FCFCFC !important;
  border-bottom: #6660601a solid 1px !important;
}

.light-blued-bg-2 {
  background-color: #F1F4FB !important;
  border-bottom: #6660601a solid 1px !important;
}

.graybg1 {
  background-color: #EFEFEF !important;
  vertical-align: middle;
}

.customarrow-1 {

  border: solid #222B37;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -8px;
  left: 0;
  position: absolute;
  top: 50%;
  right: auto;
}

.custom-form-check1 .form-check-input {
  border: 3px solid #fff;
  background-color: transparent;
  width: 16px;
  height: 16px;
  box-shadow: 0px 3px 6px #00000042;
}

a.addtext {
  color: #222B37;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.small-custom-active {
  margin-right: 0px !important;
}

.heading h2 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0px;
  color: #222B37;
}

.text-black {
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.redtext {
  color: #FF0000;
}

.gray-color-text {
  color: #919DA0 !important;
}

.light-yellow-bg-2 {
  border-radius: 50px;
  padding: 10px 15px;
  background-color: #F1CEA4;
}

.brownbg {
  background-color: #B97A2B;
  width: 24px;
  color: #fff;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0px 0px;
}

.line-bg {
  background-color: #D5AF80;
  height: 1px;
  width: 100%;
}

.line-curcle {
  background-color: #B97A2B;
  width: 24px;
  color: #fff;
  height: 24px;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0px 0px;
  position: absolute;
}

.bluebg-circle {
  background-color: #3A71C4;
}

.graybg-circle {
  background-color: #919DA0;
}

.line-one {
  left: 10%;
}

.line-two {
  left: 20%;
}

.line-three {
  left: 25%;
}

.line-fourth {
  left: 35%;
}

.line-five {
  left: 45%;
}

.line-six {
  left: 65%;
}

.line-seven {
  left: 100%;
}

.rate-text {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.view-today-rate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.view-today-rate img {
  width: 205px;
}

.borderbottom {
  border-bottom: #e4e4e4 solid 1px;
}

.custom-nav-tabs {
  border-bottom: none;
}

.custom-nav-tabs .nav-link.active, .custom-nav-tabs .nav-item.show .nav-link {
  border: none;
  border-bottom: #B97A2B solid 3px !important;
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.custom-nav-tabs .nav-link {
  font-family: 'Roboto', sans-serif;
  border: none;
  padding: 7px 0px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #919DA0;
  text-transform: uppercase;
}

.custom-nav-tabs .nav-link:focus {
  outline: none;
  border: none;
}

.custom-nav-tabs li {
  padding-left: 15px;
  padding-right: 15px;
}

.tab-content h3 {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0px;
}

.drop-zone {
  max-width: 100%;
  height: 130px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  color: #222B37;
  border: 2px dashed #707070;
  border-radius: 0px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

#edit-trusts h4 {
  color: #B97A2B;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.dropdown-menu-custom {
  box-shadow: 0px 3px 3px #cccccc;
  border: none;
  display: flex;
  flex-wrap: wrap;
  min-width: 385px;
}

.dropdown-menu-custom-block {
  box-shadow: 0px 3px 3px #cccccc;
  border: none;
  min-width: 385px;
}

.custom-btn-gray {
  margin: 3px;
}


.dropdown-hover:hover>.dropdown-menu {
  display: block;
}

.graybgtext {
  background-color: #F6F6F6;
  margin-top: 8px;
  border: #D7DBDD solid 1px;
  padding: 15px;
}

.custom-heading-text h3 {
  color: #222B37;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.custom-heading-text a {
  color: #3A71C4;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.bg-heading {
  background-color: #D4F1FF;
  color: #222B37;
  font-family: 'Roboto', sans-serif;
  top: -16px;
  right: -128px;
  font-weight: normal;
  font-size: 10px;
  padding: 2px;
  width: 200px;
  text-align: center;
  position: absolute;
}

.footerbg th {
  background-color: #F1CEA4;
  border-top: #B97A2B solid 1px;
  border-bottom: #B97A2B solid 1px;
}

.whitebg-2 {
  background-color: #fff;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0px 24px;
}

.sidebar-bg-block {
  background-color: #fff;
  transition: 0.2s;
  position: relative;
  width: 400px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-bg-block-2 {
  background-color: #F6F8F9;
  transition: 0.2s;
  position: relative;
  width: 400px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-bg-block h3 {
  color: #B97A2B;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.sidebar-bg-block label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #222B37;
}

.bluetext {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3A71C4;
}

.main-container-right {
  margin-left: 30px;
  width: calc(100% - 400px);
  padding-top: 25px;
}

.expand-arrow {
  position: absolute;
  right: -12px;
}

.close-sidebar {
  margin-left: -398px;
}

.close-sidebar-2 {
  margin-left: -340px;
}

.ml-15 {
  margin-left: 15px;
}

.expand-arrow-block {
  display: none;
  position: absolute;
  right: -12px;
}

.sidebar-bg-block h3 span {
  color: #3A71C4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
  width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: #3A71C4;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  border: wheat solid 1px;
  width: 16px;
  border-radius: 50%;
  background: #3A71C4;
  margin-top: -4px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3A71C4;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  background: #3A71C4;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: wheat solid 1px;
  background: #3A71C4;
}


/*hide the outline behind the border*/

input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.custoomheader {
  background-color: #ECECEC;
  padding: 15px;
}

.custoomheader h3 {
  color: #222B37;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  font-weight: 300;
}

.mt-n-3 {
  margin-top: -17px;
}

.top-11 {
  top: -11px !important;
}

.custom-card-block {
  border: none;
}

.custom-card-block>.card-header {
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  border: #EEEEEE solid 1px;
}

.custom-card-block>.card-header {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #B97A2B;
}

.custom-card-block>.card-body {
  border: #EEEEEE solid 1px;
}

.custom-card-block>.card-body ul.list-items-block {
  margin: 0px;
  padding: 0px;
}

.custom-card-block>.card-body ul.list-items-block li {
  list-style: none;
}

.custom-accordian .accordion-item {
  border: none;
}

.custom-accordian .accordion-item .accordion-button:not(.collapsed) {
  color: none;
  background-color: transparent;
  box-shadow: none;
}

.custom-accordian .accordion-item .accordion-button {
  padding: 0px 0px 0px 65px !important;
}

.custom-accordian .accordion-item .accordion-button::after {
  background: url(../images/close-folder.png) no-repeat;
  background-size: 55px;
}

.custom-accordian .accordion-item .accordion-button:not(.collapsed)::after {

  background: url(../images/open-folder.png) no-repeat;
  background-size: 57px;
  transform: rotate(0deg);
}

.custom-accordian .accordion-item .accordion-button {
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.custom-accordian .accordion-item .accordion-button::after {
  width: 60px;
  height: 19px;
  top: 4px;
  left: 0px;
  position: absolute;
}

.custom-accordian .accordion-collapse .accordion-body {
  padding: 0rem 25px;
}

.custom-form-check {
  float: left;
}

.listlink {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.custom-accordion-2 .accordion-button::after, .custom-accordion-2 .accordion-button:not(.collapsed)::after {
  display: none;
}

.custom-accordion-2 .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}

.custom-accordion-2 .accordion-button:not(.collapsed)::before {
  background-image: url("../images/minus-img.png");
  transform: rotate(-180deg);
}

.custom-accordion-2 .accordion-button::before {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  content: "";
  background-image: url("../images/plus-img.png");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

.ml-25 {
  margin-left: -25px;
}

.custom-accordion-2 .accordion-item {
  background-color: transparent;
  border: none;
}

.custom-accordion-2 .accordion-button, .custom-accordion-2 .accordion-body {
  padding: 0rem 1rem;
}

.custom-accordion-2 .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion-2 .accordion-button {
  background-color: transparent;
}

.custom-accordion-2 .accordion-body {
  padding-left: 36px;
}

.button-acordiaon-plus {
  width: 16px;
  height: 16px;
  position: absolute;
}

.custom-accordion-2 .custom-form-check {
  margin-bottom: 0px;
}

.custom-accordion-2 .custom-form-check .form-check-label {
  padding-top: 3px;
}

.custom-accordion-2 .custom-form-check .form-check-label {
  color: #B97A2B;
  font-family: 'Roboto', sans-serif;
  font-size: 15px !important;
  font-weight: bold;
}

.custom-accordion-2 ul.submenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.custom-accordion-2 ul.submenu li label.submneutext {
  color: #222B37;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.custom-accordion-2 .custom-form-check {
  float: none;
}

.custom-accordion-2 .custom-form-check-custom {
  width: 100%;
  border-bottom: #D7DBDD solid 1px;
  padding-top: 2px;
  padding-bottom: 4px;
}

.custom-accordion-2 .accordion-button-plusicon {}

.custom-accordion-2 .custom-form-check .form-check-input {
  border: #D8DBE6 solid 1px;
}

.custom-accordion-2 ul.submenu li {
  border-bottom: #D7DBDD solid 1px;
  padding: 2px 0px;
}

.whitebgblock {
  background-color: #fff;
  padding-bottom: 250px;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: #3A71C4 solid 3px;
  background-image: url(../images/mountainbg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.container-5 {
  margin: auto;
  max-width: 450px;
}

.bluecardbox {
  border: #3A71C4 solid 5px;
  border-radius: 25px 0px 0px;
  height: 210px;
  cursor: pointer;
}

.bluecardbox:hover {
  background-color: #c0d9ff;
}

.greencardbox {
  border: #B0DE2D solid 5px;
  border-radius: 0px 25px 0px 0px;
  height: 210px;
  cursor: pointer;
}

.greencardbox:hover {
  background-color: #f1ffc8;
}

.purplecardbox {
  border: #A76BD6 solid 5px;
  border-radius: 0px 0px 25px 0px;
  height: 210px;
  cursor: pointer;
}

.purplecardbox:hover {
  background-color: #f0dcff;
}

.orrangecardbox {
  border: #FF9100 solid 5px;
  border-radius: 0px 0px 25px 0px;
  height: 210px;
  cursor: pointer;
}

.orrangecardbox:hover {
  background-color: #F6E6CC;
}

.dashboardcardtext h3 {
  color: #222B37;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.dashboardcardtext p {
  color: #B97A2B;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

table.new-map th, table.new-map td{ padding: 2px;}
table.new-map th.new-map-heading { 

  color: #B97A2B;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
table.new-map th, table.new-map td { border-bottom: #D7DBDD solid 1px;}
table.new-map th.new-map-heading-cotegories { 
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}


table.new-map td .text-2 { 
  color: #222B37;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}

table.new-map td .gray-text-2 { 
  color: #D0D0D0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}
table.new-map td .sendlink { 
  color: #B97A2B;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 3px;
}
.custom-flex {display: flex; align-items: center;}
.sub-table{ margin-bottom: 0px;}
table.sub-table tr:last-child td { border-bottom: none;} 


.tt-select {
  position: relative;
  height: auto;
  padding: 0px;

  text-align: left;
}
.tt-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
}
/* .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
} */
.select-selected:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0px;
  width: 10px;
  height: 7px;
  background: url(../images/down-arrow.png);
}
.select-selected.select-arrow-active:before {
  border: none;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000000 transparent;
  top: 10px;
}
.select-items div,.select-selected {
  color: #000;
  padding: 3px 10px;

  cursor: pointer;
}
.select-items {
  position: absolute;
  background-color: #fff;
  border: #c2c2c2 solid 1px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-selected { padding: 0px 0px 0px 15px; }

.new-map a[aria-expanded="true"]{
  display: block;
  width: 17px; height: 17px; background: url(../images/minus-img.png) no-repeat;
}
.new-map a[aria-expanded="false"]{
  display: block;  width: 17px; height: 17px; background: url(../images/plus-img.png) no-repeat;
}
.mt-5px { margin-top: 5px;}
.last-td-border-none { border-bottom: none !important;} 
.customaccordian-6 .custom-table tr td:first-child {
  padding-left: 3px;
}
.w-185px {width: 185px;}
.custom-px-45 {padding-left: 45px; padding-right: 45px;}
.customheading {
  color: #B97A2B;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 1520px) {
  ul.custom-nav li {
    margin-right: 11px;
    margin-left: 11px;
  }

  ul.custom-nav li a {
    font-size: 14px;
  }

  ul.custom-nav li a.active::after {
    top: 47px;
  }
}

@media only screen and (max-width: 1400px) {
  ul.custom-nav li a.active::after {
    top: 36px;
  }

}

@media only screen and (max-width: 1100px) {
  .w-185px {width: 100%;}
  .custom-navbar.navbar-light .navbar-nav .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .navbar-toggler {
    float: right;
  }

}

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    flex-basis: 100%;
    position: absolute;
    flex-grow: 1;
    align-items: center;
    z-index: 9999;
    background: #B97A2B;
    padding: 45px !important;
    left: 0;
    right: 0;
    margin-top: 65px !important;
  }

  .custom-nav-tabs li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .custom-navbar.navbar-light .navbar-nav .nav-link {
    color: #Fff;
    text-transform: uppercase;
  }

  .custom-navbar.navbar-light .navbar-nav .nav-link.active, .custom-navbar.navbar-light .navbar-nav .nav-link:hover {
    color: #ffdaac;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .customaccordian-5 .accordion-item > table{min-width: auto;}
  .bggray-heading h2 {
    font-size: 30px;
  }

}

@media only screen and (max-width: 615px) {
  .navbar-collapse {
    margin-top: 57px !important;
    padding: 25px !important;
  }

  .tab-bg .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0.5rem 0.5rem;
  }

  .tab-bg .nav-tabs .nav-link.active:after {
    left: 0.5rem;
    right: 0.5rem;
  }
}


.tooltip-inner {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #b6b6b6;
  color: #222B37;
  width: 220px;
}

.tooltip-inner {
  max-width: 1000px !important;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #fff;
}

.tooltipbox {
  color: #919DA0;
  font-size: 14px;
  text-align: left !important;
  padding-left: 8px;
  font-family: 'Roboto', sans-serif;
}

.totle-amount {
  color: #222B37;
  font-size: 24px;
  padding-left: 8px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-align: left;
}


.sortable-list .item  {
  transition: all 0.5s;
border-radius: 0px;




}

.sortable-list .item.dragging{
  box-shadow:0px 0px 35px #0000001a

}

table.customtable2 td{ padding-top: 5px; padding-bottom: 5px; border-bottom: #D8D8D8 solid 1px; }
.custom-alert-danger { padding-top: 0.6rem; padding-bottom: 0.6rem}
.custom-alert-danger {background-color: #FF00001A; border: #FF0000 solid 1px; font-family: 'Roboto', sans-serif; font-size: 14px; border-radius: 3px; color: #FF0000;}
.btn-gray { background-color: #D0D0D0; color: #FFFFFF; font-family: 'Roboto', sans-serif; font-weight: bold; border-radius: 50px; font-size: 14px;}
.custom-modal-md { max-width: 640px;}




.beneficiaries-content {padding-top: 40px; padding-bottom: 40px;}
.beneficiaries-content h4 { color: #222B37;  font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 14px;}
.custmt-5 { margin-top: 5.5rem !important;}
.w-102 {width: 100px;}
.beneficiaries-right-block .left-border-section { margin-left: 25%;}
.beneficiaries-right-block.beneficiaries-block .card-box5 h3 { font-size: 14px;}
.beneficiaries-left-block.beneficiaries-block .card-box5 h3 { font-size: 14px;}

.custom-tableblock {width: 100%;}
.custom-tableblock th {font-family: 'Roboto', sans-serif; padding-left: 15px; padding-right: 15px; font-size: 14px; font-weight: bold;}
.custom-tableblock td {font-family: 'Roboto', sans-serif; padding-left: 15px; padding-right: 15px; font-size: 14px;}
.custom-tableblock td.errortext { color: #FF0000;}
.custom-tableblock tbody td { border-bottom: #F6F6F6 solid 1px;}
.custom-tableblock tbody tr td > a.closebtn {display: block; width: 10px; height: 10px;}
.custom-tableblock tbody tr:hover td > a.closebtn { background: url(../images/close.png) no-repeat; display: block; width: 10px; height: 10px; }
.custom-tableblock tbody tr.totalbg {  background-color: #68418733; padding: 15px; border: #684187 solid 1px;}
.custom-tableblock tbody tr.totalbg td { color: #000; font-weight: bold; padding-top: 15px; padding-bottom: 15px;}
.form-check { min-height: auto;}
.inputblank { border: 0px; width: 100%; background-color: transparent;}
.inputblank:focus { border: 0px; outline: 0px; width: 100%;}
.white-space {white-space: nowrap;}
.custom-input-width-45 {width: 50px;}
@media only screen and (max-width: 1199px) {

.custmt-5 {
  margin-top: 1.5rem !important;
}
}