/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
  }

  body {
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    background: #f6f9ff;
    color: #444444;
    font-size: 14px !important;

  }

  a {
    color: #4154f1;
    text-decoration: none;
  }

  a:hover {
    color: #717ff5;
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Nunito", sans-serif;
  }
  .tooltip-primary, .popover-primary {
    --bs-tooltip-bg: var(--bs-primary);

    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
  }
  .tooltip-secondary, .popover-secondary {
    --bs-tooltip-bg: var(--bs-secondary);

    --bs-popover-border-color: var(--bs-secondary);
    --bs-popover-header-bg: var(--bs-secondary);
    --bs-popover-header-color: var(--bs-white);
  }
  .tooltip-info, .popover-info {
    --bs-tooltip-bg: var(--bs-info);

    --bs-popover-border-color: var(--bs-info);
    --bs-popover-header-bg: var(--bs-info);
    --bs-popover-header-color: var(--bs-white);
  }
  .tooltip-warning, .popover-warning {
    --bs-tooltip-bg: var(--bs-warning);

    --bs-popover-border-color: var(--bs-warning);
    --bs-popover-header-bg: var(--bs-warning);
    --bs-popover-header-color: var(--bs-black);
  }
  .tooltip-danger, .popover-danger {
    --bs-tooltip-bg: var(--bs-danger);

    --bs-popover-border-color: var(--bs-danger);
    --bs-popover-header-bg: var(--bs-danger);
    --bs-popover-header-color: var(--bs-white);
  }
  .tooltip-dark, .popover-dark {
    --bs-tooltip-bg: var(--bs-dark);
    --bs-popover-border-color: var(--bs-dark);
    --bs-popover-header-bg: var(--bs-dark);
    --bs-popover-header-color: var(--bs-white);
  }
  .tooltip-success, .popover-success {
    --bs-tooltip-bg: var(--bs-success);

    --bs-popover-border-color: var(--bs-success);
    --bs-popover-header-bg: var(--bs-success);
    --bs-popover-header-color: var(--bs-white);
  }
  .popover-primary, .popover-secondary, .popover-info, .popover-warning, .popover-danger, .popover-dark, .popover-success{
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
  }
   .popover{
        min-height: auto;
        max-height: 400px;
        overflow: auto;
        overflow-x: hidden;
    }
    .popover::-webkit-scrollbar { 
      display: none;  /* Safari and Chrome */
    }
  .text-bg-error{
    color: #fff;
    background-color: #dc3545;
  }
  .xs-small{
    font-size: 0.8em;
  }
  .btn{
    border-radius: 4px;
    font-size: 14px;
  }
  .btn-xs{
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
  }
  .bi{
    vertical-align: middle;
  }
  .cursor-pointer{
    cursor:pointer;
  }
  .hover-shadow:hover{
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    cursor:pointer;
  }
  .dropstart .dropdown-toggle::before{
    content: none;
  }
  /* box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15); */
.invalid-server-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}
.invalid-server{
    border-color: var(--bs-danger);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.invalid-server:focus{
    border: 2px solid #dc3545 !important;
}
.form-control{
    border-radius: 4px;
    font-size: 14px !important;
}
.input-group-text{
    font-size: 14px !important;
    border-radius: 4px;
    min-height: calc(2.3rem + calc(var(--bs-border-width)* 2));
    height: calc(2.3rem + calc(var(--bs-border-width)* 2));
}
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
    position:relative;
}
/* .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
} */
.form-control:focus{
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    outline: 0;
    box-shadow: none !important;
    border: 2px solid #0d6efd;
}

