/*This is only for the links in login and registration :eef2f4*/
/*This is only for the links hover in login and registration :BAAD17*/
a {
    color: #eef2f4
}

a:hover {
    color: #BAAD17
}

.bg-primary {
    background: #0096F7!important
}

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

.bg-primary-gradient {
    background: linear-gradient(90deg,#0096F7 0,#627955)!important
}

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

.border-primary {
    border-color: ##5B72B7!important
}

.text-primary {
    color: #0096F7!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #4a822d!important
}

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

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

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0096F7
}

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

.btn-primary {
    color: #fff!important;
    background: linear-gradient(to right, rgba(138, 43, 226, 0), rgb(12 153 218 / 60%), rgba(138, 43, 226, 0)); /* Gradient that fades to the sides */!important;
    border-color: #5B72B7!important;
    box-shadow: 0 5px 10px rgba(83,137,186,.3)
}

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

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 2px #3F51B5
}

.btn-primary.disabled,.btn-primary:disabled,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(to right, rgba(138, 43, 226, 0), rgb(12 153 218 / 60%), rgba(138, 43, 226, 0)); /* Gradient that fades to the sides */;
    border-color: #4a822d
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(86,152,52,.9)
}

.btn-primary-light {
    color: #0096F7;
    background: #b0d29f!important;
    border-color: #b0d29f!important;
    box-shadow: 0 5px 10px rgba(86,152,52,.3)
}

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

.btn-primary-light.focus,.btn-primary-light:focus {
    box-shadow: 0 0 0 2px rgba(86,152,52,.9)
}

.btn-primary-gradient {
    color: #fff;
    background: linear-gradient(90deg,#0096F7 0,#627955)!important;
    border-color: #0096F7!important;
    box-shadow: 0 5px 10px rgba(86,152,52,.3)
}

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

.btn-primary-gradient.focus,.btn-primary-gradient:focus {
    box-shadow: 0 0 0 2px rgba(86,152,52,.9)
}

.btn-primary-gradient.disabled,.btn-primary-gradient:disabled,.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: #0096F7;
    border-color: #0096F7
}

.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: 0 0 0 2px rgba(86,152,52,.9)
}

.btn-outline-primary {
    color: #0096F7;
    background: transparent;
    background-image: none;
    border-color: #0096F7;
    box-shadow: 0 5px 10px rgba(86,152,52,.3)
}

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

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(86,152,52,.1)
}

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

.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: 0 0 0 2px rgba(86,152,52,.1)
}

.btn-link {
    color: #0096F7
}

.btn-link:hover {
    color: #4a822d
}

.drop-icon-wrap .drop-icon-item:hover,.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover {
    color: #0096F7
}

timeline__item:after {
    border: 6px solid #0096F7
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #0096F7
}

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

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

.custom-file-input:focus~.custom-file-label:after,.custom-select:focus {
    border-color: #0096F7
}

.custom-file-label:after {
    background-color: #0096F7
}

.custom-range::-moz-range-thumb,.custom-range::-ms-thumb,.custom-range::-webkit-slider-thumb {
    background-color: #0096F7
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    background-color: #0096F7
}

.page-link:hover {
    color: #4a822d
}

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

.range.range-primary input[type=range]::-moz-slider-thumb,.range.range-primary input[type=range]::-webkit-slider-thumb {
    background-color: #0096F7
}

.range.range-primary output {
    background-color: #0096F7
}

.range.range-primary input[type=range] {
    outline-color: #0096F7
}

.nav-tabs .nav-item1 .nav-link.active,.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),.panel.price>.panel-heading {
    background: #0096F7
}

.pop-primary {
    color: #4a822d
}

.heading-primary {
    background-color: #0096F7;
    color: #fff;
    padding: 5px
}

.breadcrumb-item1 a,.breadcrumb-item.active,.panel-default>.panel-heading {
    color: #0096F7
}

