.sidebar_nav{
    overflow: auto;
    height:calc(100vh - 150px);
}

.form-control, .typeahead,
.tt-query,
.tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single,
.form-select {
  border: 1px solid #D3D3D3;
}

.ck-editor__editable_inline {
    min-height: 300px !important;
}

/* Login/Register css */
.auth form .form-group .form-control, .auth form .form-group .select2-container--default .select2-selection--single, .select2-container--default .auth form .form-group .select2-selection--single, .auth form .form-group .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single .auth form .form-group .select2-search__field, .auth form .form-group .typeahead, .auth form .form-group .tt-query, .auth form .form-group .tt-hint {
    background: transparent;
    border: 1px solid #D3D3D3;
    font-size: 0.9375rem;
}
.auth .auth-form-light {
    background: #eee7e8;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

}
.text-muted, .preview-list .preview-item .preview-item-content p .content-category {
    color: #ffffff !important;
}


.form-check .form-check-label input[type=checkbox] + .input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #ffffff;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check-input{
    border: 1px solid grey;
}
.form-check-input:checked {
    background-color: black;
    border-color: black;
  }
.input-notes{
    font-size:0.8em;color:#8C92AC;
}

.select_dropdown{
    height: 48px;
    border:1px solid #D3D3D3 !important;
    font-size: 12px;
}
.select2-container--default .select2-selection--single {
    height: 42px !important;
    padding: 6px 12px;
    border: 1px solid #d1d5db;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* Placeholder text */
.select2-selection__placeholder {
    color: #000000; /* Tailwind text-gray-500 */
}

/* Dropdown menu */
.select2-container--default .select2-results__options {
    font-size: 16px;
    max-height: 250px;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple {
    height: 42px !important;
    padding: 6px 12px;
    border: 1px solid #d1d5db;
    font-size: 16px;
    border-radius: 0.375rem; /* rounded-md */
    /* background-color: #fff;
    color: #000; */
}
.select2-selection__choice {
    border: none;
    padding: 2px 8px;
    margin-top: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li{
    padding:5px;
    width:75px;

}
.select2-container .select2-selection--multiple .select2-selection__rendered li button{
    display:flex;
    height:100%;
 }
.select2-container .select2-selection--multiple .select2-selection__rendered li button span{
    position:relative;
    top:5px;
 }
 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 13px;
    padding-right: 5px;
}

select.form-select {
    padding: 0.4375rem 0.75rem;
    border: 0;
    outline: 1px solid #d3d3d3;
    color: #000000;
}

.select2-container--default .select2-selection--multiple {
    max-height: 120px;  /* max visible height */
    overflow-y: auto;   /* scroll when overflow */
    overflow-x: hidden;
}
