/*** Override Tailwind CSS -- Branding Settings */
    .bg-primary-400,.bg-primary-700,.bg-primary-600 {
        background-color: rgba(12,28,132, var(--tw-bg-opacity)) !important;
    }
    .text-primary-700,.text-primary-600,.text-primary-400  {
        color: rgba(12,28,132, var(--tw-text-opacity)) !important;
    }
    .hover\:bg-primary-700:hover {    
        background-color: rgba(12,28,132, var(--tw-bg-opacity)) !important;
        color:white !important;
    }
    .border-primary-700,.border-primary-600{
        border-color: rgba(12,28,132, var(--tw-border-opacity));
    }

    .hover\:bg-primary-600:hover {
        background-color: rgba(12,28,132, var(--tw-bg-opacity)) !important;
        color:white !important;
    }
    .hover\:bg-primary-400:hover {
        background-color: rgba(12,28,132, var(--tw-bg-opacity)) !important;
        color:white !important;
    }
    
    .hover\:border-primary-600:hover {
        border-color: rgba(12,28,132, var(--tw-border-opacity));
    }

    .switch-input:checked ~ .switch-handle-manage {
        background-color: #0c1c84;
        background: linear-gradient(to bottom, #0c1c84 40%, #0c1c84);
        background-image: -webkit-linear-gradient(top, #0c1c84 40%, #0c1c84);
    }
    .switch-input:checked ~ .switch-handle-new {
        background-color: #0c1c84;
        background: linear-gradient(to bottom, #0c1c84 40%, #0c1c84);
        background-image: -webkit-linear-gradient(top, #0c1c84 40%, #0c1c84);
    }
    .switch-label:before,.switch-label:after {
        color: #0c1c84;
    }

    .switch-left-right .switch-label:before {
        background: rgba(12,28,132, 0.3);
      }
      
      .switch-left-right .switch-label:after {
        background: rgba(12,28,132, 0.3);
      }

      .switch-left-right-manage .switch-label:before ,.switch-left-right-new .switch-label:before,.switch-left-right .switch-label:after,.switch-left-right-new .switch-label:after{
        background: rgba(12,28,132, 0.3);
    }
    .switch-input:checked ~ .switch-label {
        background: #E1B42B;
        box-shadow: inset 0 1px 2px rgb(12 28 132 / 90%), inset 0 0 3px rgb(12 28 132 / 74%);
    }    