.form-floating>label{
    padding: 0.5rem 0.75rem;
    font-size: 14px;
}
.form-floating>.form-control:not([disabled]):focus ~ .form-floating label{
    color: #0d6efd !important;
}
.form-floating>.form-control:-webkit-autofill~label {
    opacity: 1;
    transform: scale(.85) translateY(-0.5rem) translateX(0.4rem) !important;
    background: #fff;
    padding: 0 8px;
    text-overflow: ellipsis;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 14px;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    opacity: 1;
    transform: scale(.85) translateY(-0.5rem) translateX(0.5rem);
    background: #fff;
    color: #0d6efd;
    padding: 0 8px;
    text-overflow: ellipsis;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 14px;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
  min-height: calc(2.3rem + calc(var(--bs-border-width) * 2));
  height: calc(2.3rem + calc(var(--bs-border-width)* 2));
}
.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control, .form-floating>.form-control-plaintext,
.form-floating>.form-control:not(:placeholder-shown){
    padding: 0.5rem 0.75rem !important;
}
.table{
    color: #0000008a !important;
  --bs-table-bg: #fff0;;
}
.table>thead, .table tfoot{
  background-color: var(--bs-light);
}

.table>tbody>tr{
   vertical-align: middle;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #eee !important;
    color: var(--bs-table-hover-color);
}
.table>:not(caption)>*>*{
    white-space: nowrap;
    color: var(--bs-gray, var(--bs-table-color-type, var(--bs-gray)));
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

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

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.has-ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    transform: scale(0);
    background: #fff;
    opacity: 1;
}
.ripple-animate {
    -webkit-animation: ripple;
    animation: ripple;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}
.blink_pending {
    animation: blinker 3s linear infinite;
    background-color: #ffc107 !important;
    font-weight: bold;
}
.blink_danger {
    animation: blinker 3s linear infinite;
    background-color: #dc3545 !important;
    font-weight: bold;
}
@keyframes blinker {
50% {
    opacity: 0.5;
}
}
.form-check-input{
    height:20px !important;
    width:20px !important;
    border:2px solid #0000008a;
}
.form-check-input[type=checkbox] {
    border-radius: 2px;
}
.form-check-input:focus {
    border-color: #0d6efd;
    outline: 0;
    box-shadow: none;
}.form-check-input:checked[type=checkbox]{
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAcklEQVR4nO3RPQqDQBgGYc/gBbTwDl7BI6Tbo1vY5wCS8ATBFbEw/iwJgtN9xQ4vs1l281dQoU4p6/BEflZWosUb4cIy1EObL802y/IxcLeU7pZF8MBrLj3dDGF8PEibQ8tWlkrym7OlfRJZBMV03PyMD1X0xvYAxJ/UAAAAAElFTkSuQmCC);
}
.form-check-input:checked {
    -webkit-animation: custripple 0.3s both, forwards, none;
    animation: custripple 0.3s both, forwards, none;
    background: #0d6efd;

}
a>.bi-pencil-square::before,a>.bi-trash::before,a>.bi-printer::before, a>.bi-eye::before, a>.bi-three-dots-vertical::before{
   background-color: #00000014;
   padding: 10px;
   border-radius: 50%;
}
.bi-pause::before {
  transform: rotate(90deg);
}
@-webkit-keyframes custripple {
    0% {
        box-shadow: 0 0 0 1px #00000000;
    }

    50% {
        box-shadow: 0 0 0 8px #00000014;
    }

    100% {
        box-shadow: 0 0 0 6px #00000000;
    }
}

