/*Color variables*/
/*border variables*/
/*shadow variables*/
a {
  color: #FB993e;
}

a:hover {
  color: #FB993e;
}

.bg-primary {
  background: #FB993e !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #FB993e !important;
}

/*--- gradient-backgrounds --*/
.bg-primary-gradient {
  background: linear-gradient(to right, #FB993e 0%, #a44de7 100%) !important;
}

a.bg-primary-gradient:hover, a.bg-primary-gradient:focus, button.bg-primary-gradient:hover, button.bg-primary-gradient:focus {
  background-color: #FB993e !important;
}

.border-primary {
  border-color: #FB993e !important;
}

.text-primary {
  color: #FB993e !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #4076e3 !important;
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #dadcff;
}

.table-hover .table-primary:hover {
  background-color: #b7cded;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b7cded;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #FB993e;
  box-shadow: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FB993e !important;
  border: 1px solid #FB993e !important;
}

.btn-primary {
  color: #fff !important;
  background: #FB993e !important;
  border-color: #FB993e !important;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

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

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary-light {
  color: #FB993e;
  background: #dadcff !important;
  border-color: #dadcff !important;
  box-shadow: none;
}

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

.btn-primary-light:focus, .btn-primary-light.focus {
  box-shadow: none;
}

.btn-primary-gradient {
  color: #fff;
  background: linear-gradient(to right, #FB993e 0%, #a44de7 100%) !important;
  border-color: #FB993e !important;
  box-shadow: none;
}

.btn-primary-gradient:hover {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

.btn-primary-gradient:focus, .btn-primary-gradient.focus {
  box-shadow: none;
}

.btn-primary-gradient.disabled, .btn-primary-gradient:disabled {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

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

.btn-primary-gradient:not(:disabled):not(.disabled):active:focus, .btn-primary-gradient:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-gradient.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary {
  color: #FB993e;
  background: transparent;
  background-image: none;
  border-color: #FB993e;
  box-shadow: none;
}

.btn-outline-primary:hover {
  color: #fff;
  background: #FB993e;
  border-color: #FB993e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FB993e;
  background-color: transparent;
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-link {
  color: #FB993e;
}

.btn-link:hover {
  color: #FB993e;
}

.drop-icon-wrap .drop-icon-item:hover {
  color: #FB993e;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #FB993e;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FB993e;
}

timeline__item:after {
  border: 6px solid #FB993e;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FB993e;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #FB993e;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #FB993e;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FB993e;
  border-color: #FB993e;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #FB993e;
}

.custom-select:focus {
  border-color: #FB993e;
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #FB993e;
}

.custom-file-label::after {
  background-color: #FB993e;
}

.custom-range::-webkit-slider-thumb {
  background-color: #FB993e;
}

.custom-range::-moz-range-thumb {
  background-color: #FB993e;
}

.custom-range::-ms-thumb {
  background-color: #FB993e;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #FB993e;
}

.page-link:hover {
  color: #FB993e;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

.range.range-primary input[type=range]::-webkit-slider-thumb {
  background-color: #FB993e;
}

.range.range-primary input[type=range]::-moz-slider-thumb {
  background-color: #FB993e;
}

.range.range-primary output {
  background-color: #FB993e;
}

.range.range-primary input[type=range] {
  outline-color: #FB993e;
}

.panel.price > .panel-heading {
  background: #FB993e;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled) {
  background: #FB993e;
}

.nav-tabs .nav-item1 .nav-link.active {
  background: #FB993e;
}

.pop-primary {
  color: #FB993e;
}

.heading-primary {
  background-color: #FB993e;
  color: #ffffff;
  padding: 5px;
}

.breadcrumb-item.active {
  color: #FB993e;
}

.breadcrumb-item1 a {
  color: #FB993e;
}

.panel-default > .panel-heading {
  color: #FB993e;
}

.panel-title1 a {
  background: linear-gradient(to right, #FB993e 0%, #a44de7 100%) !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
  border-color: #525ce5 !important;
}

/*-----Badges-----*/
.badge-primary {
  background: #FB993e;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #FB993e;
}

/*-----Badges-----*/
.badge-primary-gradient {
  color: #fff;
  background-image: linear-gradient(to right, #FB993e 0%, #a44de7 100%);
}

.badge-primary-gradient[href]:hover, .badge-primary-gradient[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #FB993e;
}

.alert-primary {
  color: #FB993e;
  background-color: #dadcff;
  border-color: #dadcff;
}

.alert-primary hr {
  border-top-color: #FB993e;
}

.alert-primary .alert-link {
  color: #FB993e;
}

.list-group-item-primary {
  color: #FB993e;
  background-color: #cbdbf2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #FB993e;
  background-color: #b7cded;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #FB993e;
  border-color: #FB993e;
}

.header-bg {
  background: #FB993e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FB993e 0%, #a44de7 100%) !important;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FB993e 0%, #a44de7 100%) !important;
}

.footer a:not(.btn) {
  color: #FB993e;
}

.nav-tabs .nav-link:hover:not(.disabled) {
  background: #FB993e;
}

.nav-tabs .nav-link.active {
  background: #FB993e;
}

.primary b {
  color: #FB993e;
}

@media (max-width: 992px) {
  .nav-item.with-sub .sub-item {
    border-top: 2px solid #FB993e;
  }
}
.expanel-primary > .expanel-heading {
  color: #fff !important;
  background-color: #FB993e !important;
  border-color: #FB993e !important;
}

.avatar {
  background: #FB993e no-repeat center/cover;
}

.spinner {
  background-color: #FB993e;
}

.spinner-lg {
  background-color: #FB993e;
}

.double-bounce1, .double-bounce2 {
  background-color: #FB993e;
}

.cube1, .cube2 {
  background-color: #FB993e;
}

.lds-heart div {
  background: #FB993e;
}

.lds-heart div:after,
.lds-heart div:before {
  background: #FB993e;
}

.lds-ring div {
  border: 6px solid #FB993e;
  border-color: #FB993e transparent transparent transparent;
}

.lds-hourglass:after {
  border: 26px solid #FB993e;
  border-color: #FB993e transparent;
}

a.chip:hover {
  background-color: #FB993e;
}

.tag-primary {
  background-color: #FB993e;
  color: #fff;
}

.selectgroup-input:checked + .selectgroup-button {
  border-color: #FB993e;
  z-index: 1;
  color: #FB993e;
  background: #f4f6fd;
}

.selectgroup-input:focus + .selectgroup-button {
  border-color: #FB993e;
  z-index: 2;
  color: #FB993e;
  box-shadow: 0 0 0 2px rgba(82, 92, 229, 0.25);
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #FB993e;
}

.ui-datepicker .ui-datepicker-title {
  color: #FB993e;
}

.timeline--horizontal .timeline-divider {
  background: #FB993e !important;
}

#back-to-top {
  background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
}

#back-to-top:hover {
  color: #FB993e !important;
  border: 2px solid #FB993e;
}

.tabs-menu ul li .active {
  background: #FB993e;
  color: #fff;
  box-shadow: none;
}

.tabs-menu1 ul li .active {
  border-bottom: 3px solid #FB993e;
}

.tab-content i {
  color: #FB993e;
}

.tabs-menu2 ul li .active {
  color: #FB993e;
}

.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,
.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart {
  color: #ec444c;
}

.message-feed:not(.right) .mf-content {
  background: #FB993e;
  color: #fff;
}

.message-feed:not(.right) .mf-content:before {
  border-right-color: #FB993e;
}

.msb-reply button {
  background: #FB993e;
}

/* --------Added--------- css*/
.wizard-card .moving-tab {
  margin-top: 5px;
  background: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
}

.cal1 .clndr .clndr-table .header-days {
  background: #FB993e;
}

.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #FB993e;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  color: #fff;
  background: #FB993e;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  color: #fff;
  background: #FB993e;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #FB993e;
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #FB993e;
}

.fc button {
  background: #FB993e;
}

.fc-event {
  border: 1px solid #FB993e;
}

.fc-event,
.fc-event-dot {
  background-color: #FB993e;
}

/* ----Added css----*/
div.conv-form-wrapper div.options div.option {
  color: #FB993e;
  border: 1px solid #FB993e;
}

form.convFormDynamic button.submit {
  color: #FB993e;
  border: 1px solid #FB993e !important;
}

div.conv-form-wrapper div.options div.option.selected {
  background: #FB993e;
  color: #fff;
}

div.conv-form-wrapper div.options div.option.selected:hover {
  background: #FB993e;
}

form.convFormDynamic button.submit:hover {
  background: #FB993e !important;
  color: #fff;
}

div.conv-form-wrapper div#messages div.message.from {
  background: #FB993e;
}

.addui-slider .addui-slider-track .addui-slider-handle:after {
  background: #FB993e;
}

.addui-slider .addui-slider-track .addui-slider-range {
  background: #FB993e;
}

.timeline__item:after {
  border: 6px solid #FB993e;
}

.accordionjs .acc_section.acc_active > .acc_head {
  background: #FB993e;
  color: #FFF !important;
}

.tab_wrapper > ul li.active {
  border-color: #FB993e;
  background: #FB993e;
}

.tab_wrapper.right_side > ul li.active:after {
  background: #FB993e;
}

.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
  background: #FB993e;
}

.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
  background: #FB993e;
}

.weather-card .top {
  background: #FB993e;
}

.primary .pricing-divider {
  background: #FB993e !important;
}

.product-grid6 .title a:hover {
  color: #FB993e;
}

.product-grid6 .icons li a {
  color: #FB993e;
  border: 1px solid #FB993e;
}

.product-grid6 .icons li a:hover {
  color: #fff;
  background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
}

.product-grid6 .icons li a:after, .product-grid6 .icons li a:before {
  background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
}

.card-counter.primary {
  background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
  color: #FFF;
}

#user-profile .profile-details a > i {
  color: #FB993e;
}

#user-profile .profile-details i {
  color: #FB993e;
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .search-show .search-element {
    background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
  }
}
@media (max-width: 575.98px) {
  .search-show .search-element {
    background-image: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
  }
}
.text-primary-gradient {
  background: linear-gradient(to right, #FB993e 0%, #FB993e 100%);
}

.chat .msg_head {
  background: #FB993e;
}

.msb-reply button {
  background: #FB993e;
}

.top-footer p:hover {
  color: #FB993e;
}

.top-footer a address:hover {
  color: #FB993e;
}

.top-footer a:hover {
  color: #FB993e;
}

.footer-payments a:hover {
  color: #FB993e;
}

.footer-social-list a {
  color: #FB993e;
}

.footer-social-list a:hover {
  color: #FB993e;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  color: #FB993e;
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #FB993e;
}

.label-primary {
  background: #FB993e;
  color: #fff;
}

.bg-primary-transparent {
  background-color: rgba(82, 92, 229, 0.1);
}

.box-primary-shadow {
  box-shadow: 0 5px 10px rgba(82, 92, 229, 0.3);
}

.text-primary-shadow {
  text-shadow: 0 5px 10px rgba(82, 92, 229, 0.3);
}

.chart-dropshadow-primary {
  -webkit-filter: drop-shadow(-6px 12px 4px rgba(82, 92, 229, 0.2));
  filter: drop-shadow(-6px 12px 4px rgba(82, 92, 229, 0.2));
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  background: #434bbd;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  background-color: #FB993e;
}

.sw-theme-default > ul.step-anchor > li.active > a {
  background: #FB993e !important;
}

.sw-theme-default > ul.step-anchor > li.done > a::after {
  background: #FB993e !important;
}

.sweet-alert button {
  background-color: #FB993e !important;
}

/*-- Sidemenu --*/
.side-menu__item.active, .side-menu__item:hover, .side-menu__item:focus {
  color: #1d357e;
}

.side-menu__item.active .side-menu__icon, .side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon {
  fill: #1d357e;
}

.slide-menu a.active, .slide-menu a:hover {
  color: #FB993e;
}

.slide-menu li.active:before, .slide-menu li:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e;
}

.slide-menu a.active {
  color: #FB993e;
}

.side-menu .slide.submenu .slide-item.active, .side-menu .slide.submenu .slide-item:hover {
  color: #FB993e !important;
}

.slide-item.active, .slide-item:hover, .slide-item:focus {
  text-decoration: none;
  color: #FB993e;
}

.slide-item.active:before, .slide-item:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e !important;
}

