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

.primary-scroll::-webkit-scrollbar-thumb:hover
{background: #0c79cd; }

/*scrollbar end*/

.text-secondary{color: #E5EEF2 !important;}
.border-secondary {border-color: #E5EEF2 !important;}
.bg-secondary {background-color: #E5EEF2 !important;}
.bg-op-secondary {background-color:rgba(212, 175, 55, 0.58) !important}
.bg-op75-secondary {background-color:rgba(212, 175, 55, 0.75) !important}
.btn-secondary { background-color: #E5EEF2; border-color: #E5EEF2;}
.btn-secondary:hover {background-color: #0d1d3f;border-color: #0d1d3f;}
.btn-secondary:focus, .btn-secondary.focus {background-color: #0d1d3f;border-color: #0d1d3f;box-shadow: 0 0 0 0.2rem rgba(229, 238, 242, 0.3);}
.btn-secondary.disabled, .btn-secondary:disabled { background-color: #E5EEF2;border-color: #E5EEF2;}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(229, 238, 242, 0.3);}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle,.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {background-color: #0d1d3f;border-color: #0d1d3f;}
.btn-outline-secondary {color: #E5EEF2;border-color: #E5EEF2;}
.btn-outline-secondary:hover {background-color: #E5EEF2;border-color: #E5EEF2;}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {box-shadow: 0 0 0 0.2rem rgba(229, 238, 242, 0.3);}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #E5EEF2;background-color: transparent;}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {background-color: #E5EEF2;border-color: #E5EEF2;}
.btn-slide-secondary {color: #E5EEF2;border: 1px solid #E5EEF2;}
.btn-slide-secondary:hover {color: #fff !important;}
.btn-slide-secondary:before {background-color: #E5EEF2;}