@keyframes custripple {
    0% {
        box-shadow: 0 0 0 1px #00000000;
    }

    50% {
        box-shadow: 0 0 0 8px #00000014;
    }

    100% {
        box-shadow: 0 0 0 6px #00000000;
    }
}
.page-link{
    padding: 3px 10px !important;
}
.page-link:focus{
    box-shadow: none;
}
.toast{
    border: none;
}
.top-25{
    top:25% !important;
}
  /*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
  #main {
    margin-top: 60px;
    padding: 15px 15px;
    transition: all 0.3s;
  }

  @media (max-width: 1199px) {
    #main {
      padding: 15px;
    }
  }

  /*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
  .pagetitle h3 {
    color: #012970;
  }

  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }

  .back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
  }

  .back-to-top:hover {
    background: #6776f4;
    color: #fff;
  }

  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }

  /*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
  /* Dropdown menus */
  .dropdown-menu {
    border: none !important;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    top: 100% !important;
    transform: scale(0);
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
    transform-origin: 50% 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .dropdown-toggle::after {
    display: none !important;
}
  .dropdown-menu .dropdown-header,
  .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
  }

  .dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
  }

  .dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
  }

  .dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
  }

  .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }

  .dropdown-menu .dropdown-item i {
    margin-right: 10px;
    line-height: 0;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
  }
  .dropdown-menu.show, .open > .dropdown-menu , .select2-dropdown {
    display: block;
    opacity: 1;
    -webkit-animation-name: bmd-dropdown-animation;
    animation-name: bmd-dropdown-animation;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  @-webkit-keyframes bmd-dropdown-animation {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
  }

  @keyframes bmd-dropdown-animation {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
  }
  @media (min-width: 768px) {

    .dropdown-menu-arrow::before {
      content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 20px;
      transform: rotate(45deg);
      border-top: 1px solid #eaedf1;
      border-left: 1px solid #eaedf1;
    }

  }

  @keyframes dropdown-animate {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }

    0% {
      opacity: 0;
    }
  }

  /* Light Backgrounds */
  .bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
  }

  .bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
  }

  .bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
  }

  .bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
  }

  .bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
  }

  .bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
  }

  .bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
  }

  /* Card */
  .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  }

  .card-header,
  .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
  }

  .card-title {
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }

  .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }

  .card-body {
    padding: 1rem;
  }

  .card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
  }

  /* Alerts */
  .alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
  }

  .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }

  /* Accordion */
  .accordion {
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  }

  .accordion-item {
    border: 1px solid #ebeef4;
  }
  .accordion-button{
    padding: 5px;
  }
  .accordion-button:focus {
    outline: 0;
    box-shadow: none;
  }

  .accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
  }

  .accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
  }

  .accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
  }

  .accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
  }

  /* Breadcrumbs */
  .breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
  }

  .breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
  }

  .breadcrumb a:hover {
    color: #51678f;
  }

  .breadcrumb .breadcrumb-item::before {
    color: #899bbd;
  }

  .breadcrumb .active {
    color: #51678f;
    font-weight: 600;
  }

  /* Bordered Tabs */
  .nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
  }

  .nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
  }

  .nav-tabs-bordered .nav-link:hover,
  .nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
  }

  .nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
  }

.box {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
}
/* Pre-loader css start */
.loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1060;
    background-color: #eee;
}
.loader-bg .loader-track {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    overflow: hidden;
}
.loader-bg .loader-track .loader-fill:after, .loader-bg .loader-track .loader-fill:before {
    content: '';
    background: #0d6efd;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
}
.loader-bg .loader-track .loader-fill:before {
    -webkit-animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: mbar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.loader-bg .loader-track .loader-fill:after {
    -webkit-animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: m_s 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
@-webkit-keyframes mbar {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -35%;
    }
}

@keyframes mbar {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -35%;
    }
}