.slide-item.active:before, .slide-item:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e !important;
}

.slide.submenu.is-expanded a.active, .slide.submenu.is-expanded a:hover {
  color: #0052cc;
}

.slide.submenu.is-expanded .side-menu__item.active:before, .slide.submenu.is-expanded .side-menu__item:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e !important;
}

.dark-mode .slide.submenu.is-expanded a.active, .dark-mode .slide.submenu.is-expanded a:hover {
  color: #0052cc;
}

.dark-mode .slide.submenu.is-expanded .side-menu__item.active:before, .dark-mode .slide.submenu.is-expanded .side-menu__item:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e !important;
}

/*-- Horizontal-menu --*/
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover {
  color: #FB993e;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #FB993e;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover {
  color: #FB993e;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a.active {
  color: #FB993e;
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
  color: #FB993e;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
  color: #FB993e;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .hor-icon,
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover .hor-icon {
  fill: #1d357e;
}

.sub-menu li.active:before, .sub-menu li:hover:before, .mega-menubg li a.active:before, .mega-menubg li a:hover:before {
  background: #FB993e;
  border: 1px solid #FB993e;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #FB993e;
}

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #FB993e;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: #FB993e;
}

.onoffswitch2-checkbox:checked + .onoffswitch-label2, .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: #FB993e;
}

