﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Tahoma, Arial, Calibri sans-serif;
    background-color: #FFFFFF;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-top: 12px;
}

.body-container {
    padding-top: 12px;
}

.page-content {
    padding-left: 60px;
    padding-right: 60px;
}

.text-danger {
    font-size: 0.9em;
    color: #d9534f;
}

.parsley-errors-list {
    margin: 6px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    white-space: initial;
}

.parsley-required,
.parsley-type {
    color: #d9534f;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Navbar Styles */
.navbar-default {
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06)
}
    /* Title */
    .navbar-default .navbar-brand {
        color: #218CCC;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #218CCC;
        }
    /* Link */
    .navbar-default .navbar-nav > li > a {
        color: #656662;
        font-size: 14px;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #218CCC;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #218CCC;
        font-weight: 500;
        box-shadow: inset 0 -3px 0 #006BA0;
        background-color: inherit;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #D5D5D5;
    }

.navbar-text {
    color: #656662;
    font-weight: 500;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }

    .container > .navbar-header {
        margin-right: 24px;
    }

    .navbar-nav {
        margin-left: 16px;
    }
}

navbar-nav {
    margin-left: 16px;
}

/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

th.col-view-details {
    width: 60px !important;
}


.table,
#referral-table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    -ms-border-radius: 4px;
    border-radius: 0 0 4px 4px;
    border-collapse: collapse !important;
    table-layout: fixed;
}

.expandable-table-striped tr.hidden-row td {
    border-top: 0;
}
tr.inner-table-row td {
    border-top: 1px solid #ddd !important;
}
.expandable-table-striped thead th {
    background: #FFFFFF;
}

.table-striped > tbody  tr.expandable:nth-of-type(even):not(.hidden-row) {
    background-color: rgba(0, 0, 0, 0.00);
}
.table-striped > tbody tr.expandable:nth-of-type(odd):not(.hidden-row) {
    background-color: rgba(0, 0, 0, 0.06);
}

table:not(.panel-table) thead {
    border-top: 5px solid #218CCC;
}


table.dataTable thead .sorting_asc:after,
th .sorting_asc:after {
    content: "\e155" !important;
    color: #00AEEF;
    opacity: 0.6;
}

table.dataTable thead .sorting_desc:after {
    content: "\e156" !important;
    color: #00AEEF;
    opacity: 0.6;
}

table:not(.panel-table) tbody {
    border-collapse: collapse !important;
}