@-webkit-keyframes m_s {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes m_s {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/* Pre-loader css end */
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  .logo {
    line-height: 1;
  }

  @media (min-width: 1200px) {
    .logo {
      width: 200px;
    }
  }

  .logo img {
    max-height: 26px;
    margin-right: 6px;
  }

  .logo span {
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
  }

  .header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    background-color: #fff;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
  }

  .header .toggle-sidebar-btn {
    font-size: 32px;
    cursor: pointer;
    color: #012970;
  }

  .header .search-bar {
    min-width: 360px;
    padding: 0 20px;
  }

  @media (max-width: 1199px) {
    .header .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
    }

    .header .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
    }
  }

  .header .search-form {
    width: 100%;
  }

  .header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
  }

  .header .search-form input:focus,
  .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
  }

  .header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
  }

  .header .search-form button i {
    color: #012970;
  }

  /*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
  .header-nav ul {
    list-style: none;
  }

  .header-nav>ul {
    margin: 0;
    padding: 0;
  }

  .header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    width: 48px;
  }
  .header-nav .nav-list{
    font-size: 18px;
    color: #012970;
  }
  .header-nav .nav-icon:hover {
    background-color: #3c404314;
  }
  .header-nav .nav-link:hover{
    color: #4154f1;
  }
  .header-nav .nav-link.active{
    color: #4154f1;
    background: #f6f9ff;
  }
  .header-nav .nav-profile {
    color: #012970;
  }

  .header-nav .nav-profile img {
    max-height: 36px;
  }

  .header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600;
  }
  .header-nav .badge-number {
    inset: 2px 2px auto auto;
    font-size: 13px;
    padding: 3px 6px;
  }


  .header-nav .notifications .notification-item {
    transition: 0.3s;
  }
 
 

  .header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
  }

  .header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444444;
  }

  .header-nav .profile .dropdown-header span {
    font-size: 14px;
  }

  .header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: 0.3s;
  }

  .header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
  }

  .header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
  }

  /*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
  .sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    background-color: #fff;
  }

  @media (max-width: 1199px) {
    .sidebar {
      left: -250px;
    }
  }

  ::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #ddd;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #b4b4b4;
  }
  @media (min-width: 1200px) {

    #main,
    #footer {
      margin-left: 250px;
    }
  }

  @media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
      left: 0;
    }
  }

  @media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
      margin-left: 0;
    }

    .toggle-sidebar .sidebar {
      left: -250px;
    }
  }

  .sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav .nav-item {
    margin-bottom: 5px;
  }

  .sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
  }

  .sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
  }

  .sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #4154f1;
  }

  .sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
  }

  .sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
  }

  .sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
  }

  .sidebar-nav .nav-link:hover i {
    color: #4154f1;
  }

  .sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
  }

  .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
  }

  .sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
  }

  .sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
  }

  .sidebar-nav .nav-content a i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
  }

  .sidebar-nav .nav-content a:hover,
  .sidebar-nav .nav-content a.active {
    color: #4154f1;
  }

  .sidebar-nav .nav-content a.active i {
    color: #4154f1;
  }

  /*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
  /* Filter dropdown */
  .dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
  }

  .dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
  }

  .dashboard .filter .icon:hover,
  .dashboard .filter .icon:focus {
    color: #4154f1;
  }

  .dashboard .filter .dropdown-header {
    padding: 8px 15px;
  }

  .dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
  }

  .dashboard .filter .dropdown-item {
    padding: 8px 15px;
  }

  /* Info Cards */

  .dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  .dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
  }

  .dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
  }

  .dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
  }

  /* Activity */
  .dashboard .activity {
    font-size: 14px;
  }

  .dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
  }

  .dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
  }

  .dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
  }

  .dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
  }

  .dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
  }

  /* News & Updates */
  .dashboard .news .post-item+.post-item {
    margin-top: 15px;
  }

  .dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
  }

  .dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
  }

  .dashboard .news h4 a:hover {
    color: #4154f1;
  }

  .dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
  }

  /* Recent Sales */
  .dashboard .recent-sales {
    font-size: 14px;
  }

  .dashboard .recent-sales .table thead {
    background: #f6f6fe;
  }

  .dashboard .recent-sales .table thead th {
    border: 0;
  }

  .dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
  }

  .dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
  }

  /* Top Selling */
  .dashboard .top-selling {
    font-size: 14px;
  }

  .dashboard .top-selling .table thead {
    background: #f6f6fe;
  }

  .dashboard .top-selling .table thead th {
    border: 0;
  }

  .dashboard .top-selling .table tbody td {
    vertical-align: middle;
  }

  .dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
  }

  /*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
  .profile .profile-card img {
    max-width: 120px;
  }

  .profile .profile-card h3 {
    font-size: 18px;
  }

  .profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }

  .profile .profile-card .social-links a:hover {
    color: #012970;
  }

  .profile .profile-overview .row {
    margin-bottom: 0.5rem;
    font-size: 15px;
  }

  .profile .profile-overview .card-title {
    color: #012970;
  }

  .profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }

  .profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
  }

  .profile .profile-edit img {
    max-width: 120px;
  }
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    padding: 10px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
  }

  .footer .copyright {
    text-align: center;
    color: #012970;
  }

  .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
  }
  .modal-body,.modal-footer{
    background-color: #ffffff;
  }
/*--------------------------------------------------------------
  # Toggle button style
  --------------------------------------------------------------*/
  .checkbox label .toggle,.checkbox-inline .toggle{
    margin-left:-20px;
    margin-right:5px
}
 .toggle{
    position:relative;
    overflow:hidden
}
 .toggle input[type=checkbox]{
    display:none
}
 .toggle-group{
    position:absolute;
    width:200%;
    top:0;
    bottom:0;
    left:0;
    transition:left .35s;
    -webkit-transition:left .35s;
    -moz-user-select:none;
    -webkit-user-select:none
}
 .toggle.off .toggle-group{
    left:-100%
}
 .toggle-on{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:50%;
    margin:0;
    border:0;
    border-radius:0
}
 .toggle-off{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    right:0;
    margin:0;
    border:0;
    border-radius:0
}
 .toggle-handle{
    position:relative;
    margin:0 auto;
    padding-top:0;
    padding-bottom:0;
    height:100%;
    width:0;
    border-width:0 1px;
    background-color: #eee;
}
 .toggle.btn{
    min-width:59px;
    min-height:34px
}
 .toggle-on.btn{
    padding-right:24px
}
 .toggle-off.btn{
    padding-left:24px
}
 .toggle.btn-lg{
    min-width:79px;
    min-height:45px
}
 .toggle-on.btn-lg{
    padding-right:31px
}
 .toggle-off.btn-lg{
    padding-left:31px
}
 .toggle-handle.btn-lg{
    width:40px
}
 .toggle.btn-sm{
    min-width:50px;
    min-height:30px
}
 .toggle-on.btn-sm{
    padding-right:20px
}
 .toggle-off.btn-sm{
    padding-left:20px
}
 .toggle.btn-xs{
    min-width:35px;
    min-height:22px
}
 .toggle-on.btn-xs{
    padding-right:12px
}
 .toggle-off.btn-xs{
    padding-left:12px
}

