@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, hr, p, figure {
    color: white;
    display: block;
    font-weight: normal;
    margin: 0;
    border-width: 0;
}

table{
    color: white;
}

ul, ul {
    display: block;
    margin: 0;
    padding: 0;
}

li {
    display: block;
}
span{
    color: #ffffff;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.navbar{
    background-color: #26374C;
    border: none;
}

.top_header{
    color: #FFFFFF;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    /* identical to box height, or 0% */

    align-items: center;
}

.main-logo{
    padding-right: 15px;
}

body{
    background-color: #212F41;
}

.simple-p{
    margin-top: 10px;
}

.top_header_elements{
    color: #ECF5FD;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.pagination-group{
    border-color: #8DABC4;
}

.pagination-button {
    background: none;
    border-width: 1px;
    border-color: #8DABC4;
    color:#FFFFFF;
}

.pagination-button:focus, .pagination-button:hover, .pagination-button-active{
    color:#FFFFFF;
    background-color: #266979;
    outline:0;
}

.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: url("/static/images/select_down.svg");
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
}

.modal-content{
    background-color: #26374C;
}
.modal-header{
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 0px;
    /* identical to box height, or 0% */

    color: #FFFFFF;

    padding: 10px;
    border-bottom: 1px solid #212F41;
}
.modal-footer {
    border-top: none;
}

input{
    color: black;
}

.collapse-table{
    color: black!important;
}

/*input{*/
/*    border-radius: 0!important;*/
/*    border-width: 1px!important;*/
/*    border-top: none!important;*/
/*    border-left: none!important;*/
/*    border-right: none!important;*/
/*    border-bottom-color: #334B69!important;*/
/*    background: none!important;*/
/*    color: #8DABC4!important;*/
/*}*/

/*input::placeholder {*/
/*    color: #8DABC4!important;*/
/*    opacity: 1!important;*/
/*}*/

/*input:focus {*/
/*    border-radius: 0;*/
/*    border-width: 1px;*/
/*    border-top: none!important;*/
/*    border-left: none!important;*/
/*    border-right: none!important;*/
/*    border-bottom-color: #334B69!important;*/
/*    box-shadow: none!important;*/
/*}*/

.header-btn{
    padding-top: 0!important;
}

.settings-dropdown-btn{
    padding-top: 0!important;
    padding-right: 0!important;
    background: none!important;
}
.dropdown-menu{
    background-color: #2C405A;
}

.dropdown-menu .divider{
    background-color: #334B69;
}

.dropdown-menu a{
    font-size: 15px;
    line-height: 18px;
    color: #ECF5FD!important;
}
.dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover{
    background-color: #243549!important;
}
.dropdown-menu-item img{
    margin-bottom: 3px;
}
.dropdown-menu-item span{
    margin-left: 10px;
}

.image-white{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) hue-rotate(195deg) contrast(100%);
}

.image-gray{
    filter: brightness(0) saturate(100%) invert(88%) sepia(1%) hue-rotate(81deg) contrast(93%);
}

.add-button{
    color: white;
    font-family: Fira Sans;
    background-color: #30C999;
}
.add-button:focus{
    color: white;
    outline:0;
}
.add-button:hover{
    color: white;
    outline:0;
}
.add-button-empty{
    color: white;
    font-family: Fira Sans;
    background-color: #26374C;
    border-color: #30C999;
}
.add-button-empty:focus{
    color: white;
    outline:0;
}
.add-button-empty:hover{
    color: white;
    outline:0;
}
.sync-button{
    color: white;
    font-family: Fira Sans;
    background-color: #30C999;
}
.sync-button:focus{
    color: white;
    outline:0;
}
.sync-button:hover{
    color: white;
    outline:0;
}
.back-button{
    color: white;
    font-family: Fira Sans;
    background-color: #26374C;
}
.back-button:focus{
    color: white;
    outline:0;
}
.back-button:hover{
    color: white;
    outline:0;
}
.pretty_select2_select{
    width: 400px;
}
.select2-select{
    min-width: 100%;
}
.select2-selection, .select2-dropdown{
    background: #212F40!important;
    border-color: #3C4B5B!important;
}

.select2-selection{
    margin-bottom: 5px;
}
.select2-selection__rendered, .select2-results__option{
    color: #ECF5FD!important;
}

.select2-selection__placeholder{
    color: #8DABC4!important;
}

.control-label{
    color: white;
}
.items-table a{
    color: white!important;
}
.filled-block{
    background: #26374C
}

.block-with-right-border{
    border-style: solid;
    border-right-width: 1px;
    border-right-color: #334B69;
}

.block-with-bottom-border{
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #334B69;
}

.block-with-left-border{
    border-style: solid;
    border-left-width: 1px;
    border-left-color: #334B69;
}

.block-with-top-border{
    border-style: solid;
    border-top-width: 1px;
    border-top-color: #334B69;
}

textarea{
    width: 100%;
    background-color: #212F40;
    border-style: solid;
    border-color: #334B69;
    outline: 0;
    color: #FFFFFF;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    resize: none;
}
textarea::placeholder {
    color: #8DABC4;
    opacity: 1;
}
p{
    color: #FFFFFF;
}
.viewerCheckbox{
    cursor: pointer;
}
.actionsButton{
    cursor: pointer;
    width: 100%;
    height: 18px;
}
.popover{
    background-color: #334B69;
}
.popover .arrow:after{
    border-bottom-color: #334B69!important;
}
.popover-content a{
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.popover-title{
    color: #FFFFFF;
    background-color: #334B69;
    border-bottom-color: #334B69;
}
a.btn:hover{
    color: #337ab7;
    outline:0;
}

a.viewer-tab-header{
    min-width: 200px;
}

a.viewer-tab-header > p{
    margin-left: 20px;
    margin-top: 10px;
}
.text-input-filled, .text-input-filled:focus{
    background-color: #212F41!important;
    border: 1px solid #334B69!important;
    color: #FFFFFF!important;
}
.form-row{
    margin-bottom: 20px;
}
.pretty-label{
    font-family: Fira Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}
.bootstrap-filestyle {
    border: none!important;
}
.group-span-filestyle label{
    padding: 0;
}
.group-span-filestyle span{
    font-family: Fira Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    color: #8DABC4;
}
.row-without-margins{
    margin-right: 0;
    margin-left: 0;
}
.voice-button{
    color: #8DABC4;
    width: 100%;
    margin-top: 20px;
}

.mr-20{
    margin-right: 20px;
}

.min-w-200{
    min-width: 200px;
}
.inline{
    display: inline;
}
.datepicker table tr td span {
    color: black;
}
.action-btn{
    cursor: pointer;
}
.button-img{
    display: inline;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: black;;
}
.btn-success{
    background-color: #4dab98!important;
    border: 1px solid black!important;
    border-radius: 4px 4px 4px 4px;
}

.btn-error{
    color: #fff;
    background-color: red;
    border-color: red;
}