.table-bordered th, 
tr.editable > td {
    padding: 2px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

table.dataTable > tbody > tr > td {
    border-top: 0;
    vertical-align: middle;
    padding: 8px;
}

    table.dataTable > tbody > tr > td > p {
        margin: 8px 0;
    }

table.dataTable td {
    word-wrap: break-word;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    color: #218CCC;
    cursor: default;
    background-color: #DEEEF7;
    border-color: #DDD;
    font-weight: bolder;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #DDD;
        background-color: #218CCC !important;
        background: inherit;
        border-radius: 3px;
    }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dataTables_filter {
    display: inline-block;
}

.dataTables_paginate {
    display: block;
    border: 1px solid #AAA;
    border-radius: 4px !important;
}

.current {
    background-color: #218CCC;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}


.nav-pill-group > li > a {
    color: #337ab7;
    background-color: #FFFFFF;
    border-color: #ddd;
    -ms-border-radius: 0;
    border-radius: 4px;
    margin: 2px;
}


.panel.well {
    border-radius: 0 0 4px 4px;
}

.panel-body {
    padding: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    font-weight: bold;
    background-color: #00AEEF;
}



.select2-search__field {
    margin-left: 4px;
}


div.dataTables_wrapper {
    margin: 0 auto;
}

.search-row {
    height: 35px;
}

#search-input {
    margin-left: 4px;
}

.search-input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.1;
    color: #656662;
    background-color: #fff;
    border: 1px solid #ccc;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

/* Status message container */
alert {
    margin-top: 8px;
}

.btn-outline-primary {
    color: #218CCC;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.badge-info {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.badge-success {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.badge-warning {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.badge-danger {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.dataTables_wrapper .dataTables_filter input {
    margin-top: 4px;
    display: inline-block !important;
    width: auto !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.input-group {
    margin: 8px;
}

.form-row {
    margin-top: 10px;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-group-header {
    margin-top: 12px;
}

.input-group-btn > .btn {
    display: inline-block;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.centered {
    text-align: center !important;
}

.system-running {
    background-color: #28a745;
    color: white;
}

.multiline-text {
    overflow-y: scroll;
    resize: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.referralTypeContainer {
    display: none;
}

.date-span {
    display: none;
}

.modal-header:hover {
    cursor: pointer
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #00AEEF; /* Blue */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
    vertical-align: middle;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inactive-instance {
    background-color: #ffcccb;
}


.hr-dark {
    border-top: 1px solid #777;
}

.file-name-input,
.note-input {
    resize: none;
}

.alert {
    margin-bottom: 0;
}

.selected-instruction {
    border: 3px solid #218CCC;
    padding: 4px 8px;
    border-radius: 4px;
}

.dirty-instruction {
    border: 3px solid #dc3545;
    padding: 4px 8px;
    border-radius: 4px;
}

tr.dirty-instruction > td:first-child {
    border: 3px solid #dc3545;
    border-right: none;
    padding: 4px 8px;
    border-radius: 4px;
    
}
tr.dirty-instruction > td:last-child {
    border: 3px solid #dc3545;
    border-left: none;
    padding: 4px 8px;
    border-radius: 4px;
}
tr.dirty-instruction > td {
    border-top: 3px solid #dc3545 !important;
    border-bottom: 3px solid #dc3545;
    padding: 4px 8px;
    border-radius: 4px;
}

.saved-instruction {
    border: 3px solid #5cb85c;
    padding: 4px 8px;
    border-radius: 4px;
}

tr.saved-instruction > td:first-child {
    border: 3px solid #5cb85c;
    border-right: none;
    padding: 4px 8px;
    border-radius: 4px;
}

tr.saved-instruction > td:last-child {
    border: 3px solid #5cb85c;
    border-left: none;
    padding: 4px 8px;
    border-radius: 4px;
}

tr.saved-instruction > td {
    border-top: 3px solid #5cb85c !important;
    border-bottom: 3px solid #5cb85c;
    padding: 4px 8px;
    border-radius: 4px;
}

.textarea-container {
    position: relative;
}

.textarea-container > div, .textarea-container > textarea {
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
}

.textarea-container > textarea {
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.textarea-container > div {
    padding-bottom: 1.5em; 
    visibility: hidden;
}

.instruction-file-name-text,
.instruction-note-text {
    white-space: pre-line;
    word-break: break-word;
}

.editable-field:hover,
.action-value:hover,
.instruction-file-name-text:hover,
.instruction-file-name-text li:hover,
.instruction-note-text:hover {
    cursor: pointer !important;
    background-image: linear-gradient(90deg,#707070 33%,hsla(0,0%,100%,0) 0);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.instruction-file-name-text ul,
.instruction-file-name-text li {
    margin: 0;
    line-height: 1.42857143;
}

.developer-select {
    max-width: 200px;
}
.value-change-option {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 14px;
    cursor: pointer;
}

.value-change-option:hover {
    background-color: #f3f3f3 !important;
}


.panel-table {
    width: 100%;
    background-color: #FFFFFF;
}

.panel-table thead {
    border: 0 !important;
}

.panel-table thead th {
    min-width: 0 !important;
}

.panel-table td, th {
    padding: 10px 4px;
    display: table-cell;
    vertical-align: middle;
}

.bordered-panel-table tr  {
    border: 1px solid #DDD;
}

table.bordered-cells td {
    border: 1px solid #DDD;
}


table.bordered-rows tr {
    border: 1px solid #DDD;
}

table.panel-table tbody {
    border-top: 3px solid #218CCC;
    border-collapse: collapse !important;
}

.table-panel-body {
    padding: 0;
}

th.total,
td.total {
    background-color: #f5f5f5;
}

.two-line-header {
    padding: 0 5px;
}

tr.highlightable:hover {
    background-color: #CCE0EB !important;
    cursor: pointer;
}

table.panel-table tbody tr:hover {
    background-color: #CCE0EB !important;
    cursor: pointer;
}
table.panel-table tbody tr:hover > td {
    background-color: #CCE0EB !important;
    cursor: pointer;
}

.parsley-errors-list > li {
    display: block;
    color: #dc3545;
}
table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    background-color: inherit !important;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.cusocal-table-footer-left {
    display: inline-flex;
}
.cusocal-table-footer-right {
    display: inline-flex;
}
.cusocal-table-footer-center {
    display: inline-flex;
}

.sym-history-open {
    border-top: 3px solid #218CCC;
    border-left: 3px solid #218CCC;
    border-right: 3px solid #218CCC;
}

.sym-history-paging {
    margin-top: 12px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}

.nav-tabs.minimal > li.active > a,
.nav-tabs.minimal > li.active > a:focus,
.nav-tabs.minimal > li.active > a:hover {
    color: #218CCC;
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid #218CCC;
    border: none;
}

.nav-tabs.minimal > li.active {
    border-bottom: 3px solid #218CCC;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #218CCC;
    border-color: #218CCC;
}

.list-group-item:hover {
    cursor: pointer;
}


.filter-toggle-button {
    border-radius: 6px;
    background-color: #FFFFFF;
    color: #218CCC;
    padding: 6px 12px;
    cursor: pointer;
}

.filter-toggle-button.disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}
.filter-toggle-button:hover {
    background-color: #e6e6e6;
    border-color: #D3D3D3;
    color: #218CCC;
    font-weight: 600;
}

.filter-toggle-button.active {
    color: #fff !important;
    text-decoration: none;
    background-color: #218CCC !important;
}

.btn-transparent-bg {
    background-color: transparent !important;
}

.btn--low-emphasis {
    background-color: #FFFFFF;
    color: #218CCC;
    padding: 6px 12px;
    cursor: pointer;
}

.btn--low-emphasis:hover {
    background-color: #e6e6e6;
    border-color: #D3D3D3;
    color: #218CCC;
    font-weight: 600;
}

.dataTables_empty{
    text-align: center;
}

.btn-table-action {
    background-color: inherit;
    border-radius: 4px;
}

.btn-table-action:hover {
    color: #218CCC;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

/*.btn-table-action:focus {
    border: 0px;
    color: #218CCC;
    outline: none;
    background-color: inherit;
}*/

.preview-container {
    right: 0;
    bottom: 0;
    position: fixed;
    min-height: 20rem;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    border-left: none;
    overflow: hidden;
    background: #fff;
    width: 580px;
    z-index: 3;
    height: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    border-left: 1px solid #dcdcdc;
}

.preview-header-container {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 92px;
    background-color: #fff;
    width: 100%;
    z-index: 4;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
}
.preview-header {
    display: flex;
    align-items: center;
}
.preview-header-type {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.preview-header-body {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
}

.preview-header-right-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

.preview-arrow {
    left: calc(100% - 543px);
    position: absolute;
    z-index: 4;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    margin-top: -19px;
    filter: drop-shadow(-2px 0 1.5px rgba(0,0,0,.3));
}

.preview-active {
    color: #218CCC;
}

.preview-body-container {
    overflow-y: auto;
    height: calc(100% - 90px);
    padding-top: 10px;
    padding-bottom: 30px;
    word-break: break-word;
}
.preview-body-base {
    padding: 0 20px;
}
.btn-copy-clipboard {
    cursor: pointer;
}
.collapse-caret:hover {
    cursor: pointer;
}

.dataTables_filter input[type="search"] {
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-container {
    /*display: inline-block;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    z-index: 7000;
    box-shadow: 0 5px 9px 2px rgba(0,0,0, 0.16);*/

}
.popover-content {
    display: inline-block;
    /*min-width: 320px;*/
    padding: 4px 0;
}
.popover {
    word-wrap: break-word;
    min-width: 320px;
    max-width: 400px;
    max-height: 400px;
}

.popover-list-item {
    display: flex;
    padding: 8px 14px;
    cursor: pointer;
    color: #111;
}

.popover-list-item:hover {
    text-decoration: none;
    background-color: #f3f3f3 !important;
    color: #111;
}


.popover-list-item-selected {
    display: flex;
    padding: 8px 14px;
    cursor: pointer;
    text-decoration: none;
    background-color: #218CCC !important;
    color: #FFFFFF;
}

.selected-dropdown-item {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC;
}
.dropdown-item {
    padding: 8px 14px;
    cursor: pointer;
    color: #111;
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC;
}
.selected-dropdown-item:hover,
.value-change-option:hover {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC;
}

.dropdown-menu > .disabled > span,
.dropdown-menu > .disabled > span:focus,
.dropdown-menu > .disabled > span:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
/* Class for the div containing headers and paragraphs */
.text-stack {
    display: flex;
    flex-direction: row; /* Default to column for simplicity, can be row for desktop if needed */
    align-items: flex-start; /* Align items to the left for desktop */
    gap: 20px; /* Space between elements */
    padding: 15px; /* Padding inside the div */
}
.text-stack-centered {
    display: flex;
    flex-direction: row; /* Default to column for simplicity, can be row for desktop if needed */
    justify-content: center;
    text-align: center;
    gap: 20px; /* Space between elements */
    padding: 15px; /* Padding inside the div */
}

    /* Style headers and paragraphs within the div */
    .text-stack h1,
    .text-stack h2 {
        font-size: 28px; /* Larger headings for desktop */
        margin: 0; /* Remove default margins */
    }

    .text-stack p {
        font-size: 18px; /* Readable paragraph text for desktop */
        margin: 0; /* Remove default margins */
        line-height: 1.6; /* Improved readability */
    }

@media (min-width: 991px) { /* Styles for medium and up devices */
    .mar-top {
        margin-top: 2.5rem;
    }
}
/* Mobile-specific adjustments (Bootstrap xs breakpoint) */
@media (max-width: 767px) {
    .text-stack {
        flex-direction: column; /* Ensure vertical stacking on mobile */
        align-items: stretch; /* Full-width items */
        gap: 8px; /* Slightly smaller gap for mobile */
        padding: 10px; /* Tighter padding for mobile */
    }
    .text-stack-centered {
        flex-direction: column; /* Ensure vertical stacking on mobile */
        align-items: stretch; /* Full-width items */
        gap: 8px; /* Slightly smaller gap for mobile */
        padding: 10px; /* Tighter padding for mobile */
        justify-content: center;
        text-align: center;
    }

        .text-stack h1,
        .text-stack h2 {
            font-size: 22px; /* Smaller headings for mobile */
        }

        .text-stack p {
            font-size: 16px; /* Smaller paragraphs for mobile */
            line-height: 1.5;
        }
}


/*.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC40;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC;
    cursor:
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #218CCC40;
}*/