/*Color-Header*/
.color-hor-header .header.hor-header {
  background: #FB993e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #fff;
  background: #FB993e;
}

.light-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: #FB993e;
}

.dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #fff;
  background: #FB993e;
}

.dark-hor-menu .hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover {
  color: #fff;
  background: #FB993e;
}

.light-menu.dark-mode .side-menu__item.active .side-menu__icon,
.dark-mode.light-menu .side-menu__item:hover .side-menu__icon,
.dark-mode.light-menu .side-menu__item:focus .side-menu__icon {
  fill: #fff;
}

.dark-mode.light-menu .side-menu__item.active,
.dark-mode.light-menu .side-menu__item:hover,
.dark-mode.light-menu .side-menu__item:focus {
  color: #fff;
}

.light-menu .side-menu__item.active .side-menu__icon, .light-menu .side-menu__item:hover .side-menu__icon, .light-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

.light-menu .side-menu__item.active, .light-menu .side-menu__item:hover, .light-menu .side-menu__item:focus {
  color: #FB993e;
}

.default-body .app-sidebar {
  background: #FB993e !important;
}

.white-mode.light-menu .side-menu__item.active .side-menu__icon, .white-mode.light-menu .side-menu__item:hover .side-menu__icon,
.white-mode.light-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

/*Color-Header*/
.color-hor-header .header.hor-header {
  background: #FB993e;
  border-bottom: 1px solid transparent;
}

