@charset "UTF-8";

/*------------------------------------------------------------------
[Color1 Stylesheet]

Project        :   Yoha - html5 bootstrap admin template
Version        :   V.1
Create Date    :   02/05/20
Copyright      :   Spruko Technologies Private Limited 
Author         :   SprukoSoft
Author URL     :   https://themeforest.net/user/sprukosoft
Support		   :   support@spruko.com
License        :   Licensed under ThemeForest License

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

a {
    color: #04245c;
}

a:hover {
    color: #04245c;
}

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

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


/*--- gradient-backgrounds --*/

.bg-primary-gradient {
    background: linear-gradient(to right, #04245c 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: #04245c !important;
}

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

.text-primary {
    color: #04245c !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: #04245c;
    box-shadow: none;
}

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

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

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

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

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

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

.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: #04245c;
    background: #dadcff !important;
    border-color: #dadcff !important;
    box-shadow: none;
}

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

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

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

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

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

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

.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: #04245c;
    border-color: #04245c;
}

.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: #04245c;
    background: transparent;
    background-image: none;
    border-color: #04245c;
    box-shadow: none;
}

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

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #04245c;
    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: #04245c;
    border-color: #04245c;
}

.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: #04245c;
}

.btn-link:hover {
    color: #04245c;
}

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

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

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

timeline__item:after {
    border: 6px solid #04245c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link:hover {
    color: #04245c;
}

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

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

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

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

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

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

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

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

.pop-primary {
    color: #04245c;
}

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

.breadcrumb-item.active {
    color: #04245c;
}

.breadcrumb-item1 a {
    color: #04245c;
}

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

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

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: rgb(82, 92, 229) !important;
}


/*-----Badges-----*/

.badge-primary {
    background: #04245c;
}

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


/*-----Badges-----*/

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

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

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

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

.alert-primary .alert-link {
    color: #04245c;
}

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

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

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

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

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

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

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

.primary b {
    color: #04245c;
}

@media (max-width: 992px) {
    .nav-item.with-sub .sub-item {
        border-top: 2px solid #04245c;
    }
}

.expanel-primary>.expanel-heading {
    color: #fff !important;
    background-color: #04245c !important;
    border-color: #04245c !important;
}

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

.spinner {
    background-color: #04245c;
}

.spinner-lg {
    background-color: #04245c;
}

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

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

.lds-heart div {
    background: #04245c;
}

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

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

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-title {
    color: #04245c;
}

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

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

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

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

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

.tab-content i {
    color: #04245c;
}

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

.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: #04245c;
    color: #fff;
}

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

.msb-reply button {
    background: #04245c;
}


/* --------Added--------- css*/

.wizard-card .moving-tab {
    margin-top: 5px;
    background: linear-gradient(to right, #04245c 0%, #04245c 100%);
}

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

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

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

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

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

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

.fc button {
    background: #04245c;
}

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

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


/* ----Added css----*/

div.conv-form-wrapper div.options div.option {
    color: #04245c;
    border: 1px solid #04245c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.weather-card .top {
    background: #04245c;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
    .search-show .search-element {
        background-image: linear-gradient(to right, #04245c 0%, #04245c 100%);
    }
}

.text-primary-gradient {
    background: linear-gradient(to right, #04245c 0%, #04245c 100%);
}

.chat .msg_head {
    background: #04245c;
}

.msb-reply button {
    background: #04245c;
}

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

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

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

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

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

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

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

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

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

.bg-primary-transparent {
    background-color: rgb(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 .2));
    filter: drop-shadow(-6px 12px 4px rgba(82, 92, 229, .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: #04245c;
}

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

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

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


/*-- Sidemenu --*/

.side-menu__item.active,
.side-menu__item:hover,
.side-menu__item:focus {
    color: #1b1bff;
}

.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: #04245c;
}

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

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

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

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

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

.slide-item.active:before,
.slide-item:hover:before {
    background: #04245c;
    border: 1px solid #04245c !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: #04245c;
    border: 1px solid #04245c !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: #04245c;
    border: 1px solid #04245c !important;
}


/*-- Horizontal-menu --*/

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

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

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

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

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

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

.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: #04245c;
    border: 1px solid #04245c;
}

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

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

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

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


/*Color-Header*/

.color-hor-header .header.hor-header {
    background: #04245c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

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

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

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

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

.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: #04245c;
}

.default-body .app-sidebar {
    background: #04245c!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: #04245c;
    border-bottom: 1px solid transparent
}

.color-hor-header .app-header {
    background: #04245c;
    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: #04245c;
}

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

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

.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: #04245c;
}

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

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

@media (max-width:767px) {
    .color-hor-header .mobile-header {
        background: #04245c;
    }
    .color-menu .mobile-header {
        background: #04245c !important;
    }
}

@media only screen and (max-width: 991px) {
    .color-hor-menu .horizontalMenu>.horizontalMenu-list {
        background: #04245c;
    }
    .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: #04245c;
}

.light-menu .side-menu__item.active,
.light-menu .side-menu__item:hover,
.light-menu .side-menu__item:focus {
    background: #04245c;
    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: #04245c;
}

.chat .msg_cotainer_send {
    background: #04245c;
    color: #fff;
}

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

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