.panel-title1 a {
    background: linear-gradient(90deg,#0096F7 0,#627955)!important
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #0096F7!important
}

.badge-primary {
    background: #0096F7
}

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

.badge-primary-gradient {
    color: #fff;
    background-image: linear-gradient(90deg,#0096F7 0,#627955)
}

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

.alert-primary {
    color: #0096F7;
    background-color: #b0d29f;
    border-color: #b0d29f
}

.alert-primary hr {
    border-top-color: #0096F7
}

.alert-primary .alert-link {
    color: #0096F7
}

.list-group-item-primary {
    color: #0096F7;
    background-color: #b0d29f
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #0096F7;
    background-color: #a1c58e
}

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

.header-bg {
    background: #0096F7;
    background: -webkit- linear-gradient(90deg,#0096F7 0,#627955)!important;
    background: linear-gradient(90deg,#0096F7 0,#627955)!important
}

.footer a:not(.btn) {
    color: #0096F7
}

.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover:not(.disabled) {
    background: #0096F7
}

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

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

.login-img {
    background: rgb(68 83 251/ 0%);
}

.avatar {
    background: #0096F7 no-repeat 50%/cover
}

.cube1,.cube2,.double-bounce1,.double-bounce2,.spinner,.spinner-lg {
    background-color: #0096F7
}

.lds-heart div,.lds-heart div:after,.lds-heart div:before {
    background: #0096F7
}

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

.lds-hourglass:after {
    border-color: #0096F7 transparent;
    border-style: solid;
    border-width: 26px
}

.tag-primary,a.chip:hover {
    background-color: #0096F7
}

.tag-primary {
    color: #fff
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #0096F7;
    z-index: 1;
    color: #0096F7;
    background: #f6f4fb
}

.selectgroup-input:focus+.selectgroup-button {
    border-color: #0096F7;
    z-index: 2;
    color: #0096F7;
    box-shadow: 0 0 0 2px rgba(86,152,52,.25)
}

.ui-datepicker .ui-datepicker-title {
    color: #0096F7
}

.timeline--horizontal .timeline-divider {
    background: #0096F7!important
}

#back-to-top {
    background-image: linear-gradient(90deg,#0096F7 0,#373B44)
}

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

.tabs-menu ul li .active {
    background: #0096F7;
    color: #fff;
    box-shadow: 0 5px 10px rgba(86,152,52,.3)
}

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

.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart,.tab-content i,.tabs-menu2 ul li .active {
    color: #0096F7
}

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

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

.msb-reply button {
    background: #0096F7
}

.wizard-card .moving-tab {
    margin-top: 5px;
    background: linear-gradient(90deg,#0096F7 0,#627955)
}

.cal1 .clndr .clndr-table .header-days,.cal1 .clndr .clndr-table tr .day.my-today.event,.cal1 .clndr .clndr-table tr .day.today.event {
    background: #0096F7
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
    color: #fff;
    background: #0096F7
}

.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover,.fc button {
    background: #0096F7
}

.fc-event {
    border: 1px solid #0096F7
}

.fc-event,.fc-event-dot {
    background-color: #0096F7
}

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

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

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

div.conv-form-wrapper div.options div.option.selected:hover {
    background: #0096F7
}

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

.addui-slider .addui-slider-track .addui-slider-handle:after,.addui-slider .addui-slider-track .addui-slider-range,div.conv-form-wrapper div#messages div.message.from {
    background: #0096F7
}

.timeline__item:after {
    border: 6px solid #0096F7
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: #0096F7;
    color: #fff!important
}

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

.cal1 .clndr .clndr-table tr .day.my-today,.cal1 .clndr .clndr-table tr .day.today,.tab_wrapper.right_side>ul li.active:after {
    background: #0096F7
}

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

.weather-card .top {
    background: #0096F7
}

.primary .pricing-divider {
    background: #0096F7!important
}

.product-grid6 .title a:hover {
    color: #0096F7
}

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

.product-grid6 .icons li a:hover {
    color: #fff
}

.card-counter.primary,.product-grid6 .icons li a:after,.product-grid6 .icons li a:before,.product-grid6 .icons li a:hover {
    background-image: linear-gradient(90deg,#0096F7 0,#627955)
}

.card-counter.primary {
    color: #fff
}

#user-profile .profile-details a>i,#user-profile .profile-details i {
    color: #0096F7
}

@media (max-width: 767.98px) and (min-width:576px) {
    .search-show .search-element {
        background-image:linear-gradient(90deg,#0096F7 0,#627955)
    }
}

@media (max-width: 575.98px) {
    .search-show .search-element {
        background-image:linear-gradient(90deg,#0096F7 0,#627955)
    }
}

.text-primary-gradient {
    background: linear-gradient(90deg,#0096F7 0,#627955)
}

.chat .msg_head,.msb-reply button {
    background: #0096F7
}

.footer-payments a:hover,.footer-social-list a,.footer-social-list a:hover,.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled),.top-footer a:hover,.top-footer a address:hover,.top-footer p:hover {
    color: #0096F7
}

.custom-switch-input:checked~.custom-switch-indicator,.label-primary {
    background: #0096F7
}

.label-primary {
    color: #fff
}

.bg-primary-transparent {
    background-color: rgba(86,152,52,.1)
}

.box-primary-shadow {
    box-shadow: 0 5px 10px rgba(86,152,52,.3)
}

.text-primary-shadow {
    text-shadow: 0 5px 10px rgba(86,152,52,.3)
}

.chart-dropshadow-primary {
    filter: drop-shadow(-6px 12px 4px rgba(86,152,52,.2))
}

.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active {
    background: #4a822d
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,.hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover,.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover,.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover,.side-menu__item.active,.side-menu__item.active .side-menu__icon,.side-menu__item:focus,.side-menu__item:focus .side-menu__icon,.side-menu__item:hover,.side-menu__item:hover .side-menu__icon {
    color: #0096F7
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #0096F7;
    border-color: #0096F7
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #0096F7
}

.onoffswitch2-checkbox:checked+.onoffswitch2-label {
    background-color: #0096F7
}

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

.dark-hor-menu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,.dark-hor-menu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover,.light-hor-menu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active,.light-hor-menu .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #fff;
    background: #0096F7
}

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

.default-body .app-sidebar {
    background: #0096F7!important
}

.transparent-mode .side-menu__item.active,.transparent-mode .side-menu__item.active .side-menu__icon,.transparent-mode .side-menu__item:focus,.transparent-mode .side-menu__item:focus .side-menu__icon,.transparent-mode .side-menu__item:hover,.transparent-mode .side-menu__item:hover .side-menu__icon {
    color: #0096F7
}

.color-hor-header .header.hor-header {
    background: #0096F7;
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.horizontal-main2.horizontal-main {
    background: #0096F7
}

@media only screen and (max-width: 991px) {
    .dark-mode .horizontalMenu>.horizontalMenu-list {
        background:#0096F7
    }
}

.color-menu .app-sidebar {
    background: #0096F7!important
}

.color-menu .side-header {
    background: #0096F7
}

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

.color-menu.sidemenu-bgimage .app-sidebar:before,.color-menu.sidemenu-bgimage .side-header:before {
    background: rgba(86,152,52,.94)
}

.color-hor-menu .horizontal-main.hor-menu,.dark-mode.color-hor-menu .horizontal-main.hor-menu,.light-mode.color-hor-menu .horizontal-main.hor-menu,.transparent-mode.color-hor-menu .horizontal-main.hor-menu {
    background: #0096F7
}

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

    .color-menu .mobile-header {
        background: #0096F7!important
    }
}

@media only screen and (max-width: 991px) {
    .color-hor-menu .horizontalMenu>.horizontalMenu-list {
        background:#0096F7
    }

    .color-hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        background-color: #477b2c
    }

    .color-hor-menu .mega-menubg {
        background: #477b2c!important
    }

    .color-hor-menu .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        background-color: #3d6727
    }

    .color-hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        background-color: #477b2c!important
    }
}