/*--------------------------------------------------------------
# Select2 style
--------------------------------------------------------------*/
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.input-group>.form-floating .choices__inner{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn{
  max-height: 39px;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  height: calc(2.3rem + calc(var(--bs-border-width) * 2)) !important;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
  background-color: #0000001a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 30px;
  height: 24px;
  width: 24px;
  border-radius: 10em;
}
.choices[data-type*=select-one] .choices__button:hover{
    background-color: #ddd !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
    display:block;
    border-style: none;
    flex-shrink: 0;
    width: 15px;
    height: 12px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    transition: var(--bs-accordion-transition);
    position: absolute;
    top: 0;
    right: 10px;
    transform: translateY(110%);
}
.choices[data-type*=select-one].is-open::after {
    transform: rotate(-0.50turn);
    border-color: transparent transparent #333 transparent;
    display:block;
    border-style: none;
    flex-shrink: 0;
    width: 15px;
    height: 12px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    position: absolute;
    top: 35%;
    right: 10px;
    transition: var(--bs-accordion-transition);
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left:4px;
  padding-left: 16px;
  border-left: 1px solid #dee2e6;
    color:#fff0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  width: 100%;
  padding: 0.5rem 0.75rem !important;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
}
.choices__inner:has(select.invalid-server) { border-color: var(--bs-danger) !important; }
.is-focused .choices__inner, .is-open .choices__inner {
  color: var(--bs-body-color);
  border: 2px solid #0d6efd;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0px 5px;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #dee2e6;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  border: none;
  
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
  -webkit-animation-name: bmd-dropdown-animation;
     animation-name: bmd-dropdown-animation; 
     -webkit-animation-duration: 0.2s; 
     animation-duration: 0.2s; 
     -webkit-animation-fill-mode: forwards; 
     animation-fill-mode: forwards; 
     -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
     animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  line-height:1;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.form-floating .choices+label{
    opacity: 1;
    transform: scale(.85) translateY(-0.5rem) translateX(0.5rem);
    background: #fff;
    color: #0d6efd;
    padding: 0 8px;
    text-overflow: ellipsis;
    height: auto;
    width: auto;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
}
.choices__list--dropdown .choices__item--selectable::before, .choices__list[aria-expanded] .choices__item--selectable::before{
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #0000008a;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-animation: custripple 0.3s both, forwards, none;
    animation: custripple 0.3s both, forwards, none;
}
.choices__list[aria-expanded] .is-selected:before {
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAcklEQVR4nO3RPQqDQBgGYc/gBbTwDl7BI6Tbo1vY5wCS8ATBFbEw/iwJgtN9xQ4vs1l281dQoU4p6/BEflZWosUb4cIy1EObL802y/IxcLeU7pZF8MBrLj3dDGF8PEibQ8tWlkrym7OlfRJZBMV03PyMD1X0xvYAxJ/UAAAAAElFTkSuQmCC);
    color: #fff;
    background-color: #0d6efd;
    border: 0;
    display: inline-block;
    padding-left: 5px;
    -webkit-animation: custripple 0.3s both, forwards, none;
    animation: custripple 0.3s both, forwards, none;
}
/* =====  End of Choices  ====== */

/*-------------------------------------------------------------
# Toggle status button
-------------------------------------------------------------*/
.toggle {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    cursor: pointer;
  }

  .toggle input {
    display: none;
  }

  .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dc3545;
    transition: all 0.3s ease-in-out;
  }

  .toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 16px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
  }

  .toggle input:checked+.slider {
    background-color: #198754;
  }

  .toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
  }

  .toggle .labels {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

  .toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 5px;
    top:6px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    line-height: 1;
  }

  .toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    top:6px;
    left: calc(var(--height) - var(--width) + 6px);
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease-in-out;
    line-height: 1;
  }

  .toggle input:checked~.labels::after {
    opacity: 0;
    transform: translateX(calc(var(--width) - var(--height)));
  }

  .toggle input:checked~.labels::before {
    opacity: 1;
    transform: translateX(calc(var(--width) - var(--height)));
  }
