a{color: #06A9F6;}
a:hover {color: #06A9F6;}
.nav-link:hover, .nav-link:focus{color: #06A9F6}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border-bottom: 4px solid #06A9F6;}
.btn-primary { background-color: #06A9F6; border-color: #06A9F6;}
.btn-primary:hover {background-color: #06A9F6;border-color: #06A9F6;}
.btn-primary:focus, .btn-primary.focus {background-color: #06A9F6;border-color: #06A9F6;box-shadow: 0 0 0 0.2rem rgba(6, 169, 246, 0.3);}
.btn-primary.disabled, .btn-primary:disabled { background-color: #06A9F6;border-color: #06A9F6;}
.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 0.2rem rgba(6, 169, 246, 0.3);}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {background-color: #06A9F6;border-color: #0057b6;}
.btn-outline-primary {color: #06A9F6;border-color: #06A9F6;}
.btn-outline-primary:hover {background-color: #06A9F6;border-color: #06A9F6;}
.btn-outline-primary:focus, .btn-outline-primary.focus {box-shadow: 0 0 0 0.2rem rgba(6, 169, 246, 0.3);}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #06A9F6;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 {background-color: #06A9F6;border-color: #06A9F6;}
.btn-link {color: #06A9F6;}
.btn-link:hover {color: #06A9F6;}
.dropdown-item.active, .dropdown-item:active {background-color: #06A9F6;}
.custom-control-input:checked ~ .custom-control-label::before {border-color: #06A9F6;background-color: #06A9F6;}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { border-color: #06A9F6; background-color: #06A9F6;}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(6, 169, 246, 0.3);}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {background-color: rgba(6, 169, 246, 0.3);}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: rgba(6, 169, 246, 0.3);}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {border-color: #06A9F6;}
.custom-range::-webkit-slider-thumb { background-color: #06A9F6;}
.custom-range::-moz-range-thumb {background-color: #06A9F6;}
.custom-range::-ms-thumb { background-color: #06A9F6;}
.custom-range::-ms-thumb:active {background-color: #06A9F6;}
.custom-range::-moz-range-thumb:active {background-color: #06A9F6;}
.custom-range::-webkit-slider-thumb:active {background-color: #06A9F6;}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {background-color: #06A9F6;border-color: #06A9F6;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color: #06A9F6;}
.page-link {color: #06A9F6; }
.page-link:hover {color: #06A9F6;}
.page-link:focus {box-shadow: 0 0 0 0.2rem rgba(6, 169, 246, 0.25);}
.page-item.active .page-link {background-color: #06A9F6;border-color: #06A9F6;}
.badge-primary {background-color: #06A9F6;}
.progress-bar {background-color: #06A9F6;}
.list-group-item.active {background-color: #06A9F6;border-color: #06A9F6;}
.bg-primary {background-color: #06A9F6 !important;}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {background-color: #06A9F6 !important;}
.border-primary {border-color: #06A9F6 !important;}
.text-primary {color: #06A9F6 !important;}
a.badge-primary:hover, a.badge-primary:focus { background-color: #06A9F6;}
a.text-primary:hover, a.text-primary:focus {color: #06A9F6 !important;}
.form-control:focus{    border-color: #06A9F6;    box-shadow: 0 0 0 0.2rem rgba(6, 169, 246, 0.25);}
.form-check-input:checked{background-color: #06A9F6; border-color: #06A9F6;}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 169, 246, 0.5);
}


/*scrollbar*/
.primary-scroll::-webkit-scrollbar
{width: 8px;height: 8px;}

.primary-scroll::-webkit-scrollbar-track
{background:#E5E5E5;position: absolute;right: 0;border-radius: 0px;}

.primary-scroll::-webkit-scrollbar-thumb
{background:#06A9F6;border-radius: 10px;}

.primary-scroll::-webkit-scrollbar-thumb:hover
{background: #06A9F6; }

/*scrollbar end*/

.MuiTab-textColorPrimary.Mui-selected, .MuiFormLabel-root.Mui-focused{color: #06A9F6 !important}
.MuiTabs-indicator{background-color: #06A9F6 !important}
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{ border-color: #06A9F6 !important;}


.text-primary.line-animation::before{background-color: #06A9F6}
.menu li:hover a, .menu li.active a{color: #06A9F6 !important}