.color-hor-header .app-header {
  background: #FB993e;
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
  .dark-mode .horizontalMenu > .horizontalMenu-list {
    background: #151727;
    border-right: 1px solid rgba(255, 255, 255, 0.04);
  }
}
.dark-menu .side-menu__item.active .side-menu__icon,
.dark-menu .side-menu__item:hover .side-menu__icon,
.dark-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

.dark-menu .side-menu__item.active,
.dark-menu .side-menu__item:hover,
.dark-menu .side-menu__item:focus {
  color: #fff;
  background: #FB993e;
}

.color-menu .app-sidebar {
  background: #FB993e !important;
}

.color-menu .side-header {
  background: #FB993e;
}

.color-menu .side-menu__item.active .side-menu__icon,
.color-menu .side-menu__item:hover .side-menu__icon,
.color-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

.color-menu .side-menu__item.active,
.color-menu .side-menu__item:hover,
.color-menu .side-menu__item:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0 rgba(7, 16, 31, 0.1);
}

.gradient-menu .side-menu__item.active .side-menu__icon,
.gradient-menu .side-menu__item:hover .side-menu__icon,
.gradient-menu .side-menu__item:focus .side-menu__icon {
  color: #fff;
}

.gradient-menu .side-menu__item.active,
.gradient-menu .side-menu__item:hover,
.gradient-menu .side-menu__item:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0 rgba(7, 16, 31, 0.1);
}

.color-menu.sidemenu-bgimage .side-header:before {
  background: rgba(82, 92, 229, 0.94);
}

.color-menu.sidemenu-bgimage .app-sidebar:before {
  background: rgba(82, 92, 229, 0.94);
}

.white-mode.color-hor-menu .horizontal-main.hor-menu {
  background: #FB993e;
}

.dark-mode.color-hor-menu .horizontal-main.hor-menu {
  background: #FB993e;
}

.light-mode.color-hor-menu .horizontal-main.hor-menu {
  background: #FB993e;
}

@media (max-width: 767px) {
  .color-hor-header .mobile-header {
    background: #FB993e;
  }

  .color-menu .mobile-header {
    background: #FB993e !important;
  }
}
@media only screen and (max-width: 991px) {
  .color-hor-menu .horizontalMenu > .horizontalMenu-list {
    background: #FB993e;
  }

  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 0;
  }

  .color-hor-menu .mega-menubg {
    background: rgba(0, 0, 0, 0.3) !important;
  }

  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    background-color: transparent;
  }

  .color-hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
}
.color-hor-menu .horizontal-main.hor-menu {
  background: #FB993e;
}

.light-menu .side-menu__item.active, .light-menu .side-menu__item:hover, .light-menu .side-menu__item:focus {
  background: #FB993e;
  box-shadow: 0px 1px 5px 0 rgba(7, 16, 31, 0.1);
  border-radius: 0px;
  color: #fff;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #FB993e;
}

.chat .msg_cotainer_send {
  background: #FB993e;
  color: #fff;
}

.chat .msg_cotainer_send:before {
  border-left-color: #FB993e;
}

.chat .msg_cotainer_send:after {
  border-left-color: #FB993e;
}