/*-------------------------------------------------------
# Calendar style
-------------------------------------------------------*/
.tempus-dominus-widget .calendar-header .bi-chevron-right,
.tempus-dominus-widget .calendar-header .bi-chevron-left{
    font-size: 21px;
}
.tempus-dominus-widget .date-container-days .dow{
    font-weight: bold;
}
.tempus-dominus-widget .calendar-header .picker-switch{
    padding: 9px;
    border-radius: 999px;
}
.tempus-dominus-widget .calendar-header .picker-switch:hover{
    background-color: #e9ecef;
}
.tempus-dominus-widget .calendar-header .next {
    margin-left: auto;
    padding: 4px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.tempus-dominus-widget .calendar-header .previous {
    margin-right: auto;
    padding: 4px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.tempus-dominus-widget .calendar-header .next:hover,
.tempus-dominus-widget .calendar-header .previous:hover{
    background-color: #e9ecef;
}
.tempus-dominus-widget .toolbar{
    grid-auto-rows: 30px;
}
.tempus-dominus-widget .date-container-days div:not(.no-highlight){
    width:100%;
    height: auto;
}

/*----------------------------------------------
Tinymice
----------------------------------------------*/
.tox-statusbar__branding, .tox-promotion{
    display: none !important;
}
/*----------------------------------------------
File Input
----------------------------------------------*/
.krajee-default .file-footer-caption{
  margin-bottom:0;
}

.print-contract{
  table th, table tr{
    font-size: 13px;
  }
}
.blink_pending {
  animation: blinker 3s linear infinite;
  background-color: #f39c12;
  color:#fff;
  font-weight: bold;
}
.blink_danger {
  animation: blinker 3s linear infinite;
  background-color: #dd4b39;
  color:#fff;
  font-weight: bold;
}
.blink_pink {
  animation: blinker 3s linear infinite;
  background-color: #FFECF2;
}
@keyframes blinker {
50% {
  opacity: 0.5;
}
}
