/*================================================================================
        Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
        Version: 2.0
        Author: PIXINVENT
        Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
:root {
    --bs-blue: #00cfe8;
    --bs-indigo: #6610f2;
    --bs-purple: #7367f0;
    --bs-pink: #d63384;
    --bs-red: #ea5455;
    --bs-orange: #ff9f43;
    --bs-yellow: #ffc107;
    --bs-green: #28c76f;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #b8c2cc;
    --bs-gray-dark: #1e1e1e;
    --bs-gray-100: #babfc7;
    --bs-gray-200: #ededed;
    --bs-gray-300: #dae1e7;
    --bs-gray-400: #636363;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #b8c2cc;
    --bs-gray-700: #4e5154;
    --bs-gray-800: #1e1e1e;
    --bs-gray-900: #2a2e30;
    --bs-primary: #0082B5;
    --bs-secondary: #82868b;
    --bs-success: #28c76f;
    --bs-info: #00cfe8;
    --bs-warning: #ff9f43;
    --bs-danger: #ea5455;
    --bs-light: #f6f6f6;
    --bs-dark: #4b4b4b;
    --bs-primary-rgb: 252, 185, 1;
    --bs-secondary-rgb: 130, 134, 139;
    --bs-success-rgb: 40, 199, 111;
    --bs-info-rgb: 0, 207, 232;
    --bs-warning-rgb: 255, 159, 67;
    --bs-danger-rgb: 234, 84, 85;
    --bs-light-rgb: 246, 246, 246;
    --bs-dark-rgb: 75, 75, 75;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 34, 41, 47;
    --bs-body-rgb: 110, 107, 123;
    --bs-font-sans-serif: "Montserrat", Helvetica, Arial, serif;
    --bs-font-monospace: "Montserrat", Helvetica, Arial, serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.45;
    --bs-body-color: #000;
    --bs-body-bg: #f8f8f8;
    --original-header-color:#5e5873;
    --custom-header-color:#000;
}
/*0 131 181*/
html .content .content-wrapper .content-header-title {
    font-weight: 500;
    color: #000;
    padding-right: 1rem;
    border-right: 1px solid #d6dce1;
}

.table {
    color: #000;
}

.main-menu .navbar-header {
    height: 100%;
    width: 260px;
    height: 5.45rem;
    position: relative;
    padding: 0.35rem 1rem 0.3rem 1.64rem;
    transition: 300ms ease all, background 0s;
}

.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, var(--bs-primary), rgba(0 ,131, 181, 0.7));
    box-shadow: 0 0 10px 1px rgb(0 131 181 / 70%);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}
.main-menu.menu-light .navigation li a {
    color: #000;
    padding: 10px 15px 10px 15px;
    line-height: 1.45;
}
.main-menu.menu-light .navigation > li .active > a {
    margin-bottom: 0;
}
.main-menu.menu-light .navigation > li ul .active {
    background: linear-gradient(118deg, var(--bs-primary), rgba(0 ,131, 181, 0.7));
    box-shadow: 0 0 10px 1px rgb(0 131 181 / 70%);
    border-radius: 4px;
    z-index: 1;
    color: #fff
}
.form-control {
    color: #000;
}
.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 3px 10px 0 rgb(0 131 181 / 10%);
}
.form-select:focus {
    border-color: #1c7ef9;
    outline: 0;
    box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
}
.page-item.active .page-link {
    z-index: 3;
    color: var(--bs-primary);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary {
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(0 ,131, 181, 0.04);
    color: var(--bs-primary);
}

a {
    color: var(--bs-primary);
    text-decoration: none;
}

a:active{
    color: var(--bs-primary);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-primary);
    background-color: rgba(0 ,131, 181, 0.12) !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:not(:disabled):checked {
    box-shadow: 0 2px 4px 0 rgb(28 126 249 / 40%);
}


.form-label,.form-check-label {
    font-size: 1rem;
    color: #000000;
    font-weight:500;
}

.selectize-dropdown, .selectize-input, .selectize-input input{
    color: #000000;
    font-weight: 400;
    font-size: 1rem;
}

.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -55px;
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='234' viewBox='0 0 239 234' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='88.5605' y='0.700195' width='149' height='149' rx='19.5' stroke='%230082B5' stroke-opacity='0.16'/%3E%3Crect x='0.621094' y='33.761' width='200' height='200' rx='10' fill='%230082B5' fill-opacity='0.08'/%3E%3C/svg%3E%0A");

}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='181' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.30469' y='1.44312' width='178' height='178' rx='19' stroke='%230082B5' stroke-opacity='0.16' stroke-width='2' stroke-dasharray='8 8'/%3E%3Crect x='22.8047' y='22.9431' width='135' height='135' rx='10' fill='%230082B5' fill-opacity='0.08'/%3E%3C/svg%3E");

}